aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/link/lang/si.js
blob: b8b4696917cfb5ef00db1ba023fda65d36cf5ae7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
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: '<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: '<frame>', // MISSING
	targetFrameName: 'Target Frame Name', // MISSING
	targetPopup: '<popup window>', // 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: 'උඩුගතකිරීම'
} );