mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
Basic CSV Import working
This commit is contained in:
@@ -255,4 +255,7 @@
|
||||
<data name="ToastSavedMessage" xml:space="preserve">
|
||||
<value>Database successfully saved!</value>
|
||||
</data>
|
||||
<data name="NewImportFormatHelpCSV" xml:space="preserve">
|
||||
<value>The CSV file needs to be formatted as such: Name of the account;Login;Password;URL;Comments</value>
|
||||
</data>
|
||||
</root>
|
@@ -486,4 +486,10 @@
|
||||
<data name="NewImportCheckbox.Content" xml:space="preserve">
|
||||
<value>Import existing data</value>
|
||||
</data>
|
||||
<data name="NewImportFile.Content" xml:space="preserve">
|
||||
<value>Select a file to import...</value>
|
||||
</data>
|
||||
<data name="NewImportFormat.Text" xml:space="preserve">
|
||||
<value>Format</value>
|
||||
</data>
|
||||
</root>
|
@@ -255,4 +255,7 @@
|
||||
<data name="ToastSavedMessage" xml:space="preserve">
|
||||
<value>Base de données sauvegardée avec succès !</value>
|
||||
</data>
|
||||
<data name="NewImportFormatHelpCSV" 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>
|
||||
</root>
|
@@ -486,4 +486,13 @@
|
||||
<data name="NewImportCheckbox.Content" xml:space="preserve">
|
||||
<value>Importer des données existantes</value>
|
||||
</data>
|
||||
<data name="NewImportFile.Content" xml:space="preserve">
|
||||
<value>Sélectionnez un fichier à importer...</value>
|
||||
</data>
|
||||
<data name="NewImportFormat.Text" xml:space="preserve">
|
||||
<value>Format</value>
|
||||
</data>
|
||||
<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>
|
||||
</root>
|
Reference in New Issue
Block a user