From 7adcb81e4f83f98c468889aaa5a85558ba88c770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 25 Jan 2016 17:45:33 +0100 Subject: Initial commit --- sources/plugins/link/lang/af.js | 65 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 sources/plugins/link/lang/af.js (limited to 'sources/plugins/link/lang/af.js') diff --git a/sources/plugins/link/lang/af.js b/sources/plugins/link/lang/af.js new file mode 100644 index 00000000..4966cf2f --- /dev/null +++ b/sources/plugins/link/lang/af.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md 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: '', + 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: '', + targetFrameName: 'Naam van doelraam', + targetPopup: '', + 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' +} ); -- cgit v1.2.3