From 63b474013ef683dad09fa64c2a701031d34300ca Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 19 Mar 2014 19:13:41 +0100 Subject: irc: add command /allpv (task #13111) --- po/it.po | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) (limited to 'po/it.po') diff --git a/po/it.po b/po/it.po index 531d03ef5..2b8a4827b 100644 --- a/po/it.po +++ b/po/it.po @@ -20,7 +20,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:21+0100\n" "Last-Translator: Esteban I. Ruiz Moreno \n" "Language-Team: weechat-dev \n" @@ -5545,6 +5545,48 @@ msgstr "" "#linux:\n" " /allchan -exclude=#weechat,#linux* msg * ciao" +#, fuzzy +msgid "execute a command on all private buffers of all connected servers" +msgstr "esegue un comando su tutti i canali di tutti i server connessi" + +#, fuzzy +msgid "[-current] [-exclude=[,...]] []" +msgstr "[-current] [-exclude=[,...]] []" + +#, 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: esegue il comando solo per i canali del server corrente\n" +" -exclude: esclude alcunu canali ('*' è consentito all'inizio o alla fine " +"del nome del canale, per escludere più canali)\n" +" comando: comando da eseguire\n" +"argomenti: argomenti per il comando\n" +"\n" +"Esempi:\n" +" esegue '/me sta testando' su tutti i canali:\n" +" /allchan me is testing\n" +" dice 'ciao' dovunque tranne che su #weechat:\n" +" /allchan -exclude=#weechat msg * ciao\n" +" dice 'ciao' dovunque tranne che su #weechat e i canali che iniziano con " +"#linux:\n" +" /allchan -exclude=#weechat,#linux* msg * ciao" + msgid "execute a command on all connected servers" msgstr "esegue un comando su tutti i server connessi" -- cgit v1.2.3