diff options
author | Marvin Borner | 2018-07-13 19:06:45 +0200 |
---|---|---|
committer | Marvin Borner | 2018-07-13 19:06:45 +0200 |
commit | 6fcfb7c04d32e1c8b26a312295bf7ac3ec2d2ad7 (patch) | |
tree | dbc87ef16fa01d5d99116de283592b8fe5e02944 /public/bower_components/ckeditor/plugins/image2/lang/zh-cn.js | |
parent | dfd839f27146df0ad0494e11734fc7d310c70ebf (diff) |
Fixed many permissions and began admin interface
Diffstat (limited to 'public/bower_components/ckeditor/plugins/image2/lang/zh-cn.js')
-rw-r--r-- | public/bower_components/ckeditor/plugins/image2/lang/zh-cn.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/bower_components/ckeditor/plugins/image2/lang/zh-cn.js b/public/bower_components/ckeditor/plugins/image2/lang/zh-cn.js new file mode 100644 index 0000000..8f20bb7 --- /dev/null +++ b/public/bower_components/ckeditor/plugins/image2/lang/zh-cn.js @@ -0,0 +1 @@ +CKEDITOR.plugins.setLang("image2","zh-cn",{alt:"替换文本",btnUpload:"上传到服务器",captioned:"带标题图像",captionPlaceholder:"标题",infoTab:"图像信息",lockRatio:"锁定比例",menu:"图像属性",pathName:"图像",pathNameCaption:"标题",resetSize:"原始尺寸",resizer:"点击并拖拽以改变尺寸",title:"图像属性",uploadTab:"上传",urlMissing:"缺少图像源文件地址",altMissing:"缺少替换文本"});
\ No newline at end of file |