summaryrefslogtreecommitdiff
path: root/po/es.po
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-03-19 19:13:41 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-03-19 19:13:41 +0100
commit63b474013ef683dad09fa64c2a701031d34300ca (patch)
tree5a19aaa1f1fbf6e757f31f9f3d27e4c4c2d77456 /po/es.po
parent9b380a935b9fe07daf7e1e1f0ad12a41519bb10c (diff)
downloadweechat-63b474013ef683dad09fa64c2a701031d34300ca.zip
irc: add command /allpv (task #13111)
Diffstat (limited to 'po/es.po')
-rw-r--r--po/es.po45
1 files changed, 44 insertions, 1 deletions
diff --git a/po/es.po b/po/es.po
index 7bbbfb1b4..e57348942 100644
--- a/po/es.po
+++ b/po/es.po
@@ -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"