From 5b282d03f2d4b5521bb998ffec6fda475aeaf8cb Mon Sep 17 00:00:00 2001 From: jp112sdl Date: Sat, 19 Feb 2022 19:28:49 +0100 Subject: [PATCH] consolidate DE and EN translations of PNAME.txt to one patchfile --- src/addon/patch/common/PNAME.txt-en.patch | 15 --------------- .../{PNAME.txt-de.patch => PNAME.txt.patch} | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 src/addon/patch/common/PNAME.txt-en.patch rename src/addon/patch/common/{PNAME.txt-de.patch => PNAME.txt.patch} (51%) diff --git a/src/addon/patch/common/PNAME.txt-en.patch b/src/addon/patch/common/PNAME.txt-en.patch deleted file mode 100644 index c0286eb4..00000000 --- a/src/addon/patch/common/PNAME.txt-en.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- ./patchsource/www/config/easymodes/etc/localization/en/PNAME.txt.orig -+++ ./patchsource/www/config/easymodes/etc/localization/en/PNAME.txt -@@ -2,6 +2,12 @@ - "ACTION" : "Activity", - "ACT_NUM" : "Number of signals", - "ACT_TYPE" : "Signal type", -+"JP_WND_OPEN_DELAY_TIME" : "window open delay time", -+"JP_WND_OPEN_LEVEL" : "window open position", -+"JP_WND_OPEN_TIME" : "window open time", -+"JP_WND_CLOSE_DELAY_TIME" : "window close delay", -+"JP_WND_CLOSE_LEVEL" : "window close position", -+"JP_WND_CLOSE_TIME" : "window close time", - "AUTO_LOCK_TIME" : "Lock automatically", - "AUTO_UNLOCK_TIME" : "Unlock automatically", - "BRIGHTNESS_CONTROL" : "Brightness threshold", diff --git a/src/addon/patch/common/PNAME.txt-de.patch b/src/addon/patch/common/PNAME.txt.patch similarity index 51% rename from src/addon/patch/common/PNAME.txt-de.patch rename to src/addon/patch/common/PNAME.txt.patch index e55b9de2..692d2c59 100644 --- a/src/addon/patch/common/PNAME.txt-de.patch +++ b/src/addon/patch/common/PNAME.txt.patch @@ -13,3 +13,18 @@ "AUTO_LOCK_TIME" : "Automatisch wieder verriegeln", "AUTO_UNLOCK_TIME" : "Automatisch wieder entriegeln", "BRIGHTNESS_CONTROL" : "Helligkeitsschwelle", +--- ./patchsource/www/config/easymodes/etc/localization/en/PNAME.txt.orig ++++ ./patchsource/www/config/easymodes/etc/localization/en/PNAME.txt +@@ -2,6 +2,12 @@ + "ACTION" : "Activity", + "ACT_NUM" : "Number of signals", + "ACT_TYPE" : "Signal type", ++"JP_WND_OPEN_DELAY_TIME" : "window open delay time", ++"JP_WND_OPEN_LEVEL" : "window open position", ++"JP_WND_OPEN_TIME" : "window open time", ++"JP_WND_CLOSE_DELAY_TIME" : "window close delay", ++"JP_WND_CLOSE_LEVEL" : "window close position", ++"JP_WND_CLOSE_TIME" : "window close time", + "AUTO_LOCK_TIME" : "Lock automatically", + "AUTO_UNLOCK_TIME" : "Unlock automatically", + "BRIGHTNESS_CONTROL" : "Brightness threshold",