JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.2.2
[ckeditor.git] / _source / lang / zh-cn.js
index 23014d5..7900948 100644 (file)
@@ -110,17 +110,24 @@ CKEDITOR.lang['zh-cn'] =
                unavailable             : '%1<span class="cke_accessibility">, 不可用</span>'\r
        },\r
 \r
+       contextmenu :\r
+       {\r
+               options : 'Context Menu Options' // MISSING\r
+       },\r
+\r
        // Special char dialog.\r
        specialChar             :\r
        {\r
                toolbar         : '插入特殊符号',\r
-               title           : '选择特殊符号'\r
+               title           : '选择特殊符号',\r
+               options : 'Special Character Options' // MISSING\r
        },\r
 \r
        // Link dialog.\r
        link :\r
        {\r
                toolbar         : '插入/编辑超链接',\r
+               other           : '<其他>',\r
                menu            : '编辑超链接',\r
                title           : '超链接',\r
                info            : '超链接信息',\r
@@ -182,6 +189,29 @@ CKEDITOR.lang['zh-cn'] =
                errorName       : '请输入锚点名称'\r
        },\r
 \r
+       // List style dialog\r
+       list:\r
+       {\r
+               numberedTitle           : 'Numbered List Properties', // MISSING\r
+               bulletedTitle           : 'Bulleted List Properties', // MISSING\r
+               type                            : 'Type', // MISSING\r
+               start                           : 'Start', // MISSING\r
+               circle                          : 'Circle', // MISSING\r
+               disc                            : 'Disc', // MISSING\r
+               square                          : 'Square', // MISSING\r
+               none                            : 'None', // MISSING\r
+               notset                          : '<not set>', // MISSING\r
+               armenian                        : 'Armenian numbering', // MISSING\r
+               georgian                        : 'Georgian numbering (an, ban, gan, etc.)', // MISSING\r
+               lowerRoman                      : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING\r
+               upperRoman                      : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING\r
+               lowerAlpha                      : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING\r
+               upperAlpha                      : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING\r
+               lowerGreek                      : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING\r
+               decimal                         : 'Decimal (1, 2, 3, etc.)', // MISSING\r
+               decimalLeadingZero      : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING\r
+       },\r
+\r
        // Find And Replace Dialog\r
        findAndReplace :\r
        {\r
@@ -476,7 +506,8 @@ CKEDITOR.lang['zh-cn'] =
        smiley :\r
        {\r
                toolbar : '表情符',\r
-               title   : '插入表情图标'\r
+               title   : '插入表情图标',\r
+               options : 'Smiley Options' // MISSING\r
        },\r
 \r
        elementsPath :\r
@@ -503,9 +534,9 @@ CKEDITOR.lang['zh-cn'] =
        clipboard :\r
        {\r
                title           : '粘贴',\r
-               cutError        : '您的浏览器安全设置不允许编辑器自动执行剪切操作,请使用键盘快捷键(Ctrl+X)来完成',\r
-               copyError       : '您的浏览器安全设置不允许编辑器自动执行复制操作,请使用键盘快捷键(Ctrl+C)来完成',\r
-               pasteMsg        : '请使用键盘快捷键(<STRONG>Ctrl+V</STRONG>)把内容粘贴到下面的方框里,再按 <STRONG>确定</STRONG>',\r
+               cutError        : '您的浏览器安全设置不允许编辑器自动执行剪切操作,请使用键盘快捷键(Ctrl/Cmd+X)来完成',\r
+               copyError       : '您的浏览器安全设置不允许编辑器自动执行复制操作,请使用键盘快捷键(Ctrl/Cmd+C)来完成',\r
+               pasteMsg        : '请使用键盘快捷键(<STRONG>Ctrl/Cmd+V</STRONG>)把内容粘贴到下面的方框里,再按 <STRONG>确定</STRONG>',\r
                securityMsg     : '因为你的浏览器的安全设置原因,本编辑器不能直接访问你的剪贴板内容,你需要在本窗口重新粘贴一次',\r
                pasteArea       : 'Paste Area' // MISSING\r
        },\r
@@ -528,6 +559,7 @@ CKEDITOR.lang['zh-cn'] =
        {\r
                button                  : '模板',\r
                title                   : '内容模板',\r
+               options : 'Template Options', // MISSING\r
                insertOption    : '替换当前内容',\r
                selectPromptMsg : '请选择编辑器内容模板:',\r
                emptyListMsg    : '(没有模板)'\r
@@ -648,6 +680,7 @@ CKEDITOR.lang['zh-cn'] =
        scayt :\r
        {\r
                title                   : '即时拼写检查',\r
+               opera_title             : 'Not supported by Opera', // MISSING\r
                enable                  : '启用即时拼写检查',\r
                disable                 : '禁用即时拼写检查',\r
                about                   : '关于即时拼写检查',\r
@@ -659,9 +692,23 @@ CKEDITOR.lang['zh-cn'] =
                ignoreAll               : '全部忽略',\r
                addWord                 : '添加单词',\r
                emptyDic                : '字典名不应为空.',\r
+\r
                optionsTab              : '选项',\r
+               allCaps                 : 'Ignore All-Caps Words', // MISSING\r
+               ignoreDomainNames : 'Ignore Domain Names', // MISSING\r
+               mixedCase               : 'Ignore Words with Mixed Case', // MISSING\r
+               mixedWithDigits : 'Ignore Words with Numbers', // MISSING\r
+\r
                languagesTab    : '语言',\r
+\r
                dictionariesTab : '字典',\r
+               dic_field_name  : 'Dictionary name', // MISSING\r
+               dic_create              : 'Create', // MISSING\r
+               dic_restore             : 'Restore', // MISSING\r
+               dic_delete              : 'Delete', // MISSING\r
+               dic_rename              : 'Rename', // MISSING\r
+               dic_info                : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type it\'s name and click the Restore button.', // MISSING\r
+\r
                aboutTab                : '关于'\r
        },\r
 \r