blob: 649c4e195fed805c3b83ab392fc874927b3070d5 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001" Menu Translations: Afrikaas
2" Maintainer: Danie Roux <droux@tuks.co.za>
Bram Moolenaar80716072012-05-01 21:14:34 +02003" Last Change: 2012 May 01
Adaa4253532022-02-19 12:06:09 +00004" Original translations
Bram Moolenaar071d4272004-06-13 20:20:40 +00005
6" Quit when menu translations have already been done.
7if exists("did_menu_trans")
8 finish
9endif
10let did_menu_trans = 1
Bram Moolenaar9a7224b2012-04-30 15:56:52 +020011let s:keepcpo= &cpo
12set cpo&vim
Bram Moolenaar071d4272004-06-13 20:20:40 +000013
14" The translations below are in latin1, but they work for cp1252 and
15" iso-8859-15 without conversion as well.
16if &enc != "cp1252" && &enc != "iso-8859-15"
17 scriptencoding latin1
18endif
19
20
21" Help menu
22menutrans &Help &Hulp
23menutrans &Overview<Tab><F1> &Oorsig<Tab><F1>
24menutrans &How-to\ links &How-to\ Indeks
25"menutrans &GUI &GUI
26menutrans &Credits &Met\ dank\ aan
27menutrans Co&pying &Kopiereg
28menutrans &Find\.\.\. &Soek\.\.\.
29menutrans &Version &Weergawe
30menutrans &About &Inleiding\ skerm
31
32" File menu
33menutrans &File &Lêer
34menutrans &Open\.\.\.<Tab>:e &Open\.\.\.<Tab>:e
35menutrans Sp&lit-Open\.\.\.<Tab>:sp Maak\ oop\ in\ nuwe\ &venster\.\.\.<Tab>:sp
36menutrans &New<Tab>:enew &Nuut<Tab>:enew
37menutrans &Close<Tab>:close Maak\ &Toe<Tab>:close
38menutrans &Save<Tab>:w &Skryf<Tab>:w
39menutrans Save\ &As\.\.\.<Tab>:w Skryf\ &as\.\.\.<Tab>:w
40menutrans &Print &Druk
41menutrans Sa&ve-Exit<Tab>:wqa Skryf\ en\ verlaat<Tab>:wqa
42menutrans E&xit<Tab>:qa &Verlaat<Tab>:qa
43
44" Edit menu
45menutrans &Edit &Wysig
46menutrans &Undo<Tab>u Terug<Tab>u
47menutrans &Redo<Tab>^R Voo&ruit<Tab>^R
48menutrans Rep&eat<Tab>\. &Herhaal<Tab>\.
49menutrans Cu&t<Tab>"+x &Knip<Tab>"+x
50menutrans &Copy<Tab>"+y &Kopiëer<Tab>"+y
51menutrans &Paste<Tab>"+gP Plak<Tab>"+gP
52menutrans Put\ &Before<Tab>[p Voeg\ &Voor\ in<Tab>[p
53menutrans Put\ &After<Tab>]p Voeg\ A&gter\ in<Tab>]p
54menutrans &Select\ all<Tab>ggVG Kies\ &Alles<Tab>ggVG
55menutrans &Find\.\.\. &Soek\.\.\.
56menutrans Find\ and\ Rep&lace\.\.\. Soek\ en\ Vervang\.\.\.
57menutrans Options\.\.\. Opsies\.\.\.
58
59" Programming menu
60menutrans &Tools &Gereedskap
61menutrans &Jump\ to\ this\ tag<Tab>g^] &Spring\ na\ Etiket<Tab>g^]
62menutrans Jump\ &back<Tab>^T Spring\ &Terug<Tab>^T
63menutrans Build\ &Tags\ File Genereer\ &Etiket\ Leêr
64menutrans &Make<Tab>:make Voer\ &Make\ uit<Tab>:make
65menutrans &List\ Errors<Tab>:cl &Foutlys<Tab>:cl
66menutrans L&ist\ Messages<Tab>:cl! &Boodskaplys<Tab>:cl!
67menutrans &Next\ Error<Tab>:cn Volgende\ Fout<Tab>:cn
68menutrans &Previous\ Error<Tab>:cp Vorige\ Fout<Tab>:cp
69menutrans &Older\ List<Tab>:cold &Ouer\ Lys<Tab>:cold
70menutrans N&ewer\ List<Tab>:cnew &Nuwer\ Lys<Tab>:cnew
71menutrans Error\ &Window<Tab>:cwin Foute\ Venster<Tab>:cwin
72menutrans Convert\ to\ HEX<Tab>:%!xxd Verwissel\ na\ HEX<Tab>:%!xxd
73menutrans Convert\ back<Tab>:%!xxd\ -r Verwissel\ terug<Tab>:%!xxd\ -r
74
75" Names for buffer menu.
76menutrans &Buffers &Buffers
77menutrans Refresh Verfris
78menutrans Delete Verwyder
79menutrans Alternate Vorige
80menutrans [No\ File] [Geen\ Leêr]
81
82" Window menu
83menutrans &Window &Venster
84menutrans &New<Tab>^Wn &Nuut<Tab>^Wn
85menutrans S&plit<Tab>^Ws Ver&deel<Tab>^Ws
86menutrans Sp&lit\ To\ #<Tab>^W^^ Verdeel\ N&a\ #<Tab>^W^^
87menutrans Split\ &Vertically<Tab>^Wv Verdeel\ Vertikaal<Tab>^Wv
88menutrans &Close<Tab>^Wc &Maak\ toe<Tab>^Wc
89menutrans Close\ &Other(s)<Tab>^Wo Maak\ &Ander\ Toe<Tab>^Wo
90menutrans Ne&xt<Tab>^Ww Volgende<Tab>^Ww
91menutrans P&revious<Tab>^WW &Vorige<Tab>^WW
92menutrans &Equal\ Size<Tab>^W= &Gelyke\ hoogte<Tab>^W=
93menutrans &Max\ Height<Tab>^W_ &Maksimale\ hoogte<Tab>^W_
94menutrans M&in\ Height<Tab>^W1_ Mi&nimale\ hoogte<Tab>^W1_
95menutrans Max\ Width<Tab>^W\| Maksimale\ breedte<Tab>^W\|
96menutrans Min\ Width<Tab>^W1\| Minimale\ breedte<Tab>^W1\|
97menutrans Rotate\ &Up<Tab>^WR Roteer\ na\ &bo<Tab>^WR
98menutrans Rotate\ &Down<Tab>^Wr Roteer\ na\ &onder<Tab>^Wr
99menutrans Select\ Fo&nt\.\.\. Kies\ font\.\.\.
100
101" The popup menu
102menutrans &Undo &Terug
103menutrans Cu&t Knip
104menutrans &Copy &Kopiëer
105menutrans &Paste &Plak
106menutrans &Delete &Verwyder
107menutrans Select\ Blockwise Kies\ per\ Blok
108menutrans Select\ &Word Kies\ een\ &Woord
109menutrans Select\ &Line Kies\ een\ &Reël
110menutrans Select\ &Block Kies\ een\ &Blok
111menutrans Select\ &All Kies\ &Alles
112
113" The GUI toolbar
114if has("toolbar")
115 if exists("*Do_toolbar_tmenu")
116 delfun Do_toolbar_tmenu
117 endif
118 fun Do_toolbar_tmenu()
119 tmenu ToolBar.Open Maak leêr oop
120 tmenu ToolBar.Save Skryf leêr
121 tmenu ToolBar.SaveAll Skryf alle leêrs
122 tmenu ToolBar.Print Druk
123 tmenu ToolBar.Undo Terug
124 tmenu ToolBar.Redo Vooruit
125 tmenu ToolBar.Cut Knip
126 tmenu ToolBar.Copy Kopiëer
127 tmenu ToolBar.Paste Plak
128 tmenu ToolBar.Find Soek...
129 tmenu ToolBar.FindNext Soek volgende
130 tmenu ToolBar.FindPrev Soek vorige
131 tmenu ToolBar.Replace Soek en vervang...
132 tmenu ToolBar.LoadSesn Laai sessie
133 tmenu ToolBar.SaveSesn Stoor sessie
134 tmenu ToolBar.RunScript Voer vim skrip uit
135 tmenu ToolBar.Make Voer make uit
136 tmenu ToolBar.Shell Begin dop
137 tmenu ToolBar.RunCtags Genereer etikette
138 tmenu ToolBar.TagJump Spring na etiket
139 tmenu ToolBar.Help Hulp
140 tmenu ToolBar.FindHelp Soek hulp...
141 endfun
142endif
143
144" Syntax menu
145menutrans &Syntax &Sintaks
146menutrans Set\ 'syntax'\ only Stel\ slegs\ 'syntax'
147menutrans Set\ 'filetype'\ too Verander\ 'filetype'\ ook
148menutrans &Off &Af
149menutrans &Manual &Met\ die\ hand
150menutrans A&utomatic O&utomaties
151menutrans o&n\ (this\ file) Aa&n\ (die\ leêr)
152menutrans o&ff\ (this\ file) &Af\ (die\ leêr)
153menutrans Co&lor\ test Toets\ die\ &kleure
154menutrans &Highlight\ test Toets\ die\ verligting
155menutrans &Convert\ to\ HTML Verwissel\ na\ HTML
Bram Moolenaar9a7224b2012-04-30 15:56:52 +0200156
Bram Moolenaar80716072012-05-01 21:14:34 +0200157let &cpo = s:keepcpo
158unlet s:keepcpo