en.txt 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. # Copyright (c) 2016 The Cryptomator Contributors
  2. # This file is licensed under the terms of the MIT license.
  3. # See the LICENSE.txt file for more info.
  4. #
  5. # Contributors:
  6. # Sebastian Stenzel - initial translation
  7. app.name=Cryptomator
  8. ctrl.secPasswordField.nonPrintableChars=Password contains control characters. Recommendation: Remove them to ensure compatibility with other clients.
  9. ctrl.secPasswordField.capsLocked=Caps Lock is activated.
  10. # main.fxml
  11. main.emptyListInstructions=Click here to add a vault
  12. main.directoryList.contextMenu.remove=Remove from List
  13. main.directoryList.contextMenu.changePassword=Change Password
  14. main.addDirectory.contextMenu.new=Create New Vault
  15. main.addDirectory.contextMenu.open=Open Existing Vault
  16. main.directoryList.remove.confirmation.title=Remove Vault
  17. main.directoryList.remove.confirmation.header=Do you really want to remove this vault?
  18. main.directoryList.remove.confirmation.content=The vault will only be removed from the list. To permanently delete it, please delete the vault from your filesystem.
  19. main.createVault.nonEmptyDir.title=Creating vault failed
  20. main.createVault.nonEmptyDir.header=Chosen directory is not empty
  21. main.createVault.nonEmptyDir.content=The selected directory already contains files (possibly hidden). A vault can only be created in an empty directory.
  22. main.gracefulShutdown.dialog.title=Locking vault(s) failed
  23. main.gracefulShutdown.dialog.header=Vault(s) in use
  24. main.gracefulShutdown.dialog.content=One or more vaults are still in use by other programs. Please close them to allow Cryptomator to shut down properly, then try again.\n\nIf this doesn't work, Cryptomator can shut down forcefully, but this can incur data loss and is not recommended.
  25. main.gracefulShutdown.button.tryAgain=Try Again
  26. main.gracefulShutdown.button.forceShutdown=Force Shutdown
  27. # welcome.fxml
  28. welcome.checkForUpdates.label.currentlyChecking=Checking for Updates...
  29. welcome.newVersionMessage=Version %1$s can be downloaded.\nThis is %2$s.
  30. welcome.askForUpdateCheck.dialog.title=Update check
  31. welcome.askForUpdateCheck.dialog.header=Enable the integrated update check?
  32. welcome.askForUpdateCheck.dialog.content=Recommended: Enable the update check to always be sure you have the newest version of Cryptomator, with all security patches, installed.\n\nYou can change this from within the settings at any time.
  33. # initialize.fxml
  34. initialize.label.password=Password
  35. initialize.label.retypePassword=Retype Password
  36. initialize.button.ok=Create Vault
  37. initialize.messageLabel.alreadyInitialized=Vault already initialized
  38. initialize.messageLabel.initializationFailed=Could not initialize vault. See log file for details.
  39. initialize.messageLabel.passwordStrength.0=Very weak
  40. initialize.messageLabel.passwordStrength.1=Weak
  41. initialize.messageLabel.passwordStrength.2=Fair
  42. initialize.messageLabel.passwordStrength.3=Strong
  43. initialize.messageLabel.passwordStrength.4=Very strong
  44. initialize.label.doNotForget=IMPORTANT: If you forget your password, there is no way to recover your data.
  45. # notfound.fxml
  46. notfound.label=Vault couldn't be found. Has it been moved?
  47. # upgrade.fxml
  48. upgrade.confirmation.label=Yes, I've made sure that synchronization has finished
  49. upgrade.button=Upgrade Vault
  50. upgrade.version3dropBundleExtension.title=Vault Version 3 Upgrade (Drop Bundle Extension)
  51. upgrade.version3dropBundleExtension.msg=This vault needs to be migrated to a newer format.\n"%1$s" will be renamed to "%2$s".\nPlease make sure synchronization has finished before proceeding.
  52. upgrade.version3dropBundleExtension.err.alreadyExists=Automatic migration failed.\n"%s" already exists.
  53. upgrade.version3to4.title=Vault Version 3 to 4 Upgrade
  54. upgrade.version3to4.msg=This vault needs to be migrated to a newer format.\nEncrypted folder names will be updated.\nPlease make sure synchronization has finished before proceeding.
  55. upgrade.version3to4.err.io=Migration failed due to an I/O Exception. See log file for details.
  56. upgrade.version4to5.title=Vault Version 4 to 5 Upgrade
  57. upgrade.version4to5.msg=This vault needs to be migrated to a newer format.\nEncrypted files will be updated.\nPlease make sure synchronization has finished before proceeding.\n\nNote: Modification date of all files will be changed to the current date/time in the process.
  58. upgrade.version4to5.err.io=Migration failed due to an I/O Exception. See log file for details.
  59. upgrade.version5toX.title=Vault Version Upgrade
  60. upgrade.version5toX.msg=This vault needs to be migrated to a newer format.\nPlease make sure synchronization has finished before proceeding.
  61. # unlock.fxml
  62. unlock.label.password=Password
  63. unlock.label.savePassword=Save Password
  64. unlock.label.mountName=Drive Name
  65. unlock.label.unlockAfterStartup=Auto-Unlock on Start (Experimental)
  66. unlock.label.revealAfterMount=Reveal Drive
  67. unlock.label.useReadOnlyMode=Read-Only
  68. unlock.label.winDriveLetter=Drive Letter
  69. unlock.label.useOwnMountPath=Use Custom Mount Point
  70. unlock.label.chooseMountPath=Choose empty directory…
  71. unlock.label.downloadsPageLink=All Cryptomator versions
  72. unlock.label.advancedHeading=Advanced Options
  73. unlock.button.unlock=Unlock Vault
  74. unlock.button.advancedOptions.show=More Options
  75. unlock.button.advancedOptions.hide=Less Options
  76. unlock.savePassword.delete.confirmation.title=Delete Saved Password
  77. unlock.savePassword.delete.confirmation.header=Do you really want to delete the saved password of this vault?
  78. unlock.savePassword.delete.confirmation.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.
  79. unlock.choicebox.winDriveLetter.auto=Assign automatically
  80. unlock.pendingMessage.unlocking=Unlocking vault...
  81. unlock.errorMessage.wrongPassword=Wrong password
  82. unlock.errorMessage.unlockFailed=Unlock failed. See log file for details.
  83. unlock.errorMessage.unsupportedVersion.vaultOlderThanSoftware=Unsupported vault. This vault has been created with an older version of Cryptomator.
  84. unlock.errorMessage.unsupportedVersion.softwareOlderThanVault=Unsupported vault. This vault has been created with a newer version of Cryptomator.
  85. unlock.errorMessage.unauthenticVersionMac=Could not authenticate version MAC.
  86. unlock.successLabel.vaultCreated=Vault was successfully created.
  87. unlock.successLabel.passwordChanged=Password was successfully changed.
  88. unlock.successLabel.upgraded=Vault was successfully upgraded.
  89. unlock.failedDialog.title=Unlock failed
  90. unlock.failedDialog.header=Unlock failed
  91. unlock.failedDialog.content.mountPathNonExisting=Mount point does not exist.
  92. unlock.failedDialog.content.mountPathNotEmpty=Mount point is not empty.
  93. # change_password.fxml
  94. changePassword.label.oldPassword=Old Password
  95. changePassword.label.newPassword=New Password
  96. changePassword.label.retypePassword=Retype Password
  97. changePassword.label.downloadsPageLink=All Cryptomator versions
  98. changePassword.button.change=Change Password
  99. changePassword.errorMessage.wrongPassword=Wrong password
  100. changePassword.errorMessage.decryptionFailed=Decryption failed
  101. # unlocked.fxml
  102. unlocked.button.lock=Lock Vault
  103. unlocked.moreOptions.reveal=Reveal Drive
  104. unlocked.label.revealFailed=Command failed
  105. unlocked.label.unmountFailed=Ejecting drive failed
  106. unlocked.label.statsEncrypted=encrypted
  107. unlocked.label.statsDecrypted=decrypted
  108. unlocked.ioGraph.yAxis.label=Throughput (MiB/s)
  109. unlocked.lock.force.confirmation.title=Locking of %1$s failed
  110. unlocked.lock.force.confirmation.header=Do you want to force locking?
  111. unlocked.lock.force.confirmation.content=This may be because other programs are still accessing files in the vault or because some other problem occurred.\n\nPrograms still accessing the files may not work correctly and data not already written by those programs may be lost.
  112. # settings.fxml
  113. settings.version.label=Version %s
  114. settings.checkForUpdates.label=Check for Updates
  115. settings.webdav.port.label=WebDAV Port
  116. settings.webdav.port.prompt=0 = Choose automatically
  117. settings.webdav.port.apply=Apply
  118. settings.webdav.prefGvfsScheme.label=WebDAV Scheme
  119. settings.debugMode.label=Debug Mode
  120. settings.volume.label=Preferred Volume Type
  121. settings.volume.webdav=WebDAV
  122. settings.volume.fuse=FUSE
  123. settings.volume.dokany=Dokany
  124. # tray icon
  125. tray.menu.open=Open
  126. tray.menu.quit=Quit
  127. tray.infoMsg.title=Still Running
  128. tray.infoMsg.msg=Cryptomator is still alive. Quit it from the tray icon.
  129. tray.infoMsg.msg.osx=Cryptomator is still alive. Quit it from the menu bar icon.