source: main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/zh-cn.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: 893 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-cn', {
6 alt: '替换文本',
7 border: '蟹框倧小',
8 btnUpload: '䞊䌠到服务噚',
9 button2Img: '确定芁把圓前囟像按钮蜬换䞺普通囟像吗',
10 hSpace: '氎平闎距',
11 img2Button: '确定芁把圓前囟像改变䞺囟像按钮吗',
12 infoTab: '囟像信息',
13 linkTab: '铟接',
14 lockRatio: '锁定比䟋',
15 menu: '囟像属性',
16 resetSize: '原始尺寞',
17 title: '囟像属性',
18 titleButton: '囟像域属性',
19 upload: '䞊䌠',
20 urlMissing: '猺少囟像源文件地址',
21 vSpace: '垂盎闎距',
22 validateBorder: '蟹框倧小必
23须䞺敎数栌匏',
24 validateHSpace: '氎平闎距必
25须䞺敎数栌匏',
26 validateVSpace: '垂盎闎距必
27须䞺敎数栌匏'
28} );
Note: See TracBrowser for help on using the repository browser.