diff options
Diffstat (limited to 'po/cs.po')
-rw-r--r-- | po/cs.po | 43 |
1 files changed, 42 insertions, 1 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-19 09:28+0100\n" +"POT-Creation-Date: 2014-03-19 19:00+0100\n" "PO-Revision-Date: 2014-03-18 09:20+0100\n" "Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -5189,6 +5189,47 @@ msgstr "" " říct 'hello' všude, kromě #weechat a kanálů začínajících #linux:\n" " /allchan -exclude=#weechat,#linux* msg * hello" +#, fuzzy +msgid "execute a command on all private buffers of all connected servers" +msgstr "vykonat příkaz na všech kanálech všech připojených serverů" + +#, fuzzy +msgid "[-current] [-exclude=<nick>[,<nick>...]] <command> [<arguments>]" +msgstr "[-current] [-exclude=<kanál>[,<kanál>...]] <příkaz> [<argumenty>]" + +#, fuzzy +msgid "" +" -current: execute command for private buffers of current server only\n" +" -exclude: exclude some nicks ('*' is allowed at beginning or end of nick " +"name, to exclude many nicks)\n" +" command: command to execute\n" +"arguments: arguments for command (special variables $nick, $channel and " +"$server are replaced by their value)\n" +"\n" +"Examples:\n" +" execute '/me is testing' on all private buffers:\n" +" /allpv me is testing\n" +" say 'hello' everywhere but not for nick foo:\n" +" /allpv -exclude=foo msg * hello\n" +" say 'hello' everywhere but not for nick foo and nicks beginning with bar:\n" +" /allpv -exclude=foo,bar* msg * hello\n" +" close all private buffers:\n" +" /allpv close" +msgstr "" +" -current: vynechat příkaz pouze pro kanály aktuálního serveru\n" +" -exclude: vynechat některé kanály ('*' je povolená na začátku nebo konci " +"jména kanáku pro vynechání více kanálů)\n" +" příkaz: příkaz, který spustit\n" +"argumenty: argumenty příkazu\n" +"\n" +"Příkaldy:\n" +" vynechat '/me is testing' na všech kanálech:\n" +" /allchan me is testing\n" +" říct 'hello' všude, kromě #weechat:\n" +" /allchan -exclude=#weechat msg * hello\n" +" říct 'hello' všude, kromě #weechat a kanálů začínajících #linux:\n" +" /allchan -exclude=#weechat,#linux* msg * hello" + msgid "execute a command on all connected servers" msgstr "vykonat příkaz na všech připojených serverech" |