aboutsummaryrefslogtreecommitdiff
path: root/po/ja.po
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-29 08:41:23 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-29 08:41:23 +0000
commitb48c3acdce7def941bf6935bc844ac711c203df0 (patch)
treebca0f853630b0dc3967255bcdf253b5c7ebed1ba /po/ja.po
parenteb4ad7a7406af080c03c6af88430e8cd31e51225 (diff)
check for filename encoding on the first run.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@384 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'po/ja.po')
-rw-r--r--po/ja.po67
1 files changed, 46 insertions, 21 deletions
diff --git a/po/ja.po b/po/ja.po
index 2c92fa66..7d85c0e5 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sylpheed\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-06-28 18:44+0900\n"
+"POT-Creation-Date: 2005-06-29 17:13+0900\n"
"PO-Revision-Date: 1999-10-12\n"
"Last-Translator: Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>\n"
"Language-Team: Japanese <ja@li.org>\n"
@@ -594,11 +594,11 @@ msgstr "共有アドレス"
msgid "Personal address"
msgstr "個人用アドレス"
-#: src/alertpanel.c:123 src/compose.c:5097 src/main.c:460
+#: src/alertpanel.c:123 src/compose.c:5097 src/main.c:482
msgid "Notice"
msgstr "注意"
-#: src/alertpanel.c:136 src/main.c:257 src/textview.c:2071
+#: src/alertpanel.c:136 src/main.c:279 src/textview.c:2071
msgid "Warning"
msgstr "警告"
@@ -2379,7 +2379,32 @@ msgstr ""
msgid "g_thread is not supported by glib.\n"
msgstr "g_thread は glib によってサポートされていません。\n"
-#: src/main.c:258
+#: src/main.c:223
+msgid "Filename encoding"
+msgstr "ファイル名エンコーディング"
+
+#: src/main.c:224
+msgid ""
+"The locale encoding is not UTF-8, but the environmental variable "
+"G_FILENAME_ENCODING is not set.\n"
+"If the locale encoding is used for file name or directory name, it will not "
+"work correctly.\n"
+"In that case, you must set the following environmental variable (see README "
+"for detail):\n"
+"\n"
+"\tG_FILENAME_ENCODING=@locale\n"
+"\n"
+"Continue?"
+msgstr ""
+"ロケールエンコーディングが UTF-8 ではありませんが、環境変数 G_FILENAME_ENCODING が指定されていません。\n"
+"ファイル名またはディレクトリ名にロケールエンコーディングが使用されている場合は、正常に動作しません。\n"
+"その場合は、以下の環境変数を指定する必要があります(詳細は README を参照):\n"
+"\n"
+"\tG_FILENAME_ENCODING=@locale\n"
+"\n"
+"続行しますか?"
+
+#: src/main.c:280
msgid ""
"GnuPG is not installed properly, or its version is too old.\n"
"OpenPGP support disabled."
@@ -2387,16 +2412,16 @@ msgstr ""
"GnuPG が正しくインストールされていないか、バージョンが古すぎます。\n"
"OpenPGP サポートは無効です。"
-#: src/main.c:416
+#: src/main.c:438
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "使用法: %s [オプション]...\n"
-#: src/main.c:419
+#: src/main.c:441
msgid " --compose [address] open composition window"
msgstr " --compose [address] メッセージ作成ウィンドウを開く"
-#: src/main.c:420
+#: src/main.c:442
msgid ""
" --attach file1 [file2]...\n"
" open composition window with specified files\n"
@@ -2406,23 +2431,23 @@ msgstr ""
" 指定したファイルを添付してメッセージ作成\n"
" ウィンドウを開く"
-#: src/main.c:423
+#: src/main.c:445
msgid " --receive receive new messages"
msgstr " --receive 新着メッセージを受信する"
-#: src/main.c:424
+#: src/main.c:446
msgid " --receive-all receive new messages of all accounts"
msgstr " --receive-all 全アカウントの新着メッセージを受信する"
-#: src/main.c:425
+#: src/main.c:447
msgid " --send send all queued messages"
msgstr " --send 送信待機中のメッセージをすべて送信する"
-#: src/main.c:426
+#: src/main.c:448
msgid " --status [folder]... show the total number of messages"
msgstr " --status [folder]... メッセージの総数を表示する"
-#: src/main.c:427
+#: src/main.c:449
msgid ""
" --status-full [folder]...\n"
" show the status of each folder"
@@ -2430,40 +2455,40 @@ msgstr ""
" --status-full [folder]...\n"
" 各フォルダの状態を表示する"
-#: src/main.c:429
+#: src/main.c:451
msgid " --debug debug mode"
msgstr " --debug デバッグモード"
-#: src/main.c:430
+#: src/main.c:452
msgid " --help display this help and exit"
msgstr " --help このヘルプを表示して終了する"
-#: src/main.c:431
+#: src/main.c:453
msgid " --version output version information and exit"
msgstr " --version バージョン情報を出力して終了する"
-#: src/main.c:461
+#: src/main.c:483
msgid "Composing message exists. Really quit?"
msgstr "作成中のメッセージが存在します。本当に終了しますか?"
-#: src/main.c:469
+#: src/main.c:491
msgid "Queued messages"
msgstr "送信待機中のメッセージ"
-#: src/main.c:470
+#: src/main.c:492
msgid "Some unsent messages are queued. Exit now?"
msgstr "送信待機中の未送信メッセージがあります。終了しますか?"
#. remote command mode
-#: src/main.c:548
+#: src/main.c:570
msgid "another Sylpheed is already running.\n"
msgstr "別の Sylpheed がすでに起動しています。\n"
-#: src/main.c:714
+#: src/main.c:736
msgid "Migration of configuration"
msgstr "設定の移行"
-#: src/main.c:715
+#: src/main.c:737
msgid ""
"The previous version of configuration found.\n"
"Do you want to migrate it?"