diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-19 19:13:41 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-19 19:13:41 +0100 |
commit | 63b474013ef683dad09fa64c2a701031d34300ca (patch) | |
tree | 5a19aaa1f1fbf6e757f31f9f3d27e4c4c2d77456 /po/es.po | |
parent | 9b380a935b9fe07daf7e1e1f0ad12a41519bb10c (diff) | |
download | weechat-63b474013ef683dad09fa64c2a701031d34300ca.zip |
irc: add command /allpv (task #13111)
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 45 |
1 files changed, 44 insertions, 1 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-19 09:28+0100\n" +"POT-Creation-Date: 2014-03-19 19:00+0100\n" "PO-Revision-Date: 2014-03-18 09:20+0100\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -5405,6 +5405,49 @@ msgstr "" "#linux:\n" " /allchan -exclude=#weechat,#linux* msg * hola" +#, fuzzy +msgid "execute a command on all private buffers of all connected servers" +msgstr "" +"ejecuta un comando en todos los canales de todos los servidores conectados" + +#, fuzzy +msgid "[-current] [-exclude=<nick>[,<nick>...]] <command> [<arguments>]" +msgstr "[-current] [-exclude=<canal>[,<canal>...]] <comando> [<argumentos>]" + +#, fuzzy +msgid "" +" -current: execute command for private buffers of current server only\n" +" -exclude: exclude some nicks ('*' is allowed at beginning or end of nick " +"name, to exclude many nicks)\n" +" command: command to execute\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 private buffers:\n" +" /allpv me is testing\n" +" say 'hello' everywhere but not for nick foo:\n" +" /allpv -exclude=foo msg * hello\n" +" say 'hello' everywhere but not for nick foo and nicks beginning with bar:\n" +" /allpv -exclude=foo,bar* msg * hello\n" +" close all private buffers:\n" +" /allpv close" +msgstr "" +" -current: ejecuta comando para los canales del servidor actual solamente\n" +" -exclude: excluye algunos canales ('*' está permitido al principio o final " +"del nombre del canal, para excluir varios canales)\n" +" comando: comando a ejecutar\n" +"argumentos: argumentos para el comando\n" +"\n" +"Ejemplos:\n" +" ejecuta '/me está probando' en todos los canales:\n" +" /allchan me está probando\n" +" decir 'hola' en todos lados menos en #weechat:\n" +" /allchan -exclude=#weechat msg * hola\n" +" decir 'hola' en todos lados menos en #weechat o canales que empiecen con " +"#linux:\n" +" /allchan -exclude=#weechat,#linux* msg * hola" + msgid "execute a command on all connected servers" msgstr "ejecuta un comando en todos los servidores conectados" |