]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blame - sources/plugins/forms/lang/si.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / forms / lang / si.js
CommitLineData
7adcb81e 1/*\r
3b35bd27 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
7adcb81e
IB
3For licensing, see LICENSE.md or http://ckeditor.com/license\r
4*/\r
5CKEDITOR.plugins.setLang( 'forms', 'si', {\r
6 button: {\r
7 title: 'බොත්තම් ගුණ',\r
8 text: 'වගන්තිය(වටිනාකම)',\r
9 type: 'වර්ගය',\r
10 typeBtn: 'බොත්තම',\r
11 typeSbm: 'යොමුකරනවා',\r
12 typeRst: 'නැවත ආරම්භකතත්වයට පත් කරනවා'\r
13 },\r
14 checkboxAndRadio: {\r
15 checkboxTitle: 'ලකුණු කිරීමේ කොටුවේ ලක්ෂණ',\r
16 radioTitle: 'Radio Button Properties', // MISSING\r
17 value: 'Value', // MISSING\r
18 selected: 'Selected', // MISSING\r
19 required: 'Required' // MISSING\r
20 },\r
21 form: {\r
22 title: 'පෝරමයේ ',\r
23 menu: 'පෝරමයේ ගුණ/',\r
24 action: 'ගන්නා පියවර',\r
25 method: 'ක්‍රමය',\r
26 encoding: 'කේතීකරණය'\r
27 },\r
28 hidden: {\r
29 title: 'සැඟවුණු ප්‍රදේශයේ ',\r
30 name: 'නම',\r
31 value: 'Value' // MISSING\r
32 },\r
33 select: {\r
34 title: 'තේරීම් ප්‍රදේශයේ ',\r
35 selectInfo: 'විස්තර තෝරන්න',\r
36 opAvail: 'ඉතුරුවී ඇති වීකල්ප',\r
37 value: 'Value', // MISSING\r
38 size: 'විශාලත්වය',\r
39 lines: 'lines', // MISSING\r
40 chkMulti: 'Allow multiple selections', // MISSING\r
41 required: 'Required', // MISSING\r
42 opText: 'Text', // MISSING\r
43 opValue: 'Value', // MISSING\r
44 btnAdd: 'Add', // MISSING\r
45 btnModify: 'Modify', // MISSING\r
46 btnUp: 'Up', // MISSING\r
47 btnDown: 'Down', // MISSING\r
48 btnSetValue: 'Set as selected value', // MISSING\r
49 btnDelete: 'මකා දැම්ම'\r
50 },\r
51 textarea: {\r
52 title: 'Textarea Properties', // MISSING\r
53 cols: 'සිරස් ',\r
54 rows: 'Rows' // MISSING\r
55 },\r
56 textfield: {\r
57 title: 'Text Field Properties', // MISSING\r
58 name: 'නම',\r
59 value: 'Value', // MISSING\r
60 charWidth: 'Character Width', // MISSING\r
61 maxChars: 'Maximum Characters', // MISSING\r
62 required: 'Required', // MISSING\r
63 type: 'වර්ගය',\r
64 typeText: 'Text', // MISSING\r
65 typePass: 'Password', // MISSING\r
66 typeEmail: 'Email', // MISSING\r
67 typeSearch: 'Search', // MISSING\r
68 typeTel: 'Telephone Number', // MISSING\r
69 typeUrl: 'URL'\r
70 }\r
71} );\r