pull/1/head
Tatsuhiro Tsujikawa 2006-04-29 17:41:49 +00:00
parent d6100c7507
commit 75deb4e605
4 changed files with 7 additions and 7 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://aria2.sourceforge.net/\n" "Report-Msgid-Bugs-To: http://aria2.sourceforge.net/\n"
"POT-Creation-Date: 2006-04-29 00:50+0900\n" "POT-Creation-Date: 2006-04-30 02:39+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -576,7 +576,7 @@ msgid ""
" ',' like \"3,6\".\n" " ',' like \"3,6\".\n"
" You can also use '-' to specify rangelike \"1-5" " You can also use '-' to specify rangelike \"1-5"
"\".\n" "\".\n"
" ',' and '-' can be used together.\n" " ',' and '-' can be used together."
msgstr "" msgstr ""
#: src/main.cc:221 #: src/main.cc:221

BIN
po/ja.gmo

Binary file not shown.

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: aria2c 0.2.1\n" "Project-Id-Version: aria2c 0.2.1\n"
"Report-Msgid-Bugs-To: http://aria2.sourceforge.net/\n" "Report-Msgid-Bugs-To: http://aria2.sourceforge.net/\n"
"POT-Creation-Date: 2006-04-29 00:50+0900\n" "POT-Creation-Date: 2006-04-30 02:39+0900\n"
"PO-Revision-Date: 2006-04-29 00:54+0900\n" "PO-Revision-Date: 2006-04-30 02:40+0900\n"
"Last-Translator: Tatsuhiro Tsujikawa <tujikawa@rednoah.com>\n" "Last-Translator: Tatsuhiro Tsujikawa <tujikawa@rednoah.com>\n"
"Language-Team: Japanese <ja@li.org>\n" "Language-Team: Japanese <ja@li.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -703,7 +703,7 @@ msgid ""
" ',' like \"3,6\".\n" " ',' like \"3,6\".\n"
" You can also use '-' to specify rangelike \"1-5" " You can also use '-' to specify rangelike \"1-5"
"\".\n" "\".\n"
" ',' and '-' can be used together.\n" " ',' and '-' can be used together."
msgstr "" msgstr ""
" --select-file=INDEX... インデックスでダウンロード対象ファイルを指定し" " --select-file=INDEX... インデックスでダウンロード対象ファイルを指定し"
"ま\n" "ま\n"
@ -713,7 +713,7 @@ msgstr ""
"切っ\n" "切っ\n"
" て指定できます: \"3,6\"\n" " て指定できます: \"3,6\"\n"
" また, '-' を使って範囲指定もできます: \"1-5\"\n" " また, '-' を使って範囲指定もできます: \"1-5\"\n"
" ',' と '-' は組み合わせて使うことができます.\n" " ',' と '-' は組み合わせて使うことができます."
#: src/main.cc:221 #: src/main.cc:221
msgid " -v, --version Print the version number and exit." msgid " -v, --version Print the version number and exit."

View File

@ -216,7 +216,7 @@ void showUsage() {
" option. Multiple indexes can be specified by using\n" " option. Multiple indexes can be specified by using\n"
" ',' like \"3,6\".\n" " ',' like \"3,6\".\n"
" You can also use '-' to specify rangelike \"1-5\".\n" " You can also use '-' to specify rangelike \"1-5\".\n"
" ',' and '-' can be used together.\n") << endl; " ',' and '-' can be used together.") << endl;
#endif // ENABLE_BITTORRENT #endif // ENABLE_BITTORRENT
cout << _(" -v, --version Print the version number and exit.") << endl; cout << _(" -v, --version Print the version number and exit.") << endl;
cout << _(" -h, --help Print this message and exit.") << endl; cout << _(" -h, --help Print this message and exit.") << endl;