mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-09 17:38:44 +02:00
2.5.6
This commit is contained in:
34
po/ja.po
34
po/ja.po
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: glib HEAD\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-11-03 23:10+0900\n"
|
||||
"POT-Creation-Date: 2004-11-12 11:58-0500\n"
|
||||
"PO-Revision-Date: 2004-11-03 23:09+0900\n"
|
||||
"Last-Translator: Takeshi AIHANA <aihana@gnome.gr.jp>\n"
|
||||
"Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
|
||||
@@ -27,14 +27,14 @@ msgstr "文字セット '%s' から '%s' への変換はサポートしていま
|
||||
msgid "Could not open converter from '%s' to '%s'"
|
||||
msgstr "'%s' から '%s' へのコンバータを開けませんでした"
|
||||
|
||||
#: glib/gconvert.c:605 glib/gconvert.c:892 glib/giochannel.c:1316
|
||||
#: glib/giochannel.c:1358 glib/giochannel.c:2200 glib/gutf8.c:911
|
||||
#: glib/gconvert.c:605 glib/gconvert.c:892 glib/giochannel.c:1318
|
||||
#: glib/giochannel.c:1360 glib/giochannel.c:2202 glib/gutf8.c:911
|
||||
#: glib/gutf8.c:1361
|
||||
msgid "Invalid byte sequence in conversion input"
|
||||
msgstr "変換する入力に無効なバイトの並びがあります"
|
||||
|
||||
#: glib/gconvert.c:610 glib/gconvert.c:825 glib/giochannel.c:1323
|
||||
#: glib/giochannel.c:2212
|
||||
#: glib/gconvert.c:610 glib/gconvert.c:825 glib/giochannel.c:1325
|
||||
#: glib/giochannel.c:2214
|
||||
#, c-format
|
||||
msgid "Error during conversion: %s"
|
||||
msgstr "変換中にエラー: %s"
|
||||
@@ -103,7 +103,7 @@ msgstr "ファイル '%s' の読み出し中にエラー: %s"
|
||||
msgid "Failed to read from file '%s': %s"
|
||||
msgstr "ファイル '%s' を読めません: %s"
|
||||
|
||||
#: glib/gfileutils.c:641 glib/gfileutils.c:726
|
||||
#: glib/gfileutils.c:641 glib/gfileutils.c:724
|
||||
#, c-format
|
||||
msgid "Failed to open file '%s': %s"
|
||||
msgstr "ファイル '%s' を開けません: %s"
|
||||
@@ -118,53 +118,53 @@ msgstr "ファイル '%s' の属性の取得できません: fstat() 失敗: %s"
|
||||
msgid "Failed to open file '%s': fdopen() failed: %s"
|
||||
msgstr "ファイル '%s' を開けません: fdopen() 失敗: %s"
|
||||
|
||||
#: glib/gfileutils.c:1009
|
||||
#: glib/gfileutils.c:1012
|
||||
#, c-format
|
||||
msgid "Template '%s' invalid, should not contain a '%s'"
|
||||
msgstr "テンプレート '%s' が正しくありません。'%s' を含んではいけません"
|
||||
|
||||
#: glib/gfileutils.c:1021
|
||||
#: glib/gfileutils.c:1026
|
||||
#, c-format
|
||||
msgid "Template '%s' doesn't end with XXXXXX"
|
||||
msgstr "テンプレート '%s' が XXXXXX で終わっていません"
|
||||
|
||||
#: glib/gfileutils.c:1042
|
||||
#: glib/gfileutils.c:1049
|
||||
#, c-format
|
||||
msgid "Failed to create file '%s': %s"
|
||||
msgstr "ファイル '%s' を作成できません: %s"
|
||||
|
||||
#: glib/gfileutils.c:1418
|
||||
#: glib/gfileutils.c:1425
|
||||
#, c-format
|
||||
msgid "Failed to read the symbolic link '%s': %s"
|
||||
msgstr "シンボリック・リンク '%s' の読み込みに失敗: %s"
|
||||
|
||||
#: glib/gfileutils.c:1439
|
||||
#: glib/gfileutils.c:1446
|
||||
msgid "Symbolic links not supported"
|
||||
msgstr "シンボリック・リンクはサポートしていません"
|
||||
|
||||
#: glib/giochannel.c:1144
|
||||
#: glib/giochannel.c:1146
|
||||
#, c-format
|
||||
msgid "Conversion from character set `%s' to `%s' is not supported"
|
||||
msgstr "文字セット '%s' から '%s' への変換はサポートされていません"
|
||||
|
||||
#: glib/giochannel.c:1148
|
||||
#: glib/giochannel.c:1150
|
||||
#, c-format
|
||||
msgid "Could not open converter from `%s' to `%s': %s"
|
||||
msgstr "'%s' から '%s' へのコンバータを開けません: %s"
|
||||
|
||||
#: glib/giochannel.c:1493
|
||||
#: glib/giochannel.c:1495
|
||||
msgid "Can't do a raw read in g_io_channel_read_line_string"
|
||||
msgstr "g_io_channel_read_line_string では raw モードで読めません"
|
||||
|
||||
#: glib/giochannel.c:1540 glib/giochannel.c:1797 glib/giochannel.c:1883
|
||||
#: glib/giochannel.c:1542 glib/giochannel.c:1799 glib/giochannel.c:1885
|
||||
msgid "Leftover unconverted data in read buffer"
|
||||
msgstr "変換されていないデータが読みこみバッファに残っています"
|
||||
|
||||
#: glib/giochannel.c:1620 glib/giochannel.c:1697
|
||||
#: glib/giochannel.c:1622 glib/giochannel.c:1699
|
||||
msgid "Channel terminates in a partial character"
|
||||
msgstr "チャンネルが不完全な文字で終わっています"
|
||||
|
||||
#: glib/giochannel.c:1683
|
||||
#: glib/giochannel.c:1685
|
||||
msgid "Can't do a raw read in g_io_channel_read_to_end"
|
||||
msgstr "g_io_channel_read_to_end では raw モードで読めません"
|
||||
|
||||
|
Reference in New Issue
Block a user