diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-12-27 11:12:14 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-12-27 11:12:14 +0100 |
commit | 7445c12667766d4a8ea43536325a25a44d5acd18 (patch) | |
tree | dc7b507c1a3d807e84a2344acba2a9dd89a8bd7c /po/cs.po | |
parent | baee047a281b3629a877ef94843734d870ca131e (diff) | |
download | weechat-7445c12667766d4a8ea43536325a25a44d5acd18.zip |
Add option "-server" to command /join (task #10837)
Diffstat (limited to 'po/cs.po')
-rw-r--r-- | po/cs.po | 10 |
1 files changed, 7 insertions, 3 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-26 12:13+0100\n" +"POT-Creation-Date: 2010-12-27 11:05+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" @@ -3658,17 +3658,21 @@ msgstr "přezdívka: přezdívka" msgid "join a channel" msgstr "připojit se ke kanálu" -msgid "[channel1[,channel2[,channel3]] [key1[,key2]]]" +#, fuzzy +msgid "[-server server] [channel1[,channel2[,channel3]] [key1[,key2]]]" msgstr "[kanál1[,kanál2[,kanál3]] [klíč1[,klíč2]]]" +#, fuzzy msgid "" +" server: send to this server (internal name)\n" "channel: channel name to join\n" " key: key to join the channel (channels with a key must be the first in " "list)\n" "\n" "Examples:\n" " /join #weechat\n" -" /join #protectedchan,#weechat key" +" /join #protectedchan,#weechat key\n" +" /join -server freenode #weechat" msgstr "" "kanál: jméno kanálu pro připojení\n" " klíč: klíč pro připojení ke kanálu (kanál s klíčem musí být v seznamu " |