From cb8435441ba8a51168599df3a81dcb55c6a8ace2 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 5 Jun 2013 10:13:23 +0200 Subject: irc: add support of special variables $nick/$channel/$server in commands /allchan and /allserv --- po/es.po | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'po/es.po') 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 \n" "Language-Team: weechat-dev \n" @@ -4720,12 +4720,14 @@ msgstr "" msgid "[-current] [-exclude=[,...]] []" msgstr "[-current] [-exclude=[,...]] []" +#, 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=[,...]] []" msgstr "[-exclude=[,...]] []" +#, 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" -- cgit v1.2.3