diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-04-05 13:03:11 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-04-05 13:03:11 +0200 |
commit | 9017a230136f8daa1d227dd8a20a5ecfa839920b (patch) | |
tree | 34c7c29a4326841503f54bea182f089a9639ddd6 /po/es.po | |
parent | a6e819f7908d513a87426f31278b333715f25757 (diff) | |
download | weechat-9017a230136f8daa1d227dd8a20a5ecfa839920b.zip |
Add option "-open" for IRC command /connect
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.2-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2010-04-03 12:50+0200\n" +"POT-Creation-Date: 2010-04-05 12:44+0200\n" "PO-Revision-Date: 2010-03-23 10:20+0100\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -3267,15 +3267,18 @@ msgstr "" msgid "connect to IRC server(s)" msgstr "conectar a un servidor IRC" +#, fuzzy msgid "" -"[-all [-nojoin] | servername [servername ...] [-nojoin] | hostname[/port] [-" -"option[=value]] [-nooption]]" +"[-all [-nojoin] | -open [-nojoin] | servername [servername ...] [-nojoin] | " +"hostname[/port] [-option[=value]] [-nooption]]" msgstr "" "[-all [-nojoin] | servidor [servidor ...] [-nojoin] | hostname[/puerto] [-" "opción=[=valor]] [-noopción]]" +#, fuzzy msgid "" -" -all: connect to all servers\n" +" -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" |