diff options
Diffstat (limited to 'plugins/link/lang/mk.js')
| -rw-r--r-- | plugins/link/lang/mk.js | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/plugins/link/lang/mk.js b/plugins/link/lang/mk.js new file mode 100644 index 0000000..61f255f --- /dev/null +++ b/plugins/link/lang/mk.js @@ -0,0 +1,65 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'link', 'mk', {
+ acccessKey: 'Access Key', // MISSING
+ advanced: 'Advanced', // MISSING
+ advisoryContentType: 'Advisory Content Type', // MISSING
+ advisoryTitle: 'Advisory Title', // MISSING
+ anchor: {
+ toolbar: 'Anchor',
+ menu: 'Edit Anchor',
+ title: 'Anchor Properties',
+ name: 'Anchor Name',
+ errorName: 'Please type the anchor name',
+ remove: 'Remove Anchor'
+ },
+ anchorId: 'By Element Id', // MISSING
+ anchorName: 'By Anchor Name', // MISSING
+ charset: 'Linked Resource Charset', // MISSING
+ cssClasses: 'Stylesheet Classes', // MISSING
+ emailAddress: 'E-Mail Address', // MISSING
+ emailBody: 'Message Body', // MISSING
+ emailSubject: 'Message Subject', // MISSING
+ id: 'Id', // MISSING
+ info: 'Link Info', // MISSING
+ langCode: 'Language Code', // MISSING
+ langDir: 'Language Direction', // MISSING
+ langDirLTR: 'Left to Right (LTR)', // MISSING
+ langDirRTL: 'Right to Left (RTL)', // MISSING
+ menu: 'Edit Link', // MISSING
+ name: 'Name',
+ noAnchors: '(No anchors available in the document)', // MISSING
+ noEmail: 'Please type the e-mail address', // MISSING
+ noUrl: 'Please type the link URL', // MISSING
+ other: '<other>', // MISSING
+ popupDependent: 'Dependent (Netscape)', // MISSING
+ popupFeatures: 'Popup Window Features', // MISSING
+ popupFullScreen: 'Full Screen (IE)', // MISSING
+ popupLeft: 'Left Position', // MISSING
+ popupLocationBar: 'Location Bar', // MISSING
+ popupMenuBar: 'Menu Bar', // MISSING
+ popupResizable: 'Resizable', // MISSING
+ popupScrollBars: 'Scroll Bars', // MISSING
+ popupStatusBar: 'Status Bar', // MISSING
+ popupToolbar: 'Toolbar', // MISSING
+ popupTop: 'Top Position', // MISSING
+ rel: 'Relationship', // MISSING
+ selectAnchor: 'Select an Anchor', // MISSING
+ styles: 'Style', // MISSING
+ tabIndex: 'Tab Index', // MISSING
+ target: 'Target', // MISSING
+ targetFrame: '<frame>', // MISSING
+ targetFrameName: 'Target Frame Name', // MISSING
+ targetPopup: '<popup window>', // MISSING
+ targetPopupName: 'Popup Window Name', // MISSING
+ title: 'Link', // MISSING
+ toAnchor: 'Link to anchor in the text', // MISSING
+ toEmail: 'E-mail', // MISSING
+ toUrl: 'URL', // MISSING
+ toolbar: 'Link', // MISSING
+ type: 'Link Type', // MISSING
+ unlink: 'Unlink', // MISSING
+ upload: 'Upload' // MISSING
+});
|
