From 95687e80576b4a74587fc3da6586ac8ea2afdab3 Mon Sep 17 00:00:00 2001 From: Marco Paolone Date: Sun, 3 Feb 2013 16:21:06 +0100 Subject: core: update italian translations --- doc/it/autogen/plugin_api/completions.txt | 8 +- doc/it/autogen/plugin_api/hdata.txt | 4 +- doc/it/autogen/plugin_api/infolists.txt | 2 +- doc/it/autogen/plugin_api/infos.txt | 2 +- doc/it/autogen/user/guile_commands.txt | 26 +- doc/it/autogen/user/irc_commands.txt | 16 +- doc/it/autogen/user/lua_commands.txt | 26 +- doc/it/autogen/user/perl_commands.txt | 26 +- doc/it/autogen/user/python_commands.txt | 26 +- doc/it/autogen/user/relay_commands.txt | 4 +- doc/it/autogen/user/relay_options.txt | 6 +- doc/it/autogen/user/ruby_commands.txt | 26 +- doc/it/autogen/user/script_commands.txt | 2 +- doc/it/autogen/user/script_options.txt | 40 +- doc/it/autogen/user/tcl_commands.txt | 26 +- doc/it/autogen/user/weechat_commands.txt | 50 +-- doc/it/autogen/user/weechat_options.txt | 12 +- po/it.po | 600 +++++++++++++++--------------- 18 files changed, 451 insertions(+), 451 deletions(-) diff --git a/doc/it/autogen/plugin_api/completions.txt b/doc/it/autogen/plugin_api/completions.txt index 3561a6c23..9333d2c94 100644 --- a/doc/it/autogen/plugin_api/completions.txt +++ b/doc/it/autogen/plugin_api/completions.txt @@ -58,13 +58,13 @@ | ruby | ruby_script | elenco degli script -| script | script_files | files in script directories +| script | script_files | file nella directory degli script -| script | script_scripts | list of scripts in repository +| script | script_scripts | elenco degli script nel repository -| script | script_scripts_installed | list of scripts installed (from repository) +| script | script_scripts_installed | elenco degli script installati (dal repository) -| script | script_tags | tags of scripts in repository +| script | script_tags | tag degli script nel repository | tcl | tcl_script | elenco degli script diff --git a/doc/it/autogen/plugin_api/hdata.txt b/doc/it/autogen/plugin_api/hdata.txt index 1b6b1a9c4..25c1bf333 100644 --- a/doc/it/autogen/plugin_api/hdata.txt +++ b/doc/it/autogen/plugin_api/hdata.txt @@ -1,6 +1,6 @@ [width="100%",cols="^1,^2,5,5,5,5",options="header"] |======================================== -| Plugin | Nome | Descrizione | Variabili | Update allowed | Liste +| Plugin | Nome | Descrizione | Variabili | Aggiornamento consentito | Liste | guile | guile_script | elenco degli script | 'filename' (string) + @@ -276,7 +276,7 @@ 'last_script' + 'scripts' -| script | script_script | scripts from repository | +| script | script_script | script dal repository | 'name' (string) + 'name_with_extension' (string) + 'language' (integer) + diff --git a/doc/it/autogen/plugin_api/infolists.txt b/doc/it/autogen/plugin_api/infolists.txt index d94316c29..6c8b9d29b 100644 --- a/doc/it/autogen/plugin_api/infolists.txt +++ b/doc/it/autogen/plugin_api/infolists.txt @@ -30,7 +30,7 @@ | ruby | ruby_script | elenco degli script | puntatore allo script (opzionale) | nome script (può iniziare o terminare con "*" come carattere jolly) (opzionale) -| script | script_script | elenco degli script | puntatore allo script (opzionale) | script name with extension (can start or end with "*" as wildcard) (optional) +| script | script_script | elenco degli script | puntatore allo script (opzionale) | nome script con l'estensione (può iniziare o terminare con "*" come carattere jolly) (opzionale) | tcl | tcl_script | elenco degli script | puntatore allo script (opzionale) | nome script (può iniziare o terminare con "*" come carattere jolly) (opzionale) diff --git a/doc/it/autogen/plugin_api/infos.txt b/doc/it/autogen/plugin_api/infos.txt index fc68bcb69..6a00eb109 100644 --- a/doc/it/autogen/plugin_api/infos.txt +++ b/doc/it/autogen/plugin_api/infos.txt @@ -40,7 +40,7 @@ | weechat | inactivity | inattività della tastiera (secondi) | - -| weechat | locale | locale used for translating messages | - +| weechat | locale | locale usato per la traduzione dei messaggi | - | weechat | version | versione di WeeChat | - diff --git a/doc/it/autogen/user/guile_commands.txt b/doc/it/autogen/user/guile_commands.txt index 4e5febaeb..a134715a8 100644 --- a/doc/it/autogen/user/guile_commands.txt +++ b/doc/it/autogen/user/guile_commands.txt @@ -1,21 +1,21 @@ [[command_guile_guile]] [command]*`guile`* elenca/carica/scarica script:: ........................................ -/guile list|listfull [] - load [-q] +/guile list|listfull [] + load [-q] autoload - reload|unload [-q] [] + reload|unload [-q][] - list: list loaded scripts -listfull: list loaded scripts (verbose) - load: load a script -autoload: load all scripts in "autoload" directory - reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) - unload: unload a script (if no name given, unload all scripts) -filename: script (file) to load - name: a script name (name used in call to "register" function) - -q: quiet mode: do not display messages + list: elenca i plugin caricati + listfull: elenca i plugin caricati (dettagliato) + load: carica un plugin + autoload: carica automaticamente i plugin nella directory utente o di sistema + reload: ricarica un plugin (se non specificato, scarica i plugin e li ricarica automaticamente) + unload: scarica uno o tutti i plugin +nome_file: (file) script da caricare + nome: il nome di uno script (usato nella chiamata alla funzione "register") + -q: modalità silenziosa: non mostra messaggi -Without argument, this command lists all loaded scripts. +Senza argomento, questo comando elenca tutti i plugin caricati. ........................................ diff --git a/doc/it/autogen/user/irc_commands.txt b/doc/it/autogen/user/irc_commands.txt index 4512db2ec..a40e7e0dc 100644 --- a/doc/it/autogen/user/irc_commands.txt +++ b/doc/it/autogen/user/irc_commands.txt @@ -55,7 +55,7 @@ Senza argomento, il comando mostra la lista dei ban per il canale corrente. [[command_irc_connect]] [command]*`connect`* connette ad uno o più server IRC:: ........................................ -/connect [...] [-