X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Flang%2Fzh-cn.js;h=71454060fced403bf5e3e5f2fcc1e26fa463fb6f;hp=d51565de9f1707f1dd11964c6f0c4d3780cfd2ee;hb=941b0a9ba4e673e292510d80a5a86806994b8ea6;hpb=7cd80714081a8ffdf4a1a8d2c72f120ed5ef3d6d diff --git a/_source/lang/zh-cn.js b/_source/lang/zh-cn.js index d51565d..7145406 100644 --- a/_source/lang/zh-cn.js +++ b/_source/lang/zh-cn.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -506,11 +506,10 @@ CKEDITOR.lang['zh-cn'] = pastefromword : { + confirmCleanup : '您要粘贴的内容好像是来自 MS Word,是否要清除 MS Word 格式后再粘贴?', toolbar : '从 MS Word 粘贴', title : '从 MS Word 粘贴', - advice : '请使用键盘快捷键(Ctrl+V)把内容粘贴到下面的方框里,再按 确定', - ignoreFontFace : '忽略 Font 标签', - removeStyle : '清理 CSS 样式' + error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : @@ -559,6 +558,23 @@ CKEDITOR.lang['zh-cn'] = tag_div : '段落(DIV)' }, + div : + { + title : 'Create Div Container', // MISSING + toolbar : 'Create Div Container', // MISSING + cssClassInputLabel : 'Stylesheet Classes', // MISSING + styleSelectLabel : 'Style', // MISSING + IdInputLabel : 'Id', // MISSING + languageCodeInputLabel : ' Language Code', // MISSING + inlineStyleInputLabel : 'Inline Style', // MISSING + advisoryTitleInputLabel : 'Advisory Title', // MISSING + langDirLabel : 'Language Direction', // MISSING + langDirLTRLabel : 'Left to Right (LTR)', // MISSING + langDirRTLLabel : 'Right to Left (RTL)', // MISSING + edit : 'Edit Div', // MISSING + remove : 'Remove Div' // MISSING + }, + font : { label : '字体',