summaryrefslogtreecommitdiff
path: root/plugins/flash/lang/zh-cn.js
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2013-07-15 14:22:23 +0100
committerlsces <lester@lsces.co.uk>2013-07-15 14:22:23 +0100
commit6d4c4f12d15ae68d912972921997a8c5180c9aea (patch)
tree104274447272d09617c483cf6b0ee79559c9fe6f /plugins/flash/lang/zh-cn.js
parentde6d09676a9527919813a4474cc28af554a35fe1 (diff)
downloadckeditor-6d4c4f12d15ae68d912972921997a8c5180c9aea.tar.gz
ckeditor-6d4c4f12d15ae68d912972921997a8c5180c9aea.tar.bz2
ckeditor-6d4c4f12d15ae68d912972921997a8c5180c9aea.zip
Upgrade to CKEditor V4
Directory structure changed so many files removed and replace in a new location This batch is the delete and add
Diffstat (limited to 'plugins/flash/lang/zh-cn.js')
-rw-r--r--plugins/flash/lang/zh-cn.js43
1 files changed, 43 insertions, 0 deletions
diff --git a/plugins/flash/lang/zh-cn.js b/plugins/flash/lang/zh-cn.js
new file mode 100644
index 0000000..346bc32
--- /dev/null
+++ b/plugins/flash/lang/zh-cn.js
@@ -0,0 +1,43 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'flash', 'zh-cn', {
+ access: '允许脚本访问',
+ accessAlways: '总是',
+ accessNever: '从不',
+ accessSameDomain: '同域',
+ alignAbsBottom: '绝对底部',
+ alignAbsMiddle: '绝对居中',
+ alignBaseline: '基线',
+ alignTextTop: '文本上方',
+ bgcolor: '背景颜色',
+ chkFull: '启用全屏',
+ chkLoop: '循环',
+ chkMenu: '启用 Flash 菜单',
+ chkPlay: '自动播放',
+ flashvars: 'Flash 变量',
+ hSpace: '水平间距',
+ properties: 'Flash 属性',
+ propertiesTab: '属性',
+ quality: '质量',
+ qualityAutoHigh: '高(自动)',
+ qualityAutoLow: '低(自动)',
+ qualityBest: '最好',
+ qualityHigh: '高',
+ qualityLow: '低',
+ qualityMedium: '中(自动)',
+ scale: '缩放',
+ scaleAll: '全部显示',
+ scaleFit: '严格匹配',
+ scaleNoBorder: '无边框',
+ title: '标题',
+ vSpace: '垂直间距',
+ validateHSpace: '水平间距必须为数字格式',
+ validateSrc: '请输入源文件地址',
+ validateVSpace: '垂直间距必须为数字格式',
+ windowMode: '窗体模式',
+ windowModeOpaque: '不透明',
+ windowModeTransparent: '透明',
+ windowModeWindow: '窗体'
+});