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