diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-02-09 13:21:05 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-02-09 13:21:05 +0100 |
commit | daee18621e752a1047337acbfd56e3d40d12976f (patch) | |
tree | 0479920b78ed61e3d92f28426847c22f89603747 /po/cs.po | |
parent | 71d77a58903bc39341e8ecdda16f8a607355d6f1 (diff) | |
download | weechat-daee18621e752a1047337acbfd56e3d40d12976f.zip |
Rename command /silence to /mute
Diffstat (limited to 'po/cs.po')
-rw-r--r-- | po/cs.po | 54 |
1 files changed, 27 insertions, 27 deletions
@@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.2-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2010-02-09 12:33+0100\n" +"POT-Creation-Date: 2010-02-09 13:15+0100\n" "PO-Revision-Date: 2010-01-23 11:56+0100\n" "Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1101,6 +1101,32 @@ msgstr "" "\n" "Pokud je tento příkaz spuštěn bez argumentů je zobrazeno uložené rozložení." +#, fuzzy +msgid "execute a command silently" +msgstr "příkazy weechat" + +msgid "[-current | -buffer name | -all] command" +msgstr "" + +msgid "" +"-current: no output on curent buffer\n" +" -buffer: no output on specified buffer\n" +" name: full buffer name (examples: \"irc.server.freenode\", \"irc." +"freenode.#weechat\")\n" +" -all: no output on ALL buffers\n" +" command: command to execute silently (a '/' is automatically added if not " +"found at beginning of command)\n" +"\n" +"If no target is specified (-current, -buffer or -all), then default is to " +"mute WeeChat core buffer only.\n" +"\n" +"Examples:\n" +" config save: /mute save\n" +" message to current IRC channel: /mute -current msg * hi!\n" +" message to #weechat channel: /mute -buffer irc.freenode.#weechat msg " +"#weechat hi!" +msgstr "" + msgid "list/load/unload plugins" msgstr "seznam/načíst/odebrat pluginy" @@ -1265,32 +1291,6 @@ msgstr "" "(nedefinovaná hodnota).To však funguje jen pro některé speciální proměnné " "pluginů." -#, fuzzy -msgid "execute a command silently" -msgstr "příkazy weechat" - -msgid "[-current | -buffer name | -all] command" -msgstr "" - -msgid "" -"-current: no output on curent buffer\n" -" -buffer: no output on specified buffer\n" -" name: full buffer name (examples: \"irc.server.freenode\", \"irc." -"freenode.#weechat\")\n" -" -all: no output on ALL buffers\n" -" command: command to execute silently (a '/' is automatically added if not " -"found at beginning of command)\n" -"\n" -"If no target is specified (-current, -buffer or -all), then default is to " -"silence WeeChat core buffer only.\n" -"\n" -"Examples:\n" -" config save: /silence save\n" -" message to current IRC channel: /silence -current msg * hi!\n" -" message to #weechat channel: /silence -buffer irc.freenode.#weechat msg " -"#weechat hi!" -msgstr "" - msgid "unset/reset config options" msgstr "odnastavit/resetovat konfigurační možnosti" |