1 # Japanese translation of glib.
2 # Copyright (C) 2001-2009 Free Software Foundation, Inc.
3 # Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>, 2001-2002, 2009.
4 # KAMAGASAKO Masatoshi <emerald@gnome.gr.jp>, 2003.
5 # Takeshi AIHANA <takeshi.aihana@gmail.com>, 2004-2009.
6 # Ryoichi INAGAKI <ryo1@bc.wakwak.com>, 2004.
10 "Project-Id-Version: glib master\n"
11 "Report-Msgid-Bugs-To: \n"
12 "POT-Creation-Date: 2010-04-22 21:59-0400\n"
13 "PO-Revision-Date: 2009-09-05 22:30+0900\n"
14 "Last-Translator: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>\n"
15 "Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21 #: glib/gbookmarkfile.c:737
23 msgid "Unexpected attribute '%s' for element '%s'"
24 msgstr "'%s' は '%s' という要素に対して想定外の属性です"
26 #: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
27 #: glib/gbookmarkfile.c:936
29 msgid "Attribute '%s' of element '%s' not found"
30 msgstr "'%s' という属性は '%s' という要素にはありません"
32 #: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
33 #: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
35 msgid "Unexpected tag '%s', tag '%s' expected"
36 msgstr "'%s' は想定外のタグです (想定していたタグは '%s')"
38 #: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
39 #: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
41 msgid "Unexpected tag '%s' inside '%s'"
42 msgstr "'%s' は '%s' の中では想定外のタグです"
44 #: glib/gbookmarkfile.c:1793
45 msgid "No valid bookmark file found in data dirs"
46 msgstr "データ・ディレクトリの中に妥当なブックマーク・ファイルはありません"
48 #: glib/gbookmarkfile.c:1994
50 msgid "A bookmark for URI '%s' already exists"
51 msgstr "'%s' という URI のブックマークが既に存在しています"
53 #: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
54 #: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
55 #: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
56 #: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
57 #: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
58 #: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
59 #: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
60 #: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
61 #: glib/gbookmarkfile.c:3691
63 msgid "No bookmark found for URI '%s'"
64 msgstr "'%s' という URI のブックマークが見つかりませんでした"
66 #: glib/gbookmarkfile.c:2372
68 msgid "No MIME type defined in the bookmark for URI '%s'"
69 msgstr "'%s' という URI のブックマークには MIME 型が定義されていません"
71 #: glib/gbookmarkfile.c:2457
73 msgid "No private flag has been defined in bookmark for URI '%s'"
75 "'%s' という URI のブックマークにはプライベートではないフラグが定義されていま"
78 #: glib/gbookmarkfile.c:2836
80 msgid "No groups set in bookmark for URI '%s'"
81 msgstr "'%s' という URI のブックマークにはグループがありません"
83 #: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
85 msgid "No application with name '%s' registered a bookmark for '%s'"
86 msgstr "アプリケーションの '%s' は '%s' というブックマークを登録していません"
88 #: glib/gbookmarkfile.c:3417
90 msgid "Failed to expand exec line '%s' with URI '%s'"
91 msgstr "コマンドラインの '%s' を '%s' という URI に展開できませんでした"
93 #: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1404
94 #: gio/gcharsetconverter.c:459
96 msgid "Conversion from character set '%s' to '%s' is not supported"
97 msgstr "'%s' から '%s' という文字集合への変換はサポートしていません"
99 #: glib/gconvert.c:441 glib/gconvert.c:519 gio/gcharsetconverter.c:463
101 msgid "Could not open converter from '%s' to '%s'"
102 msgstr "'%s' から '%s' への変換処理を開けませんでした"
104 #: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1576
105 #: glib/giochannel.c:1618 glib/giochannel.c:2462 glib/gutf8.c:981
106 #: glib/gutf8.c:1436 gio/gcharsetconverter.c:346
107 msgid "Invalid byte sequence in conversion input"
108 msgstr "変換する入力に無効なバイトの並びがあります"
110 #: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1583
111 #: glib/giochannel.c:2474 gio/gcharsetconverter.c:351
113 msgid "Error during conversion: %s"
116 #: glib/gconvert.c:678 glib/gutf8.c:977 glib/gutf8.c:1187 glib/gutf8.c:1328
118 msgid "Partial character sequence at end of input"
119 msgstr "入力の最後に不完全な文字シーケンスがあります"
121 #: glib/gconvert.c:928
123 msgid "Cannot convert fallback '%s' to codeset '%s'"
124 msgstr "フォールバック '%s' を '%s' という文字集合に変換できません"
126 #: glib/gconvert.c:1751
128 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
129 msgstr "'%s' は \"file\" スキームの絶対 URI ではありません"
131 #: glib/gconvert.c:1761
133 msgid "The local file URI '%s' may not include a '#'"
134 msgstr "'#' を含んだ '%s' はローカル・ファイルの URI としては正しくありません"
136 #: glib/gconvert.c:1778
138 msgid "The URI '%s' is invalid"
139 msgstr "'%s' という URI は正しくありません"
141 #: glib/gconvert.c:1790
143 msgid "The hostname of the URI '%s' is invalid"
144 msgstr "URI に含まれる '%s' というホスト名は間違っています"
146 #: glib/gconvert.c:1806
148 msgid "The URI '%s' contains invalidly escaped characters"
149 msgstr "'%s' という URI に無効なエスケープ文字が含まれています"
151 #: glib/gconvert.c:1901
153 msgid "The pathname '%s' is not an absolute path"
154 msgstr "'%s' は絶対パスではありません"
156 #: glib/gconvert.c:1911
157 msgid "Invalid hostname"
160 #: glib/gdir.c:112 glib/gdir.c:135
162 msgid "Error opening directory '%s': %s"
163 msgstr "'%s' を開く時にエラー: %s"
165 #: glib/gfileutils.c:536 glib/gfileutils.c:624
167 msgid "Could not allocate %lu bytes to read file \"%s\""
168 msgstr "%lu バイトを確保できませんでした (ファイル \"%s\" の読み込みに必要)"
170 #: glib/gfileutils.c:551
172 msgid "Error reading file '%s': %s"
173 msgstr "'%s' の読み出し中にエラー: %s"
175 #: glib/gfileutils.c:565
177 msgid "File \"%s\" is too large"
178 msgstr "'%s' のサイズが大きすぎます"
180 #: glib/gfileutils.c:648
182 msgid "Failed to read from file '%s': %s"
183 msgstr "'%s' が読めません: %s"
185 #: glib/gfileutils.c:699 glib/gfileutils.c:786
187 msgid "Failed to open file '%s': %s"
188 msgstr "'%s' を開けません: %s"
190 #: glib/gfileutils.c:716 glib/gmappedfile.c:170
192 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
193 msgstr "'%s' の属性の取得できません: fstat() に失敗しました: %s"
195 #: glib/gfileutils.c:750
197 msgid "Failed to open file '%s': fdopen() failed: %s"
198 msgstr "'%s' を開けません: fdopen() に失敗しました: %s"
200 #: glib/gfileutils.c:858
202 msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
204 "'%s' から '%s' にファイル名を変更できません: g_rename() に失敗しました: %s"
206 #: glib/gfileutils.c:900 glib/gfileutils.c:1366
208 msgid "Failed to create file '%s': %s"
209 msgstr "'%s' というファイルを生成できませんでした: %s"
211 #: glib/gfileutils.c:914
213 msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
214 msgstr "'%s' を書き込みモードで開けませんでした: fdopen() に失敗しました: %s"
216 #: glib/gfileutils.c:939
218 msgid "Failed to write file '%s': fwrite() failed: %s"
219 msgstr "'%s' への書き込みに失敗しました: fwrite() に失敗しました: %s"
221 #: glib/gfileutils.c:958
223 msgid "Failed to write file '%s': fflush() failed: %s"
224 msgstr "'%s' への書き込みに失敗しました: fflush() に失敗しました: %s"
226 #: glib/gfileutils.c:987
228 msgid "Failed to write file '%s': fsync() failed: %s"
229 msgstr "'%s' への書き込みに失敗しました: fsync() に失敗しました: %s"
231 #: glib/gfileutils.c:1006
233 msgid "Failed to close file '%s': fclose() failed: %s"
234 msgstr "'%s' をクローズできません: fclose() に失敗しました: %s"
236 #: glib/gfileutils.c:1124
238 msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
240 "'%s' という既存のファイルを削除できませんでした: g_unlink() に失敗しました: %"
243 #: glib/gfileutils.c:1328
245 msgid "Template '%s' invalid, should not contain a '%s'"
246 msgstr "'%s' というテンプレートは間違っています ('%s' を含めないこと)"
248 #: glib/gfileutils.c:1341
250 msgid "Template '%s' doesn't contain XXXXXX"
251 msgstr "'%s' というテンプレートに XXXXXX が含まれていません"
253 #: glib/gfileutils.c:1774
256 msgid_plural "%u bytes"
260 #: glib/gfileutils.c:1782
265 #: glib/gfileutils.c:1787
270 #: glib/gfileutils.c:1792
275 #: glib/gfileutils.c:1797
280 #: glib/gfileutils.c:1802
285 #: glib/gfileutils.c:1807
290 #: glib/gfileutils.c:1850
292 msgid "Failed to read the symbolic link '%s': %s"
293 msgstr "シンボリック・リンク '%s' の読み込みが失敗: %s"
295 #: glib/gfileutils.c:1871
296 msgid "Symbolic links not supported"
297 msgstr "シンボリック・リンクはサポートしていません"
299 #: glib/giochannel.c:1408
301 msgid "Could not open converter from '%s' to '%s': %s"
302 msgstr "'%s' から '%s' へ変換するコンバータを開けませんでした: %s"
304 #: glib/giochannel.c:1753
305 msgid "Can't do a raw read in g_io_channel_read_line_string"
306 msgstr "g_io_channel_read_line_string では raw モードで読めません"
308 #: glib/giochannel.c:1800 glib/giochannel.c:2058 glib/giochannel.c:2145
309 msgid "Leftover unconverted data in read buffer"
310 msgstr "変換されていないデータが読みこみバッファに残っています"
312 #: glib/giochannel.c:1881 glib/giochannel.c:1958
313 msgid "Channel terminates in a partial character"
314 msgstr "チャンネルが不完全な文字で終わっています"
316 #: glib/giochannel.c:1944
317 msgid "Can't do a raw read in g_io_channel_read_to_end"
318 msgstr "g_io_channel_read_to_end では raw モードで読めません"
320 #: glib/gmappedfile.c:151
322 msgid "Failed to open file '%s': open() failed: %s"
323 msgstr "ファイル '%s' を開けません: open() が失敗: %s"
325 #: glib/gmappedfile.c:230
327 msgid "Failed to map file '%s': mmap() failed: %s"
328 msgstr "ファイル '%s' のマップに失敗しました: mmap() が失敗: %s"
330 #: glib/gmarkup.c:303 glib/gmarkup.c:343
332 msgid "Error on line %d char %d: "
333 msgstr "%d 行の %d 文字目でエラー:"
335 #: glib/gmarkup.c:363 glib/gmarkup.c:441
337 msgid "Invalid UTF-8 encoded text in name - not valid '%s'"
338 msgstr "名前はUTF-8として正しくない文字列です - '%s' は妥当ではありません"
340 #: glib/gmarkup.c:374
342 msgid "'%s' is not a valid name "
343 msgstr "'%s' は妥当な名前ではありません"
345 #: glib/gmarkup.c:390
347 msgid "'%s' is not a valid name: '%c' "
348 msgstr "'%s' は妥当な名前ではありません: '%c'"
350 #: glib/gmarkup.c:494
352 msgid "Error on line %d: %s"
353 msgstr "%d 行目でエラー: %s"
355 #: glib/gmarkup.c:578
358 "Failed to parse '%-.*s', which should have been a digit inside a character "
359 "reference (ê for example) - perhaps the digit is too large"
361 "'%-.*s' をパースできません。文字参照には数字が含まれなくてはなりません (例: "
362 "ê) おそらく数字が大きすぎます"
364 #: glib/gmarkup.c:590
366 "Character reference did not end with a semicolon; most likely you used an "
367 "ampersand character without intending to start an entity - escape ampersand "
370 "文字参照がセミコロンで終わっていません。エンティティのつもりもないのにアンパ"
371 "サンド文字を使っているのかもしれません。アンパサンドは & とエスケープして"
374 #: glib/gmarkup.c:616
376 msgid "Character reference '%-.*s' does not encode a permitted character"
377 msgstr "文字参照 '%-.*s' が使用可能な文字をエンコードしていません"
379 #: glib/gmarkup.c:654
381 "Empty entity '&;' seen; valid entities are: & " < > '"
383 "空のエンティティ '&;' があります; 正しいエンティティは: & " < "
386 #: glib/gmarkup.c:662
388 msgid "Entity name '%-.*s' is not known"
389 msgstr "エンティティ名 '%-.*s' というのは不明です"
391 #: glib/gmarkup.c:667
393 "Entity did not end with a semicolon; most likely you used an ampersand "
394 "character without intending to start an entity - escape ampersand as &"
396 "エンティティがセミコロンで終わってません。エンティティでもないのにアンパサン"
397 "ドを使ったのではないでしょうか。アンパサンドは & のようにエスケープしてく"
400 #: glib/gmarkup.c:1014
401 msgid "Document must begin with an element (e.g. <book>)"
402 msgstr "ドキュメントは要素 (例 <book>) で始まってなくてはなりません"
404 #: glib/gmarkup.c:1054
407 "'%s' is not a valid character following a '<' character; it may not begin an "
410 "'%s' は '<' に続く文字としては正しくありません。おそらく要素名の開始になって"
413 #: glib/gmarkup.c:1122
416 "Odd character '%s', expected a '>' character to end the empty-element tag '%"
419 "おかしな文字 '%s' があります。空の要素のタグ '%s' の最後は '>' でなくてはなり"
422 #: glib/gmarkup.c:1206
425 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
426 msgstr "おかしな文字 '%s' です。属性名'%s' (要素 '%s') の後には '=' が必要です"
428 #: glib/gmarkup.c:1247
431 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
432 "element '%s', or optionally an attribute; perhaps you used an invalid "
433 "character in an attribute name"
435 "おかしな文字 '%s' です。要素 '%s' の開始タグの末尾は '>' または '/' でなくて"
436 "はなりません。あるいは属性になります。おかしな文字を属性名に使ったのかもしれ"
439 #: glib/gmarkup.c:1291
442 "Odd character '%s', expected an open quote mark after the equals sign when "
443 "giving value for attribute '%s' of element '%s'"
445 "おかしな文字 '%s' です。属性 '%s' (要素 '%s') の値を設定するには等号記号の後"
446 "は引用記号で始まってなくてはなりません"
448 #: glib/gmarkup.c:1425
451 "'%s' is not a valid character following the characters '</'; '%s' may not "
452 "begin an element name"
454 "'%s' は '</' に続く文字としては正しくありません。'%s' では要素名は始まってま"
457 #: glib/gmarkup.c:1461
460 "'%s' is not a valid character following the close element name '%s'; the "
461 "allowed character is '>'"
463 "'%s' は閉じ要素名 '%s' に続く文字としては正しくありあません。'>' のみが使用で"
466 #: glib/gmarkup.c:1472
468 msgid "Element '%s' was closed, no element is currently open"
469 msgstr "要素 '%s' は閉じています。要素は何も開かれてません"
471 #: glib/gmarkup.c:1481
473 msgid "Element '%s' was closed, but the currently open element is '%s'"
474 msgstr "要素'%s' が閉ました。しかし現在開いている要素は '%s' です"
476 #: glib/gmarkup.c:1648
477 msgid "Document was empty or contained only whitespace"
478 msgstr "ドキュメントが空か、空白だけが含まれています"
480 #: glib/gmarkup.c:1662
481 msgid "Document ended unexpectedly just after an open angle bracket '<'"
482 msgstr "ドキュメントが開きカギカッコ '<' の直後で終了しています"
484 #: glib/gmarkup.c:1670 glib/gmarkup.c:1715
487 "Document ended unexpectedly with elements still open - '%s' was the last "
490 "ドキュメントが突然終了しています。要素が開きっぱなしです。最後に開いた要素は "
493 #: glib/gmarkup.c:1678
496 "Document ended unexpectedly, expected to see a close angle bracket ending "
499 "ドキュメントはタグ <%s/> で終了しているものと想定していましたが、突然終了して"
502 #: glib/gmarkup.c:1684
503 msgid "Document ended unexpectedly inside an element name"
504 msgstr "要素名の途中でドキュメントが突然終了しています"
506 #: glib/gmarkup.c:1690
507 msgid "Document ended unexpectedly inside an attribute name"
508 msgstr "属性名の途中でドキュメントが突然終了しています"
510 #: glib/gmarkup.c:1695
511 msgid "Document ended unexpectedly inside an element-opening tag."
512 msgstr "要素の開始タグの途中でドキュメントが突然終了しています"
514 #: glib/gmarkup.c:1701
516 "Document ended unexpectedly after the equals sign following an attribute "
517 "name; no attribute value"
519 "属性名の後にある等号記号の次でドキュメントが突然終了しています: 属性値があり"
522 #: glib/gmarkup.c:1708
523 msgid "Document ended unexpectedly while inside an attribute value"
524 msgstr "ドキュメントが属性値の途中で突然終了しています"
526 #: glib/gmarkup.c:1724
528 msgid "Document ended unexpectedly inside the close tag for element '%s'"
529 msgstr "ドキュメントが要素 '%s' の閉じタグの途中で突然終了しています"
531 #: glib/gmarkup.c:1730
532 msgid "Document ended unexpectedly inside a comment or processing instruction"
534 "ドキュメントがコメントあるいはプロセシング指示子の途中で突然終了しています"
537 msgid "corrupted object"
541 msgid "internal error or corrupted object"
542 msgstr "内部エラーまたは不正なオブジェクト"
545 msgid "out of memory"
549 msgid "backtracking limit reached"
550 msgstr "バックトラック処理の上限に達しました"
552 #: glib/gregex.c:152 glib/gregex.c:160
553 msgid "the pattern contains items not supported for partial matching"
554 msgstr "パターンに含まれているアイテムは部分マッチングをサポートしていません"
556 #: glib/gregex.c:154 gio/glocalfile.c:2110
557 msgid "internal error"
561 msgid "back references as conditions are not supported for partial matching"
562 msgstr "条件の後方参照は部分マッチングをサポートしていません"
565 msgid "recursion limit reached"
569 msgid "workspace limit for empty substrings reached"
570 msgstr "空の部分文字列に対する作業領域の上限に達しました"
573 msgid "invalid combination of newline flags"
574 msgstr "改行フラグの連携が間違っています"
577 msgid "unknown error"
581 msgid "\\ at end of pattern"
582 msgstr "パタンの終端に \\ があります"
585 msgid "\\c at end of pattern"
586 msgstr "パタンの終端に \\c があります"
589 msgid "unrecognized character follows \\"
590 msgstr "認識できない文字の後ろに \\ があります"
593 msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
595 "ここに大/小文字の変換を行うエスケープ (\\l、\\L、\\u、\\U) を挿入できません"
598 msgid "numbers out of order in {} quantifier"
599 msgstr "量指定子 '{}' の中にある数値の順番が間違っています"
602 msgid "number too big in {} quantifier"
603 msgstr "量指定子 '{}' の中にある数値が大きすぎます"
606 msgid "missing terminating ] for character class"
607 msgstr "文字クラスを表す終端文字 '] ' がありません"
610 msgid "invalid escape sequence in character class"
611 msgstr "文字クラスの中に無効なエスケープ・シーケンスがあります"
614 msgid "range out of order in character class"
615 msgstr "文字クラスで文字の順番が間違っています"
618 msgid "nothing to repeat"
619 msgstr "繰り返すものがありません"
622 msgid "unrecognized character after (?"
623 msgstr "'(?' の後ろに認識できない文字があります"
626 msgid "unrecognized character after (?<"
627 msgstr "'(?<' の後ろに認識できない文字があります"
630 msgid "unrecognized character after (?P"
631 msgstr "(?P の後ろに認識できない文字があります"
634 msgid "POSIX named classes are supported only within a class"
635 msgstr "POSIX の名前付きクラスはクラスの内部でのみ利用できます"
638 msgid "missing terminating )"
639 msgstr "終端文字の ')' がありません"
642 msgid ") without opening ("
643 msgstr "開始文字 '(' が無い終端文字 ')'"
645 #. translators: '(?R' and '(?[+-]digits' are both meant as (groups of)
646 #. * sequences here, '(?-54' would be an example for the second group.
649 msgid "(?R or (?[+-]digits must be followed by )"
650 msgstr "(?R または (?[+-]数値 が続く必要あり )"
653 msgid "reference to non-existent subpattern"
654 msgstr "存在しないサブパタンへの参照です"
657 msgid "missing ) after comment"
658 msgstr "コメントの後ろに ')' がありません"
661 msgid "regular expression too large"
665 msgid "failed to get memory"
666 msgstr "メモリの確保に失敗しました"
669 msgid "lookbehind assertion is not fixed length"
670 msgstr "後読み (lookbehind assertion) が固定長ではありません"
673 msgid "malformed number or name after (?("
674 msgstr "'(?(' の後ろに不正な形式の数値または名前があります"
677 msgid "conditional group contains more than two branches"
678 msgstr "条件グループに二つ以上のブランチがあります"
681 msgid "assertion expected after (?("
682 msgstr "assertion expected after (?("
685 msgid "unknown POSIX class name"
686 msgstr "不明な POSIX のクラス名"
689 msgid "POSIX collating elements are not supported"
690 msgstr "POSIX では照合順序の要素はサポートしていません"
693 msgid "character value in \\x{...} sequence is too large"
694 msgstr "\\x{...} の中にある文字値が大きすぎます"
697 msgid "invalid condition (?(0)"
698 msgstr "条件の '(?(0)' が間違っています"
701 msgid "\\C not allowed in lookbehind assertion"
702 msgstr "後読みのアサーションでは \\C を指定できません"
705 msgid "recursive call could loop indefinitely"
706 msgstr "繰り返しの呼び出しが無限ループになっています"
709 msgid "missing terminator in subpattern name"
710 msgstr "サブパタンの名前に終端文字がありません"
713 msgid "two named subpatterns have the same name"
714 msgstr "二つある名前付きサブパタンが同じ名前です"
717 msgid "malformed \\P or \\p sequence"
718 msgstr "不正な \\P または \\p のシーケンスです"
721 msgid "unknown property name after \\P or \\p"
722 msgstr "\\P または \\p の後ろにあるプロパティ名が不明です"
725 msgid "subpattern name is too long (maximum 32 characters)"
726 msgstr "サブパタンの名前が長すぎます (32 文字以下にして下さい)"
729 msgid "too many named subpatterns (maximum 10,000)"
730 msgstr "名前付きサブパタンが多すぎます (10,000 個以下にして下さい)"
733 msgid "octal value is greater than \\377"
734 msgstr "8進数値が \\377 よりも大きいです"
737 msgid "DEFINE group contains more than one branch"
738 msgstr "DEFINE グループに1つ以上のブランチが含まれています"
741 msgid "repeating a DEFINE group is not allowed"
742 msgstr "DEFINE グループは繰り返せません"
745 msgid "inconsistent NEWLINE options"
746 msgstr "NEWLINE オプションに矛盾があります"
750 "\\g is not followed by a braced name or an optionally braced non-zero number"
752 "ブレース名の後ろに \\g が存在していないか、または0以外の数値でブレースしてい"
756 msgid "unexpected repeat"
760 msgid "code overflow"
761 msgstr "コードがオーバーフローしました"
764 msgid "overran compiling workspace"
765 msgstr "正規表現をコンパイルする領域で上限を超えました"
768 msgid "previously-checked referenced subpattern not found"
769 msgstr "直前にチェックしたサブパタンのリファレンスが見つかりませんでした"
771 #: glib/gregex.c:522 glib/gregex.c:1603
773 msgid "Error while matching regular expression %s: %s"
774 msgstr "正規表現 %s でマッチングしている際にエラー: %s"
776 #: glib/gregex.c:1094
777 msgid "PCRE library is compiled without UTF8 support"
778 msgstr "お使いの PCRE ライブラリは UTF-8 をサポートしていません"
780 #: glib/gregex.c:1103
781 msgid "PCRE library is compiled without UTF8 properties support"
782 msgstr "お使いの PCRE library は UTF-8 のプロパティをサポートしていません"
784 #: glib/gregex.c:1157
786 msgid "Error while compiling regular expression %s at char %d: %s"
787 msgstr "正規表現 %s をコンパイルする際にエラー (%d 文字目): %s"
789 #: glib/gregex.c:1193
791 msgid "Error while optimizing regular expression %s: %s"
792 msgstr "正規表現 %s を最適化する際にエラー: %s"
794 #: glib/gregex.c:2031
795 msgid "hexadecimal digit or '}' expected"
796 msgstr "16進数の数値または '}' を想定していました"
798 #: glib/gregex.c:2047
799 msgid "hexadecimal digit expected"
800 msgstr "16進数の数値を想定していました"
802 #: glib/gregex.c:2087
803 msgid "missing '<' in symbolic reference"
804 msgstr "シンボル参照の中に '<' がありません"
806 #: glib/gregex.c:2096
807 msgid "unfinished symbolic reference"
808 msgstr "中途半端なシンボル参照です"
810 #: glib/gregex.c:2103
811 msgid "zero-length symbolic reference"
812 msgstr "サイズが0のシンボル参照です"
814 #: glib/gregex.c:2114
815 msgid "digit expected"
818 #: glib/gregex.c:2132
819 msgid "illegal symbolic reference"
820 msgstr "シンボル参照が間違っています"
822 #: glib/gregex.c:2194
823 msgid "stray final '\\'"
824 msgstr "最後の '\\' に対応するシンボルがありません"
826 #: glib/gregex.c:2198
827 msgid "unknown escape sequence"
828 msgstr "不明なエスケープ・シーケンスです"
830 #: glib/gregex.c:2208
832 msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
833 msgstr "代替文字列 \"%s\" の %lu 文字目を解析する際にエラー: %s"
836 msgid "Quoted text doesn't begin with a quotation mark"
837 msgstr "引用テキストが引用記号で始まっていません"
840 msgid "Unmatched quotation mark in command line or other shell-quoted text"
842 "コマンドライン、あるいはシェルの引用テキストにおいて引用記号の対応が取れてい"
847 msgid "Text ended just after a '\\' character. (The text was '%s')"
848 msgstr "テキストが '\\' 文字の直後で終了しています (テキストは '%s')"
852 msgid "Text ended before matching quote was found for %c. (The text was '%s')"
853 msgstr "%c に対応する引用記号の前でテキストが終了しています (テキストは '%s')"
856 msgid "Text was empty (or contained only whitespace)"
857 msgstr "テキストが空です (あるいは空白のみ)"
859 #: glib/gspawn-win32.c:283
860 msgid "Failed to read data from child process"
861 msgstr "子プロセスからデータを取得できませんでした"
863 #: glib/gspawn-win32.c:300 glib/gspawn.c:1480
865 msgid "Failed to create pipe for communicating with child process (%s)"
866 msgstr "子プロセスとの通信用のパイプを作成できませんでした (%s)"
868 #: glib/gspawn-win32.c:339 glib/gspawn-win32.c:347 glib/gspawn.c:1139
870 msgid "Failed to read from child pipe (%s)"
871 msgstr "子のパイプからデータを取得できませんでした (%s) "
873 #: glib/gspawn-win32.c:370 glib/gspawn.c:1346
875 msgid "Failed to change to directory '%s' (%s)"
876 msgstr "'%s' というディレクトリへ移動できませんでした (%s)"
878 #: glib/gspawn-win32.c:376 glib/gspawn-win32.c:495
880 msgid "Failed to execute child process (%s)"
881 msgstr "%s を子プロセスとして起動できませんでした"
883 #: glib/gspawn-win32.c:445
885 msgid "Invalid program name: %s"
886 msgstr "プログラム名が無効です: %s"
888 #: glib/gspawn-win32.c:455 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1279
890 msgid "Invalid string in argument vector at %d: %s"
891 msgstr "%d の引数ベクタに不正な文字列があります: %s"
893 #: glib/gspawn-win32.c:466 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1312
895 msgid "Invalid string in environment: %s"
896 msgstr "環境変数に不正な文字列があります: %s"
898 #: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1260
900 msgid "Invalid working directory: %s"
901 msgstr "作業ディレクトリが不正です: %s"
903 #: glib/gspawn-win32.c:784
905 msgid "Failed to execute helper program (%s)"
906 msgstr "ヘルパー・プログラム (%s) の起動が失敗しました"
908 #: glib/gspawn-win32.c:998
910 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
913 "g_io_channel_win32_poll() が子プロセスからデータを読み出す際に想定外のエラー"
917 msgid "Failed to read data from child process (%s)"
918 msgstr "子プロセスからデータを読めません (%s)"
922 msgid "Unexpected error in select() reading data from a child process (%s)"
923 msgstr "子プロセスからデータを読み出す際に select() で想定外のエラー (%s)"
927 msgid "Unexpected error in waitpid() (%s)"
928 msgstr "waitpid() で想定外のエラー (%s)"
930 #: glib/gspawn.c:1206
932 msgid "Failed to fork (%s)"
933 msgstr "fork 失敗 (%s)"
935 #: glib/gspawn.c:1356
937 msgid "Failed to execute child process \"%s\" (%s)"
938 msgstr "%s を子プロセスとして起動できませんでした: %s"
940 #: glib/gspawn.c:1366
942 msgid "Failed to redirect output or input of child process (%s)"
943 msgstr "子プロセスの出力または入力をリダイレクトできません (%s)"
945 #: glib/gspawn.c:1375
947 msgid "Failed to fork child process (%s)"
948 msgstr "子プロセスを fork できません (%s)"
950 #: glib/gspawn.c:1383
952 msgid "Unknown error executing child process \"%s\""
953 msgstr "子プロセスの実行時に不明なエラー \"%s\""
955 #: glib/gspawn.c:1407
957 msgid "Failed to read enough data from child pid pipe (%s)"
958 msgstr "子プロセスのパイプから十分なデータを取得できません (%s)"
961 msgid "Character out of range for UTF-8"
962 msgstr "UTF-8 の範囲外の文字です"
964 #: glib/gutf8.c:1155 glib/gutf8.c:1164 glib/gutf8.c:1296 glib/gutf8.c:1305
965 #: glib/gutf8.c:1446 glib/gutf8.c:1542
966 msgid "Invalid sequence in conversion input"
967 msgstr "変換する入力で無効なシーケンスがあります"
969 #: glib/gutf8.c:1457 glib/gutf8.c:1553
970 msgid "Character out of range for UTF-16"
971 msgstr "UTF-16 の範囲外の文字です"
973 #: glib/goption.c:755
977 #: glib/goption.c:755
981 #: glib/goption.c:861
982 msgid "Help Options:"
985 #: glib/goption.c:862
986 msgid "Show help options"
987 msgstr "ヘルプのオプションを表示する"
989 #: glib/goption.c:868
990 msgid "Show all help options"
991 msgstr "ヘルプのオプションを全て表示する"
993 #: glib/goption.c:930
994 msgid "Application Options:"
995 msgstr "アプリケーションのオプション:"
997 #: glib/goption.c:992 glib/goption.c:1062
999 msgid "Cannot parse integer value '%s' for %s"
1000 msgstr "%2$s の整数値 '%1$s' を解析できません"
1002 #: glib/goption.c:1002 glib/goption.c:1070
1004 msgid "Integer value '%s' for %s out of range"
1005 msgstr "%2$s の整数値 '%1$s' は範囲外の値です"
1007 #: glib/goption.c:1027
1009 msgid "Cannot parse double value '%s' for %s"
1010 msgstr "%2$s の実数値 '%1$s' を解析できません"
1012 #: glib/goption.c:1035
1014 msgid "Double value '%s' for %s out of range"
1015 msgstr "%2$s の実数値 '%1$s' は範囲外の値です"
1017 #: glib/goption.c:1298 glib/goption.c:1377
1019 msgid "Error parsing option %s"
1020 msgstr "オプション %s の解析中にエラー"
1022 #: glib/goption.c:1408 glib/goption.c:1522
1024 msgid "Missing argument for %s"
1025 msgstr "%s の引数がありません"
1027 #: glib/goption.c:1917
1029 msgid "Unknown option %s"
1030 msgstr "%s は不明なオプションです"
1032 #: glib/gkeyfile.c:361
1033 msgid "Valid key file could not be found in search dirs"
1034 msgstr "検索ディレクトリには妥当なキー・ファイルがありませんでした"
1036 #: glib/gkeyfile.c:396
1037 msgid "Not a regular file"
1038 msgstr "通常のファイルではありません"
1040 #: glib/gkeyfile.c:404
1041 msgid "File is empty"
1044 #: glib/gkeyfile.c:763
1047 "Key file contains line '%s' which is not a key-value pair, group, or comment"
1049 "キー・ファイルの行 '%s' がキー/値のペア、グループ、またはコメントではありませ"
1052 #: glib/gkeyfile.c:823
1054 msgid "Invalid group name: %s"
1055 msgstr "グループ名が無効です: %s"
1057 #: glib/gkeyfile.c:845
1058 msgid "Key file does not start with a group"
1059 msgstr "キー・ファイルがグループで始まっていません"
1061 #: glib/gkeyfile.c:871
1063 msgid "Invalid key name: %s"
1064 msgstr "キーの名前が無効です: %s"
1066 #: glib/gkeyfile.c:898
1068 msgid "Key file contains unsupported encoding '%s'"
1069 msgstr "キー・ファイルにサポートしてないエンコーディング '%s' があります"
1071 #: glib/gkeyfile.c:1114 glib/gkeyfile.c:1276 glib/gkeyfile.c:2505
1072 #: glib/gkeyfile.c:2571 glib/gkeyfile.c:2706 glib/gkeyfile.c:2839
1073 #: glib/gkeyfile.c:2992 glib/gkeyfile.c:3179 glib/gkeyfile.c:3240
1075 msgid "Key file does not have group '%s'"
1076 msgstr "キー・ファイルにグループ '%s' がありません"
1078 #: glib/gkeyfile.c:1288
1080 msgid "Key file does not have key '%s'"
1081 msgstr "キー・ファイルにキー '%s' がありません"
1083 #: glib/gkeyfile.c:1395 glib/gkeyfile.c:1510
1085 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
1086 msgstr "キー・ファイルのキー '%s' の値 '%s' が UTF-8 ではありません"
1088 #: glib/gkeyfile.c:1415 glib/gkeyfile.c:1909
1090 msgid "Key file contains key '%s' which has value that cannot be interpreted."
1091 msgstr "キー・ファイルのキー '%s' の値を解釈できませんでした"
1093 #: glib/gkeyfile.c:1530
1096 "Key file contains key '%s' which has a value that cannot be interpreted."
1097 msgstr "キー・ファイルに解釈できない値を持つキー '%s' が含まれています。"
1099 #: glib/gkeyfile.c:2124 glib/gkeyfile.c:2336
1102 "Key file contains key '%s' in group '%s' which has value that cannot be "
1105 "キー・ファイルのグループ '%2$s' にあるキー '%1$s' の値を解釈できませんでした"
1107 #: glib/gkeyfile.c:2520 glib/gkeyfile.c:2721 glib/gkeyfile.c:3251
1109 msgid "Key file does not have key '%s' in group '%s'"
1110 msgstr "キー・ファイルにはグループ '%2$s' のキー '%1$s' がありません"
1112 #: glib/gkeyfile.c:3485
1113 msgid "Key file contains escape character at end of line"
1114 msgstr "キー・ファイルの行末にエスケープ文字が含まれています"
1116 #: glib/gkeyfile.c:3507
1118 msgid "Key file contains invalid escape sequence '%s'"
1119 msgstr "キー・ファイルに無効なエスケープ・シーケンス '%s' が含まれています"
1121 #: glib/gkeyfile.c:3649
1123 msgid "Value '%s' cannot be interpreted as a number."
1124 msgstr "値 '%s' を数値として解釈できません"
1126 #: glib/gkeyfile.c:3663
1128 msgid "Integer value '%s' out of range"
1129 msgstr "整数値 '%s' は範囲外の値です"
1131 #: glib/gkeyfile.c:3696
1133 msgid "Value '%s' cannot be interpreted as a float number."
1134 msgstr "値 '%s' を実数値として解釈できません"
1136 #: glib/gkeyfile.c:3720
1138 msgid "Value '%s' cannot be interpreted as a boolean."
1139 msgstr "値 '%s' を論理値として解釈できません"
1141 #: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
1142 #: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
1143 #: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
1145 msgid "Too large count value passed to %s"
1146 msgstr "%s に引き渡した値が大きすぎます"
1148 #: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
1149 #: gio/goutputstream.c:1108
1150 msgid "Stream is already closed"
1151 msgstr "既にストリームは閉じています"
1153 #: gio/gcancellable.c:433 gio/glocalfile.c:2103 gio/gsimpleasyncresult.c:651
1154 #: gio/gsimpleasyncresult.c:677
1155 msgid "Operation was cancelled"
1156 msgstr "操作がキャンセルされました"
1158 #: gio/gcharsetconverter.c:264
1160 msgid "Invalid object, not initialized"
1161 msgstr "無効なソケットです。初期化されていません"
1163 #: gio/gcharsetconverter.c:285 gio/gcharsetconverter.c:313
1165 msgid "Incomplete multibyte sequence in input"
1166 msgstr "変換する入力に無効なバイトの並びがあります"
1168 #: gio/gcharsetconverter.c:319 gio/gcharsetconverter.c:328
1170 msgid "Not enough space in destination"
1171 msgstr "ソケット・アドレスを作成するために充分な空きがありません"
1173 #: gio/gcharsetconverter.c:448 gio/gsocket.c:772
1174 msgid "Cancellable initialization not supported"
1175 msgstr "キャンセル可能な初期化はサポートされていません"
1177 #: gio/gcontenttype.c:180
1178 msgid "Unknown type"
1181 #: gio/gcontenttype.c:181
1184 msgstr "%s (ファイルの種類)"
1186 #: gio/gcontenttype.c:681
1191 #: gio/gdatainputstream.c:311
1192 msgid "Unexpected early end-of-stream"
1193 msgstr "想定していたよりも早くストリームの最後に到達しました"
1195 #: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
1199 #: gio/gdesktopappinfo.c:742
1200 msgid "Desktop file didn't specify Exec field"
1201 msgstr "デスクトップ・ファイルで Exec 項目を指定してませんでした"
1203 #: gio/gdesktopappinfo.c:924
1204 msgid "Unable to find terminal required for application"
1205 msgstr "アプリケーションで必要な端末が見つかりませんでした"
1207 #: gio/gdesktopappinfo.c:1132
1209 msgid "Can't create user application configuration folder %s: %s"
1210 msgstr "ユーザのアプリケーション設定フォルダ %s を生成できません: %s"
1212 #: gio/gdesktopappinfo.c:1136
1214 msgid "Can't create user MIME configuration folder %s: %s"
1215 msgstr "ユーザの MIME 型設定フォルダ %s を生成できません: %s"
1217 #: gio/gdesktopappinfo.c:1544
1219 msgid "Can't create user desktop file %s"
1220 msgstr "ユーザのデスクトップ・ファイル %s を生成できません"
1222 #: gio/gdesktopappinfo.c:1658
1224 msgid "Custom definition for %s"
1225 msgstr "%s に対する独自の設定"
1228 msgid "drive doesn't implement eject"
1229 msgstr "ドライブ側で取り出しの操作を実装していません"
1231 #. Translators: This is an error
1232 #. * message for drive objects that
1233 #. * don't implement any of eject or eject_with_operation.
1235 msgid "drive doesn't implement eject or eject_with_operation"
1237 "ドライブは「取り出し」あるいは「アンマウント操作での取り出し」を実装していま"
1241 msgid "drive doesn't implement polling for media"
1242 msgstr "ドライブ側でポーリングによるメディアの検出を実装していません"
1245 msgid "drive doesn't implement start"
1246 msgstr "ドライブは「開始」を実装していません。"
1249 msgid "drive doesn't implement stop"
1250 msgstr "ドライブは「停止」を実装していません"
1252 #: gio/gemblem.c:325
1254 msgid "Can't handle version %d of GEmblem encoding"
1255 msgstr "バージョン %d の GEmblem のエンコーディングはサポートしていません"
1257 #: gio/gemblem.c:335
1259 msgid "Malformed number of tokens (%d) in GEmblem encoding"
1260 msgstr "GEmblem のエンコーディングにあるトークンの数 (%d) が間違っています"
1262 #: gio/gemblemedicon.c:296
1264 msgid "Can't handle version %d of GEmblemedIcon encoding"
1266 "バージョン %d の GEmblemedIcon のエンコーディングはサポートしていません"
1268 #: gio/gemblemedicon.c:306
1270 msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding"
1272 "GEmblemedIcon のエンコーディングにあるトークンの数 (%d) が間違っています"
1274 #: gio/gemblemedicon.c:329
1275 msgid "Expected a GEmblem for GEmblemedIcon"
1276 msgstr "GEmblemedIcon に対する GEmblem を想定していました"
1278 #: gio/gfile.c:871 gio/gfile.c:1101 gio/gfile.c:1236 gio/gfile.c:1472
1279 #: gio/gfile.c:1526 gio/gfile.c:1583 gio/gfile.c:1666 gio/gfile.c:1721
1280 #: gio/gfile.c:1781 gio/gfile.c:1835 gio/gfile.c:3304 gio/gfile.c:3358
1281 #: gio/gfile.c:3489 gio/gfile.c:3529 gio/gfile.c:3856 gio/gfile.c:4258
1282 #: gio/gfile.c:4344 gio/gfile.c:4433 gio/gfile.c:4531 gio/gfile.c:4618
1283 #: gio/gfile.c:4711 gio/gfile.c:5041 gio/gfile.c:5321 gio/gfile.c:5390
1284 #: gio/gfile.c:6981 gio/gfile.c:7071 gio/gfile.c:7157
1285 #: gio/win32/gwinhttpfile.c:441
1286 msgid "Operation not supported"
1287 msgstr "サポートしていない操作です"
1289 #. Translators: This is an error message when trying to find the
1290 #. * enclosing (user visible) mount of a file, but none exists.
1291 #. Translators: This is an error message when trying to
1292 #. * find the enclosing (user visible) mount of a file, but
1294 #. Translators: This is an error message when trying to find
1295 #. * the enclosing (user visible) mount of a file, but none
1297 #: gio/gfile.c:1357 gio/glocalfile.c:1060 gio/glocalfile.c:1071
1298 #: gio/glocalfile.c:1084
1299 msgid "Containing mount does not exist"
1300 msgstr "マウントを含んでいるものはありません"
1302 #: gio/gfile.c:2409 gio/glocalfile.c:2259
1303 msgid "Can't copy over directory"
1304 msgstr "ディレクトリ全体をコピーできません"
1307 msgid "Can't copy directory over directory"
1308 msgstr "ディレクトリからディレクトリへコピーできません"
1310 #: gio/gfile.c:2477 gio/glocalfile.c:2268
1311 msgid "Target file exists"
1312 msgstr "対象となるファイルが存在しています"
1315 msgid "Can't recursively copy directory"
1316 msgstr "ディレクトリを再帰的にコピーできません"
1320 msgid "Splice not supported"
1321 msgstr "シンボリック・リンクはサポートしていません"
1325 msgid "Error splicing file: %s"
1326 msgstr "ファイルをオープンする際にエラー: %s"
1329 msgid "Can't copy special file"
1330 msgstr "特別なファイルはコピーできません"
1333 msgid "Invalid symlink value given"
1334 msgstr "指定したシンボリックリンクは間違っています"
1337 msgid "Trash not supported"
1338 msgstr "ゴミ箱はサポートしていません"
1342 msgid "File names cannot contain '%c'"
1343 msgstr "ファイル名に '%c' を含めることはできません"
1345 #: gio/gfile.c:6038 gio/gvolume.c:331
1346 msgid "volume doesn't implement mount"
1347 msgstr "ボリュームはマウントを実装していません"
1350 msgid "No application is registered as handling this file"
1351 msgstr "このファイルを扱うアプリケーションが登録されていません"
1353 #: gio/gfileenumerator.c:206
1354 msgid "Enumerator is closed"
1355 msgstr "Enumerator は閉じています"
1357 #: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
1358 #: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
1359 msgid "File enumerator has outstanding operation"
1360 msgstr "File enumerator has outstanding operation"
1362 #: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
1363 msgid "File enumerator is already closed"
1364 msgstr "ファイルの Enumerator は既に閉じています"
1366 #: gio/gfileicon.c:237
1368 msgid "Can't handle version %d of GFileIcon encoding"
1369 msgstr "バージョン %d の GFileIcon のエンコーディングはサポートしていません"
1371 #: gio/gfileicon.c:247
1372 msgid "Malformed input data for GFileIcon"
1373 msgstr "GFileIcon の入力データが間違っています"
1375 #: gio/gfileinputstream.c:155 gio/gfileinputstream.c:422
1376 #: gio/gfileiostream.c:171 gio/gfileoutputstream.c:170
1377 #: gio/gfileoutputstream.c:525
1378 msgid "Stream doesn't support query_info"
1379 msgstr "ストリームは query_info をサポートしていません"
1381 #: gio/gfileinputstream.c:337 gio/gfileiostream.c:389
1382 #: gio/gfileoutputstream.c:383
1383 msgid "Seek not supported on stream"
1384 msgstr "ストリーム上のシークはサポートしていません"
1386 #: gio/gfileinputstream.c:381
1387 msgid "Truncate not allowed on input stream"
1388 msgstr "入力ストリームを切りつめることはできません"
1390 #: gio/gfileiostream.c:465 gio/gfileoutputstream.c:459
1391 msgid "Truncate not supported on stream"
1392 msgstr "ストリーム上での切りつめはサポートしていません"
1396 msgid "Wrong number of tokens (%d)"
1397 msgstr "トークンの数 (%d) が間違っています"
1401 msgid "No type for class name %s"
1402 msgstr "%s というクラス名の型がありません"
1406 msgid "Type %s does not implement the GIcon interface"
1407 msgstr "%s という型は GIcon のインタフェースを実装していません"
1411 msgid "Type %s is not classed"
1412 msgstr "%s という型がクラスになっていません"
1416 msgid "Malformed version number: %s"
1417 msgstr "バージョン番号が間違っています: %s"
1421 msgid "Type %s does not implement from_tokens() on the GIcon interface"
1423 "%s という型は GIcon のインタフェースで tokens() を使って実装していません"
1426 msgid "Can't handle the supplied version the icon encoding"
1427 msgstr "提供したバージョンの Icon のエンコーディングはサポートしていません"
1429 #: gio/ginputstream.c:195
1430 msgid "Input stream doesn't implement read"
1431 msgstr "入力ストリームで読み込みを実装していません"
1433 #. Translators: This is an error you get if there is already an
1434 #. * operation running against this stream when you try to start
1436 #. Translators: This is an error you get if there is
1437 #. * already an operation running against this stream when
1438 #. * you try to start one
1439 #: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
1440 msgid "Stream has outstanding operation"
1441 msgstr "Stream has outstanding operation"
1443 #: gio/ginetsocketaddress.c:182 gio/ginetsocketaddress.c:199
1444 #: gio/gunixsocketaddress.c:218
1445 msgid "Not enough space for socket address"
1446 msgstr "ソケット・アドレスを作成するために充分な空きがありません"
1448 #: gio/ginetsocketaddress.c:212
1449 msgid "Unsupported socket address"
1450 msgstr "サポートしていないソケット・アドレスです"
1452 #: gio/glocaldirectorymonitor.c:288
1453 msgid "Unable to find default local directory monitor type"
1455 "ローカル・ディレクトリを監視するデフォルト・モニタの種類が見つかりません"
1457 #: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
1459 msgid "Invalid filename %s"
1460 msgstr "ファイル名が無効です: %s"
1462 #: gio/glocalfile.c:968
1464 msgid "Error getting filesystem info: %s"
1465 msgstr "ファイルシステムの情報を取得する際にエラー: %s"
1467 #: gio/glocalfile.c:1106
1468 msgid "Can't rename root directory"
1469 msgstr "ルート・ディレクトリの名前は変更できません"
1471 #: gio/glocalfile.c:1126 gio/glocalfile.c:1152
1473 msgid "Error renaming file: %s"
1474 msgstr "ファイル名を変更する際にエラー: %s"
1476 #: gio/glocalfile.c:1135
1477 msgid "Can't rename file, filename already exist"
1478 msgstr "ファイル名を変更できません (既に存在しているため)"
1480 #: gio/glocalfile.c:1148 gio/glocalfile.c:2132 gio/glocalfile.c:2161
1481 #: gio/glocalfile.c:2321 gio/glocalfileoutputstream.c:557
1482 #: gio/glocalfileoutputstream.c:610 gio/glocalfileoutputstream.c:655
1483 #: gio/glocalfileoutputstream.c:1137
1484 msgid "Invalid filename"
1487 #: gio/glocalfile.c:1309
1489 msgid "Error opening file: %s"
1490 msgstr "ファイルをオープンする際にエラー: %s"
1492 #: gio/glocalfile.c:1319
1493 msgid "Can't open directory"
1494 msgstr "ディレクトリをオープンできません"
1496 #: gio/glocalfile.c:1444
1498 msgid "Error removing file: %s"
1499 msgstr "ファイルを削除する際にエラー: %s"
1501 #: gio/glocalfile.c:1811
1503 msgid "Error trashing file: %s"
1504 msgstr "ファイルをゴミ箱へ移動する際にエラー: %s"
1506 #: gio/glocalfile.c:1834
1508 msgid "Unable to create trash dir %s: %s"
1509 msgstr "ゴミ箱のディレクトリ (%s) の生成に失敗しました: %s"
1511 #: gio/glocalfile.c:1855
1512 msgid "Unable to find toplevel directory for trash"
1513 msgstr "ゴミ箱のトップレベルなディレクトリが見つかりません"
1515 #: gio/glocalfile.c:1934 gio/glocalfile.c:1954
1516 msgid "Unable to find or create trash directory"
1517 msgstr "ゴミ箱ディレクトリが存在しないか生成できません"
1519 #: gio/glocalfile.c:1988
1521 msgid "Unable to create trashing info file: %s"
1522 msgstr "ゴミ箱の情報ファイルを生成できません: %s"
1524 #: gio/glocalfile.c:2017 gio/glocalfile.c:2022 gio/glocalfile.c:2102
1525 #: gio/glocalfile.c:2109
1527 msgid "Unable to trash file: %s"
1528 msgstr "ファイルをゴミ箱へ移動できません: %s"
1530 #: gio/glocalfile.c:2136
1532 msgid "Error creating directory: %s"
1533 msgstr "ディレクトリを生成する際にエラー: %s"
1535 #: gio/glocalfile.c:2165
1537 msgid "Filesystem does not support symbolic links"
1538 msgstr "シンボリック・リンク '%s' の読み込みが失敗: %s"
1540 #: gio/glocalfile.c:2169
1542 msgid "Error making symbolic link: %s"
1543 msgstr "シンボリック・リンクを生成する際にエラー: %s"
1545 #: gio/glocalfile.c:2231 gio/glocalfile.c:2325
1547 msgid "Error moving file: %s"
1548 msgstr "ファイルを移動する際にエラー: %s"
1550 #: gio/glocalfile.c:2254
1551 msgid "Can't move directory over directory"
1552 msgstr "ディレクトリからディレクトリへ移動できません"
1554 #: gio/glocalfile.c:2281 gio/glocalfileoutputstream.c:935
1555 #: gio/glocalfileoutputstream.c:949 gio/glocalfileoutputstream.c:964
1556 #: gio/glocalfileoutputstream.c:980 gio/glocalfileoutputstream.c:994
1557 msgid "Backup file creation failed"
1558 msgstr "バックアップ・ファイルの生成に失敗しました"
1560 #: gio/glocalfile.c:2300
1562 msgid "Error removing target file: %s"
1563 msgstr "対象となるファイルを削除する際にエラー: %s"
1565 #: gio/glocalfile.c:2314
1566 msgid "Move between mounts not supported"
1567 msgstr "マウント間の移動はサポートしていません"
1569 #: gio/glocalfileinfo.c:721
1570 msgid "Attribute value must be non-NULL"
1571 msgstr "属性値を NULL にしないで下さい"
1573 #: gio/glocalfileinfo.c:728
1574 msgid "Invalid attribute type (string expected)"
1575 msgstr "属性の種類が無効です (文字列を想定していた)"
1577 #: gio/glocalfileinfo.c:735
1578 msgid "Invalid extended attribute name"
1579 msgstr "拡張属性の名前が無効です"
1581 #: gio/glocalfileinfo.c:775
1583 msgid "Error setting extended attribute '%s': %s"
1584 msgstr "'%s' という拡張属性をセットする際にエラー: %s"
1586 #: gio/glocalfileinfo.c:1479 gio/glocalfileoutputstream.c:819
1588 msgid "Error stating file '%s': %s"
1589 msgstr "'%s' というファイルの状態を取得する際にエラー: %s"
1591 #: gio/glocalfileinfo.c:1552
1592 msgid " (invalid encoding)"
1593 msgstr " (無効なエンコーディング)"
1595 #: gio/glocalfileinfo.c:1750
1597 msgid "Error stating file descriptor: %s"
1598 msgstr "ファイル・ディスクリプタの状態を取得する際にエラー: %s"
1600 #: gio/glocalfileinfo.c:1795
1601 msgid "Invalid attribute type (uint32 expected)"
1602 msgstr "属性の種類が無効です (uint32 型を想定していた)"
1604 #: gio/glocalfileinfo.c:1813
1605 msgid "Invalid attribute type (uint64 expected)"
1606 msgstr "属性の種類が無効です (uint64 型を想定していた)"
1608 #: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
1609 msgid "Invalid attribute type (byte string expected)"
1610 msgstr "属性の種類が無効です (バイト型の文字列を想定していた)"
1612 #: gio/glocalfileinfo.c:1886
1613 msgid "Cannot set permissions on symlinks"
1614 msgstr "シンボリックリンクにはアクセス権をセットできません"
1616 #: gio/glocalfileinfo.c:1902
1618 msgid "Error setting permissions: %s"
1619 msgstr "アクセス権をセットする際にエラー: %s"
1621 #: gio/glocalfileinfo.c:1953
1623 msgid "Error setting owner: %s"
1624 msgstr "所有者をセットする際にエラー: %s"
1626 #: gio/glocalfileinfo.c:1976
1627 msgid "symlink must be non-NULL"
1628 msgstr "シンボリックリンクを NULL にしないで下さい"
1630 #: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
1631 #: gio/glocalfileinfo.c:2016
1633 msgid "Error setting symlink: %s"
1634 msgstr "シンボリックリンクをセットする際にエラー: %s"
1636 #: gio/glocalfileinfo.c:1995
1637 msgid "Error setting symlink: file is not a symlink"
1638 msgstr "シンボリックリンクの指定でエラー: ファイルがリンクではない"
1640 #: gio/glocalfileinfo.c:2121
1642 msgid "Error setting modification or access time: %s"
1643 msgstr "最終更新日時、あるい最終アクセス日時をセットする際にエラー: %s"
1645 #: gio/glocalfileinfo.c:2144
1646 msgid "SELinux context must be non-NULL"
1647 msgstr "SELinux のコンテキストを NULL にしないで下さい"
1649 #: gio/glocalfileinfo.c:2159
1651 msgid "Error setting SELinux context: %s"
1652 msgstr "SELinux のコンテキストを指定する際にエラー: %s"
1654 #: gio/glocalfileinfo.c:2166
1655 msgid "SELinux is not enabled on this system"
1656 msgstr "このシステムでは SELinux が有効になっていません"
1658 #: gio/glocalfileinfo.c:2258
1660 msgid "Setting attribute %s not supported"
1661 msgstr "%s という属性値はセットできません"
1663 #: gio/glocalfileinputstream.c:171 gio/glocalfileoutputstream.c:708
1665 msgid "Error reading from file: %s"
1666 msgstr "ファイルから読み込む際にエラー: %s"
1668 #: gio/glocalfileinputstream.c:202 gio/glocalfileinputstream.c:214
1669 #: gio/glocalfileinputstream.c:326 gio/glocalfileoutputstream.c:456
1670 #: gio/glocalfileoutputstream.c:1012
1672 msgid "Error seeking in file: %s"
1673 msgstr "ファイルでシークする際にエラー: %s"
1675 #: gio/glocalfileinputstream.c:247 gio/glocalfileoutputstream.c:242
1676 #: gio/glocalfileoutputstream.c:337
1678 msgid "Error closing file: %s"
1679 msgstr "ファイルを閉じる際にエラー: %s"
1681 #: gio/glocalfilemonitor.c:213
1682 msgid "Unable to find default local file monitor type"
1683 msgstr "ローカル・ファイルを監視するデフォルト・モニタの種類が見つかりません"
1685 #: gio/glocalfileoutputstream.c:188 gio/glocalfileoutputstream.c:221
1686 #: gio/glocalfileoutputstream.c:729
1688 msgid "Error writing to file: %s"
1689 msgstr "ファイルに書き込む際ににエラー: %s"
1691 #: gio/glocalfileoutputstream.c:269
1693 msgid "Error removing old backup link: %s"
1694 msgstr "古いバックアップのリンクを削除する際にエラー: %s"
1696 #: gio/glocalfileoutputstream.c:283 gio/glocalfileoutputstream.c:296
1698 msgid "Error creating backup copy: %s"
1699 msgstr "バックアップのコピーを生成する際にエラー: %s"
1701 #: gio/glocalfileoutputstream.c:314
1703 msgid "Error renaming temporary file: %s"
1704 msgstr "作業用のファイル名を変更する際にエラー: %s"
1706 #: gio/glocalfileoutputstream.c:502 gio/glocalfileoutputstream.c:1063
1708 msgid "Error truncating file: %s"
1709 msgstr "ファイルを切りつめる際にエラー: %s"
1711 #: gio/glocalfileoutputstream.c:563 gio/glocalfileoutputstream.c:616
1712 #: gio/glocalfileoutputstream.c:661 gio/glocalfileoutputstream.c:801
1713 #: gio/glocalfileoutputstream.c:1044 gio/glocalfileoutputstream.c:1143
1715 msgid "Error opening file '%s': %s"
1716 msgstr "'%s' というファイルをオープンする際にエラー: %s"
1718 #: gio/glocalfileoutputstream.c:832
1719 msgid "Target file is a directory"
1720 msgstr "対象となるファイルはディレクトリです"
1722 #: gio/glocalfileoutputstream.c:837
1723 msgid "Target file is not a regular file"
1724 msgstr "対象となるファイルは通常のファイルではありません"
1726 #: gio/glocalfileoutputstream.c:849
1727 msgid "The file was externally modified"
1728 msgstr "ファイルが外部で変更されました"
1730 #: gio/glocalfileoutputstream.c:1028
1732 msgid "Error removing old file: %s"
1733 msgstr "古いファイルを削除する際にエラー: %s"
1735 #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:718
1736 msgid "Invalid GSeekType supplied"
1737 msgstr "不正な GSeekType が指定されました"
1739 #: gio/gmemoryinputstream.c:497
1740 msgid "Invalid seek request"
1741 msgstr "無効なシークの要求です"
1743 #: gio/gmemoryinputstream.c:521
1744 msgid "Cannot truncate GMemoryInputStream"
1745 msgstr "GMemoryInputStream を切りつめることはできません"
1747 #: gio/gmemoryoutputstream.c:468
1748 msgid "Memory output stream not resizable"
1749 msgstr "メモリ出力ストリームの大きさは変更できません"
1751 #: gio/gmemoryoutputstream.c:484
1752 msgid "Failed to resize memory output stream"
1753 msgstr "メモリ出力ストリームの大きさを変更できませんでした"
1755 #: gio/gmemoryoutputstream.c:572
1757 "Amount of memory required to process the write is larger than available "
1761 #: gio/gmemoryoutputstream.c:728
1762 msgid "Requested seek before the beginning of the stream"
1765 #: gio/gmemoryoutputstream.c:737
1766 msgid "Requested seek beyond the end of the stream"
1769 #. Translators: This is an error
1770 #. * message for mount objects that
1771 #. * don't implement unmount.
1774 msgid "mount doesn't implement \"unmount\""
1775 msgstr "mount はアンマウントを実装していません"
1777 #. Translators: This is an error
1778 #. * message for mount objects that
1779 #. * don't implement eject.
1782 msgid "mount doesn't implement \"eject\""
1783 msgstr "mount は取り出しを実装していません"
1785 #. Translators: This is an error
1786 #. * message for mount objects that
1787 #. * don't implement any of unmount or unmount_with_operation.
1790 msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
1792 "mount は「アンマウント」あるいは「アンマウント操作による取り出し」を実装して"
1795 #. Translators: This is an error
1796 #. * message for mount objects that
1797 #. * don't implement any of eject or eject_with_operation.
1800 msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
1802 "mount は「取り出し」あるいは「アンマウント操作による取り出し」を実装していま"
1805 #. Translators: This is an error
1806 #. * message for mount objects that
1807 #. * don't implement remount.
1810 msgid "mount doesn't implement \"remount\""
1811 msgstr "mount は再マウントを実装していません"
1813 #. Translators: This is an error
1814 #. * message for mount objects that
1815 #. * don't implement content type guessing.
1817 msgid "mount doesn't implement content type guessing"
1818 msgstr "mount にはメディアの種類を推測するような実装はありません"
1820 #. Translators: This is an error
1821 #. * message for mount objects that
1822 #. * don't implement content type guessing.
1824 msgid "mount doesn't implement synchronous content type guessing"
1825 msgstr "mount には同期させてメディアの種類を推測するような実装はありません"
1827 #: gio/gnetworkaddress.c:295
1829 msgid "Hostname '%s' contains '[' but not ']'"
1830 msgstr "ホスト名 '%s' に '[' が含まれていますが ']' がありません"
1832 #: gio/goutputstream.c:207 gio/goutputstream.c:408
1833 msgid "Output stream doesn't implement write"
1834 msgstr "出力ストリームは書き込みを実装していません"
1836 #: gio/goutputstream.c:369 gio/goutputstream.c:781
1837 msgid "Source stream is already closed"
1838 msgstr "ソース・ストリームは既に閉じています"
1840 #: gio/gresolver.c:736
1842 msgid "Error resolving '%s': %s"
1843 msgstr "'%s' の解決中にエラー: %s"
1845 #: gio/gresolver.c:786
1847 msgid "Error reverse-resolving '%s': %s"
1848 msgstr "'%s' の逆引き中にエラー: %s"
1850 #: gio/gresolver.c:821 gio/gresolver.c:899
1852 msgid "No service record for '%s'"
1853 msgstr "'%s' に対応するサービスレコードがありません"
1855 #: gio/gresolver.c:826 gio/gresolver.c:904
1857 msgid "Temporarily unable to resolve '%s'"
1858 msgstr "一時的に '%s' を解決することができません"
1860 #: gio/gresolver.c:831 gio/gresolver.c:909
1862 msgid "Error resolving '%s'"
1863 msgstr "'%s' の解決時にエラー"
1865 #: gio/gschema-compile.c:505
1866 msgid "where to store the gschemas.compiled file"
1869 #: gio/gschema-compile.c:505 gio/gschema-compile.c:516
1873 #: gio/gschema-compile.c:506
1874 msgid "Do not write the gschema.compiled file"
1877 #: gio/gschema-compile.c:507
1878 msgid "Do not enforce key name restrictions"
1881 #: gio/gschema-compile.c:519
1883 "Compile all GSettings schema files into a schema cache.\n"
1884 "Schema files are required to have the extension .gschema.xml,\n"
1885 "and the cache file is called gschemas.compiled."
1888 #: gio/gschema-compile.c:535
1890 msgid "You should give exactly one directory name\n"
1893 #: gio/gschema-compile.c:567
1895 msgid "No schema files found\n"
1898 #: gio/gsettings-tool.c:38
1902 #: gio/gsettings-tool.c:41
1906 " help Show this information\n"
1907 " get Get the value of a key\n"
1908 " set Set the value of a key\n"
1909 " monitor Monitor a key for changes\n"
1910 " writable Check if a key is writable\n"
1912 "Use '%s COMMAND --help' to get help for individual commands.\n"
1915 #: gio/gsettings-tool.c:102 gio/gsettings-tool.c:161 gio/gsettings-tool.c:234
1916 #: gio/gsettings-tool.c:307
1917 msgid "Specify the path for the schema"
1920 #: gio/gsettings-tool.c:102 gio/gsettings-tool.c:161 gio/gsettings-tool.c:234
1921 #: gio/gsettings-tool.c:307
1925 #: gio/gsettings-tool.c:110 gio/gsettings-tool.c:242 gio/gsettings-tool.c:315
1929 #: gio/gsettings-tool.c:112
1930 msgid "Get the value of KEY"
1933 #: gio/gsettings-tool.c:114 gio/gsettings-tool.c:246 gio/gsettings-tool.c:322
1936 " SCHEMA The id of the schema\n"
1937 " KEY The name of the key\n"
1940 #: gio/gsettings-tool.c:169
1941 msgid "SCHEMA KEY VALUE"
1944 #: gio/gsettings-tool.c:171
1945 msgid "Set the value of KEY"
1948 #: gio/gsettings-tool.c:173
1951 " SCHEMA The id of the schema\n"
1952 " KEY The name of the key\n"
1953 " VALUE The value to set key to, as a serialized GVariant\n"
1956 #: gio/gsettings-tool.c:212
1958 msgid "Key %s is not writable\n"
1959 msgstr "%s という型がクラスになっていません"
1961 #: gio/gsettings-tool.c:244
1962 msgid "Find out whether KEY is writable"
1965 #: gio/gsettings-tool.c:318
1967 "Monitor KEY for changes and print the changed values.\n"
1968 "Monitoring will continue until the process is terminated."
1971 #: gio/gsettings-tool.c:381
1973 msgid "Unknown command '%s'\n"
1974 msgstr "%s は不明なオプションです"
1976 #: gio/gsocket.c:277
1977 msgid "Invalid socket, not initialized"
1978 msgstr "無効なソケットです。初期化されていません"
1980 #: gio/gsocket.c:284
1982 msgid "Invalid socket, initialization failed due to: %s"
1983 msgstr "無効なソケットです。初期化に失敗しました: %s"
1985 #: gio/gsocket.c:292
1986 msgid "Socket is already closed"
1987 msgstr "ソースは既に閉じられています"
1989 #: gio/gsocket.c:413
1991 msgid "creating GSocket from fd: %s"
1992 msgstr "ファイルディスクリプタ GSocket を作成: %s"
1994 #: gio/gsocket.c:447 gio/gsocket.c:461 gio/gsocket.c:1925
1996 msgid "Unable to create socket: %s"
1997 msgstr "ソケットを作成できません: %s"
1999 #: gio/gsocket.c:447
2000 msgid "Unknown protocol was specified"
2001 msgstr "不明なプロトコルが指定されました"
2003 #: gio/gsocket.c:1126
2005 msgid "could not get local address: %s"
2006 msgstr "ローカルのアドレスを取得できませんでした: %s"
2008 #: gio/gsocket.c:1159
2010 msgid "could not get remote address: %s"
2011 msgstr "リモートのアドレスを取得できませんでした: %s"
2013 #: gio/gsocket.c:1217
2015 msgid "could not listen: %s"
2016 msgstr "listen できませんでした: %s"
2018 #: gio/gsocket.c:1291
2020 msgid "Error binding to address: %s"
2021 msgstr "アドレスに bind 時にエラー: %s"
2023 #: gio/gsocket.c:1411
2025 msgid "Error accepting connection: %s"
2026 msgstr "接続を accept する時にエラー: %s"
2028 #: gio/gsocket.c:1524
2029 msgid "Error connecting: "
2032 #: gio/gsocket.c:1528
2033 msgid "Connection in progress"
2036 #: gio/gsocket.c:1533
2038 msgid "Error connecting: %s"
2039 msgstr "接続中にエラー: %s"
2041 #: gio/gsocket.c:1573
2043 msgid "Unable to get pending error: %s"
2044 msgstr "エラーをペンディングできません: %s"
2046 #: gio/gsocket.c:1669
2048 msgid "Error receiving data: %s"
2049 msgstr "データの受信時にエラー: %s"
2051 #: gio/gsocket.c:1812
2053 msgid "Error sending data: %s"
2054 msgstr "データの送信時にエラー: %s"
2056 #: gio/gsocket.c:2004
2058 msgid "Error closing socket: %s"
2059 msgstr "ソケットを閉じる際にエラー: %s"
2061 #: gio/gsocket.c:2481
2063 msgid "Waiting for socket condition: %s"
2064 msgstr "ソケットの指定された状態を wait: %s"
2066 #: gio/gsocket.c:2720 gio/gsocket.c:2801
2068 msgid "Error sending message: %s"
2069 msgstr "メッセージを送信中にエラー: %s"
2071 #: gio/gsocket.c:2745
2072 msgid "GSocketControlMessage not supported on windows"
2073 msgstr "GSocketControlMessage は Windows ではサポートされていません"
2075 #: gio/gsocket.c:3003 gio/gsocket.c:3141
2077 msgid "Error receiving message: %s"
2078 msgstr "メッセージを受信中にエラー: %s"
2080 #: gio/gsocketclient.c:521 gio/gsocketclient.c:770
2081 msgid "Unknown error on connect"
2082 msgstr "接続時に原因不明のエラー"
2084 #: gio/gsocketlistener.c:192
2085 msgid "Listener is already closed"
2086 msgstr "受信を待つ Listener は既に閉じています"
2088 #: gio/gsocketlistener.c:233
2089 msgid "Added socket is closed"
2090 msgstr "追加されたソケットは閉じています"
2092 #: gio/gthemedicon.c:499
2094 msgid "Can't handle version %d of GThemedIcon encoding"
2095 msgstr "バージョン %d の GThemedIcon のエンコーディングはサポートしていません"
2097 #: gio/gunixconnection.c:151
2099 msgid "Expecting 1 control message, got %d"
2100 msgstr "コントロールメッセージを一つ待ち受けていましたが、%d 受信しました"
2102 #: gio/gunixconnection.c:164
2103 msgid "Unexpected type of ancillary data"
2104 msgstr "想定してない種類の補助データです"
2106 #: gio/gunixconnection.c:182
2108 msgid "Expecting one fd, but got %d\n"
2109 msgstr "ファイルディスクリプタを一つ待ち受けていましたが、%d 受信しました\n"
2111 #: gio/gunixconnection.c:198
2112 msgid "Received invalid fd"
2113 msgstr "無効なファイルディスクリプタを受けとりました"
2115 #: gio/gunixinputstream.c:354 gio/gunixinputstream.c:374
2116 #: gio/gunixinputstream.c:452 gio/gunixoutputstream.c:439
2118 msgid "Error reading from unix: %s"
2119 msgstr "unix から読み込む際にエラー: %s"
2121 #: gio/gunixinputstream.c:407 gio/gunixinputstream.c:589
2122 #: gio/gunixoutputstream.c:394 gio/gunixoutputstream.c:545
2124 msgid "Error closing unix: %s"
2125 msgstr "unix を閉じる際にエラー: %s"
2127 #: gio/gunixmounts.c:1846 gio/gunixmounts.c:1883
2128 msgid "Filesystem root"
2129 msgstr "ファイルシステムのルート"
2131 #: gio/gunixoutputstream.c:340 gio/gunixoutputstream.c:361
2133 msgid "Error writing to unix: %s"
2134 msgstr "UNIXストリームに書き込む際にエラー: %s"
2136 #: gio/gunixsocketaddress.c:241
2137 msgid "Abstract unix domain socket addresses not supported on this system"
2139 "抽象化されたUNIXドメインソケットのアドレスはこのシステムではサポートされてい"
2142 #: gio/gvolume.c:407
2143 msgid "volume doesn't implement eject"
2144 msgstr "ボリュームは「取り出し」を実装していません"
2146 #. Translators: This is an error
2147 #. * message for volume objects that
2148 #. * don't implement any of eject or eject_with_operation.
2149 #: gio/gvolume.c:486
2150 msgid "volume doesn't implement eject or eject_with_operation"
2152 "ボリュームは「取り出し」あるいは「アンマウント操作での取り出し」を実装してい"
2155 #: gio/gwin32appinfo.c:277
2156 msgid "Can't find application"
2157 msgstr "アプリケーションが見つかりません"
2159 #: gio/gwin32appinfo.c:300
2161 msgid "Error launching application: %s"
2162 msgstr "アプリケーションを起動する際にエラー: %s"
2164 #: gio/gwin32appinfo.c:336
2165 msgid "URIs not supported"
2166 msgstr "URI はサポートしていません"
2168 #: gio/gwin32appinfo.c:358
2169 msgid "association changes not supported on win32"
2170 msgstr "win32 で組み合わせの変更はサポートしていません"
2172 #: gio/gwin32appinfo.c:370
2173 msgid "Association creation not supported on win32"
2174 msgstr "win32 で組み合わせの生成はサポートしていません"
2176 #: gio/gzlibcompressor.c:279 gio/gzlibdecompressor.c:250
2178 msgid "Not enough memory"
2181 #: gio/gzlibcompressor.c:286 gio/gzlibdecompressor.c:257
2183 msgid "Internal error: %s"
2186 #: gio/gzlibcompressor.c:299 gio/gzlibdecompressor.c:271
2187 msgid "Need more input"
2190 #: gio/gzlibdecompressor.c:243
2192 msgid "Invalid compressed data"
2196 #~ msgid "Invalid UTF-8 sequence in input"
2197 #~ msgstr "変換する入力で無効なシーケンスがあります"
2199 #~ msgid "Reached maximum data array limit"
2200 #~ msgstr "データ配列の上限に到達しました"
2202 #~ msgid "do not hide entries"
2203 #~ msgstr "エントリを隠さない"
2205 #~ msgid "use a long listing format"
2206 #~ msgstr "長い形式で一覧表示する"
2208 #~ msgid "[FILE...]"
2209 #~ msgstr "[ファイル...]"
2212 #~ "Character '%s' is not valid at the start of an entity name; the & "
2213 #~ "character begins an entity; if this ampersand isn't supposed to be an "
2214 #~ "entity, escape it as &"
2216 #~ "文字 '%s' はエンティティ名の最初には使えません。文字 & はエンティティの開"
2217 #~ "始を表わします。もしアンパサンドがエンティティでなければ、& のようにエ"
2220 #~ msgid "Character '%s' is not valid inside an entity name"
2221 #~ msgstr "文字 '%s' はエンティティ名として使えません"
2223 #~ msgid "Empty character reference; should include a digit such as dž"
2224 #~ msgstr "空の文字参照です。dž のように数字がなくてはなりません"
2226 #~ msgid "Unfinished entity reference"
2227 #~ msgstr "中途半端な実体参照です"
2229 #~ msgid "Unfinished character reference"
2230 #~ msgstr "中途半端な文字参照です"
2232 #~ msgid "Invalid UTF-8 encoded text - overlong sequence"
2233 #~ msgstr "UTF-8 として正しくない文字列です (シーケンスが長すぎます)"
2235 #~ msgid "Invalid UTF-8 encoded text - not a start char"
2236 #~ msgstr "UTF-8 として正しくない文字列です (文字で始まっていません)"
2241 #~ msgid "The file containing the icon"
2242 #~ msgstr "アイコンの情報を格納したファイルです"
2247 #~ msgid "The name of the icon"
2248 #~ msgstr "アイコンの名前です"
2253 #~ msgid "An array containing the icon names"
2254 #~ msgstr "アイコンの名前を格納した配列です"
2256 #~ msgid "use default fallbacks"
2257 #~ msgstr "デフォルトのフォールバックを使用する"
2260 #~ "Whether to use default fallbacks found by shortening the name at '-' "
2261 #~ "characters. Ignores names after the first if multiple names are given."
2263 #~ "'-' という代替え文字で名前を省略するデフォルトのフォールバックを使用するか"
2264 #~ "どうかです (複数の名前を指定すると一番最初の名前より後ろの名前を全て無視し"
2267 #~ msgid "File descriptor"
2268 #~ msgstr "ファイル・ディスクリプタ"
2270 #~ msgid "The file descriptor to read from"
2271 #~ msgstr "読み込むファイルのファイル・ディスクリプタです"
2273 #~ msgid "Close file descriptor"
2274 #~ msgstr "ファイル・ディスクリプタを閉じるかどうか"
2276 #~ msgid "Whether to close the file descriptor when the stream is closed"
2277 #~ msgstr "ストリームが閉じたらファイル・ディスクリプタを閉じるかどうかです"
2279 #~ msgid "The file descriptor to write to"
2280 #~ msgstr "書き込むファイルのファイル・ディスクリプタです"