]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blob - sources/plugins/link/lang/en-gb.js
Initial commit
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / plugins / link / lang / en-gb.js
1 /*
2 Copyright (c) 2003-2016, 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 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 } );