1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- /*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
- For licensing, see LICENSE.md 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
- } );
|