X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Flang%2Fzh.js;h=a621cad506b09ffaf65a81f630343b3308d4fe45;hp=1934673262d0d04b1af3a3c41f48972a611d148b;hb=941b0a9ba4e673e292510d80a5a86806994b8ea6;hpb=7cd80714081a8ffdf4a1a8d2c72f120ed5ef3d6d diff --git a/_source/lang/zh.js b/_source/lang/zh.js index 1934673..a621cad 100644 --- a/_source/lang/zh.js +++ b/_source/lang/zh.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'] = pastefromword : { + confirmCleanup : '您想貼上的文字似乎是自 Word 複製而來,請問您是否要先清除 Word 的格式後再行貼上?', toolbar : '自 Word 貼上', title : '自 Word 貼上', - advice : '請使用快捷鍵 (Ctrl+V) 貼到下方區域中並按下 確定', - ignoreFontFace : '移除字型設定', - removeStyle : '移除樣式設定' + 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'] = 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 : '字體',