From a355f6a41c1a7e4a3c695b9d74229d8f457204c8 Mon Sep 17 00:00:00 2001 From: Marco Paolone Date: Sat, 18 May 2013 22:48:14 +0200 Subject: [PATCH] core: update italian translations --- doc/it/autogen/plugin_api/completions.txt | 6 +- doc/it/autogen/plugin_api/infos.txt | 4 +- doc/it/autogen/plugin_api/infos_hashtable.txt | 2 +- doc/it/autogen/user/aspell_commands.txt | 26 +- doc/it/autogen/user/aspell_options.txt | 2 +- doc/it/autogen/user/irc_commands.txt | 36 +- doc/it/autogen/user/irc_options.txt | 12 +- doc/it/autogen/user/logger_options.txt | 4 +- doc/it/autogen/user/relay_commands.txt | 50 +-- doc/it/autogen/user/relay_options.txt | 2 +- doc/it/autogen/user/rmodifier_commands.txt | 28 +- doc/it/autogen/user/script_options.txt | 22 +- doc/it/autogen/user/weechat_commands.txt | 118 +++--- doc/it/autogen/user/weechat_options.txt | 12 +- po/it.po | 362 ++++++++++-------- 15 files changed, 372 insertions(+), 314 deletions(-) diff --git a/doc/it/autogen/plugin_api/completions.txt b/doc/it/autogen/plugin_api/completions.txt index 358ddc6e0..898bf3f73 100644 --- a/doc/it/autogen/plugin_api/completions.txt +++ b/doc/it/autogen/plugin_api/completions.txt @@ -6,9 +6,9 @@ | alias | alias_value | valore dell'alias -| aspell | aspell_dicts | list of aspell installed dictionaries +| aspell | aspell_dicts | elenco dei dizionari aspell installati -| aspell | aspell_langs | list of all languages supported by aspell +| aspell | aspell_langs | elenco di tutte lingue supportate da aspell | guile | guile_script | elenco degli script @@ -106,7 +106,7 @@ | weechat | keys_contexts | contesti del tasto -| weechat | layouts_names | names of layouts +| weechat | layouts_names | nomi dei layout | weechat | nicks | nick nella lista nick del buffer corrente diff --git a/doc/it/autogen/plugin_api/infos.txt b/doc/it/autogen/plugin_api/infos.txt index 6a00eb109..878e39b77 100644 --- a/doc/it/autogen/plugin_api/infos.txt +++ b/doc/it/autogen/plugin_api/infos.txt @@ -2,7 +2,7 @@ |======================================== | Plugin | Nome | Descrizione | Argomenti -| aspell | aspell_dict | comma-separated list of dictionaries used in buffer | buffer pointer ("0x12345678") or buffer full name ("irc.freenode.#weechat") +| aspell | aspell_dict | elenco separato da virgole di dizionari usati nel buffer | puntatore al buffer ("0x12345678") o buffer con il nome completo ("irc.freenode.weechat") | fifo | fifo_filename | nome della pipe FIFO | - @@ -44,7 +44,7 @@ | weechat | version | versione di WeeChat | - -| weechat | version_git | WeeChat git version (output of command "git describe" for a development version only, empty for a stable release) | - +| weechat | version_git | Versione git di weechat (output del comando "git describe" solo per la versione di sviluppo, vuoto per una release stabile) | - | weechat | version_number | versione di WeeChat (come numero) | - diff --git a/doc/it/autogen/plugin_api/infos_hashtable.txt b/doc/it/autogen/plugin_api/infos_hashtable.txt index dada8a738..4c6f43ac9 100644 --- a/doc/it/autogen/plugin_api/infos_hashtable.txt +++ b/doc/it/autogen/plugin_api/infos_hashtable.txt @@ -2,7 +2,7 @@ |======================================== | Plugin | Nome | Descrizione | Tabella hash (input) | Tabella hash (output) -| irc | irc_message_parse | controlla un messaggio IRC | "message": messaggio IRC, "server": nome server (opzionale) | "tags": tags, "message_without_tags": message without the tags, "nick": nick, "host": host, "command": command, "channel": channel, "arguments": arguments (includes channel) +| irc | irc_message_parse | controlla un messaggio IRC | "message": messaggio IRC, "server": nome server (opzionale) | "tags": tag, "message_without_tags": messaggio senza tag, "nick": nick, "host": nome host, "command": comando, "channel": canale, "arguments": argomenti (include il canale) | irc | irc_message_split | divide un messaggio IRC (per adattarlo in 512 byte) | "message": messaggio IRC, "server": nome server (opzionale) | "msg1" ... "msgN": messaggio da inviare (senza "\r\n" finale), "args1" ... "argsN": argomenti dei messaggi, "count": numero di messaggi diff --git a/doc/it/autogen/user/aspell_commands.txt b/doc/it/autogen/user/aspell_commands.txt index 9752134f5..210dae7d1 100644 --- a/doc/it/autogen/user/aspell_commands.txt +++ b/doc/it/autogen/user/aspell_commands.txt @@ -3,24 +3,24 @@ ........................................ /aspell enable|disable|toggle listdict - setdict [,...] + setdict [,...] deldict - addword [] + addword [] - enable: enable aspell - disable: disable aspell - toggle: toggle aspell -listdict: show installed dictionaries - setdict: set dictionary for current buffer (multiple dictionaries can be separated by a comma) - deldict: delete dictionary used on current buffer - addword: add a word in personal aspell dictionary + enable: abilita aspell + disable: disabilita aspell + toggle: abilita/disabilita aspell +listdict: mostra i dizionari installati + setdict: imposta dizionario per il buffer corrente (più dizionari vanno separati da virgola) + deldict: elimina dizionario usato per il buffer corrente + addword: aggiunge una parola nel dizionario personale aspell -Input line beginning with a '/' is not checked, except for some commands (see /set aspell.check.commands). +La riga di input che comincia con '/' non viene controllata, tranne che per alcuni comandi (consultare /set aspell.check.commands). -To enable aspell on all buffers, use option "default_dict", then enable aspell, for example: - /set aspell.check.default_dict "en" +Per abilitare aspell su tutti i buffer, usare l'opzione "default_dict", poi abilita aspell, ad esempio: + /set aspell.check.default_dict "it" /aspell enable -Default key to toggle aspell is alt-s. +Il tasto predefinito per (dis)abilitare aspell è alt-s. ........................................ diff --git a/doc/it/autogen/user/aspell_options.txt b/doc/it/autogen/user/aspell_options.txt index 9d1a499ac..61b976389 100644 --- a/doc/it/autogen/user/aspell_options.txt +++ b/doc/it/autogen/user/aspell_options.txt @@ -24,7 +24,7 @@ ** valori: on, off (valore predefinito: `off`) * [[option_aspell.check.suggestions]] *aspell.check.suggestions* -** descrizione: `number of suggestions to display in bar item "aspell_suggest" for each dictionary set in buffer (-1 = disable suggestions, 0 = display all possible suggestions in all languages)` +** descrizione: `numero di suggerimenti da mostrare nell'elemento barra "aspell_suggest" per ogni dizionario impostato nel buffer (-1 = disattiva suggerimenti, 0 = mostra tutti i possibili suggerimenti in tutte le lingue)` ** tipo: intero ** valori: -1 .. 2147483647 (valore predefinito: `-1`) diff --git a/doc/it/autogen/user/irc_commands.txt b/doc/it/autogen/user/irc_commands.txt index a40e7e0dc..c89c893b7 100644 --- a/doc/it/autogen/user/irc_commands.txt +++ b/doc/it/autogen/user/irc_commands.txt @@ -58,25 +58,25 @@ Senza argomento, il comando mostra la lista dei ban per il canale corrente. /connect [...] [-[=]] [-no