X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=_source%2Flang%2Fzh-cn.js;h=d396e9626d34e5eff49d7fb513702f29e93722f6;hb=6e682412d5cc0dfaedb376482e585bf2989c6863;hp=5ab5bf699747cd8158712df7e7d1a6cc88e6b367;hpb=e73319a12b56100b29ef456fd74114fe5519e01c;p=ckeditor.git diff --git a/_source/lang/zh-cn.js b/_source/lang/zh-cn.js index 5ab5bf6..d396e96 100644 --- a/_source/lang/zh-cn.js +++ b/_source/lang/zh-cn.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -31,7 +31,8 @@ CKEDITOR.lang['zh-cn'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : '所见即所得编辑器, %1, 按 ALT+0 查看帮助。', + editorTitle : '富文本编辑器,%1', + editorHelp : '按 ALT+0 获得帮助', // ARIA descriptions. toolbars : '工具栏', @@ -607,8 +608,8 @@ CKEDITOR.lang['zh-cn'] = iframe : { - title : 'iFrame属性', - toolbar : 'iFrame', + title : 'IFrame 属性', + toolbar : 'IFrame', noUrl : '请输入框架的 URL', scrolling : '允许滚动条', border : '显示框架边框' @@ -810,6 +811,6 @@ CKEDITOR.lang['zh-cn'] = metaDescription : '页面说明', metaAuthor : '作者', metaCopyright : '版权', - previewHtml : '

This is some sample text. You are using CKEditor.

' + previewHtml : '

这是一些演示用文字。你当前正在使用CKEditor。

' } };