|
@@ -43,6 +43,7 @@ addvaultwizard.new.reenterPassword=Confirm the password
|
|
|
addvaultwizard.new.passwordsMatch=Passwords match!
|
|
|
addvaultwizard.new.passwordsDoNotMatch=Passwords do not match
|
|
|
addvaultwizard.new.createVaultBtn=Create Vault
|
|
|
+### Recovery Key
|
|
|
addvaultwizard.new.recoveryKeyInstruction=This is your recovery key. Keep it safe, it is your only chance to recover your data if you lose your password.
|
|
|
addvaultwizard.new.recoveryKeySavedCheckbox=Yes, I've made a secure backup of this recovery key
|
|
|
### Information
|
|
@@ -131,10 +132,12 @@ main.vaultlist.emptyList.onboardingInstruction=Click here to add a vault
|
|
|
main.vaultlist.contextMenu.remove=Remove Vault
|
|
|
main.vaultlist.addVaultBtn=Add Vault
|
|
|
## Vault Detail
|
|
|
+### Locked
|
|
|
main.vaultDetail.lockedStatus=LOCKED
|
|
|
-main.vaultDetail.unlockedStatus=UNLOCKED
|
|
|
main.vaultDetail.unlockBtn=Unlock
|
|
|
main.vaultDetail.optionsBtn=Vault Options
|
|
|
+### Unlocked
|
|
|
+main.vaultDetail.unlockedStatus=UNLOCKED
|
|
|
main.vaultDetail.accessLocation=Your vault's contents are accessible here:
|
|
|
main.vaultDetail.revealBtn=Reveal Drive
|
|
|
main.vaultDetail.lockBtn=Lock
|
|
@@ -143,6 +146,9 @@ main.vaultDetail.bytesPerSecondWritten=written:
|
|
|
main.vaultDetail.throughput.idle=idle
|
|
|
main.vaultDetail.throughput.kbps=%.1f kiB/s
|
|
|
main.vaultDetail.throughput.mbps=%.1f MiB/s
|
|
|
+### Needs Migration
|
|
|
+main.vaultDetail.migrateButton=Upgrade Vault
|
|
|
+main.vaultDetail.migratePrompt=Your vault needs to be upgraded to a new format, before you can access it
|
|
|
|
|
|
# Wrong File Alert
|
|
|
wrongFileAlert.title=Unknown File
|
|
@@ -172,4 +178,4 @@ passwordStrength.messageLabel.4=Very strong
|
|
|
|
|
|
# Quit
|
|
|
quit.prompt=Quit application? There are unlocked vaults.
|
|
|
-quit.lockAndQuit=Lock and Quit
|
|
|
+quit.lockAndQuit=Lock and Quit.
|