commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / packages / ckeditor / plugins / link / lang / en-au.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-au', {
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 displayText: 'Display Text', // MISSING
23 emailAddress: 'E-Mail Address',
24 emailBody: 'Message Body',
25 emailSubject: 'Message Subject',
26 id: 'Id',
27 info: 'Link Info',
28 langCode: 'Language Code',
29 langDir: 'Language Direction',
30 langDirLTR: 'Left to Right (LTR)',
31 langDirRTL: 'Right to Left (RTL)',
32 menu: 'Edit Link',
33 name: 'Name',
34 noAnchors: '(No anchors available in the document)',
35 noEmail: 'Please type the e-mail address',
36 noUrl: 'Please type the link URL',
37 other: '<other>',
38 popupDependent: 'Dependent (Netscape)',
39 popupFeatures: 'Popup Window Features',
40 popupFullScreen: 'Full Screen (IE)',
41 popupLeft: 'Left Position',
42 popupLocationBar: 'Location Bar',
43 popupMenuBar: 'Menu Bar',
44 popupResizable: 'Resizable',
45 popupScrollBars: 'Scroll Bars',
46 popupStatusBar: 'Status Bar',
47 popupToolbar: 'Toolbar',
48 popupTop: 'Top Position',
49 rel: 'Relationship', // MISSING
50 selectAnchor: 'Select an Anchor',
51 styles: 'Style',
52 tabIndex: 'Tab Index',
53 target: 'Target',
54 targetFrame: '<frame>',
55 targetFrameName: 'Target Frame Name',
56 targetPopup: '<popup window>',
57 targetPopupName: 'Popup Window Name',
58 title: 'Link',
59 toAnchor: 'Link to anchor in the text',
60 toEmail: 'E-mail',
61 toUrl: 'URL',
62 toolbar: 'Link',
63 type: 'Link Type',
64 unlink: 'Unlink',
65 upload: 'Upload'
66 } );