From 027855427242a53dfafbadc21b4e89bf3373528f Mon Sep 17 00:00:00 2001 From: Don Ho Date: Thu, 15 Sep 2016 00:27:53 +0200 Subject: [PATCH] Update translations --- PowerEditor/installer/nativeLang/chinese.xml | 4 +++- PowerEditor/installer/nativeLang/english.xml | 2 ++ PowerEditor/installer/nativeLang/french.xml | 8 ++++++-- PowerEditor/src/WinControls/Preference/preference.rc | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/PowerEditor/installer/nativeLang/chinese.xml b/PowerEditor/installer/nativeLang/chinese.xml index f2df7d9ec..af74acdc5 100644 --- a/PowerEditor/installer/nativeLang/chinese.xml +++ b/PowerEditor/installer/nativeLang/chinese.xml @@ -631,6 +631,7 @@ + @@ -695,7 +696,8 @@ - + + diff --git a/PowerEditor/installer/nativeLang/english.xml b/PowerEditor/installer/nativeLang/english.xml index 173d39b61..c9cf22098 100644 --- a/PowerEditor/installer/nativeLang/english.xml +++ b/PowerEditor/installer/nativeLang/english.xml @@ -637,6 +637,7 @@ + @@ -703,6 +704,7 @@ + diff --git a/PowerEditor/installer/nativeLang/french.xml b/PowerEditor/installer/nativeLang/french.xml index 6eea08374..940fe79e1 100644 --- a/PowerEditor/installer/nativeLang/french.xml +++ b/PowerEditor/installer/nativeLang/french.xml @@ -91,7 +91,8 @@ - + + @@ -244,6 +245,7 @@ + @@ -625,6 +627,7 @@ + @@ -684,7 +687,8 @@ - + + diff --git a/PowerEditor/src/WinControls/Preference/preference.rc b/PowerEditor/src/WinControls/Preference/preference.rc index 87ddcad59..26089a28e 100644 --- a/PowerEditor/src/WinControls/Preference/preference.rc +++ b/PowerEditor/src/WinControls/Preference/preference.rc @@ -67,7 +67,7 @@ BEGIN CONTROL "Draw a coloured bar on active tab",IDC_CHECK_ORANGE, "Button", BS_AUTOCHECKBOX | WS_TABSTOP,229,102,137,10 CONTROL "Show close button on each tab",IDC_CHECK_ENABLETABCLOSE, "Button", BS_AUTOCHECKBOX | WS_TABSTOP,229,117,133,10 CONTROL "Double click to close document",IDC_CHECK_DBCLICK2CLOSE, "Button", BS_AUTOCHECKBOX | WS_TABSTOP,229,132,133,10 - CONTROL "Exit on close the last tab",IDC_CHECK_TAB_LAST_EXIT, "Button", BS_AUTOCHECKBOX | WS_TABSTOP,229,147,145,10 + CONTROL "Exit on close the last tab",IDC_CHECK_TAB_LAST_EXIT, "Button", BS_AUTOCHECKBOX | WS_TABSTOP,232,147,145,10 CONTROL "Show status bar",IDC_CHECK_SHOWSTATUSBAR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,57,169,130,10 CONTROL "Hide menu bar (use Alt or F10 key to toggle)",IDC_CHECK_HIDEMENUBAR, "Button", BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,223,169,218,10 END