From 599f1852c73c5d3075aebd4f27cabb6c7b0f0d46 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Wed, 14 Jul 2021 18:48:22 +0200 Subject: [PATCH] Update localization files --- PowerEditor/installer/nativeLang/english.xml | 19 ++++++++++++++++++- PowerEditor/installer/nativeLang/french.xml | 19 ++++++++++++++++++- .../nativeLang/taiwaneseMandarin.xml | 19 ++++++++++++++++++- .../src/WinControls/Preference/preference.rc | 2 +- 4 files changed, 55 insertions(+), 4 deletions(-) diff --git a/PowerEditor/installer/nativeLang/english.xml b/PowerEditor/installer/nativeLang/english.xml index 4d898e5dc..d95ba4cd7 100644 --- a/PowerEditor/installer/nativeLang/english.xml +++ b/PowerEditor/installer/nativeLang/english.xml @@ -851,7 +851,24 @@ The comments are here for explanation, it's not necessary to translate them. - + + + + + + + + + + + + + + + + + + diff --git a/PowerEditor/installer/nativeLang/french.xml b/PowerEditor/installer/nativeLang/french.xml index b818db4f7..a05a6be77 100644 --- a/PowerEditor/installer/nativeLang/french.xml +++ b/PowerEditor/installer/nativeLang/french.xml @@ -836,7 +836,24 @@ - + + + + + + + + + + + + + + + + + + diff --git a/PowerEditor/installer/nativeLang/taiwaneseMandarin.xml b/PowerEditor/installer/nativeLang/taiwaneseMandarin.xml index 67167b234..ad4a59558 100644 --- a/PowerEditor/installer/nativeLang/taiwaneseMandarin.xml +++ b/PowerEditor/installer/nativeLang/taiwaneseMandarin.xml @@ -849,7 +849,24 @@ - + + + + + + + + + + + + + + + + + + diff --git a/PowerEditor/src/WinControls/Preference/preference.rc b/PowerEditor/src/WinControls/Preference/preference.rc index 68281a567..2a7685ca4 100644 --- a/PowerEditor/src/WinControls/Preference/preference.rc +++ b/PowerEditor/src/WinControls/Preference/preference.rc @@ -117,7 +117,7 @@ BEGIN LTEXT "Text", IDD_CUSTOMIZED_COLOR6_STATIC,295,60,100,8 LTEXT "Darker text", IDD_CUSTOMIZED_COLOR7_STATIC,295,80,100,8 LTEXT "Disable text", IDD_CUSTOMIZED_COLOR8_STATIC,295,100,100,8 - LTEXT "Edge", IDD_CUSTOMIZED_COLOR9_STATIC,295,120,100,8 + LTEXT "Tab edge", IDD_CUSTOMIZED_COLOR9_STATIC,295,120,100,8 PUSHBUTTON "Reset",IDD_CUSTOMIZED_RESET_BUTTON,270,140,45,14 END