diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-06-05 10:13:23 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-06-05 10:13:23 +0200 |
commit | cb8435441ba8a51168599df3a81dcb55c6a8ace2 (patch) | |
tree | ac92813f663c8effd51dc6c4b5c3afe131fe2434 /po/es.po | |
parent | 2c4cf95ef9d1403feb0c87e87d7d8a4faf542254 (diff) | |
download | weechat-cb8435441ba8a51168599df3a81dcb55c6a8ace2.zip |
irc: add support of special variables $nick/$channel/$server in commands /allchan and /allserv
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.2-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-06-02 10:52+0200\n" +"POT-Creation-Date: 2013-06-05 10:12+0200\n" "PO-Revision-Date: 2013-05-20 16:54+0200\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -4720,12 +4720,14 @@ msgstr "" msgid "[-current] [-exclude=<channel>[,<channel>...]] <command> [<arguments>]" msgstr "[-current] [-exclude=<canal>[,<canal>...]] <comando> [<argumentos>]" +#, fuzzy msgid "" " -current: execute command for channels of current server only\n" " -exclude: exclude some channels ('*' is allowed at beginning or end of " "channel name, to exclude many channels)\n" " command: command to execute\n" -"arguments: arguments for command\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 channels:\n" @@ -4757,17 +4759,21 @@ msgstr "ejecuta un comando en todos los servidores conectados" msgid "[-exclude=<server>[,<server>...]] <command> [<arguments>]" msgstr "[-exclude=<servidor>[,<servidor>...]] <comando> [<argumentos>]" +#, fuzzy msgid "" " -exclude: exclude some servers ('*' is allowed at beginning or end of " "server name, to exclude many servers)\n" " command: command to execute\n" -"arguments: arguments for command\n" +"arguments: arguments for command (special variables $nick, $channel and " +"$server are replaced by their value)\n" "\n" "Examples:\n" " change nick on all servers:\n" " /allserv nick newnick\n" " set away on all servers:\n" -" /allserv away I'm away" +" /allserv away I'm away\n" +" do a whois on my nick on all servers:\n" +" /allserv whois $nick" msgstr "" " -exclude: excluye algunos servidores ('*' está permitido al principio o " "final del nombre del servidor, para excluir varios servidores)\n" |