diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-12-09 23:05:15 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-12-09 23:05:15 +0100 |
commit | b4d58dd9dafafe55ea9d05bca8e47761b56ab27a (patch) | |
tree | f92621a62679a7f9785bd3bf24394dbfed8bdbe4 /po/es.po | |
parent | 4d4a0345671424fa9fd215525bf52dc35a618367 (diff) | |
download | weechat-b4d58dd9dafafe55ea9d05bca8e47761b56ab27a.zip |
Add option "-switch" to commands /connect and /reconnect
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 30 |
1 files changed, 19 insertions, 11 deletions
@@ -21,7 +21,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:56+0100\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -3496,31 +3496,36 @@ msgstr "" msgid "connect to IRC server(s)" msgstr "conectar a un servidor IRC" +#, 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] | servidor [servidor ...] [-nojoin] | " "hostname[/puerto] [-opción=[=valor]] [-noopción]]" +#, 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: conectar a todos los servidores configurados\n" " -open: conectar a todos los servidores abiertos que no están conectados " @@ -4077,13 +4082,16 @@ msgstr "" msgid "reconnect to server(s)" msgstr "reconectar al servidor(es)" -msgid "[-all [-nojoin] | servername [servername ...] [-nojoin]]" +#, fuzzy +msgid "[servername [servername ...] | -all] [-nojoin] [-switch]" msgstr "[-all [-nojoin] | servidor [servidor ...] [-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: reconectar en todos los servidores\n" "servidor: nombre del servidor a reconectar\n" |