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