Skip to content

Commit

Permalink
Fix the localization files to match the new behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed Dec 9, 2024
1 parent d6169c4 commit 83080c3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion PowerEditor/installer/nativeLang/english.xml
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ Translation note:
<Item id="6108" name="Lock (no drag and drop)"/>
<Item id="6109" name="Change inactive tab color"/>
<Item id="6110" name="Draw a colored bar on active tab"/>
<Item id="6112" name="Show close button on each tab"/>
<Item id="6112" name="Show close button"/>
<Item id="6113" name="Double click to close document"/>
<Item id="6115" name="Enable pin tab feature"/>
<Item id="6118" name="Hide"/>
Expand Down
2 changes: 1 addition & 1 deletion PowerEditor/installer/nativeLang/english_customizable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ Translation note:
<Item id="6108" name="Lock (no drag and drop)"/>
<Item id="6109" name="Change inactive tab color"/>
<Item id="6110" name="Draw a colored bar on active tab"/>
<Item id="6112" name="Show close button on each tab"/>
<Item id="6112" name="Show close button"/>
<Item id="6113" name="Double click to close document"/>
<Item id="6118" name="Hide"/>
<Item id="6119" name="Multi-line"/>
Expand Down
2 changes: 1 addition & 1 deletion PowerEditor/installer/nativeLang/french.xml
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ Translation note:
<Item id="6108" name="Verrouiller (pas de glisser-déposer)"/>
<Item id="6109" name="Colorer les onglets inactifs"/>
<Item id="6110" name="Barre colorée sur l’onglet actif"/>
<Item id="6112" name="Bouton de fermeture sur chaque onglet"/>
<Item id="6112" name="Activer bouton de fermeture"/>
<Item id="6113" name="Fermer l’onglet par double clic"/>
<Item id="6115" name="Activer l’option épingler l’onglet"/>
<Item id="6118" name="Cacher"/>
Expand Down
2 changes: 1 addition & 1 deletion PowerEditor/installer/nativeLang/taiwaneseMandarin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@
<Item id="6109" name="非使用中的頁籤變暗"/>
<Item id="6110" name="使用中的頁籤加色條"/>
<Item id="6111" name="顯示狀態列"/>
<Item id="6112" name="在每個頁籤顯示關閉按鈕"/>
<Item id="6112" name="顯示關閉按鈕"/>
<Item id="6113" name="雙擊滑鼠關閉文件"/>
<Item id="6115" name="啟用固定標籤頁功能"/>
<Item id="6118" name="隱藏"/>
Expand Down
2 changes: 1 addition & 1 deletion PowerEditor/src/WinControls/Preference/preference.rc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ BEGIN
CONTROL "Lock (no drag and drop)",IDC_CHECK_LOCK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,229,73,164,10
CONTROL "Change inactive tab color",IDC_CHECK_DRAWINACTIVE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,229,86,164,10
CONTROL "Draw a coloured bar on active tab",IDC_CHECK_ORANGE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,229,99,164,10
CONTROL "Show close button on each tab",IDC_CHECK_ENABLETABCLOSE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,229,112,164,10
CONTROL "Show close button",IDC_CHECK_ENABLETABCLOSE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,229,112,164,10
CONTROL "Enable pin tab feature", IDC_CHECK_ENABLETABPIN,"Button", BS_AUTOCHECKBOX | WS_TABSTOP, 229, 125, 164, 10
CONTROL "Double click to close document",IDC_CHECK_DBCLICK2CLOSE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,229,138,164,10
CONTROL "Exit on close the last tab",IDC_CHECK_TAB_LAST_EXIT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,229,151,164,10
Expand Down

0 comments on commit 83080c3

Please sign in to comment.