source: main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/zh.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: 873 bytes
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', 'zh', {
6 alt: '替代文字',
7 border: '框線',
8 btnUpload: '傳送到䌺服噚',
9 button2Img: '請問悚確定芁將「圖片按鈕」蜉換成「圖片」嗎',
10 hSpace: 'HSpace',
11 img2Button: '請問悚確定芁將「圖片」蜉換成「圖片按鈕」嗎',
12 infoTab: '圱像資蚊',
13 linkTab: '連結',
14 lockRatio: '固定比䟋',
15 menu: '圱像屬性',
16 resetSize: '重蚭倧小',
17 title: '圱像屬性',
18 titleButton: '圱像按鈕屬性',
19 upload: '䞊傳',
20 urlMissing: '遺倱圖片䟆源之 URL ',
21 vSpace: 'VSpace',
22 validateBorder: '框線必
23須是敎敞。',
24 validateHSpace: 'HSpace 必
25須是敎敞。',
26 validateVSpace: 'VSpace 必
27須是敎敞。'
28} );
Note: See TracBrowser for help on using the repository browser.