xomx
5d78c7f08e
Update czech.xml to v8.2.2
...
- WantToOpenHugeFile
- added missing translations for Print Header & Footer Variable combobox items
- better meaning for some of the edit-onSelection items
- some previous typing error corrections
Close #11100
2022-02-12 16:27:22 +01:00
~GOLEM~
8be6bcc708
Update russian.xml to v8.3.1
...
Close #11094
2022-02-12 16:16:57 +01:00
Daniel Fuchs
0c83175b59
Fix conflicting German translations
...
* make two functions available in Shortcut Mapper by improving their translation
Close #11092
2022-02-12 14:52:46 +01:00
Regmos
79d1a2230d
Update danish.xml
...
Close #11062
2022-02-12 14:46:56 +01:00
Tmp341
c2af4a8b3d
Update Turkish localization
...
* * According to d9ef4be
, 9be4eeb
, 78c6554
, 68d339d
, e048f83
, 85e7207
and 2c1090e
commits.
* I don't know how i missed the removal of id=42079, but removed now (line 178).
Close #11183
2022-02-12 14:31:38 +01:00
Don Ho
987a944ada
Update french.xml & taiwaneseMandarin.xml
2022-02-08 19:17:27 +01:00
Don Ho
6392508cd1
Solve the confilt in english.xml
2022-02-08 18:44:59 +01:00
Daniel Fuchs
2c1090e554
Update english.xml
...
English localization for #11047
* add translation for WantToOpenHugeFile as referenced by commit 46011e3
* add previously untranslated drop-down items in Preferences > Print
Close #11093
2022-02-08 18:40:41 +01:00
xomx
85e7207eef
Enhance error handling while opening file
...
In FileManager::loadFileData method:
1. Fix unnecessary GCC crashes when opening larger files in 32-bit Notepad++ binary.
2. Take into account and report correctly also other possible Scintilla error states there (than the previously handled SC_STATUS_BADALLOC).
3. Catch and report correctly also exceptions not handled by the Scintilla exception handler.
4. Catch and report correctly also Notepad++ code exceptions there.
Fix #11103 , close #11112
2022-02-07 23:34:54 +01:00
conky77
4f0be89651
Update Italian.xml to 8.2.0
...
Close #10976
2022-01-19 02:27:13 +01:00
conky77
953fea562e
update venetian.xml to 8.2.0
...
Close #10977
2022-01-19 02:22:25 +01:00
rddim
aa998a7f07
Update Bulgarian licalization
...
Close #10982
2022-01-19 02:17:24 +01:00
kubalav
95ced9ffa6
Update Slovak translation to 8.2
...
Close #10997
2022-01-19 01:32:19 +01:00
yasmise
5edbed748a
update japanese.xml
...
Following this commit:
Update english.xml (d9ef4be579
)
Close #10998
2022-01-19 01:30:02 +01:00
Patriccollu
441b9aa94c
Update Corsican translation for Notepad++ 8.2
...
Close #10999
2022-01-19 01:26:02 +01:00
~GOLEM~
bf3b974edd
Update russian.xml to v8.2
...
Close #11000
2022-01-19 01:22:58 +01:00
Daniel Fuchs
5a382cb646
Update German translation
...
* update german.xml to v8.2
* fix some (colloquial) wording
Close #11009
2022-01-19 01:20:12 +01:00
Hugo Carvalho
67cda62112
Update portuguese.xml to v8.2.1
...
Close #11030
2022-01-19 01:14:25 +01:00
ArkadiuszMichalski
44150ea675
Update polish.xml to 8.2.1
...
Update polish.xml to 8.2.1 (according to the latest commit).
Close #11033
2022-01-19 01:10:14 +01:00
xomx
88e660ab12
Update czech.xml to v8.2.1
...
resolved conflicts in previous PR #10975
Close #11043
2022-01-19 01:05:43 +01:00
Edditoria
8befad7751
Update Hong Kong Cantonese localization
...
As at commit cb7bbef
of this repo.
Also bump version to v8.2.1 in advance.
Close #11054
2022-01-19 01:01:32 +01:00
Don Ho
029a09ab5b
Remove obsolete localization entries
...
Ref:
https://github.com/notepad-plus-plus/notepad-plus-plus/pull/11037#issuecomment-1012110125
Close #11041
2022-01-13 19:15:08 +01:00
Don Ho
e048f83420
Make menu folders on context menu translatable
...
Make the following context menu items translatable:
1. "Style all occurrences of token"
2. "Style one token"
3. "Clear style"
4. "Plugin commands"
Note for translators: to test your translation, you have to replace the old "contextMenu.xml" with the new one (modified in this commit).
Fix partially #8972
Fix #9713 , close #11031
2022-01-11 15:07:55 +01:00
Don Ho
68d339d224
Auto-completion currently use both ENTER and TAB to insert the selected item,
...
in some circumstance people have to ENTER twice to have 1 newline feed.
In this commit, 2 options (ENTER & TAB) are given in Auto-completion settings, so users can choose one of these 2 keystrokes (or both, or none). By default ENTER is disabled and TAB is enabled.
If auto-completion is disabled and completion is triggered manually, then the settings of ENTER & TAB won't be considered, both ENTER & TAB will be able to insert the selection.
Fix #4799 , fix #4631 , fix #8389 , fix #10915 , close #11016
2022-01-10 15:10:54 +01:00
Don Ho
9208ed2abc
Make 1 entry of French translation shorter
...
Fix #11006
2022-01-09 03:05:01 +01:00
Don Ho
9929160a00
Update French & Taiwanese localization
2022-01-08 17:04:53 +01:00
mere-human
78c6554e91
Add missing translation for folder browser title
...
Affected places:
File > Open Folder as Workspace
Search > Find in Files
Settings > Preferences > Default Directory > [...]
Settings > Preferences > Backup > [...]
Fix #10983 , fix #10984 , fix #10985 , close #11005
2022-01-08 16:57:33 +01:00
mere-human
9be4eeb4e6
Add copy name/path commands to DocList and Edit menu
...
1. Add new commands to copy selected files name/path into multi-selection context menu in Document List.
2. Add new commands to copy all files name/path into Edit > Copy to Clipboard.
3. Create a new function buf2Clipborad() to be used in all similar commands.
4. Fix the translation of the Document List multi-selection context menu.
Fix #10394 , close #10993
2022-01-05 15:58:54 +01:00
Don Ho
a4bd526639
Fix French localization
2022-01-05 02:52:21 +01:00
rddim
d9ef4be579
Update english.xml
...
Fix #10356 , close #10981
2022-01-05 00:29:27 +01:00
Don Ho
5d1bbc05ef
Update 3 localization files
2021-12-30 01:49:05 +01:00
schnurlos
5dd868cf4b
Update german.xml to V.8.1.9.2
...
Following add9f64104 (diff-a6ac7ceba70d88bf1547fd1defd760bd55052dcdb78c44f9d46d99ef1f450472)
& 7aa0a56320 (diff-a6ac7ceba70d88bf1547fd1defd760bd55052dcdb78c44f9d46d99ef1f450472)
Close #10845
2021-12-30 00:52:24 +01:00
IoeCmcomc
61eff45bd2
Update Vietnamese translation
...
Signed-off-by: IoeCmcomc <53734763+IoeCmcomc@users.noreply.github.com>
Close #10880
2021-12-30 00:50:00 +01:00
Iñigo Zendegi
66eddf2501
Update basque.xml
...
Close #10931
2021-12-30 00:46:44 +01:00
Artem Polivanchuk
1ad973fa26
Update Ukrainian translation
...
Close #10934
2021-12-30 00:41:57 +01:00
Tmp341
35c26e3ad4
Update Turkish localization
...
* According to add9f64
, 7aa0a56
and 4facc4d
commits.
Close #10938
2021-12-30 00:40:05 +01:00
~GOLEM~
9debacde9f
Update russian.xml to v8.1.9.3
...
Close #10944
2021-12-30 00:37:58 +01:00
kubalav
cb441d8a59
Update Slovak translation to 8.1.9.3
...
Close #10945
2021-12-30 00:36:37 +01:00
yasmise
13d92c614f
Update japanese.xml
...
Translation update to follow this commit:
* Add auto save loaded session on exit feature (a16930fffe
)
Also, fix for looking of parentheses for inconsistency.
Fix #10949
2021-12-30 00:35:23 +01:00
György Bata
35dc1f8c45
Hungarian translation update for 8.1.9.3
...
Close #10951
2021-12-30 00:34:05 +01:00
rddim
492d27996d
Update Bulgarian localization
...
Close #10953
2021-12-30 00:25:20 +01:00
Hugo Carvalho
234d142cab
Update portuguese.xml
...
For commit: a16930fffe
Close #10954
2021-12-30 00:21:59 +01:00
Don Ho
a16930fffe
Add auto save loaded session on exit feature
...
This new feature works only if Multi-instance settings is NOT set to "Default (Mono-instance)".
Fix #1646 , fix #3241 , fix #3574 , fix #4228 , close #10935
2021-12-24 17:32:08 +01:00
Regmos
09890daa54
Update danish.xml
...
Close #10879
2021-12-05 01:16:12 +01:00
xomx
b41cb7d65b
Update czech.xml to v8.1.9.3
...
Close #10877
2021-12-05 01:14:39 +01:00
ArkadiuszMichalski
4facc4db46
Update polish.xml to 8.1.9.3
...
Close #10875
2021-12-05 01:13:17 +01:00
yasmise
e99d2eb696
update japanese.xml to v8.1.9.2
...
Added these translations:
* Add "Notepad++ User Defined Languages Collection" project website ... (add9f64104
)
* Update english.xml (7aa0a56320
)
Close #10848
2021-12-05 01:10:54 +01:00
kubalav
1574deb570
Update Slovak translation to 8.1.9.2
...
Close #10834
2021-12-05 01:07:31 +01:00
rddim
a4c29c96c1
Update Bulgarian localization
...
Close #10830
2021-12-05 01:00:56 +01:00
Patriccollu
1ae7490092
Update Corsican translation for Notepad++ 8.1.9.3
...
Close #10813
2021-12-05 00:58:59 +01:00
Hugo Carvalho
50ed14367e
Update portuguese.xml v8.1.9.1
...
Close #10808
2021-12-05 00:55:54 +01:00
rddim
7aa0a56320
Update english.xml
...
Close #10831
2021-11-27 04:40:29 +01:00
Don Ho
add9f64104
Add "Notepad++ User Defined Languages Collection" project website access command
2021-11-23 00:31:37 +01:00
~GOLEM~
b28ea17a91
Update russian.xml v8.1.9.1
...
Updated to v8.1.9.1:
- minor fix
Close #10780
2021-11-20 15:59:20 +01:00
rddim
240134958a
Update Bulgarian localization
...
Close #10782
2021-11-20 15:56:59 +01:00
Sapziller
ce2de092c4
Update korean.xml 8.1.9.1
...
Close #10785
2021-11-20 15:54:35 +01:00
MarkusBodensee
bd082e8205
Update german.xml with mainly the date time translations
...
Add all missing date time translations from v8.1.5.
Update 42083 and 42078 to not use the word sort (sortieren) because english.xml doesn't either.
Move items 41025 and 44109 to the same order like in english.xml for more easy diffing.
Delete obsolete/doubled item 42079 (it was there two times in german.xml).
Close #10730
2021-11-13 02:08:28 +01:00
Thomas De Rocker
85ea1e6431
Update dutch.xml
...
Close #10631
2021-10-14 18:21:42 +02:00
Tmp341
d692b5060f
Update Turkish localization
...
* According to 2576bf8
, 45831ac
, deab93f
, e12b161
, 84c1505
, ef8522e
, 36d0d29
and f6282f4
commits.
* Some spacing.
Close #10587
2021-10-07 01:17:28 +02:00
A. Regnander
5de59d7e44
Update swedish.xml
...
Close #10620
2021-10-05 14:38:16 +02:00
Don Ho
97ad1d922e
Update translations
2021-10-03 03:38:05 +02:00
popcorner
94788503d2
Update chineseSimplified.xml
...
Close #10559
2021-09-16 20:43:58 +02:00
Thomas De Rocker
8d7aa6b06c
Update dutch.xml
...
Close #10474
2021-09-16 19:02:38 +02:00
popcorner
ad40663fb3
Update chineseSimplified.xml
...
Close #10498
2021-09-16 19:00:04 +02:00
regener
827bcc1d05
Hungarian translation update for version 8.1.4
...
Close #10500
2021-09-16 18:55:40 +02:00
rddim
e1e180397f
Update Bulgarian localization
...
Close #10424
2021-09-16 15:20:46 +02:00
schnurlos
1d71e90a64
Update german.xml to v8.1.4
...
Close #10428
2021-09-16 15:17:34 +02:00
Hugo Carvalho
3d02256078
Update Portuguese translation to v8.1.5
...
Close #10457
2021-09-16 15:12:22 +02:00
yasmise
114107957c
update japanese.xml to v8.1.5
...
Added translations for these commits:
* Make "Confirm Save All" dialog more clear (deab93f9b5
)
* Make Incremental Search panel translatable (e12b161d48
)
* Add custom date time insert (84c1505fab
)
Close #10477
2021-09-16 15:06:34 +02:00
kubalav
56b0af3c85
Update Slovak translation to 8.1.5
...
Close #10482
2021-09-16 12:54:19 +02:00
xomx
7a6eb0da37
Update czech.xml to v8.1.5
...
Close #10521
2021-09-16 12:50:28 +02:00
~GOLEM~
748db1be38
Update russian.xml v8.1.5
...
Close #10542
2021-09-16 12:45:03 +02:00
IoeCmcomc
3c464e49bb
Update Vietnamese translation
...
Close #10547
2021-09-15 20:17:22 +02:00
ArkadiuszMichalski
f658c22265
Update polish.xml to 8.1.5
...
Update polish.xml to 8.1.5 (according to the latest commit).
Close #10550
2021-09-15 03:44:53 +02:00
Patriccollu
9342da4885
Update Corsican translation for Notepad++ 8.1.5
...
Close #10455
2021-09-15 01:21:44 +02:00
Don Ho
f6282f4f11
Update localization files
...
And fix a typo in BUILD.md
2021-09-14 23:33:34 +02:00
Don Ho
f6bea32003
Update uzbek.xml
2021-09-12 19:04:10 +02:00
Ashfaaq18
36d0d29cc7
Add path column in Document list panel
...
Fix #9679 , close #10539
2021-09-12 15:18:22 +02:00
Don Ho
d4781bd4a3
Update abkhazian.xml
2021-09-05 12:53:38 +02:00
Ashfaaq18
ef8522e4aa
Enable/disable ext column from Document list directely
...
* Enable/disable ext column via the context menu.
* The ext column checkbox is removed from the preferences dialog.
* Cleaned up localization file
Fix #10468 , close #10485
2021-09-03 14:48:18 +02:00
Don HO
f6488cdc7a
Update english.xml
2021-08-31 15:41:04 +02:00
Don Ho
c1cce29c84
Fix build system error
2021-08-31 00:16:52 +02:00
Don Ho
84c1505fab
Add custom date time insert
...
Make Insert date time customizable.
Also make date time order reversable for short & long format.
Fix #10445 , close #10453
2021-08-29 19:42:05 +02:00
Don Ho
e12b161d48
Make Incremental Search panel translatable
...
Fix also checkbox overlap in incremental search bar.
Fix #8955 , fix #8574 , close #10420
2021-08-25 16:38:42 +02:00
Don Ho
deab93f9b5
Make "Confirm Save All" dialog more clear
...
Use "Always Yes" button instead of "Cancel", and whole dialog is translatble.
Fix #10339 , close #10429
2021-08-25 16:31:51 +02:00
Don Ho
a720b88e52
Update localization files to v8.1.4
2021-08-25 15:42:59 +02:00
Patriccollu
d42c6a58aa
Update Corsican translation for Notepad++ 8.1.4
...
Close #10415
2021-08-21 00:05:22 +02:00
yasmise
e057e3ea88
update japanese.xml
...
Follow these commits:
* Substitute "Mark" for "Style" in the menu entries (2576bf884b
)
* Update English localization file to v8.1.4 (45831ac050
)
Close #10416
2021-08-21 00:02:20 +02:00
~GOLEM~
4831cb80bd
Update russian.xml v8.1.4
...
Close #10410
2021-08-20 12:02:47 +02:00
kubalav
79ab11ee8b
Update Slovak localization file to v8.1.4
...
Close #10411
2021-08-20 12:00:08 +02:00
Thomas De Rocker
0b98ae56e9
Update dutch.xml
...
Close #10382
2021-08-20 11:55:37 +02:00
Don Ho
45831ac050
Update English localization file to v8.1.4
...
and French + Taiwanese Mandarin localization files are updated.
2021-08-20 02:55:36 +02:00
Don Ho
2576bf884b
Substitute "Mark" for "Style" in the menu entries
...
In order to avoid users' confusion, all "Mark" occurrences of menu entries are substituted for "Style", so users won't confuse with "Mark" fonction in Find dialog.
Ref: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10195#issuecomment-893481499
Close #10351
2021-08-13 13:54:27 +02:00
schnurlos
32965d5549
Update german.xml to v8.1.2
...
Close #10319
2021-08-03 19:44:57 +02:00
Tmp341
ef1ecaa936
Update Turkish localization
...
* According to 27524e1
, 80c285e
, a0472fd
, 599f185
, 53f1e6b
, 8e38b9d
, 5b9e3b6
and b8f23a1
commits.
Close #10315
2021-08-03 00:51:43 +02:00
xomx
2dc31d0d2f
Update czech.xml to v8.1.3 (2nd attempt)
...
Close #10316
2021-08-03 00:44:46 +02:00
rddim
1479b130f6
Update Bulgarian localization
...
Close #10244
2021-08-02 18:05:26 +02:00
Luxy
a91d0d7b8d
Update brazilian_portuguese.xml
...
Close #10173
2021-08-02 17:50:40 +02:00
ArkadiuszMichalski
db62ce2e33
Update polish.xml to 8.1.3
...
Update polish.xml to 8.1.3 (according to the latest commit).
Close #10308
2021-08-02 15:59:38 +02:00
Sapziller
61bcbbd900
update korean.xml 8.1.3
...
Close #10309
2021-08-02 15:49:44 +02:00