summaryrefslogtreecommitdiff
path: root/plugins/link/lang/af.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/link/lang/af.js')
-rw-r--r--plugins/link/lang/af.js65
1 files changed, 65 insertions, 0 deletions
diff --git a/plugins/link/lang/af.js b/plugins/link/lang/af.js
new file mode 100644
index 0000000..6ddb179
--- /dev/null
+++ b/plugins/link/lang/af.js
@@ -0,0 +1,65 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'link', 'af', {
+ acccessKey: 'Toegangsleutel',
+ advanced: 'Gevorderd',
+ advisoryContentType: 'Aanbevole inhoudstipe',
+ advisoryTitle: 'Aanbevole titel',
+ anchor: {
+ toolbar: 'Anker byvoeg/verander',
+ menu: 'Anker-eienskappe',
+ title: 'Anker-eienskappe',
+ name: 'Ankernaam',
+ errorName: 'Voltooi die ankernaam asseblief',
+ remove: 'Remove Anchor'
+ },
+ anchorId: 'Op element Id',
+ anchorName: 'Op ankernaam',
+ charset: 'Karakterstel van geskakelde bron',
+ cssClasses: 'CSS klasse',
+ emailAddress: 'E-posadres',
+ emailBody: 'Berig-inhoud',
+ emailSubject: 'Berig-onderwerp',
+ id: 'Id',
+ info: 'Skakel informasie',
+ langCode: 'Taalkode',
+ langDir: 'Skryfrigting',
+ langDirLTR: 'Links na regs (LTR)',
+ langDirRTL: 'Regs na links (RTL)',
+ menu: 'Wysig skakel',
+ name: 'Naam',
+ noAnchors: '(Geen ankers beskikbaar in dokument)',
+ noEmail: 'Gee die e-posadres',
+ noUrl: 'Gee die skakel se URL',
+ other: '<ander>',
+ popupDependent: 'Afhanklik (Netscape)',
+ popupFeatures: 'Eienskappe van opspringvenster',
+ popupFullScreen: 'Volskerm (IE)',
+ popupLeft: 'Posisie links',
+ popupLocationBar: 'Adresbalk',
+ popupMenuBar: 'Spyskaartbalk',
+ popupResizable: 'Herskaalbaar',
+ popupScrollBars: 'Skuifbalke',
+ popupStatusBar: 'Statusbalk',
+ popupToolbar: 'Werkbalk',
+ popupTop: 'Posisie bo',
+ rel: 'Relationship', // MISSING
+ selectAnchor: 'Kies \'n anker',
+ styles: 'Styl',
+ tabIndex: 'Tab indeks',
+ target: 'Doel',
+ targetFrame: '<raam>',
+ targetFrameName: 'Naam van doelraam',
+ targetPopup: '<opspringvenster>',
+ targetPopupName: 'Naam van opspringvenster',
+ title: 'Skakel',
+ toAnchor: 'Anker in bladsy',
+ toEmail: 'E-pos',
+ toUrl: 'URL',
+ toolbar: 'Skakel invoeg/wysig',
+ type: 'Skakelsoort',
+ unlink: 'Verwyder skakel',
+ upload: 'Oplaai'
+});