diff options
Diffstat (limited to 'po/cs.po')
-rw-r--r-- | po/cs.po | 30 |
1 files changed, 19 insertions, 11 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.4-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2010-12-09 19:36+0100\n" +"POT-Creation-Date: 2010-12-09 22:59+0100\n" "PO-Revision-Date: 2010-11-06 11:55+0100\n" "Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -3448,31 +3448,36 @@ msgstr "" msgid "connect to IRC server(s)" msgstr "připojit se k IRC serveru/serverům" +#, fuzzy msgid "" -"[-all [-nojoin] | -open [-nojoin] | servername [servername ...] [-nojoin] | " -"hostname[/port] [-option[=value]] [-nooption]]" +"[servername [servername ...] | hostname[/port] [-option[=value]] [-nooption] " +"| -all | -open] [-nojoin] [-switch]" msgstr "" "[-all [-nojoin] | -open [-nojoin] | jméno_serveru [jméno_serveru ...] [-" "nojoin] | jméno_hosta[/port] [-volba[=hodnota]] [-novolba]]" +#, fuzzy msgid "" -" -all: connect to all servers defined in configuration\n" -" -open: connect to all opened servers that are not currently connected\n" "servername: internal server name to connect (server must have been created " "by /server add)\n" -" -nojoin: do not join any channel (even if autojoin is enabled on server)\n" -" hostname: hostname (or IP) of a server\n" +" hostname: hostname (or IP) of a server (this will create a TEMPORARY " +"server)\n" " port: port for server (6667 by default)\n" " option: set option for server (for boolean option, value can be " "omitted)\n" " nooption: set boolean option to 'off' (for example: -nossl)\n" +" -all: connect to all servers defined in configuration\n" +" -open: connect to all opened servers that are not currently connected\n" +" -nojoin: do not join any channel (even if autojoin is enabled on server)\n" +" -switch: switch to next server address\n" "\n" "Examples:\n" " /connect freenode\n" " /connect irc.oftc.net/6667\n" " /connect irc6.oftc.net/6667 -ipv6\n" " /connect irc6.oftc.net/6697 -ipv6 -ssl\n" -" /connect my.server.org/6697 -ssl -password=test" +" /connect my.server.org/6697 -ssl -password=test\n" +" /connect -switch" msgstr "" " -all: připojit ke všem serverům definovaným v konfiguraci\n" " -open: připojit ke všem otevřeným serverům, které nejsou přáve " @@ -4027,13 +4032,16 @@ msgstr "" msgid "reconnect to server(s)" msgstr "znovu připojit k serveru/serverům" -msgid "[-all [-nojoin] | servername [servername ...] [-nojoin]]" +#, fuzzy +msgid "[servername [servername ...] | -all] [-nojoin] [-switch]" msgstr "[-all [-nojoin] | jméno_serveru [jméno_serveru ...] [-nojoin]]" +#, fuzzy msgid "" -" -all: reconnect to all servers\n" "servername: server name to reconnect\n" -" -nojoin: do not join any channel (even if autojoin is enabled on server)" +" -all: reconnect to all servers\n" +" -nojoin: do not join any channel (even if autojoin is enabled on server)\n" +" -switch: switch to next server address" msgstr "" " -all: znovu připojit ke všem serverům\n" "jméno_serveru: jméno serveru pro znovu přípojení\n" |