From a99d136018eae1099ffa32b660259632694ee6ed Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Tue, 14 Aug 2012 18:29:32 +0200 Subject: core: add new plugin "script" (scripts manager, replacing scripts weeget.py and script.pl) --- po/ja.po | 487 +++++++++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 413 insertions(+), 74 deletions(-) (limited to 'po/ja.po') diff --git a/po/ja.po b/po/ja.po index 817d7fec1..01396e0a3 100644 --- a/po/ja.po +++ b/po/ja.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.9-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2012-08-02 22:48+0200\n" +"POT-Creation-Date: 2012-08-14 18:26+0200\n" "PO-Revision-Date: 2012-07-27 12:16+0200\n" "Last-Translator: AYANOKOUZI, Ryuunosuke \n" "Language-Team: Japanese \n" @@ -6382,14 +6382,6 @@ msgstr "%s%s: クライアント能力: sasl はサポートされていませ msgid "%s%s: client capability, enabled: %s" msgstr "%s%s: クライアント能力、有効化: %s" -#, c-format -msgid "" -"%s%s: cannot authenticate with SASL and mechanism DH-BLOWFISH because " -"WeeChat was not built with libgcrypt support" -msgstr "" -"%s%s: WeeChat が libgcrypt をサポートしてビルドされていないので、SASL と DH-" -"BLOWFISH メカニズムの組み合わせでは認証出来ません" - #, c-format msgid "%s%s: client capability, refused: %s" msgstr "%s%s: クライアント能力、拒否されました: %s" @@ -8074,65 +8066,6 @@ msgstr "%s%s: ファイル \"%s\" のロード中の未定義のエラー" msgid "%s%s: unable to initialize %s" msgstr "%s%s: %s の初期化に失敗" -#, fuzzy -msgid "Support of python scripts" -msgstr "スクリプトのリスト" - -#, c-format -msgid "%s%s: unable to initialize WeeChat module" -msgstr "%s%s: WeeChat モジュールを初期化に失敗" - -#, c-format -msgid "%s%s: unable to redirect stdout" -msgstr "%s%s: 標準入力のリダイレクトに失敗" - -#, c-format -msgid "%s%s: unable to redirect stderr" -msgstr "%s%s: 標準エラーのリダイレクトに失敗" - -msgid "path to python 2.x interpreter" -msgstr "python 2.x インタプリタへのパス" - -#, c-format -msgid "%s%s: unable to launch global interpreter" -msgstr "%s%s: グローバルインタプリタの起動に失敗" - -#, c-format -msgid "%s%s: unable to get current interpreter state" -msgstr "%s%s: 現在のインタプリタの状態の取得に失敗" - -#, c-format -msgid "%s%s: unable to free interpreter" -msgstr "%s%s: インタプリタの開放に失敗" - -#, fuzzy -msgid "Support of ruby scripts" -msgstr "スクリプトのリスト" - -#, c-format -msgid "%s%s: stdout/stderr: %s%s" -msgstr "%s%s: 標準入力/標準エラー: %s%s" - -#, c-format -msgid "%s%s: unable to read file \"%s\"" -msgstr "%s%s: ファイル \"%s\" を読み込めません" - -#, c-format -msgid "%s%s: error while loading file \"%s\"" -msgstr "%s%s: ファイル \"%s\" の読み込み中にエラー" - -#, c-format -msgid "%s%s: function \"weechat_init\" is missing in file \"%s\"" -msgstr "%s%s: 関数 \"weechat_init\" がファイル \"%s\" の中に見つかりません" - -#, c-format -msgid "%s%s: unable to eval function \"weechat_init\" in file \"%s\"" -msgstr "%s%s: ファイル \"%s\" 内の関数 \"weechat_init\" を評価できません" - -#, c-format -msgid "%s%s: unable to eval WeeChat ruby internal code" -msgstr "%s%s: WeeChat ruby 内部コードを評価できません" - msgid "list/load/unload scripts" msgstr "スクリプトをリストアップ/ロード/アンロード" @@ -8249,6 +8182,407 @@ msgstr "" msgid "%s%s: wrong arguments for function \"%s\" (script: %s)" msgstr "%s%s: 関数 \"%s\" の不正な引数 (スクリプト: %s)" +#, fuzzy +msgid "Support of python scripts" +msgstr "スクリプトのリスト" + +#, c-format +msgid "%s%s: unable to initialize WeeChat module" +msgstr "%s%s: WeeChat モジュールを初期化に失敗" + +#, c-format +msgid "%s%s: unable to redirect stdout" +msgstr "%s%s: 標準入力のリダイレクトに失敗" + +#, c-format +msgid "%s%s: unable to redirect stderr" +msgstr "%s%s: 標準エラーのリダイレクトに失敗" + +msgid "path to python 2.x interpreter" +msgstr "python 2.x インタプリタへのパス" + +#, c-format +msgid "%s%s: unable to launch global interpreter" +msgstr "%s%s: グローバルインタプリタの起動に失敗" + +#, c-format +msgid "%s%s: unable to get current interpreter state" +msgstr "%s%s: 現在のインタプリタの状態の取得に失敗" + +#, c-format +msgid "%s%s: unable to free interpreter" +msgstr "%s%s: インタプリタの開放に失敗" + +#, fuzzy +msgid "Support of ruby scripts" +msgstr "スクリプトのリスト" + +#, c-format +msgid "%s%s: stdout/stderr: %s%s" +msgstr "%s%s: 標準入力/標準エラー: %s%s" + +#, c-format +msgid "%s%s: unable to read file \"%s\"" +msgstr "%s%s: ファイル \"%s\" を読み込めません" + +#, c-format +msgid "%s%s: error while loading file \"%s\"" +msgstr "%s%s: ファイル \"%s\" の読み込み中にエラー" + +#, c-format +msgid "%s%s: function \"weechat_init\" is missing in file \"%s\"" +msgstr "%s%s: 関数 \"weechat_init\" がファイル \"%s\" の中に見つかりません" + +#, c-format +msgid "%s%s: unable to eval function \"weechat_init\" in file \"%s\"" +msgstr "%s%s: ファイル \"%s\" 内の関数 \"weechat_init\" を評価できません" + +#, c-format +msgid "%s%s: unable to eval WeeChat ruby internal code" +msgstr "%s%s: WeeChat ruby 内部コードを評価できません" + +msgid "Scripts manager" +msgstr "" + +#, fuzzy +msgid "Scripts loaded:" +msgstr "ロードされた %s スクリプト:" + +#, fuzzy, c-format +msgid "%s: unknown language for script \"%s\"" +msgstr "%s: スクリプト \"%s\" のアンロード中" + +#, fuzzy, c-format +msgid "%s%s: error downloading script \"%s\": %s" +msgstr "%s: スクリプト \"%s\" のアンロード中" + +#, fuzzy, c-format +msgid "%s: downloading script \"%s\"..." +msgstr "%s: スクリプト \"%s\" のアンロード中" + +#, fuzzy, c-format +msgid "%s: script \"%s\" is not installed" +msgstr "%s%s: スクリプト \"%s\" はロードされていません" + +#, fuzzy, c-format +msgid "%s: script \"%s\" is held" +msgstr "%s: スクリプト \"%s\" がアンロードされました" + +#, fuzzy, c-format +msgid "%s: script \"%s\" not found" +msgstr "%s%s: スクリプト \"%s\" が見つかりません" + +#, fuzzy, c-format +msgid "%s: script \"%s\" not held any more" +msgstr "%s%s: スクリプト \"%s\" はロードされていません" + +#, fuzzy, c-format +msgid "%s: script \"%s\" held" +msgstr "%s: スクリプト \"%s\" がアンロードされました" + +#, fuzzy, c-format +msgid "%s: script \"%s\" is already installed and up-to-date" +msgstr "%s%s: サーバ \"%s\" は既に存在しており、作成できません" + +#, fuzzy, c-format +msgid "%s: all scripts are up-to-date" +msgstr "%s: スクリプトがロードされました" + +msgid "Script" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Author" +msgstr "" + +msgid "License" +msgstr "" + +msgid "Description" +msgstr "説明" + +msgid "Tags" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Date added" +msgstr "" + +#, fuzzy +msgid "Date updated" +msgstr "バー \"%s\" がアップデートされました" + +msgid "URL" +msgstr "" + +msgid "MD5" +msgstr "" + +msgid "Requires" +msgstr "" + +#, fuzzy +msgid "Min WeeChat" +msgstr "WeeChat を終了" + +#, fuzzy +msgid "Max WeeChat" +msgstr "WeeChat を終了" + +msgid "popular" +msgstr "" + +msgid "installed" +msgstr "" + +msgid "held" +msgstr "" + +msgid "running" +msgstr "" + +msgid "obsolete" +msgstr "" + +#, c-format +msgid "alt+d=back to list" +msgstr "" + +#, c-format +msgid "" +"%d/%d scripts (filter: %s) | Sort: %s | alt+i=install r=remove l=load " +"u=unload h=(un)hold d=show detail | Input: 'q'=close 'r'=refresh 's:x," +"y'=sort 'words'=filter '*'=reset filter" +msgstr "" + +msgid "Scripts" +msgstr "" + +#, fuzzy +msgid "WeeChat scripts manager" +msgstr "WeeChat サイト" + +msgid "" +"list || show