diff options
| author | lsces <lester@lsces.co.uk> | 2014-06-07 07:57:56 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-06-07 07:57:56 +0100 |
| commit | 6a7c5b2653fc4883efd209db8874e9e180111a36 (patch) | |
| tree | 81a32d6df9a3f38d6594c3cb335756eff6997c50 /plugins/link/lang/en.js | |
| parent | 37c5c3d711169a4b63c1ee1924dd873c46f6998a (diff) | |
| download | ckeditor-6a7c5b2653fc4883efd209db8874e9e180111a36.tar.gz ckeditor-6a7c5b2653fc4883efd209db8874e9e180111a36.tar.bz2 ckeditor-6a7c5b2653fc4883efd209db8874e9e180111a36.zip | |
Upgrade to version 4.3 - remove older files
Diffstat (limited to 'plugins/link/lang/en.js')
| -rw-r--r-- | plugins/link/lang/en.js | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/plugins/link/lang/en.js b/plugins/link/lang/en.js deleted file mode 100644 index b03f4f6..0000000 --- a/plugins/link/lang/en.js +++ /dev/null @@ -1,65 +0,0 @@ -/*
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html 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: '<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: '<frame>',
- targetFrameName: 'Target Frame Name',
- targetPopup: '<popup window>',
- 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'
-});
|
