Pairi Daiza
af2121bb73
MUI - Little corrections and cleanup
2021-03-17 17:10:56 +01:00
Pairi Daiza
21d3263c48
MUI - Prepare "Resource files for Greek languages "el-GR".
2021-03-16 14:36:57 +01:00
Pairi Daiza
cec53f8924
MUI - Trying to fix order of language "es-419" in grepWinNP3 (without success)
2021-03-15 22:57:50 +01:00
Pairi Daiza
630f6467c0
Add one contributor in Acknowledgments list
2021-03-11 04:32:47 +01:00
Pairi Daiza
cf24d46d17
MUI - Minor correction for pr-BR language and some fields adjustment
2021-03-10 19:48:48 +01:00
VenusGirl
8b6d5223b6
Update menu_ko_kr.rc
2021-03-06 21:39:57 +09:00
Pairi Daiza
98a5d4c84a
MUI - Cleanup - Remove unused fonts dialog
2021-03-06 11:20:22 +01:00
Pairi Daiza
6b1ead2cca
MUI - Update the Portuguese Brazilian (pt-BR) language files
2021-03-03 21:01:24 +01:00
Pairi Daiza
933b01c8b2
MUI - Renaming Spanish Mexican to Spanish Latin America (es-419)
2021-03-03 19:40:17 +01:00
maboroshin
ce311a74df
Translation >Japanese : 2021/Mar URL path
2021-03-03 14:15:24 +09:00
Rainer Kottenhoff
0a0a396fd7
+ fix: Language "Spanish Latin America" identifier correction (es-LA -> es-419, create missing SUBLANG id 0x16 )
2021-03-03 00:19:56 +01:00
Pairi Daiza
d02a002a4f
MUI - Renaming es-MX to es-LA (to be debug).
2021-03-02 21:46:40 +01:00
Pairi Daiza
e15c14c6c9
MUI - Portuguese Brazilian translation (pr-BR) assigned to "igorruckert"
2021-03-01 16:38:11 +01:00
VenusGirl
fe5376d118
Update menu_ko_kr.rc
2021-03-01 23:12:59 +09:00
Pairi Daiza
b94ac1999a
MUI - Some filesystem path vs. file:// URL helpers (backslash invert)
2021-03-01 13:06:59 +01:00
Rainer Kottenhoff
41ee3f9fd8
+ add: some filesystem path vs. file:// URL helpers (backslash invert)
...
+ fix: ShellExecute() lpVerb for open hyperlink (Ctrl+Click) set to "open" instead of undefined (first defined protocol handler)
2021-02-28 17:51:13 +01:00
Rainer Kottenhoff
3d1c78a499
+ add: Converter: File-System Path to URL and vice versa
2021-02-26 16:37:25 +01:00
Pairi Daiza
19beaa7b07
+ Upd: Version files, Changes.txt and Translators list
2021-02-22 15:08:08 +01:00
Derick Payne
a3d146c098
Afrikaans translation update
2021-02-22 00:12:23 +02:00
Alex Yashkin
783e0dc207
Update translation for be-BY and ru-RU
2021-02-20 23:41:36 +03:00
Pairi Daiza
6a94cef5f9
MUI - Menu move Line/Stream Comment items from Edit->Insert to Edit->Selection
2021-02-19 21:57:21 +01:00
Rainer Kottenhoff
5ab94205a3
+ chg: Menu (en-US) move line/stream comment items to Edit->Selection top
...
+ fix: JSON Lexer has comments enabled now
+ chg: Simple Line Comment Toggle handles each line seperately (with Line Edit after toggle will still set mode of 1st line = former behavior)
2021-02-19 14:51:31 +01:00
Pairi Daiza
ca04093ed0
MUI - Minor sv-SE translation update
2021-02-16 12:37:51 +01:00
Pairi Daiza
846bc812ab
MUI - Minor sk-SK translation update
2021-02-13 16:39:43 +01:00
Pairi Daiza
fdd3c4c922
MUI - Minor hi-IN translation update
2021-02-13 11:38:50 +01:00
Pairi Daiza
e560ebd6ed
MUI - Minor hi-IN and sk-SK translations update
2021-02-13 11:12:09 +01:00
Pairi Daiza
ae482fb8fc
MUI - Synchronize the Menu_xx_yy.rc files
2021-02-12 15:21:31 +01:00
Rainer Kottenhoff
dbaad543cf
+ fix: Context-Menu Handling in Release Mode
...
(caused by Compiler switch /GT (whole program optimization) for Scintilla-Lib only ???)
+ fix: reactivate Scintilla's context menu popup switches (text area)
+ fix: burndown some VS Analyze Mode Infos/Warnings
2021-02-12 13:06:51 +01:00
Pairi Daiza
1f42ffd554
MUI - Minor pl-PL and pt-PT translations update
2021-02-11 06:16:26 +01:00
maboroshin
65526e41f1
Translation >Japanese : 2021/Feb wraparound
2021-02-11 00:45:10 +09:00
maboroshin
a07ef77791
Translation >Japanese : 2021/Feb LOCALE_DATEFMT
2021-02-10 19:21:14 +09:00
Akos Keresztes
127ba30f27
Hungarian translation, 2 more strings + typo fix
2021-02-10 08:54:49 +01:00
Akos Keresztes
488c45e5c2
Hungarian translation update
2021-02-10 06:45:02 +01:00
Pairi Daiza
f14940c8a8
Merge pull request #3090 from xsak/master
...
Minor Hungarian translation update
2021-02-09 23:31:35 +01:00
Pairi Daiza
1c24129593
MUI - Minor it-IT translation update
2021-02-09 18:32:13 +01:00
Liu Hao
4d21b56595
Update translation for zh_CN
...
Signed-off-by: Liu Hao <lh_mouse@126.com>
2021-02-08 20:42:22 +08:00
Akos Keresztes
4799a6ba63
Minor Hungarian translation update
2021-02-05 17:39:39 +01:00
VenusGirl
74b6591c25
Update strings_ko_kr.rc
2021-02-05 22:59:14 +09:00
Pairi Daiza
7a2031537c
MUI - Add "Languages defines Date Format" for all languages
2021-02-05 00:38:44 +01:00
Rainer Kottenhoff
8318e6fe02
+ chg: use user locale for date/time insert format, can be menu switched to preferred UI language
...
+ chg: insert date before time & tab separated
2021-02-04 22:36:19 +01:00
Pairi Daiza
a91b8a8397
Merge pull request #3053 from VenusGirl/patch-23
...
Update lexer_ko_kr.rc
2021-01-18 08:18:51 +01:00
VenusGirl
410b7b67b1
Update lexer_ko_kr.rc
2021-01-18 10:34:40 +09:00
VenusGirl
c0fb8262ac
Update strings_ko_kr.rc
2021-01-18 10:20:16 +09:00
Pairi Daiza
f85a768284
MUI - Correction translation in fr-FR, n--NL, es-ES, es-MX of search wrap-around tooltip
2021-01-18 00:02:17 +01:00
Pairi Daiza
7e7dc12bfe
MUI - Add Show search wrap-around tooltip
2021-01-17 20:43:56 +01:00
Rainer Kottenhoff
8f806fd53d
+ add: Show search wrap-around tooltip (issue #3038 )
...
(switch off by "[Settings2] WrapAroundTooltipTimeout=0"
2021-01-17 13:07:41 +01:00
maboroshin
1affb58e82
Translation >Japanese : 2021/Jan, Kotlin
2021-01-15 21:15:01 +09:00
Pairi Daiza
a1706a2a75
+ chg: Rizonesoft Copyright © 2008-2020 to year "2008-2021"
2021-01-01 10:48:00 +01:00
Pairi Daiza
c299b9545a
MUI - Add Kotlin and Dart Lexers
2020-12-22 20:13:34 +01:00
Rainer Kottenhoff
6c79ce170a
+ add: Kotlin Source Lexer based on Zufuliu's Kotlin Lexer code base
2020-12-22 16:46:50 +01:00