|
@@ -1,14 +1,27 @@
|
|
|
-#add Vault Dialogues
|
|
|
+#Generics
|
|
|
+##Button
|
|
|
+generic.button.back=Back
|
|
|
+generic.button.next=Next
|
|
|
+generic.button.open=Open
|
|
|
+
|
|
|
+#Add Vault Dialogues
|
|
|
+##Welcome
|
|
|
addvaultwizard.welcome.instruction=TODO new vault or existing vault?
|
|
|
addvaultwizard.welcome.newButton=TODO new vault
|
|
|
addvaultwizard.welcome.existingButton=TODO exising vault
|
|
|
-addvaultwizard.existing.instruction=Please choose the masterkey.cryptomator file of your existing vault. The directory contain it will be displayed.
|
|
|
+##Existing
|
|
|
+addvaultwizard.existing.promptText=TODO prompt
|
|
|
+addvaultwizard.existing.filePickerButton=TODO Filepicker
|
|
|
+addvaultwizard.existing.instruction=Please choose the masterkey.cryptomator file of your existing vault.The path to the vault will be displayed.
|
|
|
addvaultwizard.existing.filePickerTitle=Open Masterkey File
|
|
|
+##New
|
|
|
addvaultwizard.new.insertName=Please enter a name for the vault.
|
|
|
addvaultwizard.new.selectLocation=Please pick a directory where your vault is stored:
|
|
|
addvaultwizard.new.directoryPickerTitle=Select Directory
|
|
|
addvaultwizard.new.enterPassword=Please enter a Password for your vault:
|
|
|
addvaultwizard.new.reenterPassword=Please retype the password:
|
|
|
+
|
|
|
+
|
|
|
main.closeBtn.tooltip=Close
|
|
|
main.settingsBtn.tooltip=Settings
|
|
|
preferences.title=Preferences
|