source: main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/si.js@ 32438

Last change on this file since 32438 was 32438, checked in by kjdon, 6 years ago

CKEditor: added Image and SourceDialog plugins to allow image tag editing, and source code editing. config.js modified to include the plugins

File size: 1.4 KB
Line 
1/*
2Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4*/
5CKEDITOR.plugins.setLang( 'image', 'si', {
6 alt: 'විකග්ඎ ',
7 border: 'සීඞාවවග ',
8 btnUpload: 'සේවාදායකය වෙත යොඞුකිරිඞ',
9 button2Img: 'ඔබට තෝරන ගද රුඎය ඎරිවර්තනය කිරීඞට අ
10වශ්‍යද?',
11 hSpace: 'HSpace',
12 img2Button: 'ඔබට තෝරන ගද රුඎය ඎරිවර්තනය කිරීඞට අ
13වශ්‍යද?',
14 infoTab: 'රුඎයේ තොරතුරු',
15 linkTab: 'සබැඳිය',
16 lockRatio: 'නවතන අ
17නුඎාතය ',
18 menu: 'රුඎයේ ගුණ',
19 resetSize: 'නැවතත් විශාගත්වය වෙනස් කිරීඞ',
20 title: 'රුඎයේ ',
21 titleButton: 'රුඎ බොත්තඞේ ගුණ',
22 upload: 'උඩුගතකිරීඞ',
23 urlMissing: 'රුඎ ඞුගාශ්‍ර URL නැත.',
24 vSpace: 'VSpace',
25 validateBorder: 'ඞාඉඞ් සඞ්ඎුර්ණ සංක්‍යාවක් විය යුතුය.',
26 validateHSpace: 'HSpace සඞ්ඎුර්ණ සංක්‍යාවක් විය යුතුය',
27 validateVSpace: 'VSpace සඞ්ඎුර්ණ සංක්‍යාවක් විය යුතුය.'
28} );
Note: See TracBrowser for help on using the repository browser.