MUI - Add translation en-GB and update "Changes.txt" file

This commit is contained in:
Pairi Daiza 2019-05-05 15:41:59 +02:00
parent d194a89050
commit a2eaa7dafa
2 changed files with 10 additions and 3 deletions

View File

@ -30,7 +30,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
==================================================
Current Version 5.19.503.build (2019-May 3)
Current Version 5.19.505.build (2019-May 5)
==================================================
--------------------------------------------------
@ -58,6 +58,8 @@ NEW:
--------------------------------------------------
CHANGES:
--------------------------------------------------
- Optimized FileWatching interval for "Chasing Tail" mode
- Make "Add to Favorites" dialog resizable
- Make Custom.Schemes and Find/Replace dialog resizable
- BOOKMARK (margin flag) style changed to vertical flavor
@ -86,11 +88,15 @@ CHANGES:
--------------------------------------------------
ENHANCEMENT:
--------------------------------------------------
- Rework inconsistent line-breaks in status bar
- Rework EOL and Indentation check with dialogs
--------------------------------------------------
FIXES:
--------------------------------------------------
- FocusedView started from Find/Replace dialog
- Do not ignore notify change for Paste/Swap/Undo/Redo
- Colourise bug on find next (w/ mark occurrences)
- Indentation warning dialog
@ -110,7 +116,8 @@ FIXES:
--------------------------------------------------
REMOVED:
--------------------------------------------------
- Add here items for later review...
- Compact Encoding Detection (CED) as 2nd encoding detector
(rely on UCHARDET only)
--------------------------------------------------
TRANSLATIONS (MUI):

View File

@ -229,7 +229,7 @@ BEGIN
LTEXT "%s line(s).",IDC_EOL_SUM_CRLF,48,18,136,8
LTEXT "%s line(s).",IDC_EOL_SUM_CR,48,28,136,8
LTEXT "%s line(s).",IDC_EOL_SUM_LF,48,38,136,8
LTEXT "&Do you want to normalize the line endings?",IDC_STATIC,7,52,180,8
LTEXT "&Do you want to normalise the line endings?",IDC_STATIC,7,52,180,8
COMBOBOX IDC_EOLMODELIST,7,64,118,81,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "&Yes",IDOK,138,63,50,14
PUSHBUTTON "&No",IDCANCEL,138,80,50,14