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/cs.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/cs.po')
-rw-r--r-- | po/cs.po | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -21,7 +21,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: Ondřej Súkup <mimi.vx@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -3462,6 +3462,12 @@ msgstr "" msgid "save configuration file on exit" msgstr "uložit soubor s nastavením při ukončení" +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 "uložit rozložení při ukončení (buffery, okna nebo obojí)" |