aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/flash/lang/zh-cn.js
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-01-25 17:45:33 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-01-25 18:00:33 +0100
commit7adcb81e4f83f98c468889aaa5a85558ba88c770 (patch)
tree0d6ede733777b29060b48df4afaa2c64bfbae276 /sources/plugins/flash/lang/zh-cn.js
downloadconnexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.tar.gz
connexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.tar.zst
connexionswing-ckeditor-component-7adcb81e4f83f98c468889aaa5a85558ba88c770.zip
Initial commit4.5.6
Diffstat (limited to 'sources/plugins/flash/lang/zh-cn.js')
-rw-r--r--sources/plugins/flash/lang/zh-cn.js43
1 files changed, 43 insertions, 0 deletions
diff --git a/sources/plugins/flash/lang/zh-cn.js b/sources/plugins/flash/lang/zh-cn.js
new file mode 100644
index 00000000..85c0c17f
--- /dev/null
+++ b/sources/plugins/flash/lang/zh-cn.js
@@ -0,0 +1,43 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'flash', 'zh-cn', {
6 access: '允许脚本访问',
7 accessAlways: '总是',
8 accessNever: '从不',
9 accessSameDomain: '同域',
10 alignAbsBottom: '绝对底部',
11 alignAbsMiddle: '绝对居中',
12 alignBaseline: '基线',
13 alignTextTop: '文本上方',
14 bgcolor: '背景颜色',
15 chkFull: '启用全屏',
16 chkLoop: '循环',
17 chkMenu: '启用 Flash 菜单',
18 chkPlay: '自动播放',
19 flashvars: 'Flash 变量',
20 hSpace: '水平间距',
21 properties: 'Flash 属性',
22 propertiesTab: '属性',
23 quality: '质量',
24 qualityAutoHigh: '高(自动)',
25 qualityAutoLow: '低(自动)',
26 qualityBest: '最好',
27 qualityHigh: '高',
28 qualityLow: '低',
29 qualityMedium: '中(自动)',
30 scale: '缩放',
31 scaleAll: '全部显示',
32 scaleFit: '严格匹配',
33 scaleNoBorder: '无边框',
34 title: '标题',
35 vSpace: '垂直间距',
36 validateHSpace: '水平间距必须为数字格式',
37 validateSrc: '请输入源文件地址',
38 validateVSpace: '垂直间距必须为数字格式',
39 windowMode: '窗体模式',
40 windowModeOpaque: '不透明',
41 windowModeTransparent: '透明',
42 windowModeWindow: '窗体'
43} );