diff options
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 25 |
1 files changed, 20 insertions, 5 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2017-02-03 21:58+0100\n" +"POT-Creation-Date: 2017-02-18 12:54+0100\n" "PO-Revision-Date: 2017-01-06 22:04+0100\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -5974,13 +5974,17 @@ msgstr "destinazione: nome server" msgid "execute a command on all channels of all connected servers" msgstr "esegue un comando su tutti i canali di tutti i server connessi" -msgid "[-current] [-exclude=<channel>[,<channel>...]] <command> [<arguments>]" +#, fuzzy +msgid "" +"[-current] [-exclude=<channel>[,<channel>...]] <command> [<arguments>] || [-" +"current] -include=<channel>[,<channel>...] <command> [<arguments>]" msgstr "[-current] [-exclude=<canale>[,<canale>...]] <comando> [<argomenti>]" #, fuzzy msgid "" " -current: execute command for channels of current server only\n" " -exclude: exclude some channels (wildcard \"*\" is allowed)\n" +" -include: include only some channels (wildcard \"*\" is allowed)\n" " command: command to execute\n" "arguments: arguments for command (special variables $nick, $channel and " "$server are replaced by their value)\n" @@ -5992,7 +5996,9 @@ msgid "" " /allchan -exclude=#weechat msg * hello\n" " say 'hello' everywhere but not on #weechat and channels beginning with " "#linux:\n" -" /allchan -exclude=#weechat,#linux* msg * hello" +" /allchan -exclude=#weechat,#linux* msg * hello\n" +" say 'hello' on all channels beginning with #linux:\n" +" /allchan -include=#linux* msg * hello" msgstr "" " -current: esegue il comando solo per i canali del server corrente\n" " -exclude: esclude alcunu canali ('*' รจ consentito all'inizio o alla fine " @@ -6014,13 +6020,16 @@ 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>]" +msgid "" +"[-current] [-exclude=<nick>[,<nick>...]] <command> [<arguments>] || [-" +"current] -include=<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 (wildcard \"*\" is allowed)\n" +" -include: include only some nicks (wildcard \"*\" is allowed)\n" " command: command to execute\n" "arguments: arguments for command (special variables $nick, $channel and " "$server are replaced by their value)\n" @@ -6032,6 +6041,8 @@ msgid "" " /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" +" say 'hello' for all nicks beginning with bar:\n" +" /allpv -include=bar* msg * hello\n" " close all private buffers:\n" " /allpv close" msgstr "" @@ -6053,12 +6064,16 @@ msgstr "" msgid "execute a command on all connected servers" msgstr "esegue un comando su tutti i server connessi" -msgid "[-exclude=<server>[,<server>...]] <command> [<arguments>]" +#, fuzzy +msgid "" +"[-exclude=<server>[,<server>...]] <command> [<arguments>] || -" +"include=<server>[,<server>...] <command> [<arguments>]" msgstr "[-exclude=<server>[,<server>...]] <comando> [<argomenti>]" #, fuzzy msgid "" " -exclude: exclude some servers (wildcard \"*\" is allowed)\n" +" -include: include only some servers (wildcard \"*\" is allowed)\n" " command: command to execute\n" "arguments: arguments for command (special variables $nick, $channel and " "$server are replaced by their value)\n" |