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