Skip to content

Commit

Permalink
revoke fcbf0d7
Browse files Browse the repository at this point in the history
  • Loading branch information
jp112sdl committed Apr 24, 2022
1 parent a4e0d45 commit 8c91b77
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ diff -u --label=${file}.orig --label=${file} ${file}.orig ${file} > ./src/addon/
file=./patchsource/www/config/ic_linkpeerlist.cgi
diff -u --label=${file}.orig --label=${file} ${file}.orig ${file} > ./src/addon/patch/common/`basename ${file}`.patch
file=./patchsource/www/config/easymodes/etc/localization/de/PNAME.txt
diff -u --label=${file}.orig --label=${file} ${file}.orig ${file} > ./src/addon/patch/common/`basename ${file}`.patch
diff -u --label=${file}.orig --label=${file} ${file}.orig ${file} > ./src/addon/patch/common/`basename ${file}`-de.patch
file=./patchsource/www/config/easymodes/etc/localization/en/PNAME.txt
diff -u --label=${file}.orig --label=${file} ${file}.orig ${file} >> ./src/addon/patch/common/`basename ${file}`.patch
diff -u --label=${file}.orig --label=${file} ${file}.orig ${file} > ./src/addon/patch/common/`basename ${file}`-en.patch
file=./patchsource/www/config/ic_deviceparameters.cgi
diff -u --label=${file}.orig --label=${file} ${file}.orig ${file} > ./src/addon/patch/common/`basename ${file}`.patch
file=./patchsource/www/rega/esp/datapointconfigurator.fn
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,3 @@
"AUTO_LOCK_TIME" : "<span class=\"translated\">Automatisch wieder verriegeln</span>",
"AUTO_UNLOCK_TIME" : "<span class=\"translated\">Automatisch wieder entriegeln</span>",
"BRIGHTNESS_CONTROL" : "<span class=\"translated\">Helligkeitsschwelle</span>",
--- ./patchsource/www/config/easymodes/etc/localization/en/PNAME.txt.orig
+++ ./patchsource/www/config/easymodes/etc/localization/en/PNAME.txt
@@ -2,6 +2,12 @@
"ACTION" : "<span class=\"translated\">Activity</span>",
"ACT_NUM" : "<span class=\"translated\">Number of signals</span>",
"ACT_TYPE" : "<span class=\"translated\">Signal type</span>",
+"JP_WND_OPEN_DELAY_TIME" : "<span class=\"translated\">window open delay time</span>",
+"JP_WND_OPEN_LEVEL" : "<span class=\"translated\">window open position</span>",
+"JP_WND_OPEN_TIME" : "<span class=\"translated\">window open time</span>",
+"JP_WND_CLOSE_DELAY_TIME" : "<span class=\"translated\">window close delay</span>",
+"JP_WND_CLOSE_LEVEL" : "<span class=\"translated\">window close position</span>",
+"JP_WND_CLOSE_TIME" : "<span class=\"translated\">window close time</span>",
"AUTO_LOCK_TIME" : "<span class=\"translated\">Lock automatically</span>",
"AUTO_UNLOCK_TIME" : "<span class=\"translated\">Unlock automatically</span>",
"BRIGHTNESS_CONTROL" : "<span class=\"translated\">Brightness threshold</span>",
15 changes: 15 additions & 0 deletions src/addon/patch/common/PNAME.txt-en.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
--- ./patchsource/www/config/easymodes/etc/localization/en/PNAME.txt.orig
+++ ./patchsource/www/config/easymodes/etc/localization/en/PNAME.txt
@@ -2,6 +2,12 @@
"ACTION" : "<span class=\"translated\">Activity</span>",
"ACT_NUM" : "<span class=\"translated\">Number of signals</span>",
"ACT_TYPE" : "<span class=\"translated\">Signal type</span>",
+"JP_WND_OPEN_DELAY_TIME" : "<span class=\"translated\">window open delay time</span>",
+"JP_WND_OPEN_LEVEL" : "<span class=\"translated\">window open position</span>",
+"JP_WND_OPEN_TIME" : "<span class=\"translated\">window open time</span>",
+"JP_WND_CLOSE_DELAY_TIME" : "<span class=\"translated\">window close delay</span>",
+"JP_WND_CLOSE_LEVEL" : "<span class=\"translated\">window close position</span>",
+"JP_WND_CLOSE_TIME" : "<span class=\"translated\">window close time</span>",
"AUTO_LOCK_TIME" : "<span class=\"translated\">Lock automatically</span>",
"AUTO_UNLOCK_TIME" : "<span class=\"translated\">Unlock automatically</span>",
"BRIGHTNESS_CONTROL" : "<span class=\"translated\">Brightness threshold</span>",

0 comments on commit 8c91b77

Please sign in to comment.