diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-27 08:45:06 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-27 08:45:06 +0200 |
commit | 1acaa0ebd30f292d19798221f1a265066e25ba85 (patch) | |
tree | 550db5324515619b2ddf15e58ba9e0fb4d79a2e3 /po/hu.po | |
parent | 11f40676adc66bccd9abafecf2e0fd9063485268 (diff) | |
download | weechat-1acaa0ebd30f292d19798221f1a265066e25ba85.zip |
alias: improve /help alias: display many <command> in command synopsis
Diffstat (limited to 'po/hu.po')
-rw-r--r-- | po/hu.po | 72 |
1 files changed, 36 insertions, 36 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.7-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2011-10-19 16:21+0200\n" +"POT-Creation-Date: 2011-10-27 08:40+0200\n" "PO-Revision-Date: 2011-10-22 12:21+0200\n" "Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -3063,7 +3063,7 @@ msgid "create an alias for a command" msgstr "alias készítése egy parancshoz" #, fuzzy -msgid "[-completion <completion>] <alias> [<command> [<arguments>]]" +msgid "[-completion <completion>] <alias> [<command> [;<command>...]]" msgstr "[alias_név [parancs [paraméterek]]]" #, fuzzy, c-format @@ -3071,8 +3071,8 @@ msgid "" "completion: completion for alias (optional, by default completion is done " "with target command)\n" " alias: name of alias (can start or end with \"*\" for alias listing)\n" -" command: command name (many commands can be separated by semicolons)\n" -" arguments: arguments for command\n" +" command: command name with arguments (many commands can be separated by " +"semicolons)\n" "\n" "Without argument, this command lists all defined alias.\n" "\n" @@ -6982,33 +6982,21 @@ msgstr "" msgid "%s: registered script \"%s\", version %s (%s)" msgstr "" -#, fuzzy, c-format -msgid "%s%s: unable to run function \"%s\"" -msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n" - -#, fuzzy, c-format -msgid "%s%s: script \"%s\" not found" -msgstr "%s a \"%s\" szerver nem található\n" - -#, fuzzy, c-format -msgid "%s: loading script \"%s\"" -msgstr "folyamat: \"%s\" szerver betöltése\n" - -#, fuzzy, c-format -msgid "%s%s: unable to create new sub-interpreter" -msgstr "%s nem sikerült a szervert létrehozni\n" +#, c-format +msgid "%s: stdout/stderr: %s%s" +msgstr "" #, fuzzy, c-format -msgid "%s%s: unable to redirect stdout and stderr" -msgstr "%s nem sikerült a szervert létrehozni\n" +msgid "%s%s: function \"%s\" must return a valid value" +msgstr "%s a \"%s\" modul nem található\n" #, fuzzy, c-format -msgid "%s%s: unable to load file \"%s\"" +msgid "%s%s: error in function \"%s\"" msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n" #, fuzzy, c-format -msgid "%s%s: unable to execute file \"%s\"" -msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n" +msgid "%s: loading script \"%s\"" +msgstr "folyamat: \"%s\" szerver betöltése\n" #, fuzzy, c-format msgid "%s%s: function \"register\" not found (or failed) in file \"%s\"" @@ -7032,6 +7020,30 @@ msgstr "%s a \"%s\" szerver nem található\n" msgid "%s%s: unknown option for command \"%s\"" msgstr "%s ismeretlen opció a \"%s\" parancsnak\n" +#, fuzzy, c-format +msgid "%s%s: unable to run function \"%s\"" +msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n" + +#, fuzzy, c-format +msgid "%s%s: script \"%s\" not found" +msgstr "%s a \"%s\" szerver nem található\n" + +#, fuzzy, c-format +msgid "%s%s: unable to create new sub-interpreter" +msgstr "%s nem sikerült a szervert létrehozni\n" + +#, fuzzy, c-format +msgid "%s%s: unable to redirect stdout and stderr" +msgstr "%s nem sikerült a szervert létrehozni\n" + +#, fuzzy, c-format +msgid "%s%s: unable to load file \"%s\"" +msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n" + +#, fuzzy, c-format +msgid "%s%s: unable to execute file \"%s\"" +msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n" + #, c-format msgid "%s%s: function \"%s\" must return one valid value (%d)" msgstr "" @@ -7065,18 +7077,6 @@ msgid "%s%s: unable to initialize %s" msgstr "%s nem sikerült a modult betölteni \"%s\"\n" #, fuzzy, c-format -msgid "%s%s: function \"%s\" must return a valid value" -msgstr "%s a \"%s\" modul nem található\n" - -#, fuzzy, c-format -msgid "%s%s: error in function \"%s\"" -msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n" - -#, c-format -msgid "%s: stdout/stderr: %s%s" -msgstr "" - -#, fuzzy, c-format msgid "%s%s: unable to initialize WeeChat module" msgstr "%s nem sikerült a modult betölteni \"%s\"\n" |