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