blob: 49b59934a3e4781321e872b9afd959650e1498cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
|
# Copyright (C) 2003 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the xfce4-panel package.
# umm <umm@pchome.com.tw>, 2003.
#
msgid ""
msgstr ""
"Project-Id-Version: xfce4-panel\n"
"POT-Creation-Date: 2003-11-05 17:25+0100\n"
"PO-Revision-Date: 2003-08-29 21:17+0800\n"
"Last-Translator: umm <umm@pchome.com.tw>\n"
"Language-Team: <>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: panel/xfce_support.c:597
msgid "Select file"
msgstr "選擇檔案"
#: panel/controls_dialog.c:254
msgid "Change item"
msgstr "改變項目"
#: panel/controls_dialog.c:286 panel/item_dialog.c:647
msgid "Position:"
msgstr "位置:"
#: panel/controls_dialog.c:342 panel/controls.c:272
msgid ""
"Removing an item will also remove its popup menu.\n"
"\n"
"Do you want to remove the item?"
msgstr ""
"移除一個項目將同時移除其彈出選單.\n"
"\n"
"你希望移除該項目嗎?"
#: panel/item_dialog.c:320
msgid "Other Icon"
msgstr "其他圖示"
#: panel/item_dialog.c:345
msgid "Select icon"
msgstr "選擇圖示"
#: panel/item_dialog.c:384
msgid "Icon:"
msgstr "圖示:"
#: panel/item_dialog.c:433
msgid "Select command"
msgstr "選擇指令"
#: panel/item_dialog.c:461
msgid "Command:"
msgstr "指令:"
#: panel/item_dialog.c:498 plugins/mailcheck/mailcheck.c:668
msgid "Run in _terminal"
msgstr "在終端機中執行(_T)"
#: panel/item_dialog.c:503 plugins/mailcheck/mailcheck.c:676
msgid "Use startup _notification"
msgstr "使用啟動提示(_N)"
#: panel/item_dialog.c:530
msgid "Caption:"
msgstr "標題:"
#: panel/item_dialog.c:563
msgid "Tooltip:"
msgstr "工具提示:"
#: panel/item_dialog.c:599
msgid "Menu:"
msgstr "選單:"
#: panel/item_dialog.c:606
msgid "Attach menu to launcher"
msgstr "將選單附加到啟動器"
#: panel/item_dialog.c:738
msgid "Icon Preview"
msgstr "圖示預覽"
#: panel/item_dialog.c:742
msgid "Drag file onto this frame to change the icon"
msgstr "拖曳檔案到框架中以改變圖示"
#: panel/item_dialog.c:930
msgid "Change menu item"
msgstr "改變選單項目"
#. add buttons
#: panel/item_dialog.c:933
msgid "Remove"
msgstr "移除"
#: panel/item.c:441
msgid "Click mouse button 3 to change item"
msgstr "點選滑鼠右鍵以改變項目"
#: panel/item.c:464
msgid "Add launcher"
msgstr "增加啟動器"
#: panel/item.c:469
msgid "Add new item"
msgstr "增加新項目"
#: panel/item.c:601
msgid "Launcher"
msgstr "啟動器"
#: panel/main.c:115
msgid "Are you sure you want to exit?"
msgstr "你確定要退出?"
#: panel/main.c:243
#, c-format
msgid ""
"%s, version %s\n"
"Part of the XFce Desktop Environment\n"
"http://www.xfce.org\n"
msgstr ""
"%s, 版本 %s\n"
"XFce 桌面環境的組成部分\n"
"http://www.xfce.org\n"
#: panel/main.c:259
msgid ""
"Your window manager does not seem to support the new window manager hints as "
"defined on http://www.freedesktop.org. \n"
"Some XFce features may not work as intended."
msgstr ""
"你的視窗管理程式似乎不支援 http://www.freedesktop.org 所定義的視窗管理程式提"
"示。\n"
"某些 XFce 的功能可能無法正常運行。"
#: panel/controls.c:320 panel/panel.c:123
msgid "/Add _new item"
msgstr "/增加新項目(_N)"
#: panel/controls.c:322 panel/panel.c:125
msgid "/_Properties..."
msgstr "/屬性(_P)..."
#: panel/controls.c:323
msgid "/_Remove"
msgstr "/移除(_R)"
#: panel/controls.c:655
msgid "This item has no configuration options"
msgstr "該項目沒有設定選項"
#: panel/panel.c:121
msgid "/XFce Panel"
msgstr "/XFce 啟動面板"
#: panel/panel.c:126
msgid "/_Settings manager"
msgstr "/設定管理程式(_S)"
#: panel/panel.c:128
msgid "/_About XFce"
msgstr "/關於 XFce(_A)"
#: panel/panel.c:129
msgid "/_Help"
msgstr "/說明(_H)"
#: panel/panel.c:131
msgid "/_Lock screen"
msgstr "/鎖住螢幕(_L)"
#: panel/panel.c:132
msgid "/E_xit"
msgstr "/離開(_X)"
#: panel/panel.c:489 settings/xfce_settings_plugin.c:82
#: settings/xfce_settings_dialog.c:649
msgid "XFce Panel"
msgstr "XFce 面板"
#: panel/icons.c:73
msgid "Default"
msgstr "預設"
#: panel/icons.c:74
msgid "Editor"
msgstr "編輯器"
#: panel/icons.c:75
msgid "File management"
msgstr "檔案管理"
#: panel/icons.c:76
msgid "Utilities"
msgstr "公用程式"
#: panel/icons.c:77
msgid "Games"
msgstr "遊戲"
#: panel/icons.c:78
msgid "Help browser"
msgstr "求助瀏覽器"
#: panel/icons.c:79
msgid "Multimedia"
msgstr "多媒體"
#: panel/icons.c:80
msgid "Network"
msgstr "網路"
#: panel/icons.c:81
msgid "Graphics"
msgstr "圖形"
#: panel/icons.c:82
msgid "Printer"
msgstr "印表機"
#: panel/icons.c:83
msgid "Productivity"
msgstr "生產力"
#: panel/icons.c:84
msgid "Sound"
msgstr "聲音"
#: panel/icons.c:85
msgid "Terminal"
msgstr "終端機"
#: panel/mcs_client.c:208
msgid "Settings manager not available"
msgstr "設定管理程式不可使用"
#: panel/popup.c:263
msgid "Menu"
msgstr "選單"
#: settings/xfce_settings_dialog.c:119
msgid "Tiny"
msgstr "極小"
#: settings/xfce_settings_dialog.c:123
msgid "Small"
msgstr "小"
#: settings/xfce_settings_dialog.c:127
msgid "Medium"
msgstr "中"
#: settings/xfce_settings_dialog.c:131
msgid "Large"
msgstr "大"
#: settings/xfce_settings_dialog.c:190
msgid "Horizontal"
msgstr "水平"
#: settings/xfce_settings_dialog.c:194
msgid "Vertical"
msgstr "垂直"
#: settings/xfce_settings_dialog.c:226 settings/xfce_settings_dialog.c:456
msgid "Left"
msgstr "左側"
#: settings/xfce_settings_dialog.c:230 settings/xfce_settings_dialog.c:457
msgid "Right"
msgstr "右側"
#: settings/xfce_settings_dialog.c:234 settings/xfce_settings_dialog.c:455
#: settings/xfce_settings_dialog.c:511
msgid "Top"
msgstr "頂部"
#: settings/xfce_settings_dialog.c:238 settings/xfce_settings_dialog.c:454
#: settings/xfce_settings_dialog.c:519
msgid "Bottom"
msgstr "底部"
#: settings/xfce_settings_dialog.c:374
msgid "Panel size:"
msgstr "面板大小:"
#: settings/xfce_settings_dialog.c:390
msgid "Panel orientation:"
msgstr "面板方向:"
#: settings/xfce_settings_dialog.c:407
msgid "Popup position:"
msgstr "彈出式選單位置:"
#: settings/xfce_settings_dialog.c:424
msgid "Icon theme:"
msgstr "圖示主題:"
#: settings/xfce_settings_dialog.c:495
msgid "Panel layer:"
msgstr "面板所在圖層:"
#: settings/xfce_settings_dialog.c:515
msgid "Normal"
msgstr "正常"
#: settings/xfce_settings_dialog.c:535
msgid "Center the panel:"
msgstr "面板居中:"
#: settings/xfce_settings_dialog.c:559
msgid "Set"
msgstr "設定"
#: settings/xfce_settings_dialog.c:595
msgid "Autohide:"
msgstr "自動隱藏:"
#: settings/xfce_settings_dialog.c:663
msgid "XFce Panel Settings"
msgstr "XFce 面板設定"
#. Appearance
#: settings/xfce_settings_dialog.c:675
msgid "Appearance"
msgstr "外觀"
#. Position
#: settings/xfce_settings_dialog.c:696
msgid "Position"
msgstr "位置"
#. autohide
#: settings/xfce_settings_dialog.c:712
msgid "Behaviour"
msgstr "特性"
#: plugins/clock/clock.c:57
msgid "Sunday"
msgstr "星期日"
#: plugins/clock/clock.c:58
msgid "Monday"
msgstr "星期一"
#: plugins/clock/clock.c:59
msgid "Tuesday"
msgstr "星期二"
#: plugins/clock/clock.c:60
msgid "Wednesday"
msgstr "星期三"
#: plugins/clock/clock.c:61
msgid "Thursday"
msgstr "星期四"
#: plugins/clock/clock.c:62
msgid "Friday"
msgstr "星期五"
#: plugins/clock/clock.c:63
msgid "Saturday"
msgstr "星期六"
#: plugins/clock/clock.c:67
msgid "January"
msgstr "一月"
#: plugins/clock/clock.c:68
msgid "February"
msgstr "二月"
#: plugins/clock/clock.c:69
msgid "March"
msgstr "三月"
#: plugins/clock/clock.c:70
msgid "April"
msgstr "四月"
#: plugins/clock/clock.c:71
msgid "May"
msgstr "五月"
#: plugins/clock/clock.c:72
msgid "June"
msgstr "六月"
#: plugins/clock/clock.c:73
msgid "July"
msgstr "七月"
#: plugins/clock/clock.c:74
msgid "August"
msgstr "八月"
#: plugins/clock/clock.c:75
msgid "September"
msgstr "九月"
#: plugins/clock/clock.c:76
msgid "October"
msgstr "十月"
#: plugins/clock/clock.c:77
msgid "November"
msgstr "十一月"
#: plugins/clock/clock.c:78
msgid "December"
msgstr "十二月"
#: plugins/clock/clock.c:350
msgid "Clock type:"
msgstr "時鐘樣式:"
#: plugins/clock/clock.c:363
msgid "Analog"
msgstr "指針式"
#: plugins/clock/clock.c:367
msgid "Digital"
msgstr "數位式"
#: plugins/clock/clock.c:371
msgid "LED"
msgstr "數位液晶顯示"
#: plugins/clock/clock.c:433
msgid "Hour mode:"
msgstr "時間模式:"
#: plugins/clock/clock.c:440
msgid "24 hour"
msgstr "24 小時"
#: plugins/clock/clock.c:446
msgid "12 hour"
msgstr "12 小時"
#: plugins/clock/clock.c:452
msgid "AM/PM"
msgstr "上午/下午"
#: plugins/clock/clock.c:490
msgid "Show seconds:"
msgstr "顯示秒:"
#: plugins/clock/clock.c:599
msgid "Xfce Clock"
msgstr "XFce 時鐘"
#: plugins/pager/pager.c:271
msgid "Graphical pager"
msgstr "圖形化視窗切換器"
#: plugins/switcher/switcher.c:696
msgid "Desktop switcher"
msgstr "桌面切換器"
#: plugins/systembuttons/systembuttons.c:60
msgid ""
"Access to the configuration system has been disabled.\n"
"\n"
"Ask your system administrator for more information"
msgstr ""
"設定系統的作業已被禁止.\n"
"\n"
"請向你的系統管理員諮詢以得到更多的資訊"
#: plugins/systembuttons/systembuttons.c:148
msgid "Lock the screen"
msgstr "鎖住螢幕"
#: plugins/systembuttons/systembuttons.c:149
#: plugins/systembuttons/systembuttons.c:518
msgid "Exit"
msgstr "退出"
#: plugins/systembuttons/systembuttons.c:150
#: plugins/systembuttons/systembuttons.c:519
msgid "Setup"
msgstr "設定"
#: plugins/systembuttons/systembuttons.c:151
#: plugins/systembuttons/systembuttons.c:520
msgid "Info"
msgstr "資訊"
#: plugins/systembuttons/systembuttons.c:500
msgid "Show two buttons:"
msgstr "顯示兩個按鈕:"
#. set names to use in option menus
#: plugins/systembuttons/systembuttons.c:517
msgid "Lock"
msgstr "鎖住"
#: plugins/systembuttons/systembuttons.c:549
msgid "Button 1:"
msgstr "按鈕 1:"
#: plugins/systembuttons/systembuttons.c:565
msgid "Button 2:"
msgstr "按鈕 2:"
#: plugins/systembuttons/systembuttons.c:600
msgid "System buttons"
msgstr "系統按鈕"
#: plugins/separator/separator.c:153
msgid "Separator"
msgstr "分隔線"
#: plugins/mailcheck/mailcheck.c:539
msgid "Mail box:"
msgstr "郵件箱:"
#: plugins/mailcheck/mailcheck.c:623
msgid "Mail command:"
msgstr "郵件指令:"
#: plugins/mailcheck/mailcheck.c:637
msgid "Command to run when the button on the panel is clicked"
msgstr "在面板上點選該按鈕時所執行的指令"
#: plugins/mailcheck/mailcheck.c:706
msgid "Interval (sec):"
msgstr "間隔(秒):"
#: plugins/mailcheck/mailcheck.c:778
msgid "Mail check"
msgstr "檢查郵件"
|