Subversion Repositories Applications.papyrus

Rev

Rev 431 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 431 Rev 521
Line 6... Line 6...
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
7
 * 
7
 * 
8
 * For further information visit:
8
 * For further information visit:
9
 * 		http://www.fckeditor.net/
9
 * 		http://www.fckeditor.net/
10
 * 
10
 * 
-
 
11
 * "Support Open Source software. What about a donation today?"
-
 
12
 * 
11
 * File Name: zh-cn.js
13
 * File Name: zh-cn.js
12
 * 	Chinese Simplified language file.
14
 * 	Chinese Simplified language file.
13
 * 
15
 * 
14
 * File Authors:
16
 * File Authors:
15
 * 		NetRube (NetRube@126.com)
17
 * 		NetRube (NetRube@126.com)
Line 129... Line 131...
129
NotCompatiblePaste	: "该命令需要 Internet Explorer 5.5 或更高版本的支持,是否按常规粘贴进行?",
131
NotCompatiblePaste	: "该命令需要 Internet Explorer 5.5 或更高版本的支持,是否按常规粘贴进行?",
130
UnknownToolbarItem	: "未知工具栏项目 \"%1\"",
132
UnknownToolbarItem	: "未知工具栏项目 \"%1\"",
131
UnknownCommand		: "未知命令名称 \"%1\"",
133
UnknownCommand		: "未知命令名称 \"%1\"",
132
NotImplemented		: "命令无法执行",
134
NotImplemented		: "命令无法执行",
133
UnknownToolbarSet	: "工具栏设置 \"%1\" 不存在",
135
UnknownToolbarSet	: "工具栏设置 \"%1\" 不存在",
-
 
136
NoActiveX			: "You browser's security settings could limit some features of the editor. You must enable the option \"Run ActiveX controls and plug-ins\". You may experience errors and notice missing features.",	//MISSING
Line 134... Line 137...
134
 
137
 
135
// Dialogs
138
// Dialogs
136
DlgBtnOK			: "确定",
139
DlgBtnOK			: "确定",
137
DlgBtnCancel		: "取消",
140
DlgBtnCancel		: "取消",
Line 411... Line 414...
411
// Bulleted List Dialog
414
// Bulleted List Dialog
412
BulletedListProp	: "项目列表属性",
415
BulletedListProp	: "项目列表属性",
413
NumberedListProp	: "编号列表属性",
416
NumberedListProp	: "编号列表属性",
414
DlgLstType			: "列表类型",
417
DlgLstType			: "列表类型",
415
DlgLstTypeCircle	: "圆圈",
418
DlgLstTypeCircle	: "圆圈",
416
DlgLstTypeDisk		: "圆点",
419
DlgLstTypeDisc		: "Disc",	//MISSING
417
DlgLstTypeSquare	: "方块",
420
DlgLstTypeSquare	: "方块",
418
DlgLstTypeNumbers	: "数字 (1, 2, 3)",
421
DlgLstTypeNumbers	: "数字 (1, 2, 3)",
419
DlgLstTypeLCase		: "小写字母 (a, b, c)",
422
DlgLstTypeLCase		: "小写字母 (a, b, c)",
420
DlgLstTypeUCase		: "大写字母 (A, B, C)",
423
DlgLstTypeUCase		: "大写字母 (A, B, C)",
421
DlgLstTypeSRoman	: "小写罗马数字 (i, ii, iii)",
424
DlgLstTypeSRoman	: "小写罗马数字 (i, ii, iii)",