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/en.js | 65 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 sources/plugins/link/lang/en.js (limited to 'sources/plugins/link/lang/en.js') diff --git a/sources/plugins/link/lang/en.js b/sources/plugins/link/lang/en.js new file mode 100644 index 00000000..9f8dbc15 --- /dev/null +++ b/sources/plugins/link/lang/en.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', 'en', { + acccessKey: 'Access Key', + advanced: 'Advanced', + advisoryContentType: 'Advisory Content Type', + advisoryTitle: 'Advisory Title', + anchor: { + toolbar: 'Anchor', + menu: 'Edit Anchor', + title: 'Anchor Properties', + name: 'Anchor Name', + errorName: 'Please type the anchor name', + remove: 'Remove Anchor' + }, + anchorId: 'By Element Id', + anchorName: 'By Anchor Name', + charset: 'Linked Resource Charset', + cssClasses: 'Stylesheet Classes', + emailAddress: 'E-Mail Address', + emailBody: 'Message Body', + emailSubject: 'Message Subject', + id: 'Id', + info: 'Link Info', + langCode: 'Language Code', + langDir: 'Language Direction', + langDirLTR: 'Left to Right (LTR)', + langDirRTL: 'Right to Left (RTL)', + menu: 'Edit Link', + name: 'Name', + noAnchors: '(No anchors available in the document)', + noEmail: 'Please type the e-mail address', + noUrl: 'Please type the link URL', + other: '', + popupDependent: 'Dependent (Netscape)', + popupFeatures: 'Popup Window Features', + popupFullScreen: 'Full Screen (IE)', + popupLeft: 'Left Position', + popupLocationBar: 'Location Bar', + popupMenuBar: 'Menu Bar', + popupResizable: 'Resizable', + popupScrollBars: 'Scroll Bars', + popupStatusBar: 'Status Bar', + popupToolbar: 'Toolbar', + popupTop: 'Top Position', + rel: 'Relationship', + selectAnchor: 'Select an Anchor', + styles: 'Style', + tabIndex: 'Tab Index', + target: 'Target', + targetFrame: '', + targetFrameName: 'Target Frame Name', + targetPopup: '', + targetPopupName: 'Popup Window Name', + title: 'Link', + toAnchor: 'Link to anchor in the text', + toEmail: 'E-mail', + toUrl: 'URL', + toolbar: 'Link', + type: 'Link Type', + unlink: 'Unlink', + upload: 'Upload' +} ); -- cgit v1.2.3