diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-08-09 10:56:03 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-08-09 10:56:03 +0200 |
commit | 1054cdf1e95ec528869bce553c5e738709a9d115 (patch) | |
tree | fd77bfb7720dc24af599cd0ad6b374637bd5f2ae /po/it.po | |
parent | 0cc5df664955cafab8334d7abc3dfd6dc8bc77cd (diff) | |
download | weechat-1054cdf1e95ec528869bce553c5e738709a9d115.zip |
fset: add option fset.look.auto_refresh (closes #1553)
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 15 |
1 files changed, 14 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: 2020-07-20 22:25+0200\n" +"POT-Creation-Date: 2020-08-09 10:51+0200\n" "PO-Revision-Date: 2020-04-28 16:40+0200\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -6099,6 +6099,19 @@ msgstr "" msgid "configuration files, sections, options and words of options" msgstr "file di configurazione \"%s\" (opzioni %s.*)" +#, fuzzy +msgid "" +"comma separated list of options to automatically refresh on the fset buffer " +"(if opened); \"*\" means all options (recommended), a name beginning with \"!" +"\" is a negative value to prevent an option to be refreshed, wildcard \"*\" " +"is allowed in names (example: \"*,!plugin.section.*\")" +msgstr "" +"elenco separato da virgole di plugin da caricare automaticamente all'avvio, " +"\"*\" equivale a tutti i plugin trovati. un nome che comincia con \"!\" è un " +"valore negativo per impedire il caricamento di un plugin, i nomi possono " +"iniziare o finire con \"*\" per corrispondere a più plugin (esempi: \"*\" " +"oppure \"*,!lua,!tcl\")" + msgid "" "automatically unmark all options after an action on marked options or after " "a refresh" |