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-05-19 16:22-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:1639
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:2067
795 msgid "hexadecimal digit or '}' expected"
796 msgstr "16進数の数値または '}' を想定していました"
798 #: glib/gregex.c:2083
799 msgid "hexadecimal digit expected"
800 msgstr "16進数の数値を想定していました"
802 #: glib/gregex.c:2123
803 msgid "missing '<' in symbolic reference"
804 msgstr "シンボル参照の中に '<' がありません"
806 #: glib/gregex.c:2132
807 msgid "unfinished symbolic reference"
808 msgstr "中途半端なシンボル参照です"
810 #: glib/gregex.c:2139
811 msgid "zero-length symbolic reference"
812 msgstr "サイズが0のシンボル参照です"
814 #: glib/gregex.c:2150
815 msgid "digit expected"
818 #: glib/gregex.c:2168
819 msgid "illegal symbolic reference"
820 msgstr "シンボル参照が間違っています"
822 #: glib/gregex.c:2230
823 msgid "stray final '\\'"
824 msgstr "最後の '\\' に対応するシンボルがありません"
826 #: glib/gregex.c:2234
827 msgid "unknown escape sequence"
828 msgstr "不明なエスケープ・シーケンスです"
830 #: glib/gregex.c:2244
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:363
1033 msgid "Valid key file could not be found in search dirs"
1034 msgstr "検索ディレクトリには妥当なキー・ファイルがありませんでした"
1036 #: glib/gkeyfile.c:398
1037 msgid "Not a regular file"
1038 msgstr "通常のファイルではありません"
1040 #: glib/gkeyfile.c:406
1041 msgid "File is empty"
1044 #: glib/gkeyfile.c:765
1047 "Key file contains line '%s' which is not a key-value pair, group, or comment"
1049 "キー・ファイルの行 '%s' がキー/値のペア、グループ、またはコメントではありませ"
1052 #: glib/gkeyfile.c:825
1054 msgid "Invalid group name: %s"
1055 msgstr "グループ名が無効です: %s"
1057 #: glib/gkeyfile.c:847
1058 msgid "Key file does not start with a group"
1059 msgstr "キー・ファイルがグループで始まっていません"
1061 #: glib/gkeyfile.c:873
1063 msgid "Invalid key name: %s"
1064 msgstr "キーの名前が無効です: %s"
1066 #: glib/gkeyfile.c:900
1068 msgid "Key file contains unsupported encoding '%s'"
1069 msgstr "キー・ファイルにサポートしてないエンコーディング '%s' があります"
1071 #: glib/gkeyfile.c:1116 glib/gkeyfile.c:1278 glib/gkeyfile.c:2657
1072 #: glib/gkeyfile.c:2723 glib/gkeyfile.c:2858 glib/gkeyfile.c:2991
1073 #: glib/gkeyfile.c:3144 glib/gkeyfile.c:3331 glib/gkeyfile.c:3392
1075 msgid "Key file does not have group '%s'"
1076 msgstr "キー・ファイルにグループ '%s' がありません"
1078 #: glib/gkeyfile.c:1290
1080 msgid "Key file does not have key '%s'"
1081 msgstr "キー・ファイルにキー '%s' がありません"
1083 #: glib/gkeyfile.c:1397 glib/gkeyfile.c:1512
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:1417 glib/gkeyfile.c:1911
1090 msgid "Key file contains key '%s' which has value that cannot be interpreted."
1091 msgstr "キー・ファイルのキー '%s' の値を解釈できませんでした"
1093 #: glib/gkeyfile.c:1532
1096 "Key file contains key '%s' which has a value that cannot be interpreted."
1097 msgstr "キー・ファイルに解釈できない値を持つキー '%s' が含まれています。"
1099 #: glib/gkeyfile.c:2126 glib/gkeyfile.c:2488
1102 "Key file contains key '%s' in group '%s' which has value that cannot be "
1105 "キー・ファイルのグループ '%2$s' にあるキー '%1$s' の値を解釈できませんでした"
1107 #: glib/gkeyfile.c:2672 glib/gkeyfile.c:2873 glib/gkeyfile.c:3403
1109 msgid "Key file does not have key '%s' in group '%s'"
1110 msgstr "キー・ファイルにはグループ '%2$s' のキー '%1$s' がありません"
1112 #: glib/gkeyfile.c:3637
1113 msgid "Key file contains escape character at end of line"
1114 msgstr "キー・ファイルの行末にエスケープ文字が含まれています"
1116 #: glib/gkeyfile.c:3659
1118 msgid "Key file contains invalid escape sequence '%s'"
1119 msgstr "キー・ファイルに無効なエスケープ・シーケンス '%s' が含まれています"
1121 #: glib/gkeyfile.c:3801
1123 msgid "Value '%s' cannot be interpreted as a number."
1124 msgstr "値 '%s' を数値として解釈できません"
1126 #: glib/gkeyfile.c:3815
1128 msgid "Integer value '%s' out of range"
1129 msgstr "整数値 '%s' は範囲外の値です"
1131 #: glib/gkeyfile.c:3848
1133 msgid "Value '%s' cannot be interpreted as a float number."
1134 msgstr "値 '%s' を実数値として解釈できません"
1136 #: glib/gkeyfile.c:3872
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:721
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:1196
1150 msgid "Stream is already closed"
1151 msgstr "既にストリームは閉じています"
1153 #: gio/gcancellable.c:433 gio/gdbusconnection.c:1212
1154 #: gio/gdbusconnection.c:1300 gio/gdbusconnection.c:1472 gio/glocalfile.c:2103
1155 #: gio/gsimpleasyncresult.c:651 gio/gsimpleasyncresult.c:677
1156 msgid "Operation was cancelled"
1157 msgstr "操作がキャンセルされました"
1159 #: gio/gcharsetconverter.c:264
1161 msgid "Invalid object, not initialized"
1162 msgstr "無効なソケットです。初期化されていません"
1164 #: gio/gcharsetconverter.c:285 gio/gcharsetconverter.c:313
1166 msgid "Incomplete multibyte sequence in input"
1167 msgstr "変換する入力に無効なバイトの並びがあります"
1169 #: gio/gcharsetconverter.c:319 gio/gcharsetconverter.c:328
1171 msgid "Not enough space in destination"
1172 msgstr "ソケット・アドレスを作成するために充分な空きがありません"
1174 #: gio/gcharsetconverter.c:448 gio/gsocket.c:804
1175 msgid "Cancellable initialization not supported"
1176 msgstr "キャンセル可能な初期化はサポートされていません"
1178 #: gio/gcontenttype.c:180
1179 msgid "Unknown type"
1182 #: gio/gcontenttype.c:181
1185 msgstr "%s (ファイルの種類)"
1187 #: gio/gcontenttype.c:681
1192 #: gio/gcredentials.c:203 gio/gcredentials.c:338
1193 msgid "GCredentials is not implemented on this OS"
1196 #: gio/gcredentials.c:296
1197 msgid "There is no GCredentials support for your platform"
1200 #: gio/gdatainputstream.c:311
1201 msgid "Unexpected early end-of-stream"
1202 msgstr "想定していたよりも早くストリームの最後に到達しました"
1204 #: gio/gdbusaddress.c:129 gio/gdbusaddress.c:220 gio/gdbusaddress.c:294
1206 msgid "Unsupported key `%s' in address entry `%s'"
1207 msgstr "サポートしていないソケット・アドレスです"
1209 #: gio/gdbusaddress.c:159
1212 "Address `%s' is invalid (need exactly one of path, tmpdir or abstract keys"
1215 #: gio/gdbusaddress.c:172
1217 msgid "Meaningless key/value pair combination in address entry `%s'"
1220 #: gio/gdbusaddress.c:235 gio/gdbusaddress.c:309
1222 msgid "Error in address `%s' - the port attribute is malformed"
1225 #: gio/gdbusaddress.c:246 gio/gdbusaddress.c:320
1227 msgid "Error in address `%s' - the family attribute is malformed"
1230 #: gio/gdbusaddress.c:422
1232 msgid "Address element `%s', does not contain a colon (:)"
1235 #: gio/gdbusaddress.c:443
1238 "Key/Value pair %d, `%s', in address element `%s', does not contain an equal "
1242 #: gio/gdbusaddress.c:517
1245 "Error in address `%s' - the unix transport requires exactly one of the keys "
1246 "`path' or `abstract' to be set"
1249 #: gio/gdbusaddress.c:553
1251 msgid "Error in address `%s' - the host attribute is missing or malformed"
1254 #: gio/gdbusaddress.c:567
1256 msgid "Error in address `%s' - the port attribute is missing or malformed"
1259 #: gio/gdbusaddress.c:581
1261 msgid "Error in address `%s' - the noncefile attribute is missing or malformed"
1264 #: gio/gdbusaddress.c:595
1266 msgid "Unknown or unsupported transport `%s' for address `%s'"
1269 #: gio/gdbusaddress.c:629
1271 msgid "Error reading nonce file `%s':"
1272 msgstr "'%s' の読み出し中にエラー: %s"
1274 #: gio/gdbusaddress.c:640
1275 msgid "The nonce-file `%s' was %"
1278 #: gio/gdbusaddress.c:656
1280 msgid "Error write contents of nonce file `%s' to stream:"
1283 #: gio/gdbusaddress.c:972
1286 "Cannot determine session bus address (TODO: run dbus-launch to find out)"
1289 #: gio/gdbusaddress.c:996 gio/gdbusconnection.c:5208
1292 "Cannot determine bus address from DBUS_STARTER_BUS_TYPE environment variable "
1293 "- unknown value `%s'"
1296 #: gio/gdbusaddress.c:1005 gio/gdbusconnection.c:5217
1298 "Cannot determine bus address because the DBUS_STARTER_BUS_TYPE environment "
1299 "variable is not set"
1302 #: gio/gdbusaddress.c:1015
1304 msgid "Unknown bus type %d"
1307 #: gio/gdbusauth.c:287
1308 msgid "Unexpected lack of content trying to read a line"
1311 #: gio/gdbusauth.c:331
1312 msgid "Unexpected lack of content trying to (safely) read a line"
1315 #: gio/gdbusauth.c:502
1318 "Exhausted all available authentication mechanisms (tried: %s) (available: %s)"
1321 #: gio/gdbusauth.c:1144
1322 msgid "Cancelled via GDBusAuthObserver::authorize-authenticated-peer"
1325 #: gio/gdbusauthmechanismsha1.c:263
1327 msgid "Error statting directory `%s': %s"
1328 msgstr "'%s' を開く時にエラー: %s"
1330 #: gio/gdbusauthmechanismsha1.c:275
1333 "Permissions on directory `%s' are malformed. Expected mode 0700, got 0%o"
1336 #: gio/gdbusauthmechanismsha1.c:294
1338 msgid "Error creating directory `%s': %s"
1339 msgstr "ディレクトリを生成する際にエラー: %s"
1341 #: gio/gdbusauthmechanismsha1.c:377
1343 msgid "Error opening keyring `%s' for reading: "
1344 msgstr "'%s' というファイルをオープンする際にエラー: %s"
1346 #: gio/gdbusauthmechanismsha1.c:401 gio/gdbusauthmechanismsha1.c:710
1348 msgid "Line %d of the keyring at `%s' with content `%s' is malformed"
1351 #: gio/gdbusauthmechanismsha1.c:415 gio/gdbusauthmechanismsha1.c:724
1354 "First token of line %d of the keyring at `%s' with content `%s' is malformed"
1357 #: gio/gdbusauthmechanismsha1.c:429 gio/gdbusauthmechanismsha1.c:738
1360 "Second token of line %d of the keyring at `%s' with content `%s' is malformed"
1363 #: gio/gdbusauthmechanismsha1.c:453
1365 msgid "Didn't find cookie with id %d in the keyring at `%s'"
1368 #: gio/gdbusauthmechanismsha1.c:530
1370 msgid "Error deleting stale lock-file `%s': %s"
1371 msgstr "'%s' の読み出し中にエラー: %s"
1373 #: gio/gdbusauthmechanismsha1.c:561
1375 msgid "Error creating lock-file `%s': %s"
1376 msgstr "'%s' の読み出し中にエラー: %s"
1378 #: gio/gdbusauthmechanismsha1.c:591
1380 msgid "Error unlinking lock-file `%s': %s"
1381 msgstr "'%s' というファイルをオープンする際にエラー: %s"
1383 #: gio/gdbusauthmechanismsha1.c:601
1385 msgid "Error closing (unlinked) lock-file `%s': %s"
1386 msgstr "ファイルを閉じる際にエラー: %s"
1388 #: gio/gdbusauthmechanismsha1.c:677
1390 msgid "Error opening keyring `%s' for writing: "
1391 msgstr "'%s' というファイルをオープンする際にエラー: %s"
1393 #: gio/gdbusauthmechanismsha1.c:872
1395 msgid "(Additionally, releasing the lock for `%s' also failed: %s) "
1398 #: gio/gdbusconnection.c:1001 gio/gdbusconnection.c:1311
1400 msgid "The connection is closed"
1401 msgstr "追加されたソケットは閉じています"
1403 #: gio/gdbusconnection.c:1256
1404 msgid "Timeout was reached"
1407 #: gio/gdbusconnection.c:1757
1409 "Unsupported flags encountered when constructing a client-side connection"
1412 #: gio/gdbusconnection.c:3155
1414 msgid "Error setting property `%s': Expected type `%s' but got `%s'"
1417 #: gio/gdbusconnection.c:3247
1419 msgid "No such property `%s'"
1422 #: gio/gdbusconnection.c:3259
1424 msgid "Property `%s' is not readable"
1425 msgstr "%s という型がクラスになっていません"
1427 #: gio/gdbusconnection.c:3270
1429 msgid "Property `%s' is not writable"
1430 msgstr "%s という型がクラスになっていません"
1432 #: gio/gdbusconnection.c:3338 gio/gdbusconnection.c:4675
1434 msgid "No such interface `%s'"
1437 #: gio/gdbusconnection.c:3508
1438 msgid "No such interface"
1441 #: gio/gdbusconnection.c:3752
1443 msgid "No such method `%s'"
1446 #: gio/gdbusconnection.c:3770
1448 msgid "Signature of message, `%s', does not match expected signature `%s'"
1451 #: gio/gdbusconnection.c:3989
1453 msgid "An object is already exported for the interface %s at %s"
1456 #: gio/gdbusconnection.c:4773
1458 msgid "Method `%s' on interface `%s' with signature `%s' does not exist"
1461 #: gio/gdbusconnection.c:4888
1463 msgid "A subtree is already exported for %s"
1464 msgstr "受信を待つ Listener は既に閉じています"
1466 #: gio/gdbusconnection.c:4996
1468 msgid "Unable to load /var/lib/dbus/machine-id: %s"
1471 #: gio/gdbusmessage.c:723
1472 msgid "Wanted to read %"
1475 #: gio/gdbusmessage.c:744
1477 msgid "Expected NUL byte after the string `%s' but found `%c' (%d)"
1480 #: gio/gdbusmessage.c:927
1482 msgid "Parsed value `%s' is not a valid D-Bus object path"
1485 #: gio/gdbusmessage.c:953
1487 msgid "Parsed value `%s' is not a valid D-Bus signature"
1488 msgstr "'%s' は妥当な名前ではありません"
1490 #: gio/gdbusmessage.c:979
1491 msgid "Encountered array of length %"
1494 #: gio/gdbusmessage.c:1116
1496 msgid "Parsed value `%s' for variant is not a valid D-Bus signature"
1499 #: gio/gdbusmessage.c:1141
1502 "Error deserializing GVariant with type-string `%s' from the D-Bus wire format"
1505 #: gio/gdbusmessage.c:1282
1507 msgid "Invalid endianness value. Expected 'l' or 'B' but found '%c' (%d)"
1510 #: gio/gdbusmessage.c:1296
1512 msgid "Invalid major protocol version. Expected 1 but found %d"
1515 #: gio/gdbusmessage.c:1339
1517 msgid "Signature header with signature `%s' found but message body is empty"
1520 #: gio/gdbusmessage.c:1353
1522 msgid "Parsed value `%s' is not a valid D-Bus signature (for body)"
1525 #: gio/gdbusmessage.c:1382
1526 msgid "No signature header in message but the message body is %"
1529 #: gio/gdbusmessage.c:1694
1532 "Error serializing GVariant with type-string `%s' to the D-Bus wire format"
1535 #: gio/gdbusmessage.c:1823
1537 msgid "Message has %d fds but the header field indicates %d fds"
1540 #: gio/gdbusmessage.c:1869
1542 msgid "Message body has signature `%s' but there is no signature header"
1545 #: gio/gdbusmessage.c:1879
1548 "Message body has type signature `%s' but signature in the header field is `%"
1552 #: gio/gdbusmessage.c:1895
1554 msgid "Message body is empty but signature in the header field is `(%s)'"
1557 #: gio/gdbusmessage.c:2448
1559 msgid "Error return with body of type `%s'"
1560 msgstr "ファイルに書き込む際ににエラー: %s"
1562 #: gio/gdbusmessage.c:2456
1563 msgid "Error return with empty body"
1566 #: gio/gdbusmethodinvocation.c:359
1568 msgid "Type of return value is incorrect, got `%s', expected `%s'"
1571 #: gio/gdbusmethodinvocation.c:373 gio/gsocket.c:2859 gio/gsocket.c:2940
1573 msgid "Error sending message: %s"
1574 msgstr "メッセージを送信中にエラー: %s"
1576 #: gio/gdbusprivate.c:768
1577 msgid "Error writing first 16 bytes of message to socket: "
1580 #: gio/gdbusproxy.c:633
1583 "Trying to set property %s of type %s but according to the expected interface "
1587 #: gio/gdbusproxy.c:1438
1589 msgid "Method `%s' returned signature `%s', but expected `%s'"
1592 #: gio/gdbusserver.c:662
1594 msgid "Abstract name space not supported"
1595 msgstr "ゴミ箱はサポートしていません"
1597 #: gio/gdbusserver.c:752
1598 msgid "Cannot specify nonce file when creating a server"
1601 #: gio/gdbusserver.c:829
1603 msgid "Error writing nonce file at `%s': %s"
1604 msgstr "ファイルに書き込む際ににエラー: %s"
1606 #: gio/gdbusserver.c:981
1608 msgid "The string `%s' is not a valid D-Bus GUID"
1609 msgstr "'%s' は妥当な名前ではありません"
1611 #: gio/gdbusserver.c:1021
1613 msgid "Cannot listen on unsupported transport `%s'"
1616 #: gio/gdbus-tool.c:87 gio/gsettings-tool.c:38
1620 #: gio/gdbus-tool.c:92
1624 " help Shows this information\n"
1625 " introspect Introspect a remote object\n"
1626 " monitor Monitor a remote object\n"
1627 " call Invoke a method on a remote object\n"
1629 "Use \"%s COMMAND --help\" to get help on each command.\n"
1632 #: gio/gdbus-tool.c:159 gio/gdbus-tool.c:221 gio/gdbus-tool.c:299
1633 #: gio/gdbus-tool.c:328 gio/gdbus-tool.c:842 gio/gdbus-tool.c:1347
1636 msgstr "%d 行目でエラー: %s"
1638 #: gio/gdbus-tool.c:165 gio/gdbus-tool.c:227 gio/gdbus-tool.c:474
1639 #: gio/gdbus-tool.c:1353
1641 msgid "Error: Result is type `%s', expected `(s)'\n"
1644 #: gio/gdbus-tool.c:177 gio/gdbus-tool.c:241 gio/gdbus-tool.c:1363
1646 msgid "Error parsing introspection XML: %s\n"
1647 msgstr "オプション %s の解析中にエラー"
1649 #: gio/gdbus-tool.c:305 gio/gdbus-tool.c:334
1651 msgid "Error: Result is type `%s', expected `(as)'\n"
1654 #: gio/gdbus-tool.c:368
1655 msgid "Connect to the system bus"
1658 #: gio/gdbus-tool.c:369
1659 msgid "Connect to the session bus"
1662 #: gio/gdbus-tool.c:370
1664 msgid "Connect to given D-Bus address"
1667 #: gio/gdbus-tool.c:380
1669 msgid "Connection Endpoint Options:"
1672 #: gio/gdbus-tool.c:381
1673 msgid "Options specifying the connection endpoint"
1676 #: gio/gdbus-tool.c:401
1678 msgid "No connection endpoint specified"
1681 #: gio/gdbus-tool.c:411
1683 msgid "Multiple connection endpoints specified"
1686 #: gio/gdbus-tool.c:488
1689 "Warning: According to introspection data, interface `%s' does not exist\n"
1692 #: gio/gdbus-tool.c:497
1695 "Warning: According to introspection data, method `%s' does not exist on "
1699 #: gio/gdbus-tool.c:559
1700 msgid "Destination name to invoke method on"
1703 #: gio/gdbus-tool.c:560
1704 msgid "Object path to invoke method on"
1707 #: gio/gdbus-tool.c:561
1708 msgid "Method and interface name"
1711 #: gio/gdbus-tool.c:600
1712 msgid "Invoke a method on a remote object."
1715 #: gio/gdbus-tool.c:655 gio/gdbus-tool.c:1269 gio/gdbus-tool.c:1526
1717 msgid "Error connecting: %s\n"
1718 msgstr "接続中にエラー: %s"
1720 #: gio/gdbus-tool.c:675 gio/gdbus-tool.c:1288 gio/gdbus-tool.c:1545
1722 msgid "Error: Destination is not specified\n"
1725 #: gio/gdbus-tool.c:696 gio/gdbus-tool.c:1307
1727 msgid "Error: Object path is not specified\n"
1730 #: gio/gdbus-tool.c:716 gio/gdbus-tool.c:1327 gio/gdbus-tool.c:1585
1732 msgid "Error: %s is not a valid object path\n"
1733 msgstr "'%s' は妥当な名前ではありません"
1735 #: gio/gdbus-tool.c:731
1737 msgid "Error: Method name is not specified\n"
1740 #: gio/gdbus-tool.c:742
1742 msgid "Error: Method name `%s' is invalid\n"
1745 #: gio/gdbus-tool.c:807
1747 msgid "Error parsing parameter %d of type `%s': %s\n"
1748 msgstr "'%s' を開く時にエラー: %s"
1750 #: gio/gdbus-tool.c:815
1752 msgid "Error parsing parameter %d: %s\n"
1753 msgstr "オプション %s の解析中にエラー"
1755 #: gio/gdbus-tool.c:1187
1756 msgid "Destination name to introspect"
1759 #: gio/gdbus-tool.c:1188
1760 msgid "Object path to introspect"
1763 #: gio/gdbus-tool.c:1221
1764 msgid "Introspect a remote object."
1767 #: gio/gdbus-tool.c:1444
1768 msgid "Destination name to monitor"
1771 #: gio/gdbus-tool.c:1445
1772 msgid "Object path to monitor"
1775 #: gio/gdbus-tool.c:1478
1777 msgid "Monitor a remote object."
1780 #: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
1784 #: gio/gdesktopappinfo.c:742
1785 msgid "Desktop file didn't specify Exec field"
1786 msgstr "デスクトップ・ファイルで Exec 項目を指定してませんでした"
1788 #: gio/gdesktopappinfo.c:924
1789 msgid "Unable to find terminal required for application"
1790 msgstr "アプリケーションで必要な端末が見つかりませんでした"
1792 #: gio/gdesktopappinfo.c:1132
1794 msgid "Can't create user application configuration folder %s: %s"
1795 msgstr "ユーザのアプリケーション設定フォルダ %s を生成できません: %s"
1797 #: gio/gdesktopappinfo.c:1136
1799 msgid "Can't create user MIME configuration folder %s: %s"
1800 msgstr "ユーザの MIME 型設定フォルダ %s を生成できません: %s"
1802 #: gio/gdesktopappinfo.c:1544
1804 msgid "Can't create user desktop file %s"
1805 msgstr "ユーザのデスクトップ・ファイル %s を生成できません"
1807 #: gio/gdesktopappinfo.c:1658
1809 msgid "Custom definition for %s"
1810 msgstr "%s に対する独自の設定"
1813 msgid "drive doesn't implement eject"
1814 msgstr "ドライブ側で取り出しの操作を実装していません"
1816 #. Translators: This is an error
1817 #. * message for drive objects that
1818 #. * don't implement any of eject or eject_with_operation.
1820 msgid "drive doesn't implement eject or eject_with_operation"
1822 "ドライブは「取り出し」あるいは「アンマウント操作での取り出し」を実装していま"
1826 msgid "drive doesn't implement polling for media"
1827 msgstr "ドライブ側でポーリングによるメディアの検出を実装していません"
1830 msgid "drive doesn't implement start"
1831 msgstr "ドライブは「開始」を実装していません。"
1834 msgid "drive doesn't implement stop"
1835 msgstr "ドライブは「停止」を実装していません"
1837 #: gio/gemblem.c:325
1839 msgid "Can't handle version %d of GEmblem encoding"
1840 msgstr "バージョン %d の GEmblem のエンコーディングはサポートしていません"
1842 #: gio/gemblem.c:335
1844 msgid "Malformed number of tokens (%d) in GEmblem encoding"
1845 msgstr "GEmblem のエンコーディングにあるトークンの数 (%d) が間違っています"
1847 #: gio/gemblemedicon.c:296
1849 msgid "Can't handle version %d of GEmblemedIcon encoding"
1851 "バージョン %d の GEmblemedIcon のエンコーディングはサポートしていません"
1853 #: gio/gemblemedicon.c:306
1855 msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding"
1857 "GEmblemedIcon のエンコーディングにあるトークンの数 (%d) が間違っています"
1859 #: gio/gemblemedicon.c:329
1860 msgid "Expected a GEmblem for GEmblemedIcon"
1861 msgstr "GEmblemedIcon に対する GEmblem を想定していました"
1863 #: gio/gfile.c:871 gio/gfile.c:1101 gio/gfile.c:1236 gio/gfile.c:1472
1864 #: gio/gfile.c:1526 gio/gfile.c:1583 gio/gfile.c:1666 gio/gfile.c:1721
1865 #: gio/gfile.c:1781 gio/gfile.c:1835 gio/gfile.c:3304 gio/gfile.c:3358
1866 #: gio/gfile.c:3489 gio/gfile.c:3529 gio/gfile.c:3856 gio/gfile.c:4258
1867 #: gio/gfile.c:4344 gio/gfile.c:4433 gio/gfile.c:4531 gio/gfile.c:4618
1868 #: gio/gfile.c:4711 gio/gfile.c:5041 gio/gfile.c:5321 gio/gfile.c:5390
1869 #: gio/gfile.c:6981 gio/gfile.c:7071 gio/gfile.c:7157
1870 #: gio/win32/gwinhttpfile.c:441
1871 msgid "Operation not supported"
1872 msgstr "サポートしていない操作です"
1874 #. Translators: This is an error message when trying to find the
1875 #. * enclosing (user visible) mount of a file, but none exists.
1876 #. Translators: This is an error message when trying to
1877 #. * find the enclosing (user visible) mount of a file, but
1879 #. Translators: This is an error message when trying to find
1880 #. * the enclosing (user visible) mount of a file, but none
1882 #: gio/gfile.c:1357 gio/glocalfile.c:1060 gio/glocalfile.c:1071
1883 #: gio/glocalfile.c:1084
1884 msgid "Containing mount does not exist"
1885 msgstr "マウントを含んでいるものはありません"
1887 #: gio/gfile.c:2409 gio/glocalfile.c:2259
1888 msgid "Can't copy over directory"
1889 msgstr "ディレクトリ全体をコピーできません"
1892 msgid "Can't copy directory over directory"
1893 msgstr "ディレクトリからディレクトリへコピーできません"
1895 #: gio/gfile.c:2477 gio/glocalfile.c:2268
1896 msgid "Target file exists"
1897 msgstr "対象となるファイルが存在しています"
1900 msgid "Can't recursively copy directory"
1901 msgstr "ディレクトリを再帰的にコピーできません"
1905 msgid "Splice not supported"
1906 msgstr "シンボリック・リンクはサポートしていません"
1910 msgid "Error splicing file: %s"
1911 msgstr "ファイルをオープンする際にエラー: %s"
1914 msgid "Can't copy special file"
1915 msgstr "特別なファイルはコピーできません"
1918 msgid "Invalid symlink value given"
1919 msgstr "指定したシンボリックリンクは間違っています"
1922 msgid "Trash not supported"
1923 msgstr "ゴミ箱はサポートしていません"
1927 msgid "File names cannot contain '%c'"
1928 msgstr "ファイル名に '%c' を含めることはできません"
1930 #: gio/gfile.c:6038 gio/gvolume.c:331
1931 msgid "volume doesn't implement mount"
1932 msgstr "ボリュームはマウントを実装していません"
1935 msgid "No application is registered as handling this file"
1936 msgstr "このファイルを扱うアプリケーションが登録されていません"
1938 #: gio/gfileenumerator.c:206
1939 msgid "Enumerator is closed"
1940 msgstr "Enumerator は閉じています"
1942 #: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
1943 #: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
1944 msgid "File enumerator has outstanding operation"
1945 msgstr "File enumerator has outstanding operation"
1947 #: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
1948 msgid "File enumerator is already closed"
1949 msgstr "ファイルの Enumerator は既に閉じています"
1951 #: gio/gfileicon.c:237
1953 msgid "Can't handle version %d of GFileIcon encoding"
1954 msgstr "バージョン %d の GFileIcon のエンコーディングはサポートしていません"
1956 #: gio/gfileicon.c:247
1957 msgid "Malformed input data for GFileIcon"
1958 msgstr "GFileIcon の入力データが間違っています"
1960 #: gio/gfileinputstream.c:155 gio/gfileinputstream.c:422
1961 #: gio/gfileiostream.c:171 gio/gfileoutputstream.c:170
1962 #: gio/gfileoutputstream.c:525
1963 msgid "Stream doesn't support query_info"
1964 msgstr "ストリームは query_info をサポートしていません"
1966 #: gio/gfileinputstream.c:337 gio/gfileiostream.c:389
1967 #: gio/gfileoutputstream.c:383
1968 msgid "Seek not supported on stream"
1969 msgstr "ストリーム上のシークはサポートしていません"
1971 #: gio/gfileinputstream.c:381
1972 msgid "Truncate not allowed on input stream"
1973 msgstr "入力ストリームを切りつめることはできません"
1975 #: gio/gfileiostream.c:465 gio/gfileoutputstream.c:459
1976 msgid "Truncate not supported on stream"
1977 msgstr "ストリーム上での切りつめはサポートしていません"
1981 msgid "Wrong number of tokens (%d)"
1982 msgstr "トークンの数 (%d) が間違っています"
1986 msgid "No type for class name %s"
1987 msgstr "%s というクラス名の型がありません"
1991 msgid "Type %s does not implement the GIcon interface"
1992 msgstr "%s という型は GIcon のインタフェースを実装していません"
1996 msgid "Type %s is not classed"
1997 msgstr "%s という型がクラスになっていません"
2001 msgid "Malformed version number: %s"
2002 msgstr "バージョン番号が間違っています: %s"
2006 msgid "Type %s does not implement from_tokens() on the GIcon interface"
2008 "%s という型は GIcon のインタフェースで tokens() を使って実装していません"
2011 msgid "Can't handle the supplied version the icon encoding"
2012 msgstr "提供したバージョンの Icon のエンコーディングはサポートしていません"
2014 #: gio/ginputstream.c:195
2015 msgid "Input stream doesn't implement read"
2016 msgstr "入力ストリームで読み込みを実装していません"
2018 #. Translators: This is an error you get if there is already an
2019 #. * operation running against this stream when you try to start
2021 #. Translators: This is an error you get if there is
2022 #. * already an operation running against this stream when
2023 #. * you try to start one
2024 #: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1206
2025 msgid "Stream has outstanding operation"
2026 msgstr "Stream has outstanding operation"
2028 #: gio/ginetsocketaddress.c:182 gio/ginetsocketaddress.c:199
2029 #: gio/gunixsocketaddress.c:222
2030 msgid "Not enough space for socket address"
2031 msgstr "ソケット・アドレスを作成するために充分な空きがありません"
2033 #: gio/ginetsocketaddress.c:212
2034 msgid "Unsupported socket address"
2035 msgstr "サポートしていないソケット・アドレスです"
2037 #: gio/glocaldirectorymonitor.c:288
2038 msgid "Unable to find default local directory monitor type"
2040 "ローカル・ディレクトリを監視するデフォルト・モニタの種類が見つかりません"
2042 #: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
2044 msgid "Invalid filename %s"
2045 msgstr "ファイル名が無効です: %s"
2047 #: gio/glocalfile.c:968
2049 msgid "Error getting filesystem info: %s"
2050 msgstr "ファイルシステムの情報を取得する際にエラー: %s"
2052 #: gio/glocalfile.c:1106
2053 msgid "Can't rename root directory"
2054 msgstr "ルート・ディレクトリの名前は変更できません"
2056 #: gio/glocalfile.c:1126 gio/glocalfile.c:1152
2058 msgid "Error renaming file: %s"
2059 msgstr "ファイル名を変更する際にエラー: %s"
2061 #: gio/glocalfile.c:1135
2062 msgid "Can't rename file, filename already exist"
2063 msgstr "ファイル名を変更できません (既に存在しているため)"
2065 #: gio/glocalfile.c:1148 gio/glocalfile.c:2132 gio/glocalfile.c:2161
2066 #: gio/glocalfile.c:2321 gio/glocalfileoutputstream.c:557
2067 #: gio/glocalfileoutputstream.c:610 gio/glocalfileoutputstream.c:655
2068 #: gio/glocalfileoutputstream.c:1137
2069 msgid "Invalid filename"
2072 #: gio/glocalfile.c:1309
2074 msgid "Error opening file: %s"
2075 msgstr "ファイルをオープンする際にエラー: %s"
2077 #: gio/glocalfile.c:1319
2078 msgid "Can't open directory"
2079 msgstr "ディレクトリをオープンできません"
2081 #: gio/glocalfile.c:1444
2083 msgid "Error removing file: %s"
2084 msgstr "ファイルを削除する際にエラー: %s"
2086 #: gio/glocalfile.c:1811
2088 msgid "Error trashing file: %s"
2089 msgstr "ファイルをゴミ箱へ移動する際にエラー: %s"
2091 #: gio/glocalfile.c:1834
2093 msgid "Unable to create trash dir %s: %s"
2094 msgstr "ゴミ箱のディレクトリ (%s) の生成に失敗しました: %s"
2096 #: gio/glocalfile.c:1855
2097 msgid "Unable to find toplevel directory for trash"
2098 msgstr "ゴミ箱のトップレベルなディレクトリが見つかりません"
2100 #: gio/glocalfile.c:1934 gio/glocalfile.c:1954
2101 msgid "Unable to find or create trash directory"
2102 msgstr "ゴミ箱ディレクトリが存在しないか生成できません"
2104 #: gio/glocalfile.c:1988
2106 msgid "Unable to create trashing info file: %s"
2107 msgstr "ゴミ箱の情報ファイルを生成できません: %s"
2109 #: gio/glocalfile.c:2017 gio/glocalfile.c:2022 gio/glocalfile.c:2102
2110 #: gio/glocalfile.c:2109
2112 msgid "Unable to trash file: %s"
2113 msgstr "ファイルをゴミ箱へ移動できません: %s"
2115 #: gio/glocalfile.c:2136
2117 msgid "Error creating directory: %s"
2118 msgstr "ディレクトリを生成する際にエラー: %s"
2120 #: gio/glocalfile.c:2165
2122 msgid "Filesystem does not support symbolic links"
2123 msgstr "シンボリック・リンク '%s' の読み込みが失敗: %s"
2125 #: gio/glocalfile.c:2169
2127 msgid "Error making symbolic link: %s"
2128 msgstr "シンボリック・リンクを生成する際にエラー: %s"
2130 #: gio/glocalfile.c:2231 gio/glocalfile.c:2325
2132 msgid "Error moving file: %s"
2133 msgstr "ファイルを移動する際にエラー: %s"
2135 #: gio/glocalfile.c:2254
2136 msgid "Can't move directory over directory"
2137 msgstr "ディレクトリからディレクトリへ移動できません"
2139 #: gio/glocalfile.c:2281 gio/glocalfileoutputstream.c:935
2140 #: gio/glocalfileoutputstream.c:949 gio/glocalfileoutputstream.c:964
2141 #: gio/glocalfileoutputstream.c:980 gio/glocalfileoutputstream.c:994
2142 msgid "Backup file creation failed"
2143 msgstr "バックアップ・ファイルの生成に失敗しました"
2145 #: gio/glocalfile.c:2300
2147 msgid "Error removing target file: %s"
2148 msgstr "対象となるファイルを削除する際にエラー: %s"
2150 #: gio/glocalfile.c:2314
2151 msgid "Move between mounts not supported"
2152 msgstr "マウント間の移動はサポートしていません"
2154 #: gio/glocalfileinfo.c:721
2155 msgid "Attribute value must be non-NULL"
2156 msgstr "属性値を NULL にしないで下さい"
2158 #: gio/glocalfileinfo.c:728
2159 msgid "Invalid attribute type (string expected)"
2160 msgstr "属性の種類が無効です (文字列を想定していた)"
2162 #: gio/glocalfileinfo.c:735
2163 msgid "Invalid extended attribute name"
2164 msgstr "拡張属性の名前が無効です"
2166 #: gio/glocalfileinfo.c:775
2168 msgid "Error setting extended attribute '%s': %s"
2169 msgstr "'%s' という拡張属性をセットする際にエラー: %s"
2171 #: gio/glocalfileinfo.c:1479 gio/glocalfileoutputstream.c:819
2173 msgid "Error stating file '%s': %s"
2174 msgstr "'%s' というファイルの状態を取得する際にエラー: %s"
2176 #: gio/glocalfileinfo.c:1552
2177 msgid " (invalid encoding)"
2178 msgstr " (無効なエンコーディング)"
2180 #: gio/glocalfileinfo.c:1750
2182 msgid "Error stating file descriptor: %s"
2183 msgstr "ファイル・ディスクリプタの状態を取得する際にエラー: %s"
2185 #: gio/glocalfileinfo.c:1795
2186 msgid "Invalid attribute type (uint32 expected)"
2187 msgstr "属性の種類が無効です (uint32 型を想定していた)"
2189 #: gio/glocalfileinfo.c:1813
2190 msgid "Invalid attribute type (uint64 expected)"
2191 msgstr "属性の種類が無効です (uint64 型を想定していた)"
2193 #: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
2194 msgid "Invalid attribute type (byte string expected)"
2195 msgstr "属性の種類が無効です (バイト型の文字列を想定していた)"
2197 #: gio/glocalfileinfo.c:1886
2198 msgid "Cannot set permissions on symlinks"
2199 msgstr "シンボリックリンクにはアクセス権をセットできません"
2201 #: gio/glocalfileinfo.c:1902
2203 msgid "Error setting permissions: %s"
2204 msgstr "アクセス権をセットする際にエラー: %s"
2206 #: gio/glocalfileinfo.c:1953
2208 msgid "Error setting owner: %s"
2209 msgstr "所有者をセットする際にエラー: %s"
2211 #: gio/glocalfileinfo.c:1976
2212 msgid "symlink must be non-NULL"
2213 msgstr "シンボリックリンクを NULL にしないで下さい"
2215 #: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
2216 #: gio/glocalfileinfo.c:2016
2218 msgid "Error setting symlink: %s"
2219 msgstr "シンボリックリンクをセットする際にエラー: %s"
2221 #: gio/glocalfileinfo.c:1995
2222 msgid "Error setting symlink: file is not a symlink"
2223 msgstr "シンボリックリンクの指定でエラー: ファイルがリンクではない"
2225 #: gio/glocalfileinfo.c:2121
2227 msgid "Error setting modification or access time: %s"
2228 msgstr "最終更新日時、あるい最終アクセス日時をセットする際にエラー: %s"
2230 #: gio/glocalfileinfo.c:2144
2231 msgid "SELinux context must be non-NULL"
2232 msgstr "SELinux のコンテキストを NULL にしないで下さい"
2234 #: gio/glocalfileinfo.c:2159
2236 msgid "Error setting SELinux context: %s"
2237 msgstr "SELinux のコンテキストを指定する際にエラー: %s"
2239 #: gio/glocalfileinfo.c:2166
2240 msgid "SELinux is not enabled on this system"
2241 msgstr "このシステムでは SELinux が有効になっていません"
2243 #: gio/glocalfileinfo.c:2258
2245 msgid "Setting attribute %s not supported"
2246 msgstr "%s という属性値はセットできません"
2248 #: gio/glocalfileinputstream.c:171 gio/glocalfileoutputstream.c:708
2250 msgid "Error reading from file: %s"
2251 msgstr "ファイルから読み込む際にエラー: %s"
2253 #: gio/glocalfileinputstream.c:202 gio/glocalfileinputstream.c:214
2254 #: gio/glocalfileinputstream.c:326 gio/glocalfileoutputstream.c:456
2255 #: gio/glocalfileoutputstream.c:1012
2257 msgid "Error seeking in file: %s"
2258 msgstr "ファイルでシークする際にエラー: %s"
2260 #: gio/glocalfileinputstream.c:247 gio/glocalfileoutputstream.c:242
2261 #: gio/glocalfileoutputstream.c:337
2263 msgid "Error closing file: %s"
2264 msgstr "ファイルを閉じる際にエラー: %s"
2266 #: gio/glocalfilemonitor.c:213
2267 msgid "Unable to find default local file monitor type"
2268 msgstr "ローカル・ファイルを監視するデフォルト・モニタの種類が見つかりません"
2270 #: gio/glocalfileoutputstream.c:188 gio/glocalfileoutputstream.c:221
2271 #: gio/glocalfileoutputstream.c:729
2273 msgid "Error writing to file: %s"
2274 msgstr "ファイルに書き込む際ににエラー: %s"
2276 #: gio/glocalfileoutputstream.c:269
2278 msgid "Error removing old backup link: %s"
2279 msgstr "古いバックアップのリンクを削除する際にエラー: %s"
2281 #: gio/glocalfileoutputstream.c:283 gio/glocalfileoutputstream.c:296
2283 msgid "Error creating backup copy: %s"
2284 msgstr "バックアップのコピーを生成する際にエラー: %s"
2286 #: gio/glocalfileoutputstream.c:314
2288 msgid "Error renaming temporary file: %s"
2289 msgstr "作業用のファイル名を変更する際にエラー: %s"
2291 #: gio/glocalfileoutputstream.c:502 gio/glocalfileoutputstream.c:1063
2293 msgid "Error truncating file: %s"
2294 msgstr "ファイルを切りつめる際にエラー: %s"
2296 #: gio/glocalfileoutputstream.c:563 gio/glocalfileoutputstream.c:616
2297 #: gio/glocalfileoutputstream.c:661 gio/glocalfileoutputstream.c:801
2298 #: gio/glocalfileoutputstream.c:1044 gio/glocalfileoutputstream.c:1143
2300 msgid "Error opening file '%s': %s"
2301 msgstr "'%s' というファイルをオープンする際にエラー: %s"
2303 #: gio/glocalfileoutputstream.c:832
2304 msgid "Target file is a directory"
2305 msgstr "対象となるファイルはディレクトリです"
2307 #: gio/glocalfileoutputstream.c:837
2308 msgid "Target file is not a regular file"
2309 msgstr "対象となるファイルは通常のファイルではありません"
2311 #: gio/glocalfileoutputstream.c:849
2312 msgid "The file was externally modified"
2313 msgstr "ファイルが外部で変更されました"
2315 #: gio/glocalfileoutputstream.c:1028
2317 msgid "Error removing old file: %s"
2318 msgstr "古いファイルを削除する際にエラー: %s"
2320 #: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:718
2321 msgid "Invalid GSeekType supplied"
2322 msgstr "不正な GSeekType が指定されました"
2324 #: gio/gmemoryinputstream.c:497
2325 msgid "Invalid seek request"
2326 msgstr "無効なシークの要求です"
2328 #: gio/gmemoryinputstream.c:521
2329 msgid "Cannot truncate GMemoryInputStream"
2330 msgstr "GMemoryInputStream を切りつめることはできません"
2332 #: gio/gmemoryoutputstream.c:468
2333 msgid "Memory output stream not resizable"
2334 msgstr "メモリ出力ストリームの大きさは変更できません"
2336 #: gio/gmemoryoutputstream.c:484
2337 msgid "Failed to resize memory output stream"
2338 msgstr "メモリ出力ストリームの大きさを変更できませんでした"
2340 #: gio/gmemoryoutputstream.c:572
2342 "Amount of memory required to process the write is larger than available "
2346 #: gio/gmemoryoutputstream.c:728
2347 msgid "Requested seek before the beginning of the stream"
2350 #: gio/gmemoryoutputstream.c:737
2351 msgid "Requested seek beyond the end of the stream"
2354 #. Translators: This is an error
2355 #. * message for mount objects that
2356 #. * don't implement unmount.
2359 msgid "mount doesn't implement \"unmount\""
2360 msgstr "mount はアンマウントを実装していません"
2362 #. Translators: This is an error
2363 #. * message for mount objects that
2364 #. * don't implement eject.
2367 msgid "mount doesn't implement \"eject\""
2368 msgstr "mount は取り出しを実装していません"
2370 #. Translators: This is an error
2371 #. * message for mount objects that
2372 #. * don't implement any of unmount or unmount_with_operation.
2375 msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
2377 "mount は「アンマウント」あるいは「アンマウント操作による取り出し」を実装して"
2380 #. Translators: This is an error
2381 #. * message for mount objects that
2382 #. * don't implement any of eject or eject_with_operation.
2385 msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
2387 "mount は「取り出し」あるいは「アンマウント操作による取り出し」を実装していま"
2390 #. Translators: This is an error
2391 #. * message for mount objects that
2392 #. * don't implement remount.
2395 msgid "mount doesn't implement \"remount\""
2396 msgstr "mount は再マウントを実装していません"
2398 #. Translators: This is an error
2399 #. * message for mount objects that
2400 #. * don't implement content type guessing.
2402 msgid "mount doesn't implement content type guessing"
2403 msgstr "mount にはメディアの種類を推測するような実装はありません"
2405 #. Translators: This is an error
2406 #. * message for mount objects that
2407 #. * don't implement content type guessing.
2409 msgid "mount doesn't implement synchronous content type guessing"
2410 msgstr "mount には同期させてメディアの種類を推測するような実装はありません"
2412 #: gio/gnetworkaddress.c:295
2414 msgid "Hostname '%s' contains '[' but not ']'"
2415 msgstr "ホスト名 '%s' に '[' が含まれていますが ']' がありません"
2417 #: gio/goutputstream.c:207 gio/goutputstream.c:408
2418 msgid "Output stream doesn't implement write"
2419 msgstr "出力ストリームは書き込みを実装していません"
2421 #: gio/goutputstream.c:369 gio/goutputstream.c:845
2422 msgid "Source stream is already closed"
2423 msgstr "ソース・ストリームは既に閉じています"
2425 #: gio/gresolver.c:736
2427 msgid "Error resolving '%s': %s"
2428 msgstr "'%s' の解決中にエラー: %s"
2430 #: gio/gresolver.c:786
2432 msgid "Error reverse-resolving '%s': %s"
2433 msgstr "'%s' の逆引き中にエラー: %s"
2435 #: gio/gresolver.c:821 gio/gresolver.c:899
2437 msgid "No service record for '%s'"
2438 msgstr "'%s' に対応するサービスレコードがありません"
2440 #: gio/gresolver.c:826 gio/gresolver.c:904
2442 msgid "Temporarily unable to resolve '%s'"
2443 msgstr "一時的に '%s' を解決することができません"
2445 #: gio/gresolver.c:831 gio/gresolver.c:909
2447 msgid "Error resolving '%s'"
2448 msgstr "'%s' の解決時にエラー"
2450 #: gio/gschema-compile.c:647
2451 msgid "where to store the gschemas.compiled file"
2454 #: gio/gschema-compile.c:647 gio/gschema-compile.c:659
2458 #: gio/gschema-compile.c:648
2459 msgid "Do not write the gschema.compiled file"
2462 #: gio/gschema-compile.c:649
2464 msgid "Do not give error for empty directory"
2465 msgstr "ディレクトリからディレクトリへ移動できません"
2467 #: gio/gschema-compile.c:650
2468 msgid "Do not enforce key name restrictions"
2471 #: gio/gschema-compile.c:662
2473 "Compile all GSettings schema files into a schema cache.\n"
2474 "Schema files are required to have the extension .gschema.xml,\n"
2475 "and the cache file is called gschemas.compiled."
2478 #: gio/gschema-compile.c:678
2480 msgid "You should give exactly one directory name\n"
2483 #: gio/gschema-compile.c:717
2485 msgid "No schema files found\n"
2488 #: gio/gsettings-tool.c:41
2492 " help Show this information\n"
2493 " get Get the value of a key\n"
2494 " set Set the value of a key\n"
2495 " monitor Monitor a key for changes\n"
2496 " writable Check if a key is writable\n"
2498 "Use '%s COMMAND --help' to get help for individual commands.\n"
2501 #: gio/gsettings-tool.c:102 gio/gsettings-tool.c:161 gio/gsettings-tool.c:252
2502 #: gio/gsettings-tool.c:325
2503 msgid "Specify the path for the schema"
2506 #: gio/gsettings-tool.c:102 gio/gsettings-tool.c:161 gio/gsettings-tool.c:252
2507 #: gio/gsettings-tool.c:325
2511 #: gio/gsettings-tool.c:110 gio/gsettings-tool.c:260 gio/gsettings-tool.c:333
2515 #: gio/gsettings-tool.c:112
2516 msgid "Get the value of KEY"
2519 #: gio/gsettings-tool.c:114 gio/gsettings-tool.c:264 gio/gsettings-tool.c:340
2522 " SCHEMA The id of the schema\n"
2523 " KEY The name of the key\n"
2526 #: gio/gsettings-tool.c:169
2527 msgid "SCHEMA KEY VALUE"
2530 #: gio/gsettings-tool.c:171
2531 msgid "Set the value of KEY"
2534 #: gio/gsettings-tool.c:173
2537 " SCHEMA The id of the schema\n"
2538 " KEY The name of the key\n"
2539 " VALUE The value to set key to, as a serialized GVariant\n"
2542 #: gio/gsettings-tool.c:212
2544 msgid "Key %s is not writable\n"
2545 msgstr "%s という型がクラスになっていません"
2547 #: gio/gsettings-tool.c:262
2548 msgid "Find out whether KEY is writable"
2551 #: gio/gsettings-tool.c:336
2553 "Monitor KEY for changes and print the changed values.\n"
2554 "Monitoring will continue until the process is terminated."
2557 #: gio/gsettings-tool.c:399
2559 msgid "Unknown command '%s'\n"
2560 msgstr "%s は不明なオプションです"
2562 #: gio/gsocket.c:275
2563 msgid "Invalid socket, not initialized"
2564 msgstr "無効なソケットです。初期化されていません"
2566 #: gio/gsocket.c:282
2568 msgid "Invalid socket, initialization failed due to: %s"
2569 msgstr "無効なソケットです。初期化に失敗しました: %s"
2571 #: gio/gsocket.c:290
2572 msgid "Socket is already closed"
2573 msgstr "ソースは既に閉じられています"
2575 #: gio/gsocket.c:298 gio/gsocket.c:2609 gio/gsocket.c:2653
2576 msgid "Socket I/O timed out"
2579 #: gio/gsocket.c:420
2581 msgid "creating GSocket from fd: %s"
2582 msgstr "ファイルディスクリプタ GSocket を作成: %s"
2584 #: gio/gsocket.c:454 gio/gsocket.c:468 gio/gsocket.c:2020
2586 msgid "Unable to create socket: %s"
2587 msgstr "ソケットを作成できません: %s"
2589 #: gio/gsocket.c:454
2590 msgid "Unknown protocol was specified"
2591 msgstr "不明なプロトコルが指定されました"
2593 #: gio/gsocket.c:1218
2595 msgid "could not get local address: %s"
2596 msgstr "ローカルのアドレスを取得できませんでした: %s"
2598 #: gio/gsocket.c:1251
2600 msgid "could not get remote address: %s"
2601 msgstr "リモートのアドレスを取得できませんでした: %s"
2603 #: gio/gsocket.c:1309
2605 msgid "could not listen: %s"
2606 msgstr "listen できませんでした: %s"
2608 #: gio/gsocket.c:1383
2610 msgid "Error binding to address: %s"
2611 msgstr "アドレスに bind 時にエラー: %s"
2613 #: gio/gsocket.c:1503
2615 msgid "Error accepting connection: %s"
2616 msgstr "接続を accept する時にエラー: %s"
2618 #: gio/gsocket.c:1616
2619 msgid "Error connecting: "
2622 #: gio/gsocket.c:1620
2623 msgid "Connection in progress"
2626 #: gio/gsocket.c:1625
2628 msgid "Error connecting: %s"
2629 msgstr "接続中にエラー: %s"
2631 #: gio/gsocket.c:1668
2633 msgid "Unable to get pending error: %s"
2634 msgstr "エラーをペンディングできません: %s"
2636 #: gio/gsocket.c:1764
2638 msgid "Error receiving data: %s"
2639 msgstr "データの受信時にエラー: %s"
2641 #: gio/gsocket.c:1907
2643 msgid "Error sending data: %s"
2644 msgstr "データの送信時にエラー: %s"
2646 #: gio/gsocket.c:2099
2648 msgid "Error closing socket: %s"
2649 msgstr "ソケットを閉じる際にエラー: %s"
2651 #: gio/gsocket.c:2602
2653 msgid "Waiting for socket condition: %s"
2654 msgstr "ソケットの指定された状態を wait: %s"
2656 #: gio/gsocket.c:2884
2657 msgid "GSocketControlMessage not supported on windows"
2658 msgstr "GSocketControlMessage は Windows ではサポートされていません"
2660 #: gio/gsocket.c:3143 gio/gsocket.c:3284
2662 msgid "Error receiving message: %s"
2663 msgstr "メッセージを受信中にエラー: %s"
2665 #: gio/gsocketclient.c:521 gio/gsocketclient.c:770
2666 msgid "Unknown error on connect"
2667 msgstr "接続時に原因不明のエラー"
2669 #: gio/gsocketlistener.c:192
2670 msgid "Listener is already closed"
2671 msgstr "受信を待つ Listener は既に閉じています"
2673 #: gio/gsocketlistener.c:233
2674 msgid "Added socket is closed"
2675 msgstr "追加されたソケットは閉じています"
2677 #: gio/gthemedicon.c:499
2679 msgid "Can't handle version %d of GThemedIcon encoding"
2680 msgstr "バージョン %d の GThemedIcon のエンコーディングはサポートしていません"
2682 #: gio/gunixconnection.c:165 gio/gunixconnection.c:502
2684 msgid "Expecting 1 control message, got %d"
2685 msgstr "コントロールメッセージを一つ待ち受けていましたが、%d 受信しました"
2687 #: gio/gunixconnection.c:178 gio/gunixconnection.c:512
2688 msgid "Unexpected type of ancillary data"
2689 msgstr "想定してない種類の補助データです"
2691 #: gio/gunixconnection.c:196
2693 msgid "Expecting one fd, but got %d\n"
2694 msgstr "ファイルディスクリプタを一つ待ち受けていましたが、%d 受信しました\n"
2696 #: gio/gunixconnection.c:212
2697 msgid "Received invalid fd"
2698 msgstr "無効なファイルディスクリプタを受けとりました"
2700 #: gio/gunixconnection.c:359
2702 msgid "Error sending credentials: "
2703 msgstr "データの送信時にエラー: %s"
2705 #: gio/gunixconnection.c:436
2707 msgid "Error checking if SO_PASSCRED is enabled for socket: %s"
2710 #: gio/gunixconnection.c:445
2713 "Unexpected option length while checking if SO_PASSCRED is enabled for "
2714 "socket. Expected %d bytes, got %d"
2717 #: gio/gunixconnection.c:462
2719 msgid "Error enabling SO_PASSCRED: %s"
2720 msgstr "ファイル名を変更する際にエラー: %s"
2722 #: gio/gunixconnection.c:492
2724 "Expecting to read a single byte for receiving credentials but read zero bytes"
2727 #: gio/gunixconnection.c:535
2729 msgid "Error while disabling SO_PASSCRED: %s"
2732 #: gio/gunixinputstream.c:354 gio/gunixinputstream.c:374
2733 #: gio/gunixinputstream.c:452 gio/gunixoutputstream.c:439
2735 msgid "Error reading from unix: %s"
2736 msgstr "unix から読み込む際にエラー: %s"
2738 #: gio/gunixinputstream.c:407 gio/gunixinputstream.c:589
2739 #: gio/gunixoutputstream.c:394 gio/gunixoutputstream.c:545
2741 msgid "Error closing unix: %s"
2742 msgstr "unix を閉じる際にエラー: %s"
2744 #: gio/gunixmounts.c:1846 gio/gunixmounts.c:1883
2745 msgid "Filesystem root"
2746 msgstr "ファイルシステムのルート"
2748 #: gio/gunixoutputstream.c:340 gio/gunixoutputstream.c:361
2750 msgid "Error writing to unix: %s"
2751 msgstr "UNIXストリームに書き込む際にエラー: %s"
2753 #: gio/gunixsocketaddress.c:245
2754 msgid "Abstract unix domain socket addresses not supported on this system"
2756 "抽象化されたUNIXドメインソケットのアドレスはこのシステムではサポートされてい"
2759 #: gio/gvolume.c:407
2760 msgid "volume doesn't implement eject"
2761 msgstr "ボリュームは「取り出し」を実装していません"
2763 #. Translators: This is an error
2764 #. * message for volume objects that
2765 #. * don't implement any of eject or eject_with_operation.
2766 #: gio/gvolume.c:486
2767 msgid "volume doesn't implement eject or eject_with_operation"
2769 "ボリュームは「取り出し」あるいは「アンマウント操作での取り出し」を実装してい"
2772 #: gio/gwin32appinfo.c:277
2773 msgid "Can't find application"
2774 msgstr "アプリケーションが見つかりません"
2776 #: gio/gwin32appinfo.c:300
2778 msgid "Error launching application: %s"
2779 msgstr "アプリケーションを起動する際にエラー: %s"
2781 #: gio/gwin32appinfo.c:336
2782 msgid "URIs not supported"
2783 msgstr "URI はサポートしていません"
2785 #: gio/gwin32appinfo.c:358
2786 msgid "association changes not supported on win32"
2787 msgstr "win32 で組み合わせの変更はサポートしていません"
2789 #: gio/gwin32appinfo.c:370
2790 msgid "Association creation not supported on win32"
2791 msgstr "win32 で組み合わせの生成はサポートしていません"
2793 #: gio/gzlibcompressor.c:279 gio/gzlibdecompressor.c:250
2795 msgid "Not enough memory"
2798 #: gio/gzlibcompressor.c:286 gio/gzlibdecompressor.c:257
2800 msgid "Internal error: %s"
2803 #: gio/gzlibcompressor.c:299 gio/gzlibdecompressor.c:271
2804 msgid "Need more input"
2807 #: gio/gzlibdecompressor.c:243
2809 msgid "Invalid compressed data"
2813 #~ msgid "Invalid UTF-8 sequence in input"
2814 #~ msgstr "変換する入力で無効なシーケンスがあります"
2816 #~ msgid "Reached maximum data array limit"
2817 #~ msgstr "データ配列の上限に到達しました"
2819 #~ msgid "do not hide entries"
2820 #~ msgstr "エントリを隠さない"
2822 #~ msgid "use a long listing format"
2823 #~ msgstr "長い形式で一覧表示する"
2825 #~ msgid "[FILE...]"
2826 #~ msgstr "[ファイル...]"
2829 #~ "Character '%s' is not valid at the start of an entity name; the & "
2830 #~ "character begins an entity; if this ampersand isn't supposed to be an "
2831 #~ "entity, escape it as &"
2833 #~ "文字 '%s' はエンティティ名の最初には使えません。文字 & はエンティティの開"
2834 #~ "始を表わします。もしアンパサンドがエンティティでなければ、& のようにエ"
2837 #~ msgid "Character '%s' is not valid inside an entity name"
2838 #~ msgstr "文字 '%s' はエンティティ名として使えません"
2840 #~ msgid "Empty character reference; should include a digit such as dž"
2841 #~ msgstr "空の文字参照です。dž のように数字がなくてはなりません"
2843 #~ msgid "Unfinished entity reference"
2844 #~ msgstr "中途半端な実体参照です"
2846 #~ msgid "Unfinished character reference"
2847 #~ msgstr "中途半端な文字参照です"
2849 #~ msgid "Invalid UTF-8 encoded text - overlong sequence"
2850 #~ msgstr "UTF-8 として正しくない文字列です (シーケンスが長すぎます)"
2852 #~ msgid "Invalid UTF-8 encoded text - not a start char"
2853 #~ msgstr "UTF-8 として正しくない文字列です (文字で始まっていません)"
2858 #~ msgid "The file containing the icon"
2859 #~ msgstr "アイコンの情報を格納したファイルです"
2864 #~ msgid "The name of the icon"
2865 #~ msgstr "アイコンの名前です"
2870 #~ msgid "An array containing the icon names"
2871 #~ msgstr "アイコンの名前を格納した配列です"
2873 #~ msgid "use default fallbacks"
2874 #~ msgstr "デフォルトのフォールバックを使用する"
2877 #~ "Whether to use default fallbacks found by shortening the name at '-' "
2878 #~ "characters. Ignores names after the first if multiple names are given."
2880 #~ "'-' という代替え文字で名前を省略するデフォルトのフォールバックを使用するか"
2881 #~ "どうかです (複数の名前を指定すると一番最初の名前より後ろの名前を全て無視し"
2884 #~ msgid "File descriptor"
2885 #~ msgstr "ファイル・ディスクリプタ"
2887 #~ msgid "The file descriptor to read from"
2888 #~ msgstr "読み込むファイルのファイル・ディスクリプタです"
2890 #~ msgid "Close file descriptor"
2891 #~ msgstr "ファイル・ディスクリプタを閉じるかどうか"
2893 #~ msgid "Whether to close the file descriptor when the stream is closed"
2894 #~ msgstr "ストリームが閉じたらファイル・ディスクリプタを閉じるかどうかです"
2896 #~ msgid "The file descriptor to write to"
2897 #~ msgstr "書き込むファイルのファイル・ディスクリプタです"