|
@@ -1,5 +1,5 @@
|
|
|
-#Generics
|
|
|
-##Button
|
|
|
+# Generics
|
|
|
+## Button
|
|
|
generic.button.back=Back
|
|
|
generic.button.cancel=Cancel
|
|
|
generic.button.change=Change
|
|
@@ -7,17 +7,17 @@ generic.button.create=Create
|
|
|
generic.button.next=Next
|
|
|
generic.button.open=Open
|
|
|
|
|
|
-#Add Vault Dialogs
|
|
|
-##Welcome
|
|
|
+# Add Vault Wizard
|
|
|
+## Welcome
|
|
|
addvaultwizard.welcome.instruction=TODO new vault or existing vault?
|
|
|
addvaultwizard.welcome.newButton=TODO new vault
|
|
|
addvaultwizard.welcome.existingButton=TODO exising vault
|
|
|
-##Existing
|
|
|
+## 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
|
|
|
+## New
|
|
|
addvaultwizard.new.nameInstruction=Please enter a name for the vault:
|
|
|
addvaultwizard.new.namePrompt=TODO vault name
|
|
|
addvaultwizard.new.locationInstruction=Please pick a directory where your vault will be stored:
|
|
@@ -29,51 +29,55 @@ addvaultwizard.new.reenterPassword=Please enter the password again:
|
|
|
addvaultwizard.new.passwordsMatch=Passwords match!
|
|
|
addvaultwizard.new.passwordsDoNotMatch=Passwords do not match.
|
|
|
|
|
|
-#ChangePassword
|
|
|
+# Change Password
|
|
|
changepassword.title=Change Password
|
|
|
changepassword.enterOldPassword=To change the password, please enter the current password for
|
|
|
changepassword.enterNewPassword=Please enter a new password:
|
|
|
changepassword.reenterNewPassword=Please reenter the new password:
|
|
|
|
|
|
-#Unlock
|
|
|
+# Unlock
|
|
|
unlock.title=Unlock Vault
|
|
|
unlock.passwordPrompt=Enter Password for
|
|
|
unlock.savePassword=Save Password
|
|
|
unlock.unlockBtn=Unlock
|
|
|
-##Delete Saved Password Dialog
|
|
|
+## Delete Saved Password Dialog
|
|
|
unlock.deleteSavedPasswordDialog.title=Delete Saved Password
|
|
|
unlock.deleteSavedPasswordDialog.header=Do you really want to delete the saved password of this vault?
|
|
|
unlock.deleteSavedPasswordDialog.content=The saved password of this vault will be immediately deleted from your system keychain. If you'd like to save your password again, you'd have to unlock your vault with the "Save Password" option enabled.
|
|
|
|
|
|
-#Preferences
|
|
|
+# Preferences
|
|
|
preferences.title=Preferences
|
|
|
-##General
|
|
|
+## General
|
|
|
preferences.general=General
|
|
|
preferences.general.theme=Look & Feel
|
|
|
preferences.general.startHidden=Hide window when starting Cryptomator
|
|
|
preferences.general.debugLogging=Enable debug logging
|
|
|
preferences.general.volumeType=Volume Type
|
|
|
-##Updates
|
|
|
+## Updates
|
|
|
preferences.updates=Updates
|
|
|
preferences.updates.autoUpdateCheck=Check for updates automatically
|
|
|
preferences.updates.checkNowBtn=Check Now
|
|
|
-##Volume
|
|
|
+## Volume
|
|
|
preferences.volume=Virtual Drive
|
|
|
|
|
|
-# Main window
|
|
|
+# Main Window
|
|
|
main.closeBtn.tooltip=Close
|
|
|
main.settingsBtn.tooltip=Settings
|
|
|
vaultlist.emptyList.onboardingInstruction=Click here to add a vault
|
|
|
-## Vault detail
|
|
|
-vaultDetail.info.storageLocation=Stored at
|
|
|
-vaultDetail.info.accessLocation=Accesssible at
|
|
|
-vaultDetail.info.currentState=Currently
|
|
|
+## Vault Detail
|
|
|
+vaultDetail.unlockBtn=Unlock
|
|
|
+vaultDetail.lockBtn=Lock
|
|
|
+vaultDetail.optionsBtn=Options
|
|
|
|
|
|
-
|
|
|
-# Misc/Not Classfied
|
|
|
+# Vault Options
|
|
|
+vaultOptions.general=General
|
|
|
+vaultOptions.general.changePasswordBtn=Change Password
|
|
|
+vaultOptions.mount=Mounting
|
|
|
vaultOptions.mount.readonly=Read-Only
|
|
|
vaultOptions.mount.driveName=Drive Name
|
|
|
vaultOptions.mount.customMountFlags=Custom Mount Flags
|
|
|
+
|
|
|
+# Misc
|
|
|
passwordStrength.messageLabel.0=Very weak
|
|
|
passwordStrength.messageLabel.1=Weak
|
|
|
passwordStrength.messageLabel.2=Fair
|