1925 |
jp_milcent |
1 |
/*
|
|
|
2 |
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
|
|
|
3 |
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
|
|
|
4 |
*
|
|
|
5 |
* == BEGIN LICENSE ==
|
|
|
6 |
*
|
|
|
7 |
* Licensed under the terms of any of the following licenses at your
|
|
|
8 |
* choice:
|
|
|
9 |
*
|
|
|
10 |
* - GNU General Public License Version 2 or later (the "GPL")
|
|
|
11 |
* http://www.gnu.org/licenses/gpl.html
|
|
|
12 |
*
|
|
|
13 |
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
|
|
|
14 |
* http://www.gnu.org/licenses/lgpl.html
|
|
|
15 |
*
|
|
|
16 |
* - Mozilla Public License Version 1.1 or later (the "MPL")
|
|
|
17 |
* http://www.mozilla.org/MPL/MPL-1.1.html
|
|
|
18 |
*
|
|
|
19 |
* == END LICENSE ==
|
|
|
20 |
*
|
|
|
21 |
* Afrikaans language file.
|
|
|
22 |
*/
|
|
|
23 |
|
|
|
24 |
var FCKLang =
|
|
|
25 |
{
|
|
|
26 |
// Language direction : "ltr" (left to right) or "rtl" (right to left).
|
|
|
27 |
Dir : "ltr",
|
|
|
28 |
|
|
|
29 |
ToolbarCollapse : "Vou Gereedskaps balk toe",
|
|
|
30 |
ToolbarExpand : "Vou Gereedskaps balk oop",
|
|
|
31 |
|
|
|
32 |
// Toolbar Items and Context Menu
|
|
|
33 |
Save : "Bewaar",
|
|
|
34 |
NewPage : "Nuwe Bladsy",
|
|
|
35 |
Preview : "Voorskou",
|
|
|
36 |
Cut : "Uitsny ",
|
|
|
37 |
Copy : "Kopieer",
|
|
|
38 |
Paste : "Byvoeg",
|
|
|
39 |
PasteText : "Slegs inhoud byvoeg",
|
|
|
40 |
PasteWord : "Van Word af byvoeg",
|
|
|
41 |
Print : "Druk",
|
|
|
42 |
SelectAll : "Selekteer alles",
|
|
|
43 |
RemoveFormat : "Formaat verweider",
|
|
|
44 |
InsertLinkLbl : "Skakel",
|
|
|
45 |
InsertLink : "Skakel byvoeg/verander",
|
|
|
46 |
RemoveLink : "Skakel verweider",
|
|
|
47 |
VisitLink : "Open Link", //MISSING
|
|
|
48 |
Anchor : "Plekhouer byvoeg/verander",
|
|
|
49 |
AnchorDelete : "Remove Anchor", //MISSING
|
|
|
50 |
InsertImageLbl : "Beeld",
|
|
|
51 |
InsertImage : "Beeld byvoeg/verander",
|
|
|
52 |
InsertFlashLbl : "Flash",
|
|
|
53 |
InsertFlash : "Flash byvoeg/verander",
|
|
|
54 |
InsertTableLbl : "Tabel",
|
|
|
55 |
InsertTable : "Tabel byvoeg/verander",
|
|
|
56 |
InsertLineLbl : "Lyn",
|
|
|
57 |
InsertLine : "Horisontale lyn byvoeg",
|
|
|
58 |
InsertSpecialCharLbl: "Spesiaale karakter",
|
|
|
59 |
InsertSpecialChar : "Spesiaale Karakter byvoeg",
|
|
|
60 |
InsertSmileyLbl : "Smiley",
|
|
|
61 |
InsertSmiley : "Smiley byvoeg",
|
|
|
62 |
About : "Meer oor FCKeditor",
|
|
|
63 |
Bold : "Vet",
|
|
|
64 |
Italic : "Skuins",
|
|
|
65 |
Underline : "Onderstreep",
|
|
|
66 |
StrikeThrough : "Gestreik",
|
|
|
67 |
Subscript : "Subscript",
|
|
|
68 |
Superscript : "Superscript",
|
|
|
69 |
LeftJustify : "Links rig",
|
|
|
70 |
CenterJustify : "Rig Middel",
|
|
|
71 |
RightJustify : "Regs rig",
|
|
|
72 |
BlockJustify : "Blok paradeer",
|
|
|
73 |
DecreaseIndent : "Paradeering verkort",
|
|
|
74 |
IncreaseIndent : "Paradeering verleng",
|
|
|
75 |
Blockquote : "Blockquote", //MISSING
|
|
|
76 |
CreateDiv : "Create Div Container", //MISSING
|
|
|
77 |
EditDiv : "Edit Div Container", //MISSING
|
|
|
78 |
DeleteDiv : "Remove Div Container", //MISSING
|
|
|
79 |
Undo : "Ont-skep",
|
|
|
80 |
Redo : "Her-skep",
|
|
|
81 |
NumberedListLbl : "Genommerde lys",
|
|
|
82 |
NumberedList : "Genommerde lys byvoeg/verweider",
|
|
|
83 |
BulletedListLbl : "Gepunkte lys",
|
|
|
84 |
BulletedList : "Gepunkte lys byvoeg/verweider",
|
|
|
85 |
ShowTableBorders : "Wys tabel kante",
|
|
|
86 |
ShowDetails : "Wys informasie",
|
|
|
87 |
Style : "Styl",
|
|
|
88 |
FontFormat : "Karakter formaat",
|
|
|
89 |
Font : "Karakters",
|
|
|
90 |
FontSize : "Karakter grote",
|
|
|
91 |
TextColor : "Karakter kleur",
|
|
|
92 |
BGColor : "Agtergrond kleur",
|
|
|
93 |
Source : "Source",
|
|
|
94 |
Find : "Vind",
|
|
|
95 |
Replace : "Vervang",
|
|
|
96 |
SpellCheck : "Spelling nagaan",
|
|
|
97 |
UniversalKeyboard : "Universeele Sleutelbord",
|
|
|
98 |
PageBreakLbl : "Bladsy breek",
|
|
|
99 |
PageBreak : "Bladsy breek byvoeg",
|
|
|
100 |
|
|
|
101 |
Form : "Form",
|
|
|
102 |
Checkbox : "HakBox",
|
|
|
103 |
RadioButton : "PuntBox",
|
|
|
104 |
TextField : "Byvoegbare karakter strook",
|
|
|
105 |
Textarea : "Byvoegbare karakter area",
|
|
|
106 |
HiddenField : "Blinde strook",
|
|
|
107 |
Button : "Knop",
|
|
|
108 |
SelectionField : "Opklapbare keuse strook",
|
|
|
109 |
ImageButton : "Beeld knop",
|
|
|
110 |
|
|
|
111 |
FitWindow : "Maksimaliseer venster grote",
|
|
|
112 |
ShowBlocks : "Show Blocks", //MISSING
|
|
|
113 |
|
|
|
114 |
// Context Menu
|
|
|
115 |
EditLink : "Verander skakel",
|
|
|
116 |
CellCM : "Cell",
|
|
|
117 |
RowCM : "Ry",
|
|
|
118 |
ColumnCM : "Kolom",
|
|
|
119 |
InsertRowAfter : "Insert Row After", //MISSING
|
|
|
120 |
InsertRowBefore : "Insert Row Before", //MISSING
|
|
|
121 |
DeleteRows : "Ry verweider",
|
|
|
122 |
InsertColumnAfter : "Insert Column After", //MISSING
|
|
|
123 |
InsertColumnBefore : "Insert Column Before", //MISSING
|
|
|
124 |
DeleteColumns : "Kolom verweider",
|
|
|
125 |
InsertCellAfter : "Insert Cell After", //MISSING
|
|
|
126 |
InsertCellBefore : "Insert Cell Before", //MISSING
|
|
|
127 |
DeleteCells : "Cell verweider",
|
|
|
128 |
MergeCells : "Cell verenig",
|
|
|
129 |
MergeRight : "Merge Right", //MISSING
|
|
|
130 |
MergeDown : "Merge Down", //MISSING
|
|
|
131 |
HorizontalSplitCell : "Split Cell Horizontally", //MISSING
|
|
|
132 |
VerticalSplitCell : "Split Cell Vertically", //MISSING
|
|
|
133 |
TableDelete : "Tabel verweider",
|
|
|
134 |
CellProperties : "Cell eienskappe",
|
|
|
135 |
TableProperties : "Tabel eienskappe",
|
|
|
136 |
ImageProperties : "Beeld eienskappe",
|
|
|
137 |
FlashProperties : "Flash eienskappe",
|
|
|
138 |
|
|
|
139 |
AnchorProp : "Plekhouer eienskappe",
|
|
|
140 |
ButtonProp : "Knop eienskappe",
|
|
|
141 |
CheckboxProp : "HakBox eienskappe",
|
|
|
142 |
HiddenFieldProp : "Blinde strook eienskappe",
|
|
|
143 |
RadioButtonProp : "PuntBox eienskappe",
|
|
|
144 |
ImageButtonProp : "Beeld knop eienskappe",
|
|
|
145 |
TextFieldProp : "Karakter strook eienskappe",
|
|
|
146 |
SelectionFieldProp : "Opklapbare keuse strook eienskappe",
|
|
|
147 |
TextareaProp : "Karakter area eienskappe",
|
|
|
148 |
FormProp : "Form eienskappe",
|
|
|
149 |
|
|
|
150 |
FontFormats : "Normaal;Geformateerd;Adres;Opskrif 1;Opskrif 2;Opskrif 3;Opskrif 4;Opskrif 5;Opskrif 6;Normaal (DIV)",
|
|
|
151 |
|
|
|
152 |
// Alerts and Messages
|
|
|
153 |
ProcessingXHTML : "XHTML word verarbeit. U geduld asseblief...",
|
|
|
154 |
Done : "Kompleet",
|
|
|
155 |
PasteWordConfirm : "Die informasie wat U probeer byvoeg is warskynlik van Word. Wil U dit reinig voor die byvoeging?",
|
|
|
156 |
NotCompatiblePaste : "Die instruksie is beskikbaar vir Internet Explorer weergawe 5.5 of hor. Wil U dir byvoeg sonder reiniging?",
|
|
|
157 |
UnknownToolbarItem : "Unbekende gereedskaps balk item \"%1\"",
|
|
|
158 |
UnknownCommand : "Unbekende instruksie naam \"%1\"",
|
|
|
159 |
NotImplemented : "Instruksie is nie geimplementeer nie.",
|
|
|
160 |
UnknownToolbarSet : "Gereedskaps balk \"%1\" bestaan nie",
|
|
|
161 |
NoActiveX : "U browser sekuriteit instellings kan die funksies van die editor behinder. U moet die opsie \"Run ActiveX controls and plug-ins\" aktiveer. U ondervinding mag problematies geskiet of sekere funksionaliteit mag verhinder word.",
|
|
|
162 |
BrowseServerBlocked : "Die vorraad venster word geblok! Verseker asseblief dat U die \"popup blocker\" instelling verander.",
|
|
|
163 |
DialogBlocked : "Die dialoog venster vir verdere informasie word geblok. De-aktiveer asseblief die \"popup blocker\" instellings wat dit behinder.",
|
|
|
164 |
VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING
|
|
|
165 |
|
|
|
166 |
// Dialogs
|
|
|
167 |
DlgBtnOK : "OK",
|
|
|
168 |
DlgBtnCancel : "Kanseleer",
|
|
|
169 |
DlgBtnClose : "Sluit",
|
|
|
170 |
DlgBtnBrowseServer : "Server deurblaai",
|
|
|
171 |
DlgAdvancedTag : "Ingewikkeld",
|
|
|
172 |
DlgOpOther : "<Ander>",
|
|
|
173 |
DlgInfoTab : "Info",
|
|
|
174 |
DlgAlertUrl : "Voeg asseblief die URL in",
|
|
|
175 |
|
|
|
176 |
// General Dialogs Labels
|
|
|
177 |
DlgGenNotSet : "<geen instelling>",
|
|
|
178 |
DlgGenId : "Id",
|
|
|
179 |
DlgGenLangDir : "Taal rigting",
|
|
|
180 |
DlgGenLangDirLtr : "Links na regs (LTR)",
|
|
|
181 |
DlgGenLangDirRtl : "Regs na links (RTL)",
|
|
|
182 |
DlgGenLangCode : "Taal kode",
|
|
|
183 |
DlgGenAccessKey : "Toegang sleutel",
|
|
|
184 |
DlgGenName : "Naam",
|
|
|
185 |
DlgGenTabIndex : "Tab Index",
|
|
|
186 |
DlgGenLongDescr : "Lang beskreiwing URL",
|
|
|
187 |
DlgGenClass : "Skakel Tiepe",
|
|
|
188 |
DlgGenTitle : "Voorbeveelings Titel",
|
|
|
189 |
DlgGenContType : "Voorbeveelings inhoud soort",
|
|
|
190 |
DlgGenLinkCharset : "Geskakelde voorbeeld karakterstel",
|
|
|
191 |
DlgGenStyle : "Styl",
|
|
|
192 |
|
|
|
193 |
// Image Dialog
|
|
|
194 |
DlgImgTitle : "Beeld eienskappe",
|
|
|
195 |
DlgImgInfoTab : "Beeld informasie",
|
|
|
196 |
DlgImgBtnUpload : "Stuur dit na die Server",
|
|
|
197 |
DlgImgURL : "URL",
|
|
|
198 |
DlgImgUpload : "Uplaai",
|
|
|
199 |
DlgImgAlt : "Alternatiewe beskrywing",
|
|
|
200 |
DlgImgWidth : "Weidte",
|
|
|
201 |
DlgImgHeight : "Hoogde",
|
|
|
202 |
DlgImgLockRatio : "Behou preporsie",
|
|
|
203 |
DlgBtnResetSize : "Herstel groote",
|
|
|
204 |
DlgImgBorder : "Kant",
|
|
|
205 |
DlgImgHSpace : "HSpasie",
|
|
|
206 |
DlgImgVSpace : "VSpasie",
|
|
|
207 |
DlgImgAlign : "Paradeer",
|
|
|
208 |
DlgImgAlignLeft : "Links",
|
|
|
209 |
DlgImgAlignAbsBottom: "Abs Onder",
|
|
|
210 |
DlgImgAlignAbsMiddle: "Abs Middel",
|
|
|
211 |
DlgImgAlignBaseline : "Baseline",
|
|
|
212 |
DlgImgAlignBottom : "Onder",
|
|
|
213 |
DlgImgAlignMiddle : "Middel",
|
|
|
214 |
DlgImgAlignRight : "Regs",
|
|
|
215 |
DlgImgAlignTextTop : "Text Bo",
|
|
|
216 |
DlgImgAlignTop : "Bo",
|
|
|
217 |
DlgImgPreview : "Voorskou",
|
|
|
218 |
DlgImgAlertUrl : "Voeg asseblief Beeld URL in.",
|
|
|
219 |
DlgImgLinkTab : "Skakel",
|
|
|
220 |
|
|
|
221 |
// Flash Dialog
|
|
|
222 |
DlgFlashTitle : "Flash eienskappe",
|
|
|
223 |
DlgFlashChkPlay : "Automaties Speel",
|
|
|
224 |
DlgFlashChkLoop : "Herhaling",
|
|
|
225 |
DlgFlashChkMenu : "Laat Flash Menu toe",
|
|
|
226 |
DlgFlashScale : "Scale",
|
|
|
227 |
DlgFlashScaleAll : "Wys alles",
|
|
|
228 |
DlgFlashScaleNoBorder : "Geen kante",
|
|
|
229 |
DlgFlashScaleFit : "Presiese pas",
|
|
|
230 |
|
|
|
231 |
// Link Dialog
|
|
|
232 |
DlgLnkWindowTitle : "Skakel",
|
|
|
233 |
DlgLnkInfoTab : "Skakel informasie",
|
|
|
234 |
DlgLnkTargetTab : "Mikpunt",
|
|
|
235 |
|
|
|
236 |
DlgLnkType : "Skakel soort",
|
|
|
237 |
DlgLnkTypeURL : "URL",
|
|
|
238 |
DlgLnkTypeAnchor : "Skakel na plekhouers in text",
|
|
|
239 |
DlgLnkTypeEMail : "E-Mail",
|
|
|
240 |
DlgLnkProto : "Protokol",
|
|
|
241 |
DlgLnkProtoOther : "<ander>",
|
|
|
242 |
DlgLnkURL : "URL",
|
|
|
243 |
DlgLnkAnchorSel : "Kies 'n plekhouer",
|
|
|
244 |
DlgLnkAnchorByName : "Volgens plekhouer naam",
|
|
|
245 |
DlgLnkAnchorById : "Volgens element Id",
|
|
|
246 |
DlgLnkNoAnchors : "(Geen plekhouers beskikbaar in dokument}",
|
|
|
247 |
DlgLnkEMail : "E-Mail Adres",
|
|
|
248 |
DlgLnkEMailSubject : "Boodskap Opskrif",
|
|
|
249 |
DlgLnkEMailBody : "Boodskap Inhoud",
|
|
|
250 |
DlgLnkUpload : "Oplaai",
|
|
|
251 |
DlgLnkBtnUpload : "Stuur na Server",
|
|
|
252 |
|
|
|
253 |
DlgLnkTarget : "Mikpunt",
|
|
|
254 |
DlgLnkTargetFrame : "<raam>",
|
|
|
255 |
DlgLnkTargetPopup : "<popup venster>",
|
|
|
256 |
DlgLnkTargetBlank : "Nuwe Venster (_blank)",
|
|
|
257 |
DlgLnkTargetParent : "Vorige Venster (_parent)",
|
|
|
258 |
DlgLnkTargetSelf : "Selfde Venster (_self)",
|
|
|
259 |
DlgLnkTargetTop : "Boonste Venster (_top)",
|
|
|
260 |
DlgLnkTargetFrameName : "Mikpunt Venster Naam",
|
|
|
261 |
DlgLnkPopWinName : "Popup Venster Naam",
|
|
|
262 |
DlgLnkPopWinFeat : "Popup Venster Geaartheid",
|
|
|
263 |
DlgLnkPopResize : "Verstelbare Groote",
|
|
|
264 |
DlgLnkPopLocation : "Adres Balk",
|
|
|
265 |
DlgLnkPopMenu : "Menu Balk",
|
|
|
266 |
DlgLnkPopScroll : "Gleibalkstuk",
|
|
|
267 |
DlgLnkPopStatus : "Status Balk",
|
|
|
268 |
DlgLnkPopToolbar : "Gereedskap Balk",
|
|
|
269 |
DlgLnkPopFullScrn : "Voll Skerm (IE)",
|
|
|
270 |
DlgLnkPopDependent : "Afhanklik (Netscape)",
|
|
|
271 |
DlgLnkPopWidth : "Weite",
|
|
|
272 |
DlgLnkPopHeight : "Hoogde",
|
|
|
273 |
DlgLnkPopLeft : "Links Posisie",
|
|
|
274 |
DlgLnkPopTop : "Bo Posisie",
|
|
|
275 |
|
|
|
276 |
DlnLnkMsgNoUrl : "Voeg asseblief die URL in",
|
|
|
277 |
DlnLnkMsgNoEMail : "Voeg asseblief die e-mail adres in",
|
|
|
278 |
DlnLnkMsgNoAnchor : "Kies asseblief 'n plekhouer",
|
|
|
279 |
DlnLnkMsgInvPopName : "Die popup naam moet begin met alphabetiese karakters sonder spasies.",
|
|
|
280 |
|
|
|
281 |
// Color Dialog
|
|
|
282 |
DlgColorTitle : "Kies Kleur",
|
|
|
283 |
DlgColorBtnClear : "Maak skoon",
|
|
|
284 |
DlgColorHighlight : "Highlight",
|
|
|
285 |
DlgColorSelected : "Geselekteer",
|
|
|
286 |
|
|
|
287 |
// Smiley Dialog
|
|
|
288 |
DlgSmileyTitle : "Voeg Smiley by",
|
|
|
289 |
|
|
|
290 |
// Special Character Dialog
|
|
|
291 |
DlgSpecialCharTitle : "Kies spesiale karakter",
|
|
|
292 |
|
|
|
293 |
// Table Dialog
|
|
|
294 |
DlgTableTitle : "Tabel eienskappe",
|
|
|
295 |
DlgTableRows : "Reie",
|
|
|
296 |
DlgTableColumns : "Kolome",
|
|
|
297 |
DlgTableBorder : "Kant groote",
|
|
|
298 |
DlgTableAlign : "Parideering",
|
|
|
299 |
DlgTableAlignNotSet : "<geen instelling>",
|
|
|
300 |
DlgTableAlignLeft : "Links",
|
|
|
301 |
DlgTableAlignCenter : "Middel",
|
|
|
302 |
DlgTableAlignRight : "Regs",
|
|
|
303 |
DlgTableWidth : "Weite",
|
|
|
304 |
DlgTableWidthPx : "pixels",
|
|
|
305 |
DlgTableWidthPc : "percent",
|
|
|
306 |
DlgTableHeight : "Hoogde",
|
|
|
307 |
DlgTableCellSpace : "Cell spasieering",
|
|
|
308 |
DlgTableCellPad : "Cell buffer",
|
|
|
309 |
DlgTableCaption : "Beskreiwing",
|
|
|
310 |
DlgTableSummary : "Opsomming",
|
|
|
311 |
|
|
|
312 |
// Table Cell Dialog
|
|
|
313 |
DlgCellTitle : "Cell eienskappe",
|
|
|
314 |
DlgCellWidth : "Weite",
|
|
|
315 |
DlgCellWidthPx : "pixels",
|
|
|
316 |
DlgCellWidthPc : "percent",
|
|
|
317 |
DlgCellHeight : "Hoogde",
|
|
|
318 |
DlgCellWordWrap : "Woord Wrap",
|
|
|
319 |
DlgCellWordWrapNotSet : "<geen instelling>",
|
|
|
320 |
DlgCellWordWrapYes : "Ja",
|
|
|
321 |
DlgCellWordWrapNo : "Nee",
|
|
|
322 |
DlgCellHorAlign : "Horisontale rigting",
|
|
|
323 |
DlgCellHorAlignNotSet : "<geen instelling>",
|
|
|
324 |
DlgCellHorAlignLeft : "Links",
|
|
|
325 |
DlgCellHorAlignCenter : "Middel",
|
|
|
326 |
DlgCellHorAlignRight: "Regs",
|
|
|
327 |
DlgCellVerAlign : "Vertikale rigting",
|
|
|
328 |
DlgCellVerAlignNotSet : "<geen instelling>",
|
|
|
329 |
DlgCellVerAlignTop : "Bo",
|
|
|
330 |
DlgCellVerAlignMiddle : "Middel",
|
|
|
331 |
DlgCellVerAlignBottom : "Onder",
|
|
|
332 |
DlgCellVerAlignBaseline : "Baseline",
|
|
|
333 |
DlgCellRowSpan : "Rei strekking",
|
|
|
334 |
DlgCellCollSpan : "Kolom strekking",
|
|
|
335 |
DlgCellBackColor : "Agtergrond Kleur",
|
|
|
336 |
DlgCellBorderColor : "Kant Kleur",
|
|
|
337 |
DlgCellBtnSelect : "Keuse...",
|
|
|
338 |
|
|
|
339 |
// Find and Replace Dialog
|
|
|
340 |
DlgFindAndReplaceTitle : "Find and Replace", //MISSING
|
|
|
341 |
|
|
|
342 |
// Find Dialog
|
|
|
343 |
DlgFindTitle : "Vind",
|
|
|
344 |
DlgFindFindBtn : "Vind",
|
|
|
345 |
DlgFindNotFoundMsg : "Die gespesifiseerde karakters word nie gevind nie.",
|
|
|
346 |
|
|
|
347 |
// Replace Dialog
|
|
|
348 |
DlgReplaceTitle : "Vervang",
|
|
|
349 |
DlgReplaceFindLbl : "Soek wat:",
|
|
|
350 |
DlgReplaceReplaceLbl : "Vervang met:",
|
|
|
351 |
DlgReplaceCaseChk : "Vergelyk karakter skryfweise",
|
|
|
352 |
DlgReplaceReplaceBtn : "Vervang",
|
|
|
353 |
DlgReplaceReplAllBtn : "Vervang alles",
|
|
|
354 |
DlgReplaceWordChk : "Vergelyk komplete woord",
|
|
|
355 |
|
|
|
356 |
// Paste Operations / Dialog
|
|
|
357 |
PasteErrorCut : "U browser se sekuriteit instelling behinder die uitsny aksie. Gebruik asseblief die sleutel kombenasie(Ctrl+X).",
|
|
|
358 |
PasteErrorCopy : "U browser se sekuriteit instelling behinder die kopieerings aksie. Gebruik asseblief die sleutel kombenasie(Ctrl+C).",
|
|
|
359 |
|
|
|
360 |
PasteAsText : "Voeg slegs karakters by",
|
|
|
361 |
PasteFromWord : "Byvoeging uit Word",
|
|
|
362 |
|
|
|
363 |
DlgPasteMsg2 : "Voeg asseblief die inhoud in die gegewe box by met sleutel kombenasie(<STRONG>Ctrl+V</STRONG>) en druk <STRONG>OK</STRONG>.",
|
|
|
364 |
DlgPasteSec : "Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.", //MISSING
|
|
|
365 |
DlgPasteIgnoreFont : "Ignoreer karakter soort defenisies",
|
|
|
366 |
DlgPasteRemoveStyles : "Verweider Styl defenisies",
|
|
|
367 |
|
|
|
368 |
// Color Picker
|
|
|
369 |
ColorAutomatic : "Automaties",
|
|
|
370 |
ColorMoreColors : "Meer Kleure...",
|
|
|
371 |
|
|
|
372 |
// Document Properties
|
|
|
373 |
DocProps : "Dokument Eienskappe",
|
|
|
374 |
|
|
|
375 |
// Anchor Dialog
|
|
|
376 |
DlgAnchorTitle : "Plekhouer Eienskappe",
|
|
|
377 |
DlgAnchorName : "Plekhouer Naam",
|
|
|
378 |
DlgAnchorErrorName : "Voltooi die plekhouer naam asseblief",
|
|
|
379 |
|
|
|
380 |
// Speller Pages Dialog
|
|
|
381 |
DlgSpellNotInDic : "Nie in woordeboek nie",
|
|
|
382 |
DlgSpellChangeTo : "Verander na",
|
|
|
383 |
DlgSpellBtnIgnore : "Ignoreer",
|
|
|
384 |
DlgSpellBtnIgnoreAll : "Ignoreer na-volgende",
|
|
|
385 |
DlgSpellBtnReplace : "Vervang",
|
|
|
386 |
DlgSpellBtnReplaceAll : "vervang na-volgende",
|
|
|
387 |
DlgSpellBtnUndo : "Ont-skep",
|
|
|
388 |
DlgSpellNoSuggestions : "- Geen voorstel -",
|
|
|
389 |
DlgSpellProgress : "Spelling word beproef...",
|
|
|
390 |
DlgSpellNoMispell : "Spellproef kompleet: Geen foute",
|
|
|
391 |
DlgSpellNoChanges : "Spellproef kompleet: Geen woord veranderings",
|
|
|
392 |
DlgSpellOneChange : "Spellproef kompleet: Een woord verander",
|
|
|
393 |
DlgSpellManyChanges : "Spellproef kompleet: %1 woorde verander",
|
|
|
394 |
|
|
|
395 |
IeSpellDownload : "Geen Spellproefer geinstaleer nie. Wil U dit aflaai?",
|
|
|
396 |
|
|
|
397 |
// Button Dialog
|
|
|
398 |
DlgButtonText : "Karakters (Waarde)",
|
|
|
399 |
DlgButtonType : "Soort",
|
|
|
400 |
DlgButtonTypeBtn : "Knop",
|
|
|
401 |
DlgButtonTypeSbm : "Indien",
|
|
|
402 |
DlgButtonTypeRst : "Reset",
|
|
|
403 |
|
|
|
404 |
// Checkbox and Radio Button Dialogs
|
|
|
405 |
DlgCheckboxName : "Naam",
|
|
|
406 |
DlgCheckboxValue : "Waarde",
|
|
|
407 |
DlgCheckboxSelected : "Uitgekies",
|
|
|
408 |
|
|
|
409 |
// Form Dialog
|
|
|
410 |
DlgFormName : "Naam",
|
|
|
411 |
DlgFormAction : "Aksie",
|
|
|
412 |
DlgFormMethod : "Metode",
|
|
|
413 |
|
|
|
414 |
// Select Field Dialog
|
|
|
415 |
DlgSelectName : "Naam",
|
|
|
416 |
DlgSelectValue : "Waarde",
|
|
|
417 |
DlgSelectSize : "Grote",
|
|
|
418 |
DlgSelectLines : "lyne",
|
|
|
419 |
DlgSelectChkMulti : "Laat meerere keuses toe",
|
|
|
420 |
DlgSelectOpAvail : "Beskikbare Opsies",
|
|
|
421 |
DlgSelectOpText : "Karakters",
|
|
|
422 |
DlgSelectOpValue : "Waarde",
|
|
|
423 |
DlgSelectBtnAdd : "Byvoeg",
|
|
|
424 |
DlgSelectBtnModify : "Verander",
|
|
|
425 |
DlgSelectBtnUp : "Op",
|
|
|
426 |
DlgSelectBtnDown : "Af",
|
|
|
427 |
DlgSelectBtnSetValue : "Stel as uitgekiesde waarde",
|
|
|
428 |
DlgSelectBtnDelete : "Verweider",
|
|
|
429 |
|
|
|
430 |
// Textarea Dialog
|
|
|
431 |
DlgTextareaName : "Naam",
|
|
|
432 |
DlgTextareaCols : "Kolom",
|
|
|
433 |
DlgTextareaRows : "Reie",
|
|
|
434 |
|
|
|
435 |
// Text Field Dialog
|
|
|
436 |
DlgTextName : "Naam",
|
|
|
437 |
DlgTextValue : "Waarde",
|
|
|
438 |
DlgTextCharWidth : "Karakter weite",
|
|
|
439 |
DlgTextMaxChars : "Maximale karakters",
|
|
|
440 |
DlgTextType : "Soort",
|
|
|
441 |
DlgTextTypeText : "Karakters",
|
|
|
442 |
DlgTextTypePass : "Wagwoord",
|
|
|
443 |
|
|
|
444 |
// Hidden Field Dialog
|
|
|
445 |
DlgHiddenName : "Naam",
|
|
|
446 |
DlgHiddenValue : "Waarde",
|
|
|
447 |
|
|
|
448 |
// Bulleted List Dialog
|
|
|
449 |
BulletedListProp : "Gepunkte lys eienskappe",
|
|
|
450 |
NumberedListProp : "Genommerde lys eienskappe",
|
|
|
451 |
DlgLstStart : "Begin",
|
|
|
452 |
DlgLstType : "Soort",
|
|
|
453 |
DlgLstTypeCircle : "Sirkel",
|
|
|
454 |
DlgLstTypeDisc : "Skyf",
|
|
|
455 |
DlgLstTypeSquare : "Vierkant",
|
|
|
456 |
DlgLstTypeNumbers : "Nommer (1, 2, 3)",
|
|
|
457 |
DlgLstTypeLCase : "Klein Letters (a, b, c)",
|
|
|
458 |
DlgLstTypeUCase : "Hoof Letters (A, B, C)",
|
|
|
459 |
DlgLstTypeSRoman : "Klein Romeinse nommers (i, ii, iii)",
|
|
|
460 |
DlgLstTypeLRoman : "Groot Romeinse nommers (I, II, III)",
|
|
|
461 |
|
|
|
462 |
// Document Properties Dialog
|
|
|
463 |
DlgDocGeneralTab : "Algemeen",
|
|
|
464 |
DlgDocBackTab : "Agtergrond",
|
|
|
465 |
DlgDocColorsTab : "Kleure en Rante",
|
|
|
466 |
DlgDocMetaTab : "Meta Data",
|
|
|
467 |
|
|
|
468 |
DlgDocPageTitle : "Bladsy Opskrif",
|
|
|
469 |
DlgDocLangDir : "Taal rigting",
|
|
|
470 |
DlgDocLangDirLTR : "Link na Regs (LTR)",
|
|
|
471 |
DlgDocLangDirRTL : "Regs na Links (RTL)",
|
|
|
472 |
DlgDocLangCode : "Taal Kode",
|
|
|
473 |
DlgDocCharSet : "Karakterstel Kodeering",
|
|
|
474 |
DlgDocCharSetCE : "Sentraal Europa",
|
|
|
475 |
DlgDocCharSetCT : "Chinees Traditioneel (Big5)",
|
|
|
476 |
DlgDocCharSetCR : "Cyrillic",
|
|
|
477 |
DlgDocCharSetGR : "Grieks",
|
|
|
478 |
DlgDocCharSetJP : "Japanees",
|
|
|
479 |
DlgDocCharSetKR : "Koreans",
|
|
|
480 |
DlgDocCharSetTR : "Turks",
|
|
|
481 |
DlgDocCharSetUN : "Unicode (UTF-8)",
|
|
|
482 |
DlgDocCharSetWE : "Western European",
|
|
|
483 |
DlgDocCharSetOther : "Ander Karakterstel Kodeering",
|
|
|
484 |
|
|
|
485 |
DlgDocDocType : "Dokument Opskrif Soort",
|
|
|
486 |
DlgDocDocTypeOther : "Ander Dokument Opskrif Soort",
|
|
|
487 |
DlgDocIncXHTML : "Voeg XHTML verklaring by",
|
|
|
488 |
DlgDocBgColor : "Agtergrond kleur",
|
|
|
489 |
DlgDocBgImage : "Agtergrond Beeld URL",
|
|
|
490 |
DlgDocBgNoScroll : "Vasgeklemde Agtergrond",
|
|
|
491 |
DlgDocCText : "Karakters",
|
|
|
492 |
DlgDocCLink : "Skakel",
|
|
|
493 |
DlgDocCVisited : "Besoekte Skakel",
|
|
|
494 |
DlgDocCActive : "Aktiewe Skakel",
|
|
|
495 |
DlgDocMargins : "Bladsy Rante",
|
|
|
496 |
DlgDocMaTop : "Bo",
|
|
|
497 |
DlgDocMaLeft : "Links",
|
|
|
498 |
DlgDocMaRight : "Regs",
|
|
|
499 |
DlgDocMaBottom : "Onder",
|
|
|
500 |
DlgDocMeIndex : "Dokument Index Sleutelwoorde(comma verdeelt)",
|
|
|
501 |
DlgDocMeDescr : "Dokument Beskrywing",
|
|
|
502 |
DlgDocMeAuthor : "Skrywer",
|
|
|
503 |
DlgDocMeCopy : "Kopiereg",
|
|
|
504 |
DlgDocPreview : "Voorskou",
|
|
|
505 |
|
|
|
506 |
// Templates Dialog
|
|
|
507 |
Templates : "Templates",
|
|
|
508 |
DlgTemplatesTitle : "Inhoud Templates",
|
|
|
509 |
DlgTemplatesSelMsg : "Kies die template om te gebruik in die editor<br>(Inhoud word vervang!):",
|
|
|
510 |
DlgTemplatesLoading : "Templates word gelaai. U geduld asseblief...",
|
|
|
511 |
DlgTemplatesNoTpl : "(Geen templates gedefinieerd)",
|
|
|
512 |
DlgTemplatesReplace : "Vervang bestaande inhoud",
|
|
|
513 |
|
|
|
514 |
// About Dialog
|
|
|
515 |
DlgAboutAboutTab : "Meer oor",
|
|
|
516 |
DlgAboutBrowserInfoTab : "Blaai Informasie deur",
|
|
|
517 |
DlgAboutLicenseTab : "Lesensie",
|
|
|
518 |
DlgAboutVersion : "weergawe",
|
|
|
519 |
DlgAboutInfo : "Vir meer informasie gaan na ",
|
|
|
520 |
|
|
|
521 |
// Div Dialog
|
|
|
522 |
DlgDivGeneralTab : "General", //MISSING
|
|
|
523 |
DlgDivAdvancedTab : "Advanced", //MISSING
|
|
|
524 |
DlgDivStyle : "Style", //MISSING
|
|
|
525 |
DlgDivInlineStyle : "Inline Style" //MISSING
|
|
|
526 |
};
|