Subversion Repositories Applications.papyrus

Rev

Rev 521 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
431 ddelon 1
/*
2
 * FCKeditor - The text editor for internet
875 ddelon 3
 * Copyright (C) 2003-2006 Frederico Caldeira Knabben
431 ddelon 4
 *
5
 * Licensed under the terms of the GNU Lesser General Public License:
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
7
 *
8
 * For further information visit:
9
 * 		http://www.fckeditor.net/
10
 *
521 ddelon 11
 * "Support Open Source software. What about a donation today?"
12
 *
431 ddelon 13
 * File Name: zh-cn.js
14
 * 	Chinese Simplified language file.
15
 *
16
 * File Authors:
875 ddelon 17
 * 		NetRube (NetRube@gmail.com)
431 ddelon 18
 */
19
 
20
var FCKLang =
21
{
22
// Language direction : "ltr" (left to right) or "rtl" (right to left).
23
Dir					: "ltr",
24
 
25
ToolbarCollapse		: "折叠工具栏",
26
ToolbarExpand		: "展开工具栏",
27
 
28
// Toolbar Items and Context Menu
29
Save				: "保存",
30
NewPage				: "新建",
31
Preview				: "预览",
32
Cut					: "剪切",
33
Copy				: "复制",
34
Paste				: "粘贴",
35
PasteText			: "粘贴为无格式文本",
36
PasteWord			: "从 MS Word 粘贴",
37
Print				: "打印",
38
SelectAll			: "全选",
39
RemoveFormat		: "清除格式",
40
InsertLinkLbl		: "超链接",
41
InsertLink			: "插入/编辑超链接",
42
RemoveLink			: "取消超链接",
43
Anchor				: "插入/编辑锚点链接",
44
InsertImageLbl		: "图象",
45
InsertImage			: "插入/编辑图象",
46
InsertFlashLbl		: "Flash",
47
InsertFlash			: "插入/编辑 Flash",
48
InsertTableLbl		: "表格",
49
InsertTable			: "插入/编辑表格",
50
InsertLineLbl		: "水平线",
51
InsertLine			: "插入水平线",
52
InsertSpecialCharLbl: "特殊符号",
53
InsertSpecialChar	: "插入特殊符号",
54
InsertSmileyLbl		: "表情符",
55
InsertSmiley		: "插入表情图标",
56
About				: "关于 FCKeditor",
57
Bold				: "加粗",
58
Italic				: "倾斜",
59
Underline			: "下划线",
60
StrikeThrough		: "删除线",
61
Subscript			: "下标",
62
Superscript			: "上标",
63
LeftJustify			: "左对齐",
64
CenterJustify		: "居中对齐",
65
RightJustify		: "右对齐",
66
BlockJustify		: "两端对齐",
67
DecreaseIndent		: "减少缩进量",
68
IncreaseIndent		: "增加缩进量",
69
Undo				: "撤消",
70
Redo				: "重做",
71
NumberedListLbl		: "编号列表",
72
NumberedList		: "插入/删除编号列表",
73
BulletedListLbl		: "项目列表",
74
BulletedList		: "插入/删除项目列表",
75
ShowTableBorders	: "显示表格边框",
76
ShowDetails			: "显示详细资料",
77
Style				: "样式",
78
FontFormat			: "格式",
79
Font				: "字体",
80
FontSize			: "大小",
81
TextColor			: "文本颜色",
82
BGColor				: "背景颜色",
83
Source				: "源代码",
84
Find				: "查找",
85
Replace				: "替换",
86
SpellCheck			: "拼写检查",
87
UniversalKeyboard	: "软键盘",
875 ddelon 88
PageBreakLbl		: "分页符",
89
PageBreak			: "插入分页符",
431 ddelon 90
 
91
Form			: "表单",
92
Checkbox		: "复选框",
93
RadioButton		: "单选按钮",
94
TextField		: "单行文本",
95
Textarea		: "多行文本",
96
HiddenField		: "隐藏域",
97
Button			: "按钮",
98
SelectionField	: "列表/菜单",
99
ImageButton		: "图像域",
100
 
875 ddelon 101
FitWindow		: "全屏编辑",
102
 
431 ddelon 103
// Context Menu
104
EditLink			: "编辑超链接",
875 ddelon 105
CellCM				: "单元格",
106
RowCM				: "行",
107
ColumnCM			: "列",
431 ddelon 108
InsertRow			: "插入行",
109
DeleteRows			: "删除行",
110
InsertColumn		: "插入列",
111
DeleteColumns		: "删除列",
112
InsertCell			: "插入单元格",
113
DeleteCells			: "删除单元格",
114
MergeCells			: "合并单元格",
115
SplitCell			: "拆分单元格",
875 ddelon 116
TableDelete			: "删除表格",
431 ddelon 117
CellProperties		: "单元格属性",
118
TableProperties		: "表格属性",
119
ImageProperties		: "图象属性",
120
FlashProperties		: "Flash 属性",
121
 
122
AnchorProp			: "锚点链接属性",
123
ButtonProp			: "按钮属性",
124
CheckboxProp		: "复选框属性",
125
HiddenFieldProp		: "隐藏域属性",
126
RadioButtonProp		: "单选按钮属性",
127
ImageButtonProp		: "图像域属性",
128
TextFieldProp		: "单行文本属性",
129
SelectionFieldProp	: "菜单/列表属性",
130
TextareaProp		: "多行文本属性",
131
FormProp			: "表单属性",
132
 
875 ddelon 133
FontFormats			: "普通;已编排格式;地址;标题 1;标题 2;标题 3;标题 4;标题 5;标题 6;段落(DIV)",
431 ddelon 134
 
135
// Alerts and Messages
136
ProcessingXHTML		: "正在处理 XHTML,请稍等...",
137
Done				: "完成",
138
PasteWordConfirm	: "您要粘贴的内容好像是来自 MS Word,是否要清除 MS Word 格式后再粘贴?",
139
NotCompatiblePaste	: "该命令需要 Internet Explorer 5.5 或更高版本的支持,是否按常规粘贴进行?",
140
UnknownToolbarItem	: "未知工具栏项目 \"%1\"",
141
UnknownCommand		: "未知命令名称 \"%1\"",
142
NotImplemented		: "命令无法执行",
143
UnknownToolbarSet	: "工具栏设置 \"%1\" 不存在",
875 ddelon 144
NoActiveX			: "浏览器安全设置限制了本编辑器的某些功能。您必须启用安全设置中的“运行 ActiveX 控件和插件”,否则将出现某些错误并缺少功能。",
145
BrowseServerBlocked : "无法打开资源浏览器,请确认是否启用了禁止弹出窗口。",
146
DialogBlocked		: "无法打开对话框窗口,请确认是否启用了禁止弹出窗口或网页对话框(IE)。",
431 ddelon 147
 
148
// Dialogs
149
DlgBtnOK			: "确定",
150
DlgBtnCancel		: "取消",
151
DlgBtnClose			: "关闭",
152
DlgBtnBrowseServer	: "浏览服务器",
153
DlgAdvancedTag		: "高级",
875 ddelon 154
DlgOpOther			: "<其它>",
431 ddelon 155
DlgInfoTab			: "信息",
156
DlgAlertUrl			: "请插入 URL",
157
 
158
// General Dialogs Labels
875 ddelon 159
DlgGenNotSet		: "<没有设置>",
431 ddelon 160
DlgGenId			: "ID",
161
DlgGenLangDir		: "语言方向",
162
DlgGenLangDirLtr	: "从左到右 (LTR)",
163
DlgGenLangDirRtl	: "从右到左 (RTL)",
164
DlgGenLangCode		: "语言代码",
165
DlgGenAccessKey		: "访问键",
166
DlgGenName			: "名称",
167
DlgGenTabIndex		: "Tab 键次序",
168
DlgGenLongDescr		: "详细说明地址",
169
DlgGenClass			: "样式类名称",
170
DlgGenTitle			: "标题",
171
DlgGenContType		: "内容类型",
172
DlgGenLinkCharset	: "字符编码",
173
DlgGenStyle			: "行内样式",
174
 
175
// Image Dialog
176
DlgImgTitle			: "图象属性",
177
DlgImgInfoTab		: "图象",
178
DlgImgBtnUpload		: "发送到服务器上",
179
DlgImgURL			: "源文件",
180
DlgImgUpload		: "上传",
181
DlgImgAlt			: "替换文本",
182
DlgImgWidth			: "宽度",
183
DlgImgHeight		: "高度",
184
DlgImgLockRatio		: "锁定比例",
185
DlgBtnResetSize		: "恢复尺寸",
186
DlgImgBorder		: "边框大小",
187
DlgImgHSpace		: "水平间距",
188
DlgImgVSpace		: "垂直间距",
189
DlgImgAlign			: "对齐方式",
190
DlgImgAlignLeft		: "左对齐",
191
DlgImgAlignAbsBottom: "绝对底边",
192
DlgImgAlignAbsMiddle: "绝对居中",
193
DlgImgAlignBaseline	: "基线",
194
DlgImgAlignBottom	: "底边",
195
DlgImgAlignMiddle	: "居中",
196
DlgImgAlignRight	: "右对齐",
197
DlgImgAlignTextTop	: "文本上方",
198
DlgImgAlignTop		: "顶端",
199
DlgImgPreview		: "预览",
200
DlgImgAlertUrl		: "请输入图象地址",
201
DlgImgLinkTab		: "链接",
202
 
203
// Flash Dialog
204
DlgFlashTitle		: "Flash 属性",
205
DlgFlashChkPlay		: "自动播放",
206
DlgFlashChkLoop		: "循环",
207
DlgFlashChkMenu		: "启用 Flash 菜单",
208
DlgFlashScale		: "缩放",
209
DlgFlashScaleAll	: "全部显示",
210
DlgFlashScaleNoBorder	: "无边框",
211
DlgFlashScaleFit	: "严格匹配",
212
 
213
// Link Dialog
214
DlgLnkWindowTitle	: "超链接",
215
DlgLnkInfoTab		: "超链接信息",
216
DlgLnkTargetTab		: "目标",
217
 
218
DlgLnkType			: "超链接类型",
219
DlgLnkTypeURL		: "超链接",
220
DlgLnkTypeAnchor	: "页内锚点链接",
221
DlgLnkTypeEMail		: "电子邮件",
222
DlgLnkProto			: "协议",
875 ddelon 223
DlgLnkProtoOther	: "<其它>",
431 ddelon 224
DlgLnkURL			: "地址",
225
DlgLnkAnchorSel		: "选择一个锚点",
226
DlgLnkAnchorByName	: "按锚点名称",
227
DlgLnkAnchorById	: "按锚点 ID",
875 ddelon 228
DlgLnkNoAnchors		: "<此文档没有可用的锚点>",
431 ddelon 229
DlgLnkEMail			: "地址",
230
DlgLnkEMailSubject	: "主题",
231
DlgLnkEMailBody		: "内容",
232
DlgLnkUpload		: "上传",
233
DlgLnkBtnUpload		: "发送到服务器上",
234
 
235
DlgLnkTarget		: "目标",
875 ddelon 236
DlgLnkTargetFrame	: "<框架>",
237
DlgLnkTargetPopup	: "<弹出窗口>",
431 ddelon 238
DlgLnkTargetBlank	: "新窗口 (_blank)",
239
DlgLnkTargetParent	: "父窗口 (_parent)",
240
DlgLnkTargetSelf	: "本窗口 (_self)",
241
DlgLnkTargetTop		: "整页 (_top)",
242
DlgLnkTargetFrameName	: "目标框架名称",
243
DlgLnkPopWinName	: "弹出窗口名称",
244
DlgLnkPopWinFeat	: "弹出窗口属性",
245
DlgLnkPopResize		: "调整大小",
246
DlgLnkPopLocation	: "地址栏",
247
DlgLnkPopMenu		: "菜单栏",
248
DlgLnkPopScroll		: "滚动条",
249
DlgLnkPopStatus		: "状态栏",
250
DlgLnkPopToolbar	: "工具栏",
251
DlgLnkPopFullScrn	: "全屏 (IE)",
252
DlgLnkPopDependent	: "依附 (NS)",
253
DlgLnkPopWidth		: "宽",
254
DlgLnkPopHeight		: "高",
255
DlgLnkPopLeft		: "左",
256
DlgLnkPopTop		: "右",
257
 
258
DlnLnkMsgNoUrl		: "请输入超链接地址",
259
DlnLnkMsgNoEMail	: "请输入电子邮件地址",
260
DlnLnkMsgNoAnchor	: "请选择一个锚点",
261
 
262
// Color Dialog
263
DlgColorTitle		: "选择颜色",
264
DlgColorBtnClear	: "清除",
265
DlgColorHighlight	: "预览",
266
DlgColorSelected	: "选择",
267
 
268
// Smiley Dialog
269
DlgSmileyTitle		: "插入表情图标",
270
 
271
// Special Character Dialog
272
DlgSpecialCharTitle	: "选择特殊符号",
273
 
274
// Table Dialog
275
DlgTableTitle		: "表格属性",
276
DlgTableRows		: "行数",
277
DlgTableColumns		: "列数",
278
DlgTableBorder		: "边框",
279
DlgTableAlign		: "对齐",
875 ddelon 280
DlgTableAlignNotSet	: "<没有设置>",
431 ddelon 281
DlgTableAlignLeft	: "左对齐",
282
DlgTableAlignCenter	: "居中",
283
DlgTableAlignRight	: "右对齐",
284
DlgTableWidth		: "宽度",
285
DlgTableWidthPx		: "像素",
286
DlgTableWidthPc		: "百分比",
287
DlgTableHeight		: "高度",
288
DlgTableCellSpace	: "间距",
289
DlgTableCellPad		: "边距",
290
DlgTableCaption		: "标题",
875 ddelon 291
DlgTableSummary		: "摘要",
431 ddelon 292
 
293
// Table Cell Dialog
294
DlgCellTitle		: "单元格属性",
295
DlgCellWidth		: "宽度",
296
DlgCellWidthPx		: "像素",
297
DlgCellWidthPc		: "百分比",
298
DlgCellHeight		: "高度",
299
DlgCellWordWrap		: "自动换行",
875 ddelon 300
DlgCellWordWrapNotSet	: "<没有设置>",
431 ddelon 301
DlgCellWordWrapYes	: "是",
302
DlgCellWordWrapNo	: "否",
303
DlgCellHorAlign		: "水平对齐",
875 ddelon 304
DlgCellHorAlignNotSet	: "<没有设置>",
431 ddelon 305
DlgCellHorAlignLeft	: "左对齐",
306
DlgCellHorAlignCenter	: "居中",
307
DlgCellHorAlignRight: "右对齐",
308
DlgCellVerAlign		: "垂直对齐",
875 ddelon 309
DlgCellVerAlignNotSet	: "<没有设置>",
431 ddelon 310
DlgCellVerAlignTop	: "顶端",
311
DlgCellVerAlignMiddle	: "居中",
312
DlgCellVerAlignBottom	: "底部",
313
DlgCellVerAlignBaseline	: "基线",
314
DlgCellRowSpan		: "纵跨行数",
315
DlgCellCollSpan		: "横跨列数",
316
DlgCellBackColor	: "背景颜色",
317
DlgCellBorderColor	: "边框颜色",
318
DlgCellBtnSelect	: "选择...",
319
 
320
// Find Dialog
321
DlgFindTitle		: "查找",
322
DlgFindFindBtn		: "查找",
323
DlgFindNotFoundMsg	: "指定文本没有找到。",
324
 
325
// Replace Dialog
326
DlgReplaceTitle			: "替换",
327
DlgReplaceFindLbl		: "查找:",
328
DlgReplaceReplaceLbl	: "替换:",
329
DlgReplaceCaseChk		: "区分大小写",
330
DlgReplaceReplaceBtn	: "替换",
331
DlgReplaceReplAllBtn	: "全部替换",
332
DlgReplaceWordChk		: "全字匹配",
333
 
334
// Paste Operations / Dialog
335
PasteErrorPaste	: "您的浏览器安全设置不允许编辑器自动执行粘贴操作,请使用键盘快捷键(Ctrl+V)来完成。",
336
PasteErrorCut	: "您的浏览器安全设置不允许编辑器自动执行剪切操作,请使用键盘快捷键(Ctrl+X)来完成。",
337
PasteErrorCopy	: "您的浏览器安全设置不允许编辑器自动执行复制操作,请使用键盘快捷键(Ctrl+C)来完成。",
338
 
339
PasteAsText		: "粘贴为无格式文本",
340
PasteFromWord	: "从 MS Word 粘贴",
341
 
342
DlgPasteMsg2	: "请使用键盘快捷键(<STRONG>Ctrl+V</STRONG>)把内容粘贴到下面的方框里,再按 <STRONG>确定</STRONG>。",
343
DlgPasteIgnoreFont		: "忽略 Font 标签",
344
DlgPasteRemoveStyles	: "清理 CSS 样式",
345
DlgPasteCleanBox		: "清空上面内容",
346
 
347
// Color Picker
348
ColorAutomatic	: "自动",
349
ColorMoreColors	: "其它颜色...",
350
 
351
// Document Properties
352
DocProps		: "页面属性",
353
 
354
// Anchor Dialog
355
DlgAnchorTitle		: "命名锚点",
356
DlgAnchorName		: "锚点名称",
357
DlgAnchorErrorName	: "请输入锚点名称",
358
 
359
// Speller Pages Dialog
360
DlgSpellNotInDic		: "没有在字典里",
361
DlgSpellChangeTo		: "更改为",
362
DlgSpellBtnIgnore		: "忽略",
363
DlgSpellBtnIgnoreAll	: "全部忽略",
364
DlgSpellBtnReplace		: "替换",
365
DlgSpellBtnReplaceAll	: "全部替换",
366
DlgSpellBtnUndo			: "撤消",
367
DlgSpellNoSuggestions	: "- 没有建议 -",
368
DlgSpellProgress		: "正在进行拼写检查...",
369
DlgSpellNoMispell		: "拼写检查完成:没有发现拼写错误",
370
DlgSpellNoChanges		: "拼写检查完成:没有更改任何单词",
371
DlgSpellOneChange		: "拼写检查完成:更改了一个单词",
372
DlgSpellManyChanges		: "拼写检查完成:更改了 %1 个单词",
373
 
374
IeSpellDownload			: "拼写检查插件还没安装,你是否想现在就下载?",
375
 
376
// Button Dialog
377
DlgButtonText	: "标签(值)",
378
DlgButtonType	: "类型",
379
 
380
// Checkbox and Radio Button Dialogs
381
DlgCheckboxName		: "名称",
382
DlgCheckboxValue	: "选定值",
383
DlgCheckboxSelected	: "已勾选",
384
 
385
// Form Dialog
386
DlgFormName		: "名称",
387
DlgFormAction	: "动作",
388
DlgFormMethod	: "方法",
389
 
390
// Select Field Dialog
391
DlgSelectName		: "名称",
392
DlgSelectValue		: "选定",
393
DlgSelectSize		: "高度",
394
DlgSelectLines		: "行",
395
DlgSelectChkMulti	: "允许多选",
396
DlgSelectOpAvail	: "列表值",
397
DlgSelectOpText		: "标签",
398
DlgSelectOpValue	: "值",
399
DlgSelectBtnAdd		: "新增",
400
DlgSelectBtnModify	: "修改",
401
DlgSelectBtnUp		: "上移",
402
DlgSelectBtnDown	: "下移",
403
DlgSelectBtnSetValue : "设为初始化时选定",
404
DlgSelectBtnDelete	: "删除",
405
 
406
// Textarea Dialog
407
DlgTextareaName	: "名称",
408
DlgTextareaCols	: "字符宽度",
409
DlgTextareaRows	: "行数",
410
 
411
// Text Field Dialog
412
DlgTextName			: "名称",
413
DlgTextValue		: "初始值",
414
DlgTextCharWidth	: "字符宽度",
415
DlgTextMaxChars		: "最多字符数",
416
DlgTextType			: "类型",
417
DlgTextTypeText		: "文本",
418
DlgTextTypePass		: "密码",
419
 
420
// Hidden Field Dialog
421
DlgHiddenName	: "名称",
422
DlgHiddenValue	: "初始值",
423
 
424
// Bulleted List Dialog
425
BulletedListProp	: "项目列表属性",
426
NumberedListProp	: "编号列表属性",
427
DlgLstType			: "列表类型",
428
DlgLstTypeCircle	: "圆圈",
875 ddelon 429
DlgLstTypeDisc		: "圆点",
431 ddelon 430
DlgLstTypeSquare	: "方块",
431
DlgLstTypeNumbers	: "数字 (1, 2, 3)",
432
DlgLstTypeLCase		: "小写字母 (a, b, c)",
433
DlgLstTypeUCase		: "大写字母 (A, B, C)",
434
DlgLstTypeSRoman	: "小写罗马数字 (i, ii, iii)",
435
DlgLstTypeLRoman	: "大写罗马数字 (I, II, III)",
436
 
437
// Document Properties Dialog
438
DlgDocGeneralTab	: "常规",
439
DlgDocBackTab		: "背景",
440
DlgDocColorsTab		: "颜色和边距",
441
DlgDocMetaTab		: "Meta 数据",
442
 
443
DlgDocPageTitle		: "页面标题",
444
DlgDocLangDir		: "语言方向",
445
DlgDocLangDirLTR	: "从左到右 (LTR)",
446
DlgDocLangDirRTL	: "从右到左 (RTL)",
447
DlgDocLangCode		: "语言代码",
448
DlgDocCharSet		: "字符编码",
449
DlgDocCharSetOther	: "其它字符编码",
450
 
451
DlgDocDocType		: "文档类型",
452
DlgDocDocTypeOther	: "其它文档类型",
453
DlgDocIncXHTML		: "包含 XHTML 声明",
454
DlgDocBgColor		: "背景颜色",
455
DlgDocBgImage		: "背景图像",
456
DlgDocBgNoScroll	: "不滚动背景图像",
457
DlgDocCText			: "文本",
458
DlgDocCLink			: "超链接",
459
DlgDocCVisited		: "已访问的超链接",
460
DlgDocCActive		: "活动超链接",
461
DlgDocMargins		: "页面边距",
462
DlgDocMaTop			: "上",
463
DlgDocMaLeft		: "左",
464
DlgDocMaRight		: "右",
465
DlgDocMaBottom		: "下",
466
DlgDocMeIndex		: "页面索引关键字 (用半角逗号[,]分隔)",
467
DlgDocMeDescr		: "页面说明",
468
DlgDocMeAuthor		: "作者",
469
DlgDocMeCopy		: "版权",
470
DlgDocPreview		: "预览",
471
 
472
// Templates Dialog
473
Templates			: "模板",
474
DlgTemplatesTitle	: "内容模板",
475
DlgTemplatesSelMsg	: "请选择编辑器内容模板<br>(当前内容将会被清除替换):",
476
DlgTemplatesLoading	: "正在加载模板列表,请稍等...",
477
DlgTemplatesNoTpl	: "(没有模板)",
478
 
479
// About Dialog
480
DlgAboutAboutTab	: "关于",
481
DlgAboutBrowserInfoTab	: "浏览器信息",
875 ddelon 482
DlgAboutLicenseTab	: "许可证",
431 ddelon 483
DlgAboutVersion		: "版本",
484
DlgAboutLicense		: "基于 GNU 通用公共许可证授权发布 ",
485
DlgAboutInfo		: "要获得更多信息请访问 "
486
}