summaryrefslogtreecommitdiff
path: root/po/es.po
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-06-05 10:13:23 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-06-05 10:13:23 +0200
commitcb8435441ba8a51168599df3a81dcb55c6a8ace2 (patch)
treeac92813f663c8effd51dc6c4b5c3afe131fe2434 /po/es.po
parent2c4cf95ef9d1403feb0c87e87d7d8a4faf542254 (diff)
downloadweechat-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.po14
1 files changed, 10 insertions, 4 deletions
diff --git a/po/es.po b/po/es.po
index 4da2d99df..b27d8c448 100644
--- a/po/es.po
+++ b/po/es.po
@@ -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"