From 3332bebe4da6dfa0fe3e4b2abddc84b1cc62f8f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Fri, 19 Feb 2016 23:38:52 +0100 Subject: Initial commit --- sources/plugins/link/lang/si.js | 65 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 sources/plugins/link/lang/si.js (limited to 'sources/plugins/link/lang/si.js') diff --git a/sources/plugins/link/lang/si.js b/sources/plugins/link/lang/si.js new file mode 100644 index 0000000..b8b4696 --- /dev/null +++ b/sources/plugins/link/lang/si.js @@ -0,0 +1,65 @@ +/* +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'link', 'si', { + acccessKey: 'ප්‍රවේශ යතුර', + advanced: 'දීය', + advisoryContentType: 'උපදේශාත්මක අන්තර්ගත ආකාරය', + advisoryTitle: 'උපදේශාත්මක නාමය', + anchor: { + toolbar: 'ආධාරය', + menu: 'ආධාරය වෙනස් කිරීම', + title: 'ආධාරක ', + name: 'ආධාරකයේ නාමය', + errorName: 'කරුණාකර ආධාරකයේ නාමය ඇතුල් කරන්න', + remove: 'ආධාරකය ඉවත් කිරීම' + }, + anchorId: 'By Element Id', // MISSING + anchorName: 'By Anchor Name', // MISSING + charset: 'Linked Resource Charset', // MISSING + cssClasses: 'විලාසපත්‍ර පන්තිය', + emailAddress: 'E-Mail Address', // MISSING + emailBody: 'Message Body', // MISSING + emailSubject: 'Message Subject', // MISSING + id: 'අංකය', + info: 'Link Info', // MISSING + langCode: 'භාෂා කේතය', + langDir: 'භාෂා දිශාව', + langDirLTR: 'වමේසිට දකුණුට', + langDirRTL: 'දකුණේ සිට වමට', + menu: 'Edit Link', // MISSING + 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: '', // 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: 'විලාසය', + tabIndex: 'Tab Index', // MISSING + target: 'අරමුණ', + targetFrame: '', // MISSING + targetFrameName: 'Target Frame Name', // MISSING + targetPopup: '', // MISSING + targetPopupName: 'Popup Window Name', // MISSING + title: 'සබැඳිය', + toAnchor: 'Link to anchor in the text', // MISSING + toEmail: 'E-mail', // MISSING + toUrl: 'URL', + toolbar: 'සබැඳිය', + type: 'Link Type', // MISSING + unlink: 'Unlink', // MISSING + upload: 'උඩුගතකිරීම' +} ); -- cgit v1.2.3