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/it.po | |
parent | 9b380a935b9fe07daf7e1e1f0ad12a41519bb10c (diff) | |
download | weechat-63b474013ef683dad09fa64c2a701031d34300ca.zip |
irc: add command /allpv (task #13111)
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 44 |
1 files changed, 43 insertions, 1 deletions
@@ -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 <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\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=<nick>[,<nick>...]] <command> [<arguments>]" +msgstr "[-current] [-exclude=<canale>[,<canale>...]] <comando> [<argomenti>]" + +#, 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" |