Skip to content

Commit e73e903

Browse files
committed
Updated Afrikaans Translation
1 parent d7d00d1 commit e73e903

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Versions/build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1
1+
2

language/np3_af_za/menu_af_za.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ BEGIN
199199
MENUITEM "&Inkeep", IDM_EDIT_INDENT
200200
MENUITEM "&Ontkeep", IDM_EDIT_UNINDENT
201201
MENUITEM SEPARATOR
202-
MENUITEM "Jump to Sele&ction Start\tCtrl+,", CMD_JUMP2SELSTART
203-
MENUITEM "Jump to Selectio&n End\tCtrl+.", CMD_JUMP2SELEND
202+
MENUITEM "Spring na die &Seleksie Begin\tCtrl+,", CMD_JUMP2SELSTART
203+
MENUITEM "Sprin&g na die Seleksie Einde\tCtrl+.", CMD_JUMP2SELEND
204204
MENUITEM SEPARATOR
205205
POPUP "Omsluit S&eleksie"
206206
BEGIN
@@ -365,7 +365,7 @@ BEGIN
365365
END
366366
POPUP "Nu&tsbalk"
367367
BEGIN
368-
MENUITEM "Show &Menubar", IDM_VIEW_MENUBAR
368+
MENUITEM "Wys &Menubalk", IDM_VIEW_MENUBAR
369369
MENUITEM "Wys &Nutsbalk", IDM_VIEW_TOOLBAR
370370
MENUITEM "To&ggle Nutsbalke", IDM_VIEW_TOGGLETB
371371
MENUITEM "Pas&maak Nutsbalk...", IDM_VIEW_CUSTOMIZETB
@@ -500,7 +500,7 @@ BEGIN
500500
END
501501
POPUP "+"
502502
BEGIN
503-
MENUITEM "Wus &Menubar", IDM_VIEW_MENUBAR
503+
MENUITEM "Wys &Menubalk", IDM_VIEW_MENUBAR
504504
MENUITEM "Wys &Nutsbalk", IDM_VIEW_TOOLBAR
505505
MENUITEM "To&ggle Nutsbalke", IDM_VIEW_TOGGLETB
506506
MENUITEM "&Pas Nutsbalk...", IDM_VIEW_CUSTOMIZETB

language/np3_af_za/strings_af_za.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ BEGIN
191191
IDS_MUI_URL_OPEN_FILE "\nAlt + Klik om die lêer oop te maak."
192192
IDS_MUI_URL_OPEN_BROWSER "\nCtrl + Klik om skakel in leser oop te maak."
193193
IDS_MUI_INF_PRSVFILEMODTM
194-
"Preserving original File Modification Timestamp enabled.\nThis option will stay for this session!"
194+
"Die behoud van die oorspronklike tydstempel vir lêerveranderings is geaktiveer.\nHierdie opsie bly vir hierdie sessie!"
195195
END
196196

197197
STRINGTABLE

res/Notepad3.exe.manifest.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<assemblyIdentity
44
name="Notepad3"
55
processorArchitecture="*"
6-
version="5.20.218.1"
6+
version="5.20.218.2"
77
type="win32"
88
/>
99
<description>Notepad3 RC1</description>

src/VersionEx.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
#define VERSION_MAJOR 5
1010
#define VERSION_MINOR 20
1111
#define VERSION_REV 218
12-
#define VERSION_BUILD 1
12+
#define VERSION_BUILD 2
1313
#define SCINTILLA_VER 430
1414
#define ONIGURUMA_REGEX_VER 6.9.4
1515
#define UCHARDET_VER 2018.09.27
1616
#define TINYEXPR_VER 2018.05.11
1717
#define UTHASH_VER 2.1.0
1818
#define VERSION_PATCH RC1
19-
#define VERSION_COMMIT_ID t7820-rk
19+
#define VERSION_COMMIT_ID venom-pc

0 commit comments

Comments
 (0)