mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-04 08:00:16 -04:00
Added the option to close DB without saving
Changed the way recent files are retrieved Stopped showing the DB Closed exception on suspend Reordering entries works Moved code from infra to application Cleanup
This commit is contained in:
@@ -492,4 +492,10 @@
|
||||
<data name="NewImportFormat.Text" xml:space="preserve">
|
||||
<value>Format</value>
|
||||
</data>
|
||||
<data name="CloseButton.Content" xml:space="preserve">
|
||||
<value>Close without saving</value>
|
||||
</data>
|
||||
<data name="CloseDesc.Text" xml:space="preserve">
|
||||
<value>This will close the currently opened database without saving the changes.</value>
|
||||
</data>
|
||||
</root>
|
@@ -495,4 +495,10 @@
|
||||
<data name="NewImportFormatHelp.Text" xml:space="preserve">
|
||||
<value>Le fichier CSV doit être formatté de la façon suivante: Nom du compte;Login;Mot de passe:URL;Commentaires</value>
|
||||
</data>
|
||||
<data name="CloseButton.Content" xml:space="preserve">
|
||||
<value>Fermer sans sauvegarder</value>
|
||||
</data>
|
||||
<data name="CloseDesc.Text" xml:space="preserve">
|
||||
<value>Cela va fermer la base de données ouverte sans sauvegarder les changements.</value>
|
||||
</data>
|
||||
</root>
|
Reference in New Issue
Block a user