diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-10-14 07:56:02 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-10-14 07:56:02 +0200 |
commit | 0db48c7291067ff3dd6b0f38664cc6867e0e87e5 (patch) | |
tree | 8e52e60103ccaf1c2664e3841c575b199ae06129 /po/it.po | |
parent | d427fc05491af5c34d14cdf4ce632a55dc99d3f4 (diff) | |
download | weechat-0db48c7291067ff3dd6b0f38664cc6867e0e87e5.zip |
core: add option weechat.look.save_config_with_fsync (closes #1083)
This makes the save of all configuration files about 20 to 200x slower
(according to the storage device speed); so this is disabled by default.
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 8 |
1 files changed, 7 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: 2017-09-05 07:26+0200\n" +"POT-Creation-Date: 2017-10-14 07:47+0200\n" "PO-Revision-Date: 2017-06-26 23:32+0200\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -3740,6 +3740,12 @@ msgstr "" msgid "save configuration file on exit" msgstr "salva file di configurazione all'uscita" +msgid "" +"use fsync to synchronize the configuration file with the storage device (see " +"man fsync); this is slower but should prevent any data loss in case of power " +"failure during the save of configuration file" +msgstr "" + #, fuzzy msgid "save layout on exit (buffers, windows, or both)" msgstr "salva layout all'uscita (buffer, finestre, o entrambi)" |