aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/toolbar/lang/si.js
blob: e74adbb0e04786c99633cdc68faf7e2050477917 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'toolbar', 'si', {
	toolbarCollapse: 'මෙවලම් තීරුව හැකුලුම.',
	toolbarExpand: 'මෙවලම් තීරුව දීගහැරුම',
	toolbarGroups: {
		document: 'ලිපිය',
		clipboard: 'ඇමිණුම වෙනස් කිරීම',
		editing: 'සංස්කරණය',
		forms: 'පෝරමය',
		basicstyles: 'මුලික විලාසය',
		paragraph: 'චේදය',
		links: 'සබැඳිය',
		insert: 'ඇතුලත් කිරීම',
		styles: 'විලාසය',
		colors: 'වර්ණය',
		tools: 'මෙවලම්'
	},
	toolbars: 'සංස්කරණ මෙවලම් තීරුව'
} );