aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/link/lang/en.js
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-01-25 17:45:33 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-01-25 18:00:33 +0100
commit7adcb81e4f83f98c468889aaa5a85558ba88c770 (patch)
tree0d6ede733777b29060b48df4afaa2c64bfbae276 /sources/plugins/link/lang/en.js
downloadconnexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.tar.gz
connexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.tar.zst
connexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.zip
Initial commit4.5.6
Diffstat (limited to 'sources/plugins/link/lang/en.js')
-rw-r--r--sources/plugins/link/lang/en.js65
1 files changed, 65 insertions, 0 deletions
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 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'link', 'en', {
6 acccessKey: 'Access Key',
7 advanced: 'Advanced',
8 advisoryContentType: 'Advisory Content Type',
9 advisoryTitle: 'Advisory Title',
10 anchor: {
11 toolbar: 'Anchor',
12 menu: 'Edit Anchor',
13 title: 'Anchor Properties',
14 name: 'Anchor Name',
15 errorName: 'Please type the anchor name',
16 remove: 'Remove Anchor'
17 },
18 anchorId: 'By Element Id',
19 anchorName: 'By Anchor Name',
20 charset: 'Linked Resource Charset',
21 cssClasses: 'Stylesheet Classes',
22 emailAddress: 'E-Mail Address',
23 emailBody: 'Message Body',
24 emailSubject: 'Message Subject',
25 id: 'Id',
26 info: 'Link Info',
27 langCode: 'Language Code',
28 langDir: 'Language Direction',
29 langDirLTR: 'Left to Right (LTR)',
30 langDirRTL: 'Right to Left (RTL)',
31 menu: 'Edit Link',
32 name: 'Name',
33 noAnchors: '(No anchors available in the document)',
34 noEmail: 'Please type the e-mail address',
35 noUrl: 'Please type the link URL',
36 other: '<other>',
37 popupDependent: 'Dependent (Netscape)',
38 popupFeatures: 'Popup Window Features',
39 popupFullScreen: 'Full Screen (IE)',
40 popupLeft: 'Left Position',
41 popupLocationBar: 'Location Bar',
42 popupMenuBar: 'Menu Bar',
43 popupResizable: 'Resizable',
44 popupScrollBars: 'Scroll Bars',
45 popupStatusBar: 'Status Bar',
46 popupToolbar: 'Toolbar',
47 popupTop: 'Top Position',
48 rel: 'Relationship',
49 selectAnchor: 'Select an Anchor',
50 styles: 'Style',
51 tabIndex: 'Tab Index',
52 target: 'Target',
53 targetFrame: '<frame>',
54 targetFrameName: 'Target Frame Name',
55 targetPopup: '<popup window>',
56 targetPopupName: 'Popup Window Name',
57 title: 'Link',
58 toAnchor: 'Link to anchor in the text',
59 toEmail: 'E-mail',
60 toUrl: 'URL',
61 toolbar: 'Link',
62 type: 'Link Type',
63 unlink: 'Unlink',
64 upload: 'Upload'
65} );