new ckeditor
New ckeditor
This commit is contained in:
67
ckeditor/plugins/link/lang/af.js
Normal file
67
ckeditor/plugins/link/lang/af.js
Normal file
@@ -0,0 +1,67 @@
|
||||
/*
|
||||
Copyright (c) 2003-2017, 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',
|
||||
download: 'Force Download', // MISSING
|
||||
displayText: 'Display Text', // MISSING
|
||||
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'
|
||||
} );
|
||||
Reference in New Issue
Block a user