source: main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/th.js

Last change on this file 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.5 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', 'th', {
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 menu: 'àž„àžžàž“àžªàž¡àžšàž±àž•àžŽàž‚àž­àž‡ àž£àž¹àž›àž àž²àžž',
16 resetSize: 'àžàž³àž«àž™àž”àž£àž¹àž›à¹€àž—à¹ˆàž²àž‚àž™àž²àž”àžˆàž£àžŽàž‡',
17 title: 'àž„àžžàž“àžªàž¡àžšàž±àž•àžŽàž‚àž­àž‡ àž£àž¹àž›àž àž²àžž',
18 titleButton: 'àž„àžžàž“àžªàž¡àžšàž±àž•àžŽàž‚àž­àž‡ àž›àžžà¹ˆàž¡à¹àžšàžšàž£àž¹àž›àž àž²àžž',
19 upload: 'àž­àž±àžžà¹‚àž«àž¥àž”à¹„àžŸàž¥à¹Œ',
20 urlMissing: 'Image source URL is missing.', // MISSING
21 vSpace: 'àž£àž°àž¢àž°à¹àž™àž§àž•àž±à¹‰àž‡',
22 validateBorder: 'Border must be a whole number.', // MISSING
23 validateHSpace: 'HSpace must be a whole number.', // MISSING
24 validateVSpace: 'VSpace must be a whole number.' // MISSING
25} );
Note: See TracBrowser for help on using the repository browser.