source: main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/hi.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.3 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', 'hi', {
6 alt: 'à€µà¥ˆà€•à€²à¥à€ªà€¿à€• à€Ÿà¥‡à€•à¥à€žà¥à€Ÿ',
7 border: 'à€¬à¥‰à€°à¥à€¡à€°',
8 btnUpload: 'à€‡à€žà¥‡ à€žà€°à¥à€µà€° à€•à¥‹ à€­à¥‡à€œà¥‡à€‚',
9 button2Img: 'Do you want to transform the selected image button on a simple image?', // MISSING
10 hSpace: 'à€¹à¥‰à€°à€¿à¥›à¥‰à€šà¥à€Ÿà€² à€žà¥à€ªà¥‡à€ž',
11 img2Button: 'Do you want to transform the selected image on a image button?', // MISSING
12 infoTab: 'à€€à€žà¥à€µà¥€à€° à€•à¥€ à€œà€Ÿà€šà€•à€Ÿà€°à¥€',
13 linkTab: 'à€²à€¿à€‚à€•',
14 lockRatio: 'à€²à¥‰à€• à€…
15à€šà¥à€ªà€Ÿà€€',
16 menu: 'à€€à€žà¥à€µà¥€à€° à€ªà¥à€°à¥‰à€ªà€°à¥à€Ÿà¥€à¥›',
17 resetSize: 'à€°à¥€à€žà¥…
18à€Ÿ à€žà€Ÿà€‡à¥›',
19 title: 'à€€à€žà¥à€µà¥€à€° à€ªà¥à€°à¥‰à€ªà€°à¥à€Ÿà¥€à¥›',
20 titleButton: 'à€€à€žà¥à€µà¥€à€° à€¬à€Ÿà€š à€ªà¥à€°à¥‰à€ªà€°à¥à€Ÿà¥€à¥›',
21 upload: 'à€…
22à€ªà€²à¥‹à€¡',
23 urlMissing: 'Image source URL is missing.', // MISSING
24 vSpace: 'à€µà€°à¥à€Ÿà€¿à€•à€² à€žà¥à€ªà¥‡à€ž',
25 validateBorder: 'Border must be a whole number.', // MISSING
26 validateHSpace: 'HSpace must be a whole number.', // MISSING
27 validateVSpace: 'VSpace must be a whole number.' // MISSING
28} );
Note: See TracBrowser for help on using the repository browser.