Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan White <support@dmapps.us>2021-10-01 23:56:49 +0300
committerJonathan White <support@dmapps.us>2021-10-09 18:12:25 +0300
commitf2aa32c7b06a83a4faa819d09c2e7a4e5e6478df (patch)
tree6539e8acb832f4019e0c7be918bd2992de9ccc69 /share/translations
parent484bc5dd018b041ea78affb3ca42e5c57a0d42ba (diff)
Add direct write save option
* Closes #6335 * Modify application settings presentation to allow for alternative saving strategies * Transition Database::save calls to using flags to control saving behavior. Reduces boolean flags on function call. * Made direct write save option a local setting to prevent unintentional carry over between platforms.
Diffstat (limited to 'share/translations')
-rw-r--r--share/translations/keepassxc_en.ts16
1 files changed, 12 insertions, 4 deletions
diff --git a/share/translations/keepassxc_en.ts b/share/translations/keepassxc_en.ts
index 3604750bc..e68e21754 100644
--- a/share/translations/keepassxc_en.ts
+++ b/share/translations/keepassxc_en.ts
@@ -381,10 +381,6 @@
<translation type="unfinished"></translation>
</message>
<message>
- <source>Safely save database files (disable if experiencing problems with Dropbox, etc.)</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>User Interface</source>
<translation type="unfinished"></translation>
</message>
@@ -432,6 +428,18 @@
<source>Hide expired entries from Auto-Type</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Use alternative saving method (may solve problems with Dropbox, Google Drive, GVFS, etc.)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Temporary file moved into place</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Directly write to database file (dangerous)</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>ApplicationSettingsWidgetSecurity</name>