Commit Graph

277 Commits

Author SHA1 Message Date
Rainer Kottenhoff
38ecb2ecef + fix: format of German cmdln-help strings
+ enh: center cmdln-help dialog in Notepad3 window
2018-11-20 09:02:36 +01:00
Pairi Daiza
f196c32a5d + MUI - Command Line Help - Add a Notepad3 Icon 2018-11-19 21:20:18 +01:00
Rainer Kottenhoff
af22f57644 + upd: VS 15.9.1 (Win SDK 10.0.17763.0) 2018-11-18 09:38:45 +01:00
Pairi Daiza
faf6d66ad7 + Change All ".rc" files from "UTF-8-Signature" to" UTF-8" (No Signature) 2018-11-16 20:53:34 +01:00
Rainer Kottenhoff
76f6932203 + fix: using encoding UTF-8 Sig (BOM) for most of the language resource (.rc) files 2018-11-16 11:53:00 +01:00
Rainer Kottenhoff
ae2bee069f + fix: command line help strings
+ fix: customize schemes help text
2018-11-16 10:51:39 +01:00
Pairi Daiza
7bf2c7ef67 + MUI - Add new Command Line Help Dialog 2018-11-16 06:20:01 +01:00
Rainer Kottenhoff
637bd98f19 + chg: UTF-8 encoding based resource files (*.rc), UTF-8-Sig. based source code files (.c .h .cpp) 2018-11-15 11:44:41 +01:00
Pairi Daiza
1ba9dd9a43 + MUI: RTF "About" Titles in ja-JP - correction (maboroshin translation) 2018-11-13 16:08:18 +01:00
Rainer Kottenhoff
012d5cdad4 + chg: Command Line Help: using sizeable dialog box instead of auto-sized MessageBox 2018-11-13 12:03:15 +01:00
Pairi Daiza
47c9a22d86 + MUI: "About Text Frame" - Adjust Height of Rich Text Control
- Request of "lhmouse" to you use full-width colons |:| instead of half-width colons |:| for Chinese characters
2018-11-13 00:35:37 +01:00
Pairi Daiza
5804af5389 + MUI: "About Text Frame" - Adjust Height of Rich Text Control 2018-11-13 00:22:19 +01:00
Alex Yashkin
3d598a7119 ru-RU: missed tab symbol in IDS_MUI_CMDLINEHELP 2018-11-11 22:44:31 +03:00
Alex Yashkin
576401bfd4 Merge branch 'master' of github.com:rizonesoft/Notepad3 into np3_be_ru 2018-11-11 19:18:12 +03:00
Alex Yashkin
9d9d542a5e be-BY & ru-RU: translated MiniPath, some fixes 2018-11-11 19:17:39 +03:00
Pairi Daiza
f973d1b282 + MUI: RTF "About" strings in zh-CN - correction titles (source: lhmouse) 2018-11-11 16:59:03 +01:00
Alex Yashkin
6871171fbb be-BY & ru-RU: resized dialogs, fixed russian translation 2018-11-11 15:56:33 +03:00
Alex Yashkin
8320565abf Complete be-BY translation 2018-11-11 15:21:38 +03:00
Pairi Daiza
aa3e9209e6 + MUI: RTF "About" strings - Use same Syntax as ja-JP and zn-CN 2018-11-11 10:26:46 +01:00
Pairi Daiza
453dadb3bf + Revert to "Arial" instead of "Arial Unicode MS" 2018-11-11 01:10:37 +01:00
Pairi Daiza
697cd7ca0d + RTF translation of some titles of the "About" window in "ja-JP" and "zh-CN" 2018-11-10 19:52:51 +01:00
Pairi Daiza
01ce4b63c1 + Translation in About the item: "Development" in fr-FR, nl-NL and es-ES
- Highlight in bold "Florian 'Flo' Balmer"
- Add a missing string in "strings_de_de.rc"
2018-11-09 19:44:25 +01:00
Rainer Kottenhoff
7e75ddc626 + chg: highlight base developer Flo Balmer in AboutBox 2018-11-09 16:14:43 +01:00
Pairi Daiza
a67098718a + RTF1: regression, "Arial Unicode MS" is not exactly the same as "Arial", return to "Arial" 2018-11-07 23:34:08 +01:00
Pairi Daiza
ef58f383df + RTF1 : replace "fcharsetN Arial" to "fcharsetN Arial Unicode MS" 2018-11-07 17:00:52 +01:00
Pairi Daiza
a2950a7128 + Translation of some titles of window "About Notepad3" 2018-11-07 00:54:43 +01:00
Rainer Kottenhoff
ad148d89cc + chg: switch to RichText Edit Control v5.0 (MSFTEDIT.DLL) 2018-11-06 11:05:26 +01:00
Pairi Daiza
d3214ebf16 + About-Box: Maintenance of Contributors list 2018-11-05 19:46:39 +01:00
Pairi Daiza
d973368e13 + fix: order of EOL Mode selection 2018-11-05 10:51:04 +01:00
Rainer Kottenhoff
c9ff930cd0 + fix: order of EOL Mode selection 2018-11-05 10:00:17 +01:00
Rainer Kottenhoff
a0b39c2d2a Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' into Dev_RC2_fixes
# Conflicts:
#	language/np3_zh_cn/menu_zh_cn.rc
2018-11-05 09:58:52 +01:00
Rainer Kottenhoff
6d82460615 + fix: order of EOL Mode selection 2018-11-05 09:52:51 +01:00
Liu Hao
bd0b189424 menu_zh_cn.rc: Add translation for 'Clear saved Default Position'.
Signed-off-by: Liu Hao <lh_mouse@126.com>
2018-11-05 16:36:34 +08:00
Liu Hao
a33c8979f7 language/common_res.h: Fix default line ending selection dialog.
The order of line endings are arranged as { CRLF, CR, LF } in Scintilla.
Our dialog used to display them as { CRLF, LF, CR }, which apparently
mistook CR and LF for the other.

Reference: https://www.scintilla.org/ScintillaDoc.html#SCI_SETEOLMODE
Signed-off-by: Liu Hao <lh_mouse@126.com>
2018-11-05 12:10:10 +08:00
Liu Hao
12fce004f4 menu_zh_cn.rc: New translation for 'Selection' and 'Transpose Lines'.
Signed-off-by: Liu Hao <lh_mouse@126.com>
2018-11-05 11:56:17 +08:00
Pairi Daiza
0abf157c1b +Add comments to document access to the GitHub site from "craigo -". 2018-11-04 22:03:13 +01:00
Pairi Daiza
7636ba5443 + Correction typo (3 blanks in url) and change some http to htpps sites 2018-11-03 17:23:45 +01:00
Pairi Daiza
75f27847b8
Merge pull request #770 from alexantr/np3_ru
Translated ru-RU 'About' rtf
2018-11-03 16:36:51 +01:00
Pairi Daiza
48aa9d78e2 + Translation >ES, FR, NL :clear saved default position
- Adjust same layout for all languages
2018-11-03 16:22:14 +01:00
Alex Yashkin
47a7b53d10
Translated ru-RU 'About' rtf 2018-11-03 17:05:16 +03:00
Pairi Daiza
6b2f697745
Merge pull request #768 from maboroshin/master
Translation >JP :clear saved default position
2018-11-03 14:32:44 +01:00
Alex Yashkin
00de39061d
Translated new item in ru-RU menu 2018-11-03 16:00:01 +03:00
maboroshin
08fe13df58 Translation >JP :clear saved default position 2018-11-03 17:16:54 +09:00
Pairi Daiza
ee09066fc5 + MUI - Reorganization of menus
- Move "Window Title Display' to sub-menu "Window"
2018-11-03 07:44:56 +01:00
Rainer Kottenhoff
aa65cbd2f5 + add: menu to clear saved default position 2018-11-03 00:09:07 +01:00
Pairi Daiza
93de101afb + Add some comments for "craigo-" url 2018-11-02 22:58:01 +01:00
Pairi Daiza
db4a94c9d9 + Correction for the standardization of the presentation of "strings_xx_yy.rc"
- Standardization of the name of the authors of the translation
- Correction of GitHub site name for: "craigo-"
2018-11-02 21:39:29 +01:00
Rainer Kottenhoff
ba4bce8b99 + refactoring: move common resource strings 2018-11-02 16:11:45 +01:00
Rainer Kottenhoff
cd9816651b + add: alexantr (Alex Yashkin) to Acknowledgments of About box 2018-11-02 12:05:07 +01:00
Alex Yashkin
94ee983679
Fixed conflicts 2018-11-02 01:47:54 +03:00