]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blame - sources/plugins/link/lang/en-gb.js
Validation initiale
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / plugins / link / lang / en-gb.js
CommitLineData
c63493c8
IB
1/*\r
2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.\r
3For licensing, see LICENSE.md or http://ckeditor.com/license\r
4*/\r
5CKEDITOR.plugins.setLang( 'link', 'en-gb', {\r
6 acccessKey: 'Access Key',\r
7 advanced: 'Advanced',\r
8 advisoryContentType: 'Advisory Content Type',\r
9 advisoryTitle: 'Advisory Title',\r
10 anchor: {\r
11 toolbar: 'Anchor',\r
12 menu: 'Edit Anchor',\r
13 title: 'Anchor Properties',\r
14 name: 'Anchor Name',\r
15 errorName: 'Please type the anchor name',\r
16 remove: 'Remove Anchor'\r
17 },\r
18 anchorId: 'By Element Id',\r
19 anchorName: 'By Anchor Name',\r
20 charset: 'Linked Resource Charset',\r
21 cssClasses: 'Stylesheet Classes',\r
22 download: 'Force Download', // MISSING\r
23 displayText: 'Display Text', // MISSING\r
24 emailAddress: 'E-Mail Address',\r
25 emailBody: 'Message Body',\r
26 emailSubject: 'Message Subject',\r
27 id: 'Id',\r
28 info: 'Link Info',\r
29 langCode: 'Language Code',\r
30 langDir: 'Language Direction',\r
31 langDirLTR: 'Left to Right (LTR)',\r
32 langDirRTL: 'Right to Left (RTL)',\r
33 menu: 'Edit Link',\r
34 name: 'Name',\r
35 noAnchors: '(No anchors available in the document)',\r
36 noEmail: 'Please type the e-mail address',\r
37 noUrl: 'Please type the link URL',\r
38 other: '<other>',\r
39 popupDependent: 'Dependent (Netscape)',\r
40 popupFeatures: 'Popup Window Features',\r
41 popupFullScreen: 'Full Screen (IE)',\r
42 popupLeft: 'Left Position',\r
43 popupLocationBar: 'Location Bar',\r
44 popupMenuBar: 'Menu Bar',\r
45 popupResizable: 'Resizable',\r
46 popupScrollBars: 'Scroll Bars',\r
47 popupStatusBar: 'Status Bar',\r
48 popupToolbar: 'Toolbar',\r
49 popupTop: 'Top Position',\r
50 rel: 'Relationship',\r
51 selectAnchor: 'Select an Anchor',\r
52 styles: 'Style',\r
53 tabIndex: 'Tab Index',\r
54 target: 'Target',\r
55 targetFrame: '<frame>',\r
56 targetFrameName: 'Target Frame Name',\r
57 targetPopup: '<popup window>',\r
58 targetPopupName: 'Popup Window Name',\r
59 title: 'Link',\r
60 toAnchor: 'Link to anchor in the text',\r
61 toEmail: 'E-mail',\r
62 toUrl: 'URL',\r
63 toolbar: 'Link',\r
64 type: 'Link Type',\r
65 unlink: 'Unlink',\r
66 upload: 'Upload'\r
67} );\r