Subversion Repositories Applications.papyrus

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
431 ddelon 1
/*
2
 * FCKeditor - The text editor for internet
3
 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
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
 *
11
 * File Name: zh.js
12
 * 	Chinese Traditional language file.
13
 *
14
 * File Authors:
15
 * 		Zak Fong (zakfong@yahoo.com.tw)
16
 */
17
 
18
var FCKLang =
19
{
20
// Language direction : "ltr" (left to right) or "rtl" (right to left).
21
Dir					: "ltr",
22
 
23
ToolbarCollapse		: "隱藏面板",
24
ToolbarExpand		: "顯示面板",
25
 
26
// Toolbar Items and Context Menu
27
Save				: "儲存",
28
NewPage				: "開新檔案",
29
Preview				: "預覽",
30
Cut					: "剪下",
31
Copy				: "複製",
32
Paste				: "貼上",
33
PasteText			: "貼為純文字格式",
34
PasteWord			: "自 Word 貼上",
35
Print				: "列印",
36
SelectAll			: "全選",
37
RemoveFormat		: "清除格式",
38
InsertLinkLbl		: "超連結",
39
InsertLink			: "插入/編輯超連結",
40
RemoveLink			: "移除超連結",
41
Anchor				: "插入/編輯錨點",
42
InsertImageLbl		: "影像",
43
InsertImage			: "插入/編輯影像",
44
InsertFlashLbl		: "Flash",
45
InsertFlash			: "插入/編輯 Flash",
46
InsertTableLbl		: "表格",
47
InsertTable			: "插入/編輯表格",
48
InsertLineLbl		: "水平線",
49
InsertLine			: "插入水平線",
50
InsertSpecialCharLbl: "特殊符號",
51
InsertSpecialChar	: "插入特殊符號",
52
InsertSmileyLbl		: "表情符號",
53
InsertSmiley		: "插入表情符號",
54
About				: "關於 FCKeditor",
55
Bold				: "粗體",
56
Italic				: "斜體",
57
Underline			: "底線",
58
StrikeThrough		: "刪除線",
59
Subscript			: "下標",
60
Superscript			: "上標",
61
LeftJustify			: "靠左對齊",
62
CenterJustify		: "置中",
63
RightJustify		: "靠右對齊",
64
BlockJustify		: "左右對齊",
65
DecreaseIndent		: "減少縮排",
66
IncreaseIndent		: "增加縮排",
67
Undo				: "復原",
68
Redo				: "重複",
69
NumberedListLbl		: "編號清單",
70
NumberedList		: "插入/移除編號清單",
71
BulletedListLbl		: "項目清單",
72
BulletedList		: "插入/移除項目清單",
73
ShowTableBorders	: "顯示表格邊框",
74
ShowDetails			: "顯示詳細資料",
75
Style				: "樣式",
76
FontFormat			: "格式",
77
Font				: "字體",
78
FontSize			: "大小",
79
TextColor			: "文字顏色",
80
BGColor				: "背景顏色",
81
Source				: "原始碼",
82
Find				: "尋找",
83
Replace				: "取代",
84
SpellCheck			: "拼字檢查",
85
UniversalKeyboard	: "各國鍵盤",
86
 
87
Form			: "表單",
88
Checkbox		: "核取方塊",
89
RadioButton		: "選項按鈕",
90
TextField		: "文字方塊",
91
Textarea		: "文字區域",
92
HiddenField		: "隱藏欄位",
93
Button			: "按鈕",
94
SelectionField	: "清單/選單",
95
ImageButton		: "影像按鈕",
96
 
97
// Context Menu
98
EditLink			: "編輯超連結",
99
InsertRow			: "插入列",
100
DeleteRows			: "刪除列",
101
InsertColumn		: "插入欄",
102
DeleteColumns		: "刪除欄",
103
InsertCell			: "插入儲存格",
104
DeleteCells			: "刪除儲存格",
105
MergeCells			: "合併儲存格",
106
SplitCell			: "分割儲存格",
107
CellProperties		: "儲存格屬性",
108
TableProperties		: "表格屬性",
109
ImageProperties		: "影像屬性",
110
FlashProperties		: "Flash 屬性",
111
 
112
AnchorProp			: "錨點屬性",
113
ButtonProp			: "按鈕屬性",
114
CheckboxProp		: "核取方塊屬性",
115
HiddenFieldProp		: "隱藏欄位屬性",
116
RadioButtonProp		: "選項按鈕屬性",
117
ImageButtonProp		: "影像按鈕屬性",
118
TextFieldProp		: "文字方塊屬性",
119
SelectionFieldProp	: "清單/選單屬性",
120
TextareaProp		: "文字區域屬性",
121
FormProp			: "表單屬性",
122
 
123
FontFormats			: "一般;格式化;地址;標題 1;標題 2;標題 3;標題 4;標題 5;標題 6;段落 (DIV)",
124
 
125
// Alerts and Messages
126
ProcessingXHTML		: "處理 XHTML 中,請稍候…",
127
Done				: "完成",
128
PasteWordConfirm	: "您想要貼上的文字似乎是自 Word 複製而來,請問您是否要先清除 Word 的格式後再行貼上?",
129
NotCompatiblePaste	: "此指令僅在 Internet Explorer 5.5 或以上的版本有效。請問您是否同意不清除格式即貼上?",
130
UnknownToolbarItem	: "未知工具列項目 \"%1\"",
131
UnknownCommand		: "未知指令名稱 \"%1\"",
132
NotImplemented		: "尚未安裝此指令",
133
UnknownToolbarSet	: "工具列設定 \"%1\" 不存在",
134
 
135
// Dialogs
136
DlgBtnOK			: "確定",
137
DlgBtnCancel		: "取消",
138
DlgBtnClose			: "關閉",
139
DlgBtnBrowseServer	: "瀏覽伺服器端",
140
DlgAdvancedTag		: "進階",
141
DlgOpOther			: "<其他>",
142
DlgInfoTab			: "資訊",
143
DlgAlertUrl			: "請插入 URL",
144
 
145
// General Dialogs Labels
146
DlgGenNotSet		: "<尚未設定>",
147
DlgGenId			: "ID",
148
DlgGenLangDir		: "語言方向",
149
DlgGenLangDirLtr	: "由左而右 (LTR)",
150
DlgGenLangDirRtl	: "由右而左 (RTL)",
151
DlgGenLangCode		: "語言代碼",
152
DlgGenAccessKey		: "存取鍵",
153
DlgGenName			: "名稱",
154
DlgGenTabIndex		: "定位順序",
155
DlgGenLongDescr		: "詳細 URL",
156
DlgGenClass			: "樣式表類別",
157
DlgGenTitle			: "標題",
158
DlgGenContType		: "內容類型",
159
DlgGenLinkCharset	: "連結資源之編碼",
160
DlgGenStyle			: "樣式",
161
 
162
// Image Dialog
163
DlgImgTitle			: "影像屬性",
164
DlgImgInfoTab		: "影像資訊",
165
DlgImgBtnUpload		: "上傳至伺服器",
166
DlgImgURL			: "URL",
167
DlgImgUpload		: "上傳",
168
DlgImgAlt			: "替代文字",
169
DlgImgWidth			: "寬度",
170
DlgImgHeight		: "高度",
171
DlgImgLockRatio		: "等比例",
172
DlgBtnResetSize		: "重設為原大小",
173
DlgImgBorder		: "邊框",
174
DlgImgHSpace		: "水平距離",
175
DlgImgVSpace		: "垂直距離",
176
DlgImgAlign			: "對齊",
177
DlgImgAlignLeft		: "靠左對齊",
178
DlgImgAlignAbsBottom: "絕對下方",
179
DlgImgAlignAbsMiddle: "絕對中間",
180
DlgImgAlignBaseline	: "基準線",
181
DlgImgAlignBottom	: "靠下對齊",
182
DlgImgAlignMiddle	: "置中對齊",
183
DlgImgAlignRight	: "靠右對齊",
184
DlgImgAlignTextTop	: "文字上方",
185
DlgImgAlignTop		: "靠上對齊",
186
DlgImgPreview		: "預覽",
187
DlgImgAlertUrl		: "請輸入影像 URL",
188
DlgImgLinkTab		: "超連結",
189
 
190
// Flash Dialog
191
DlgFlashTitle		: "Flash 屬性",
192
DlgFlashChkPlay		: "自動播放",
193
DlgFlashChkLoop		: "重複",
194
DlgFlashChkMenu		: "開啟選單",
195
DlgFlashScale		: "縮放",
196
DlgFlashScaleAll	: "全部顯示",
197
DlgFlashScaleNoBorder	: "無邊框",
198
DlgFlashScaleFit	: "精確符合",
199
 
200
// Link Dialog
201
DlgLnkWindowTitle	: "超連結",
202
DlgLnkInfoTab		: "超連結資訊",
203
DlgLnkTargetTab		: "目標",
204
 
205
DlgLnkType			: "超連接類型",
206
DlgLnkTypeURL		: "URL",
207
DlgLnkTypeAnchor	: "本頁錨點",
208
DlgLnkTypeEMail		: "電子郵件",
209
DlgLnkProto			: "通訊協定",
210
DlgLnkProtoOther	: "<其他>",
211
DlgLnkURL			: "URL",
212
DlgLnkAnchorSel		: "請選擇錨點",
213
DlgLnkAnchorByName	: "依錨點名稱",
214
DlgLnkAnchorById	: "依元件 ID",
215
DlgLnkNoAnchors		: "<本文件尚無可用之錨點>",
216
DlgLnkEMail			: "電子郵件",
217
DlgLnkEMailSubject	: "郵件主旨",
218
DlgLnkEMailBody		: "郵件內容",
219
DlgLnkUpload		: "上傳",
220
DlgLnkBtnUpload		: "傳送至伺服器",
221
 
222
DlgLnkTarget		: "目標",
223
DlgLnkTargetFrame	: "<框架>",
224
DlgLnkTargetPopup	: "<快顯視窗>",
225
DlgLnkTargetBlank	: "新視窗 (_blank)",
226
DlgLnkTargetParent	: "父視窗 (_parent)",
227
DlgLnkTargetSelf	: "本視窗 (_self)",
228
DlgLnkTargetTop		: "最上層視窗 (_top)",
229
DlgLnkTargetFrameName	: "目標框架名稱",
230
DlgLnkPopWinName	: "快顯視窗名稱",
231
DlgLnkPopWinFeat	: "快顯視窗屬性",
232
DlgLnkPopResize		: "可調整大小",
233
DlgLnkPopLocation	: "網址列",
234
DlgLnkPopMenu		: "選單列",
235
DlgLnkPopScroll		: "捲軸",
236
DlgLnkPopStatus		: "狀態列",
237
DlgLnkPopToolbar	: "工具列",
238
DlgLnkPopFullScrn	: "全螢幕 (IE)",
239
DlgLnkPopDependent	: "從屬 (NS)",
240
DlgLnkPopWidth		: "寬",
241
DlgLnkPopHeight		: "高",
242
DlgLnkPopLeft		: "左",
243
DlgLnkPopTop		: "右",
244
 
245
DlnLnkMsgNoUrl		: "請輸入欲連結的 URL",
246
DlnLnkMsgNoEMail	: "請輸入電子郵件位址",
247
DlnLnkMsgNoAnchor	: "請選擇錨點",
248
 
249
// Color Dialog
250
DlgColorTitle		: "請選擇顏色",
251
DlgColorBtnClear	: "清除",
252
DlgColorHighlight	: "預覽",
253
DlgColorSelected	: "選擇",
254
 
255
// Smiley Dialog
256
DlgSmileyTitle		: "插入表情符號",
257
 
258
// Special Character Dialog
259
DlgSpecialCharTitle	: "請選擇特殊符號",
260
 
261
// Table Dialog
262
DlgTableTitle		: "表格屬性",
263
DlgTableRows		: "列數",
264
DlgTableColumns		: "欄數",
265
DlgTableBorder		: "邊框",
266
DlgTableAlign		: "對齊",
267
DlgTableAlignNotSet	: "<未設定>",
268
DlgTableAlignLeft	: "靠左對齊",
269
DlgTableAlignCenter	: "置中",
270
DlgTableAlignRight	: "靠右對齊",
271
DlgTableWidth		: "寬度",
272
DlgTableWidthPx		: "像素",
273
DlgTableWidthPc		: "百分比",
274
DlgTableHeight		: "高度",
275
DlgTableCellSpace	: "間距",
276
DlgTableCellPad		: "內距",
277
DlgTableCaption		: "標題",
278
 
279
// Table Cell Dialog
280
DlgCellTitle		: "儲存格屬性",
281
DlgCellWidth		: "寬度",
282
DlgCellWidthPx		: "像素",
283
DlgCellWidthPc		: "百分比",
284
DlgCellHeight		: "高度",
285
DlgCellWordWrap		: "自動換行",
286
DlgCellWordWrapNotSet	: "<尚未設定>",
287
DlgCellWordWrapYes	: "是",
288
DlgCellWordWrapNo	: "否",
289
DlgCellHorAlign		: "水平對齊",
290
DlgCellHorAlignNotSet	: "<尚未設定>",
291
DlgCellHorAlignLeft	: "靠左對齊",
292
DlgCellHorAlignCenter	: "置中",
293
DlgCellHorAlignRight: "靠右對齊",
294
DlgCellVerAlign		: "垂直對齊",
295
DlgCellVerAlignNotSet	: "<尚未設定>",
296
DlgCellVerAlignTop	: "靠上對齊",
297
DlgCellVerAlignMiddle	: "置中",
298
DlgCellVerAlignBottom	: "靠下對齊",
299
DlgCellVerAlignBaseline	: "基準線",
300
DlgCellRowSpan		: "合併列數",
301
DlgCellCollSpan		: "合併欄数",
302
DlgCellBackColor	: "背景顏色",
303
DlgCellBorderColor	: "邊框顏色",
304
DlgCellBtnSelect	: "請選擇…",
305
 
306
// Find Dialog
307
DlgFindTitle		: "尋找",
308
DlgFindFindBtn		: "尋找",
309
DlgFindNotFoundMsg	: "未找到指定的文字。",
310
 
311
// Replace Dialog
312
DlgReplaceTitle			: "取代",
313
DlgReplaceFindLbl		: "尋找:",
314
DlgReplaceReplaceLbl	: "取代:",
315
DlgReplaceCaseChk		: "大小寫須相符",
316
DlgReplaceReplaceBtn	: "取代",
317
DlgReplaceReplAllBtn	: "全部取代",
318
DlgReplaceWordChk		: "全字相符",
319
 
320
// Paste Operations / Dialog
321
PasteErrorPaste	: "您的瀏覽器的安全性設定不允編輯器自動執行貼上動作。請使用快捷鍵 (Ctrl+V) 貼上。",
322
PasteErrorCut	: "您的瀏覽器的安全性設定不允編輯器自動執行剪下動作。請使用快捷鍵 (Ctrl+X) 剪下。",
323
PasteErrorCopy	: "您的瀏覽器的安全性設定不允編輯器自動執行複製動作。請使用快捷鍵 (Ctrl+C) 複製。",
324
 
325
PasteAsText		: "貼為純文字格式",
326
PasteFromWord	: "自 Word 貼上",
327
 
328
DlgPasteMsg2	: "請使用快捷鍵 (<strong>Ctrl+V</strong>) 貼到下方區域中並按下 <strong>確定</strong>",
329
DlgPasteIgnoreFont		: "移除字型設定",
330
DlgPasteRemoveStyles	: "移除樣式設定",
331
DlgPasteCleanBox		: "清除文字區域",
332
 
333
 
334
// Color Picker
335
ColorAutomatic	: "自動",
336
ColorMoreColors	: "更多顏色…",
337
 
338
// Document Properties
339
DocProps		: "文件屬性",
340
 
341
// Anchor Dialog
342
DlgAnchorTitle		: "命名錨點",
343
DlgAnchorName		: "錨點名稱",
344
DlgAnchorErrorName	: "請輸入錨點名稱",
345
 
346
// Speller Pages Dialog
347
DlgSpellNotInDic		: "不在字典中",
348
DlgSpellChangeTo		: "更改為",
349
DlgSpellBtnIgnore		: "忽略",
350
DlgSpellBtnIgnoreAll	: "全部忽略",
351
DlgSpellBtnReplace		: "取代",
352
DlgSpellBtnReplaceAll	: "全部取代",
353
DlgSpellBtnUndo			: "復原",
354
DlgSpellNoSuggestions	: "- 無建議值 -",
355
DlgSpellProgress		: "進行拼字檢查中…",
356
DlgSpellNoMispell		: "拼字檢查完成:未發現拼字錯誤",
357
DlgSpellNoChanges		: "拼字檢查完成:未更改任何單字",
358
DlgSpellOneChange		: "拼字檢查完成:更改了 1 個單字",
359
DlgSpellManyChanges		: "拼字檢查完成:更改了 %1 個單字",
360
 
361
IeSpellDownload			: "尚未安裝拼字檢查元件。您是否想要現在下載?",
362
 
363
// Button Dialog
364
DlgButtonText	: "顯示文字 (值)",
365
DlgButtonType	: "類型",
366
 
367
// Checkbox and Radio Button Dialogs
368
DlgCheckboxName		: "名稱",
369
DlgCheckboxValue	: "選取值",
370
DlgCheckboxSelected	: "已選取",
371
 
372
// Form Dialog
373
DlgFormName		: "名稱",
374
DlgFormAction	: "動作",
375
DlgFormMethod	: "方法",
376
 
377
// Select Field Dialog
378
DlgSelectName		: "名稱",
379
DlgSelectValue		: "選取值",
380
DlgSelectSize		: "大小",
381
DlgSelectLines		: "行",
382
DlgSelectChkMulti	: "可多選",
383
DlgSelectOpAvail	: "可用選項",
384
DlgSelectOpText		: "顯示文字",
385
DlgSelectOpValue	: "值",
386
DlgSelectBtnAdd		: "新增",
387
DlgSelectBtnModify	: "修改",
388
DlgSelectBtnUp		: "上移",
389
DlgSelectBtnDown	: "下移",
390
DlgSelectBtnSetValue : "設為預設值",
391
DlgSelectBtnDelete	: "刪除",
392
 
393
// Textarea Dialog
394
DlgTextareaName	: "名稱",
395
DlgTextareaCols	: "字元寬度",
396
DlgTextareaRows	: "列數",
397
 
398
// Text Field Dialog
399
DlgTextName			: "名稱",
400
DlgTextValue		: "值",
401
DlgTextCharWidth	: "字元寬度",
402
DlgTextMaxChars		: "最多字元數",
403
DlgTextType			: "類型",
404
DlgTextTypeText		: "文字",
405
DlgTextTypePass		: "密碼",
406
 
407
// Hidden Field Dialog
408
DlgHiddenName	: "名稱",
409
DlgHiddenValue	: "值",
410
 
411
// Bulleted List Dialog
412
BulletedListProp	: "項目清單屬性",
413
NumberedListProp	: "編號清單屬性",
414
DlgLstType			: "清單類型",
415
DlgLstTypeCircle	: "圓圈",
416
DlgLstTypeDisk		: "圓點",
417
DlgLstTypeSquare	: "方塊",
418
DlgLstTypeNumbers	: "數字 (1, 2, 3)",
419
DlgLstTypeLCase		: "小寫字母 (a, b, c)",
420
DlgLstTypeUCase		: "大寫字母 (A, B, C)",
421
DlgLstTypeSRoman	: "小寫羅馬數字 (i, ii, iii)",
422
DlgLstTypeLRoman	: "大寫羅馬數字 (I, II, III)",
423
 
424
// Document Properties Dialog
425
DlgDocGeneralTab	: "一般",
426
DlgDocBackTab		: "背景",
427
DlgDocColorsTab		: "顯色與邊界",
428
DlgDocMetaTab		: "Meta 資料",
429
 
430
DlgDocPageTitle		: "頁面標題",
431
DlgDocLangDir		: "語言方向",
432
DlgDocLangDirLTR	: "由左而右 (LTR)",
433
DlgDocLangDirRTL	: "由右而左 (RTL)",
434
DlgDocLangCode		: "語言代碼",
435
DlgDocCharSet		: "字元編碼",
436
DlgDocCharSetOther	: "其他字元編碼",
437
 
438
DlgDocDocType		: "文件類型",
439
DlgDocDocTypeOther	: "其他文件類型",
440
DlgDocIncXHTML		: "包含 XHTML 定義",
441
DlgDocBgColor		: "背景顏色",
442
DlgDocBgImage		: "背景影像",
443
DlgDocBgNoScroll	: "浮水印",
444
DlgDocCText			: "文字",
445
DlgDocCLink			: "超連結",
446
DlgDocCVisited		: "已瀏覽過的超連結",
447
DlgDocCActive		: "作用中的超連結",
448
DlgDocMargins		: "頁面邊界",
449
DlgDocMaTop			: "上",
450
DlgDocMaLeft		: "左",
451
DlgDocMaRight		: "右",
452
DlgDocMaBottom		: "下",
453
DlgDocMeIndex		: "文件索引關鍵字 (用半形逗號[,]分隔)",
454
DlgDocMeDescr		: "文件說明",
455
DlgDocMeAuthor		: "作者",
456
DlgDocMeCopy		: "版權所有",
457
DlgDocPreview		: "預覽",
458
 
459
// Templates Dialog
460
Templates			: "樣版",
461
DlgTemplatesTitle	: "內容樣版",
462
DlgTemplatesSelMsg	: "請選擇欲開啟的樣版<br> (原有的內容將會被清除):",
463
DlgTemplatesLoading	: "讀取樣版清單中,請稍候…",
464
DlgTemplatesNoTpl	: "(無樣版)",
465
 
466
// About Dialog
467
DlgAboutAboutTab	: "關於",
468
DlgAboutBrowserInfoTab	: "瀏覽器資訊",
469
DlgAboutVersion		: "版本",
470
DlgAboutLicense		: "依據 GNU 較寬鬆公共許可證(LGPL)發佈",
471
DlgAboutInfo		: "想獲得更多資訊請至 "
472
}