Add Import/Export to application settings

* Closes #9452 - add import/export buttons to application settings

* Fixes #11120 - duplicate both menubar and toolbar visibility settings into the application settings

* Fixes #8561 - improve placement of various settings between General and Security pages

* Improve tool tip for backup database setting
* Improve wording of various settings
This commit is contained in:
Jonathan White 2024-10-05 11:22:10 -04:00
parent ba0fc3b886
commit 684122c9a9
8 changed files with 341 additions and 143 deletions

View file

@ -219,18 +219,30 @@
<source>You must restart the application to set the new language. Would you like to restart now?</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Reset Settings?</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to reset all general and security settings to default?</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Select backup storage directory</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Confirm Reset</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Are you sure you want to reset all settings to default?</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Import KeePassXC Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Failed to import settings from %1, not a valid settings file.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Export KeePassXC Settings</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ApplicationSettingsWidgetGeneral</name>
@ -306,22 +318,10 @@
<source>Backup database file before saving</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Backup destination</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Specifies the database backup file location. Occurrences of &quot;{DB_FILENAME}&quot; are replaced with the filename of the saved database without extension. {TIME:&lt;format&gt;} is replaced with the backup time, see https://doc.qt.io/qt-5/qdatetime.html#toString. &lt;format&gt; defaults to format string &quot;dd_MM_yyyy_hh-mm-ss&quot;.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>{DB_FILENAME}.old.kdbx</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Choose...</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>
@ -501,6 +501,46 @@
<comment>number of days warning for password expiration</comment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Destination format:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;{DB_FILENAME}&lt;/span&gt; is replaced with the filename of the saved database without extension&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;{TIME:&amp;lt;format&amp;gt;}&lt;/span&gt; is replaced with the specified time format (default: dd_MM_yyyy_hh-mm-ss)&lt;/p&gt;&lt;p&gt;See the User Guide for more details&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Choose folder...</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Show confirmation before moving entries to recycle bin</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Copy data on double clicking field in entry view</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Show toolbar</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Show the menu bar by pressing the Alt key</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Show menubar</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Import settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Export settings</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ApplicationSettingsWidgetSecurity</name>
@ -566,18 +606,6 @@
<source>Hide passwords in the entry preview panel</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Hide entry notes by default</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Move entries to recycle bin without confirmation</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable double click to copy the username/password entry columns</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Privacy</source>
<translation type="unfinished"></translation>
@ -594,6 +622,14 @@
<source>Lock databases when switching user</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Lock Options</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Hide notes in the entry preview panel</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>AutoType</name>