|
@@ -8,6 +8,7 @@ generic.button.back=Back
|
|
|
generic.button.cancel=Cancel
|
|
|
generic.button.change=Change
|
|
|
generic.button.copy=Copy
|
|
|
+generic.button.copied=Copied!
|
|
|
generic.button.done=Done
|
|
|
generic.button.next=Next
|
|
|
generic.button.print=Print
|
|
@@ -177,8 +178,7 @@ wrongFileAlert.information=You have tried to add a file or folder that does not
|
|
|
# Vault Options
|
|
|
## General
|
|
|
vaultOptions.general=General
|
|
|
-vaultOptions.general.changePasswordBtn=Change Password
|
|
|
-vaultOptions.general.showRecoveryKeyBtn=Display Recovery Key
|
|
|
+vaultOptions.general.unlockAfterStartup=Unlock vault when starting Cryptomator
|
|
|
## Mount
|
|
|
vaultOptions.mount=Mounting
|
|
|
vaultOptions.mount.readonly=Read-Only
|
|
@@ -191,12 +191,20 @@ vaultOptions.mount.mountPoint.driveLetter=Use assigned drive letter
|
|
|
vaultOptions.mount.mountPoint.custom=Custom path
|
|
|
vaultOptions.mount.mountPoint.directoryPickerButton=Choose…
|
|
|
vaultOptions.mount.mountPoint.directoryPickerTitle=Pick an empty directory
|
|
|
+## Master Key
|
|
|
+vaultOptions.masterkey=Password
|
|
|
+vaultOptions.general.changePasswordBtn=Change Password
|
|
|
+vaultOptions.masterkey.recoveryKeyExpanation=A recovery key is your only means to restore access to a vault, if you loose your password.
|
|
|
+vaultOptions.general.showRecoveryKeyBtn=Display Recovery Key
|
|
|
+vaultOptions.masterkey.recoverPasswordBtn=Recover Password
|
|
|
|
|
|
# Recovery Key
|
|
|
recoveryKey.title=Recovery Key
|
|
|
recoveryKey.enterPassword.prompt=Enter your password to show the recovery key for "%s":
|
|
|
recoveryKey.display.message=The following recovery key can be used to restore access to "%s":
|
|
|
recoveryKey.display.StorageHints=Keep it somewhere very secure, e.g.:\n • Store it using a password manager\n • Save it on a USB flash drive\n • Print it on paper
|
|
|
+recoveryKey.recover.prompt=Enter your recovery key for "%s":
|
|
|
+recoveryKey.recover.validKey=This is a valid recovery key
|
|
|
|
|
|
# New Password
|
|
|
newPassword.promptText=Enter a new password
|
|
@@ -213,4 +221,3 @@ passwordStrength.messageLabel.4=Very strong
|
|
|
# Quit
|
|
|
quit.prompt=Quit application? There are unlocked vaults.
|
|
|
quit.lockAndQuit=Lock and Quit
|
|
|
-vaultOptions.general.unlockAfterStartup=Unlock vault when starting Cryptomator
|