2.9.2
[platform/upstream/glib.git] / po / zh_HK.po
1 # Chinese (Hong Kong) translation for glib 2.x
2 # Copyright (C) 2001, 02, 03, 05 Free Software Foundation, Inc.
3 #
4 # XML glossary from http://xml.ascc.net/zh/big5/gloss.html
5 #
6 # Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>, 2005.
7 # Abel Cheung <abel@oaka.org>, 2001-2003, 2005.
8 # Woodman Tuen <wmtuen@gmail.com>, 2005.
9
10
11 msgid ""
12 msgstr ""
13 "Project-Id-Version: glib 2.9.2\n"
14 "Report-Msgid-Bugs-To: \n"
15 "POT-Creation-Date: 2006-01-05 22:21-0500\n"
16 "PO-Revision-Date: 2006-01-04 10:22+0800\n"
17 "Last-Translator: Abel Cheung <abel@oaka.org>\n"
18 "Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n"
19 "MIME-Version: 1.0\n"
20 "Content-Type: text/plain; charset=UTF-8\n"
21 "Content-Transfer-Encoding: 8bit\n"
22
23 #: glib/gconvert.c:408 glib/gconvert.c:486 glib/giochannel.c:1150
24 #, c-format
25 msgid "Conversion from character set '%s' to '%s' is not supported"
26 msgstr "不支援將字元集「%s」轉換成「%s」"
27
28 #: glib/gconvert.c:412 glib/gconvert.c:490
29 #, c-format
30 msgid "Could not open converter from '%s' to '%s'"
31 msgstr "無法將「%s」轉換至「%s」"
32
33 #: glib/gconvert.c:606 glib/gconvert.c:995 glib/giochannel.c:1322
34 #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:943
35 #: glib/gutf8.c:1392
36 #, c-format
37 msgid "Invalid byte sequence in conversion input"
38 msgstr "轉換輸入資料時遇到不正確的位元組組合"
39
40 #: glib/gconvert.c:612 glib/gconvert.c:922 glib/giochannel.c:1329
41 #: glib/giochannel.c:2218
42 #, c-format
43 msgid "Error during conversion: %s"
44 msgstr "轉換時發生錯誤:%s"
45
46 #: glib/gconvert.c:647 glib/gutf8.c:939 glib/gutf8.c:1143 glib/gutf8.c:1284
47 #: glib/gutf8.c:1388
48 #, c-format
49 msgid "Partial character sequence at end of input"
50 msgstr "輸入資料結束時字元仍未完整"
51
52 #: glib/gconvert.c:897
53 #, c-format
54 msgid "Cannot convert fallback '%s' to codeset '%s'"
55 msgstr "無法將後備字串「%s」的字元集轉換成「%s」"
56
57 #: glib/gconvert.c:1706
58 #, c-format
59 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
60 msgstr "URI「%s」不是使用“file”格式的絕對 URI"
61
62 #: glib/gconvert.c:1716
63 #, c-format
64 msgid "The local file URI '%s' may not include a '#'"
65 msgstr "本機檔案的 URI「%s」不應含有‘#’"
66
67 #: glib/gconvert.c:1733
68 #, c-format
69 msgid "The URI '%s' is invalid"
70 msgstr "URI「%s」無效"
71
72 #: glib/gconvert.c:1745
73 #, c-format
74 msgid "The hostname of the URI '%s' is invalid"
75 msgstr "URI「%s」中的主機名稱無效"
76
77 #: glib/gconvert.c:1761
78 #, c-format
79 msgid "The URI '%s' contains invalidly escaped characters"
80 msgstr "URI「%s」含有「不正確跳出」的字元"
81
82 #: glib/gconvert.c:1855
83 #, c-format
84 msgid "The pathname '%s' is not an absolute path"
85 msgstr "路徑名稱「%s」不是絕對路徑"
86
87 #: glib/gconvert.c:1865
88 #, c-format
89 msgid "Invalid hostname"
90 msgstr "主機名稱無效"
91
92 #: glib/gdir.c:121 glib/gdir.c:141
93 #, c-format
94 msgid "Error opening directory '%s': %s"
95 msgstr "開啟目錄「%s」時發生錯誤:%s"
96
97 #: glib/gfileutils.c:576 glib/gfileutils.c:649
98 #, c-format
99 msgid "Could not allocate %lu bytes to read file \"%s\""
100 msgstr "無法配置 %lu 位元來讀取檔案「%s」"
101
102 #: glib/gfileutils.c:591
103 #, c-format
104 msgid "Error reading file '%s': %s"
105 msgstr "讀取檔案「%s」時發生錯誤:%s"
106
107 #: glib/gfileutils.c:673
108 #, c-format
109 msgid "Failed to read from file '%s': %s"
110 msgstr "讀取檔案「%s」失敗:%s"
111
112 #: glib/gfileutils.c:724 glib/gfileutils.c:811
113 #, c-format
114 msgid "Failed to open file '%s': %s"
115 msgstr "開啟檔案「%s」失敗:%s"
116
117 #: glib/gfileutils.c:741 glib/gmappedfile.c:133
118 #, c-format
119 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
120 msgstr "獲取檔案「%s」的屬性失敗:fstat() 失敗:%s"
121
122 #: glib/gfileutils.c:775
123 #, c-format
124 msgid "Failed to open file '%s': fdopen() failed: %s"
125 msgstr "開啟檔案「%s」失敗:fdopen() 失敗:%s"
126
127 #: glib/gfileutils.c:909
128 #, c-format
129 msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
130 msgstr "檔案名稱由「%s」改為「%s」失敗:g_rename() 失敗:%s"
131
132 #: glib/gfileutils.c:950 glib/gfileutils.c:1415
133 #, c-format
134 msgid "Failed to create file '%s': %s"
135 msgstr "建立檔案「%s」失敗:%s"
136
137 #: glib/gfileutils.c:964
138 #, c-format
139 msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
140 msgstr "開啟檔案「%s」作寫入失敗:fdopen() 失敗:%s"
141
142 #: glib/gfileutils.c:989
143 #, c-format
144 msgid "Failed to write file '%s': fwrite() failed: %s"
145 msgstr "寫入檔案「%s」失敗:fwrite() 失敗:%s"
146
147 #: glib/gfileutils.c:1008
148 #, c-format
149 msgid "Failed to close file '%s': fclose() failed: %s"
150 msgstr "關閉檔案「%s」失敗:fclose() 失敗:%s"
151
152 #: glib/gfileutils.c:1126
153 #, c-format
154 msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
155 msgstr "現存檔案「%s」無法移除:g_unlink() 失敗:%s"
156
157 #: glib/gfileutils.c:1376
158 #, c-format
159 msgid "Template '%s' invalid, should not contain a '%s'"
160 msgstr "樣式「%s」無效,不應含有「%s」"
161
162 # (Abel) this is file template for mktemp/mkstemp
163 #: glib/gfileutils.c:1390
164 #, c-format
165 msgid "Template '%s' doesn't end with XXXXXX"
166 msgstr "檔案樣式「%s」末端不是 XXXXXX"
167
168 #: glib/gfileutils.c:1865
169 #, c-format
170 msgid "Failed to read the symbolic link '%s': %s"
171 msgstr "讀取符號連結「%s」失敗:%s"
172
173 #: glib/gfileutils.c:1886
174 #, c-format
175 msgid "Symbolic links not supported"
176 msgstr "不支援符號連結"
177
178 #: glib/giochannel.c:1154
179 #, c-format
180 msgid "Could not open converter from '%s' to '%s': %s"
181 msgstr "無法開啟將「%s」轉換至「%s」的轉換器:%s"
182
183 #: glib/giochannel.c:1499
184 #, c-format
185 msgid "Can't do a raw read in g_io_channel_read_line_string"
186 msgstr "在 g_io_channel_read_line_string 中無法讀取原始資料"
187
188 #: glib/giochannel.c:1546 glib/giochannel.c:1803 glib/giochannel.c:1889
189 #, c-format
190 msgid "Leftover unconverted data in read buffer"
191 msgstr "用來讀取資料的緩衝區中仍有未轉換的資料"
192
193 #: glib/giochannel.c:1626 glib/giochannel.c:1703
194 #, c-format
195 msgid "Channel terminates in a partial character"
196 msgstr "在字元未完整之前,輸入管道已經結束"
197
198 #: glib/giochannel.c:1689
199 #, c-format
200 msgid "Can't do a raw read in g_io_channel_read_to_end"
201 msgstr "g_io_channel_read_to_end 中無法讀取原始資料"
202
203 #: glib/gmappedfile.c:116
204 #, c-format
205 msgid "Failed to open file '%s': open() failed: %s"
206 msgstr "開啟檔案「%s」失敗:open() 失敗:%s"
207
208 #: glib/gmappedfile.c:193
209 #, c-format
210 msgid "Failed to map file '%s': mmap() failed: %s"
211 msgstr "對應檔案「%s」失敗:mmap() 失敗:%s"
212
213 #: glib/gmarkup.c:232
214 #, c-format
215 msgid "Error on line %d char %d: %s"
216 msgstr "第 %d 行第 %d 個字發生錯誤:%s"
217
218 #: glib/gmarkup.c:330
219 #, c-format
220 msgid "Error on line %d: %s"
221 msgstr "第 %d 行發生錯誤:%s"
222
223 #: glib/gmarkup.c:434
224 msgid ""
225 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
226 msgstr "出現空白的實體「&;」;可用的實體為:&amp; &quot; &lt; &gt; &apos;"
227
228 #: glib/gmarkup.c:444
229 #, c-format
230 msgid ""
231 "Character '%s' is not valid at the start of an entity name; the & character "
232 "begins an entity; if this ampersand isn't supposed to be an entity, escape "
233 "it as &amp;"
234 msgstr ""
235 "實體名稱不應以「%s」開始,應該使用 & 字元;如果這個 & 字元不是作為實體使用,"
236 "請將 & 轉換為 &amp;"
237
238 #: glib/gmarkup.c:478
239 #, c-format
240 msgid "Character '%s' is not valid inside an entity name"
241 msgstr "實體名稱中不應含有字元「%s」"
242
243 #: glib/gmarkup.c:515
244 #, c-format
245 msgid "Entity name '%s' is not known"
246 msgstr "實體名稱「%s」意義不明"
247
248 #: glib/gmarkup.c:526
249 msgid ""
250 "Entity did not end with a semicolon; most likely you used an ampersand "
251 "character without intending to start an entity - escape ampersand as &amp;"
252 msgstr ""
253 "實體的結束部分不是分號;很可能你想使用 & 字元但未將它變為實體 ─ 請將 & 轉換"
254 "為 &amp;"
255
256 #: glib/gmarkup.c:579
257 #, c-format
258 msgid ""
259 "Failed to parse '%-.*s', which should have been a digit inside a character "
260 "reference (&#234; for example) - perhaps the digit is too large"
261 msgstr ""
262 "無法解析「%-.*s」,字元參引內應該含有數字(例如 &#234;)─ 可能是數字太大"
263
264 #: glib/gmarkup.c:604
265 #, c-format
266 msgid "Character reference '%-.*s' does not encode a permitted character"
267 msgstr "字元參引「%-.*s」無法表示任何能接受的字元"
268
269 #: glib/gmarkup.c:619
270 msgid "Empty character reference; should include a digit such as &#454;"
271 msgstr "字元參引是空白的;它應該包括數字,像 &#454;"
272
273 #: glib/gmarkup.c:629
274 msgid ""
275 "Character reference did not end with a semicolon; most likely you used an "
276 "ampersand character without intending to start an entity - escape ampersand "
277 "as &amp;"
278 msgstr ""
279 "字元參引的結束部分不是分號;很可能你想使用 & 字元但未將它變為實體 ─ 請將 & 轉"
280 "換為 &amp;"
281
282 #: glib/gmarkup.c:715
283 msgid "Unfinished entity reference"
284 msgstr "未完成的實體參引"
285
286 #: glib/gmarkup.c:721
287 msgid "Unfinished character reference"
288 msgstr "未完成的字元參引"
289
290 #: glib/gmarkup.c:964 glib/gmarkup.c:992 glib/gmarkup.c:1023
291 msgid "Invalid UTF-8 encoded text"
292 msgstr "無效的 UTF-8 編碼文字"
293
294 #: glib/gmarkup.c:1059
295 msgid "Document must begin with an element (e.g. <book>)"
296 msgstr "文件開始必須為一元素(例如 <book>)"
297
298 #: glib/gmarkup.c:1099
299 #, c-format
300 msgid ""
301 "'%s' is not a valid character following a '<' character; it may not begin an "
302 "element name"
303 msgstr "「<」字元後的「%s」不是有效的字元;這樣不可能是元素名稱的開始部份"
304
305 #: glib/gmarkup.c:1163
306 #, c-format
307 msgid ""
308 "Odd character '%s', expected a '>' character to end the start tag of element "
309 "'%s'"
310 msgstr "字元「%s」不尋常,元素「%s」的開始標籤應該以「>」字元結束"
311
312 #: glib/gmarkup.c:1252
313 #, c-format
314 msgid ""
315 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
316 msgstr "不尋常的字元「%s」,屬性名稱「%s」(屬於元素「%s」)後應該是「=」字元"
317
318 #: glib/gmarkup.c:1294
319 #, c-format
320 msgid ""
321 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
322 "element '%s', or optionally an attribute; perhaps you used an invalid "
323 "character in an attribute name"
324 msgstr ""
325 "不尋常的字元「%s」,元素「%s」的開始標籤應該以「>」或「/」字元終結,也可以是"
326 "屬性;或許你在屬性名稱中使用了無效的字元"
327
328 #: glib/gmarkup.c:1383
329 #, c-format
330 msgid ""
331 "Odd character '%s', expected an open quote mark after the equals sign when "
332 "giving value for attribute '%s' of element '%s'"
333 msgstr ""
334 "不尋常的字元「%s」,當指定屬性「%s」的值(屬於元素「%s」)時,等號後應該出現"
335 "開引號"
336
337 #: glib/gmarkup.c:1528
338 #, c-format
339 msgid ""
340 "'%s' is not a valid character following the characters '</'; '%s' may not "
341 "begin an element name"
342 msgstr "「</」字元後的「%s」不是有效的字元;「%s」不可能是元素名稱的開始部份"
343
344 #: glib/gmarkup.c:1568
345 #, c-format
346 msgid ""
347 "'%s' is not a valid character following the close element name '%s'; the "
348 "allowed character is '>'"
349 msgstr "字元「%s」是無效的(位置在關閉元素「%s」末端);允許的字元為「>」"
350
351 #: glib/gmarkup.c:1579
352 #, c-format
353 msgid "Element '%s' was closed, no element is currently open"
354 msgstr "元素「%s」已關閉,沒有開啟中的元素"
355
356 #: glib/gmarkup.c:1588
357 #, c-format
358 msgid "Element '%s' was closed, but the currently open element is '%s'"
359 msgstr "元素「%s」已關閉,但開啟中的元素是「%s」"
360
361 #: glib/gmarkup.c:1735
362 msgid "Document was empty or contained only whitespace"
363 msgstr "文件完全空白或只含有空白字元"
364
365 #: glib/gmarkup.c:1749
366 msgid "Document ended unexpectedly just after an open angle bracket '<'"
367 msgstr "文件在尖角括號「<」後突然終止"
368
369 #: glib/gmarkup.c:1757 glib/gmarkup.c:1801
370 #, c-format
371 msgid ""
372 "Document ended unexpectedly with elements still open - '%s' was the last "
373 "element opened"
374 msgstr "在仍然有開啟中的元素時,文件突然結束 ─「%s」是最後一個開啟的元素"
375
376 #: glib/gmarkup.c:1765
377 #, c-format
378 msgid ""
379 "Document ended unexpectedly, expected to see a close angle bracket ending "
380 "the tag <%s/>"
381 msgstr "文件突然結束,本來應該出現用來關閉標籤 <%s/> 的尖角括號"
382
383 #: glib/gmarkup.c:1771
384 msgid "Document ended unexpectedly inside an element name"
385 msgstr "在元素的名稱內,文件突然結束"
386
387 #: glib/gmarkup.c:1776
388 msgid "Document ended unexpectedly inside an attribute name"
389 msgstr "在屬性名稱內,文件突然結束"
390
391 #: glib/gmarkup.c:1781
392 msgid "Document ended unexpectedly inside an element-opening tag."
393 msgstr "在元素的開啟標籤內,文件突然結束"
394
395 #: glib/gmarkup.c:1787
396 msgid ""
397 "Document ended unexpectedly after the equals sign following an attribute "
398 "name; no attribute value"
399 msgstr "在屬性名稱的等號後,文件突然結束;沒有屬性值"
400
401 #: glib/gmarkup.c:1794
402 msgid "Document ended unexpectedly while inside an attribute value"
403 msgstr "在屬性值內,文件突然結束"
404
405 #: glib/gmarkup.c:1809
406 #, c-format
407 msgid "Document ended unexpectedly inside the close tag for element '%s'"
408 msgstr "在元素「%s」的關閉標籤內,文件突然結束"
409
410 #: glib/gmarkup.c:1815
411 msgid "Document ended unexpectedly inside a comment or processing instruction"
412 msgstr "在註解或處理指示內,文件突然結束"
413
414 #: glib/gshell.c:73
415 #, c-format
416 msgid "Quoted text doesn't begin with a quotation mark"
417 msgstr "應該用引號括起來的文字不是以括號為開始"
418
419 #: glib/gshell.c:163
420 #, c-format
421 msgid "Unmatched quotation mark in command line or other shell-quoted text"
422 msgstr "指令列或其它標為指令的字串內有不對稱的引號"
423
424 #: glib/gshell.c:541
425 #, c-format
426 msgid "Text ended just after a '\\' character. (The text was '%s')"
427 msgstr "文字在「\\」字元後就終止了。(文字為「%s」)"
428
429 #: glib/gshell.c:548
430 #, c-format
431 msgid "Text ended before matching quote was found for %c. (The text was '%s')"
432 msgstr "字串完結前仍沒有對應於 %c 的引號(字串為「%s」)"
433
434 #: glib/gshell.c:560
435 #, c-format
436 msgid "Text was empty (or contained only whitespace)"
437 msgstr "文字是空白的(或只含有空白字元)"
438
439 #: glib/gspawn-win32.c:276
440 #, c-format
441 msgid "Failed to read data from child process"
442 msgstr "無法從副進程讀取資料"
443
444 #: glib/gspawn-win32.c:291 glib/gspawn.c:1364
445 #, c-format
446 msgid "Failed to create pipe for communicating with child process (%s)"
447 msgstr "無法建立管道來和副進程溝通 (%s)"
448
449 #: glib/gspawn-win32.c:329 glib/gspawn.c:1028
450 #, c-format
451 msgid "Failed to read from child pipe (%s)"
452 msgstr "無法從管道讀取資料 (%s)"
453
454 #: glib/gspawn-win32.c:355 glib/gspawn.c:1233
455 #, c-format
456 msgid "Failed to change to directory '%s' (%s)"
457 msgstr "無法進入目錄「%s」(%s)"
458
459 #: glib/gspawn-win32.c:361 glib/gspawn-win32.c:581
460 #, c-format
461 msgid "Failed to execute child process (%s)"
462 msgstr "無法執行副進程 (%s)"
463
464 #: glib/gspawn-win32.c:471 glib/gspawn-win32.c:527
465 #, c-format
466 msgid "Invalid program name: %s"
467 msgstr "程式名稱無效:%s"
468
469 #: glib/gspawn-win32.c:481 glib/gspawn-win32.c:537 glib/gspawn-win32.c:780
470 #: glib/gspawn-win32.c:835 glib/gspawn-win32.c:1370
471 #, c-format
472 msgid "Invalid string in argument vector at %d: %s"
473 msgstr "第 %d 個引數中含無效的字串:%s"
474
475 #: glib/gspawn-win32.c:492 glib/gspawn-win32.c:548 glib/gspawn-win32.c:794
476 #: glib/gspawn-win32.c:848 glib/gspawn-win32.c:1403
477 #, c-format
478 msgid "Invalid string in environment: %s"
479 msgstr "環境變數中的字串無效:%s"
480
481 #: glib/gspawn-win32.c:776 glib/gspawn-win32.c:831 glib/gspawn-win32.c:1351
482 #, c-format
483 msgid "Invalid working directory: %s"
484 msgstr "無效的工作目錄:%s"
485
486 #: glib/gspawn-win32.c:890
487 #, c-format
488 msgid "Failed to execute helper program (%s)"
489 msgstr "無法執行協助程式 (%s)"
490
491 #: glib/gspawn-win32.c:1090
492 #, c-format
493 msgid ""
494 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
495 "process"
496 msgstr "當 g_io_channel_win32_poll() 從副進程讀取資料時發生無法預計的錯誤"
497
498 #: glib/gspawn.c:168
499 #, c-format
500 msgid "Failed to read data from child process (%s)"
501 msgstr "無法從副進程讀取資料 (%s)"
502
503 #: glib/gspawn.c:300
504 #, c-format
505 msgid "Unexpected error in select() reading data from a child process (%s)"
506 msgstr "當 select() 從副進程讀取資料時發生無法預計的錯誤 (%s)"
507
508 #: glib/gspawn.c:383
509 #, c-format
510 msgid "Unexpected error in waitpid() (%s)"
511 msgstr "waitpid() 發生無法預計的錯誤 (%s)"
512
513 #: glib/gspawn.c:1093
514 #, c-format
515 msgid "Failed to fork (%s)"
516 msgstr "無法衍生進程 (%s)"
517
518 #: glib/gspawn.c:1243
519 #, c-format
520 msgid "Failed to execute child process \"%s\" (%s)"
521 msgstr "無法執行副進程“%s”(%s)"
522
523 #: glib/gspawn.c:1253
524 #, c-format
525 msgid "Failed to redirect output or input of child process (%s)"
526 msgstr "無法將副進程的輸出或輸入重新導向 (%s)"
527
528 #: glib/gspawn.c:1262
529 #, c-format
530 msgid "Failed to fork child process (%s)"
531 msgstr "無法衍生副進程 (%s)"
532
533 #: glib/gspawn.c:1270
534 #, c-format
535 msgid "Unknown error executing child process \"%s\""
536 msgstr "執行副進程“%s”時發生不明的錯誤"
537
538 #: glib/gspawn.c:1292
539 #, c-format
540 msgid "Failed to read enough data from child pid pipe (%s)"
541 msgstr "無法從 child pid pipe 讀取足夠的資料 (%s)"
542
543 #: glib/gutf8.c:1017
544 #, c-format
545 msgid "Character out of range for UTF-8"
546 msgstr "字元不在 UTF-8 範圍之內"
547
548 #: glib/gutf8.c:1111 glib/gutf8.c:1120 glib/gutf8.c:1252 glib/gutf8.c:1261
549 #: glib/gutf8.c:1402 glib/gutf8.c:1498
550 #, c-format
551 msgid "Invalid sequence in conversion input"
552 msgstr "轉換輸入資料時出現無效的字元次序"
553
554 #: glib/gutf8.c:1413 glib/gutf8.c:1509
555 #, c-format
556 msgid "Character out of range for UTF-16"
557 msgstr "字元不在 UTF-16 範圍之內"
558
559 #: glib/goption.c:468
560 msgid "Usage:"
561 msgstr "用法:"
562
563 #: glib/goption.c:468
564 msgid "[OPTION...]"
565 msgstr "[選項...]"
566
567 #: glib/goption.c:556
568 msgid "Help Options:"
569 msgstr "說明選項:"
570
571 #: glib/goption.c:557
572 msgid "Show help options"
573 msgstr "顯示說明的選項"
574
575 #: glib/goption.c:562
576 msgid "Show all help options"
577 msgstr "顯示所有的說明選項"
578
579 #: glib/goption.c:612
580 msgid "Application Options:"
581 msgstr "應用程式選項:"
582
583 #: glib/goption.c:653
584 #, c-format
585 msgid "Cannot parse integer value '%s' for %s"
586 msgstr "無法給 %2$s 解析整數值「%1$s」"
587
588 #: glib/goption.c:663
589 #, c-format
590 msgid "Integer value '%s' for %s out of range"
591 msgstr "%2$s 的整數值「%1$s」超出範圍"
592
593 #: glib/goption.c:926
594 #, c-format
595 msgid "Error parsing option %s"
596 msgstr "解析 %s 選項時發生錯誤"
597
598 #: glib/goption.c:959 glib/goption.c:1070
599 #, c-format
600 msgid "Missing argument for %s"
601 msgstr "缺少 %s 的參數"
602
603 #: glib/goption.c:1474
604 #, c-format
605 msgid "Unknown option %s"
606 msgstr "未知的選項 %s"
607
608 #: glib/gkeyfile.c:339
609 #, c-format
610 msgid "Valid key file could not be found in data dirs"
611 msgstr "在資料目錄中找不到有效的設定鍵檔案"
612
613 #: glib/gkeyfile.c:374
614 #, c-format
615 msgid "Not a regular file"
616 msgstr "不是普通檔案"
617
618 #: glib/gkeyfile.c:382
619 #, c-format
620 msgid "File is empty"
621 msgstr "檔案是空的"
622
623 #: glib/gkeyfile.c:697
624 #, c-format
625 msgid ""
626 "Key file contains line '%s' which is not a key-value pair, group, or comment"
627 msgstr "設定鍵檔案中「%s」行並非設定鍵值配對、群組或註解"
628
629 #: glib/gkeyfile.c:765
630 #, c-format
631 msgid "Key file does not start with a group"
632 msgstr "設定鍵檔案並非以群組開頭"
633
634 #: glib/gkeyfile.c:808
635 #, c-format
636 msgid "Key file contains unsupported encoding '%s'"
637 msgstr "設定鍵檔案包含不支援的編碼「%s」"
638
639 #: glib/gkeyfile.c:1017 glib/gkeyfile.c:1176 glib/gkeyfile.c:2177
640 #: glib/gkeyfile.c:2242 glib/gkeyfile.c:2361 glib/gkeyfile.c:2497
641 #: glib/gkeyfile.c:2649 glib/gkeyfile.c:2823 glib/gkeyfile.c:2880
642 #, c-format
643 msgid "Key file does not have group '%s'"
644 msgstr "設定鍵檔案沒有群組「%s」"
645
646 #: glib/gkeyfile.c:1188
647 #, c-format
648 msgid "Key file does not have key '%s'"
649 msgstr "設定鍵檔案沒有設定鍵「%s」"
650
651 #: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398
652 #, c-format
653 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
654 msgstr "設定鍵檔案包含的設定鍵「%s」(數值為「%s」)並非 UTF-8"
655
656 #: glib/gkeyfile.c:1307 glib/gkeyfile.c:1416 glib/gkeyfile.c:1788
657 #, c-format
658 msgid "Key file contains key '%s' which has value that cannot be interpreted."
659 msgstr "設定鍵檔案包含的設定鍵「%s」的數值無法解譯。"
660
661 #: glib/gkeyfile.c:2004
662 #, c-format
663 msgid ""
664 "Key file contains key '%s' in group '%s' which has value that cannot be "
665 "interpreted."
666 msgstr "設定鍵檔案包含的群組「%2$s」中設定鍵「%1$s」數值無法解譯"
667
668 #: glib/gkeyfile.c:2192 glib/gkeyfile.c:2376 glib/gkeyfile.c:2891
669 #, c-format
670 msgid "Key file does not have key '%s' in group '%s'"
671 msgstr "設定鍵檔案的群組「%2$s」中沒有設定鍵「%1$s」"
672
673 #: glib/gkeyfile.c:3067
674 #, c-format
675 msgid "Key file contains escape character at end of line"
676 msgstr "設定鍵檔案在行尾包含跳出字元"
677
678 #: glib/gkeyfile.c:3089
679 #, c-format
680 msgid "Key file contains invalid escape sequence '%s'"
681 msgstr "設定鍵檔案含有不正確的「跳出字元」「%s」"
682
683 #: glib/gkeyfile.c:3230
684 #, c-format
685 msgid "Value '%s' cannot be interpreted as a number."
686 msgstr "數值「%s」不能被解譯為數字。"
687
688 #: glib/gkeyfile.c:3240
689 #, c-format
690 msgid "Integer value '%s' out of range"
691 msgstr "整數值「%s」超出範圍"
692
693 #: glib/gkeyfile.c:3270
694 #, c-format
695 msgid "Value '%s' cannot be interpreted as a boolean."
696 msgstr "數值「%s」不能被解譯為邏輯值。"