nextcloud/apps/encryption/l10n/en_GB.js

53 lines
5.4 KiB
JavaScript
Raw Normal View History

2015-04-15 01:15:32 +03:00
OC.L10N.register(
"encryption",
{
"Missing recovery key password" : "Missing recovery key password",
"Please repeat the recovery key password" : "Please repeat the recovery key password",
"Repeated recovery key password does not match the provided recovery key password" : "Repeated recovery key password does not match the provided recovery key password",
"Recovery key successfully enabled" : "Recovery key enabled successfully",
"Could not enable recovery key. Please check your recovery key password!" : "Could not enable recovery key. Please check your recovery key password!",
"Recovery key successfully disabled" : "Recovery key disabled successfully",
"Could not disable recovery key. Please check your recovery key password!" : "Could not disable recovery key. Please check your recovery key password!",
2015-05-21 08:55:57 +03:00
"Missing parameters" : "Missing parameters",
2015-04-15 01:15:32 +03:00
"Please provide the old recovery password" : "Please provide the old recovery password",
"Please provide a new recovery password" : "Please provide a new recovery password",
"Please repeat the new recovery password" : "Please repeat the new recovery password",
"Password successfully changed." : "Password changed successfully.",
"Could not change the password. Maybe the old password was not correct." : "Could not change the password. Maybe the old password was incorrect.",
2015-05-21 08:55:57 +03:00
"Recovery Key disabled" : "Recovery Key disabled",
2015-04-23 08:54:51 +03:00
"Recovery Key enabled" : "Recovery Key enabled",
"Could not enable the recovery key, please try again or contact your administrator" : "Could not enable the recovery key, please try again or contact your administrator",
2015-04-22 08:55:38 +03:00
"Could not update the private key password." : "Could not update the private key password.",
"The old password was not correct, please try again." : "The old password was not correct, please try again.",
"The current log-in password was not correct, please try again." : "The current log-in password was not correct, please try again.",
"Private key password successfully updated." : "Private key password updated successfully.",
2015-06-04 08:56:24 +03:00
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please run 'occ encryption:migrate' or contact your administrator" : "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please run 'occ encryption:migrate' or contact your administrator",
2015-04-18 08:55:19 +03:00
"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files.",
2015-04-15 01:15:32 +03:00
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Encryption App is enabled but your keys are not initialised, please log-out and log-in again",
2015-06-04 08:56:24 +03:00
"Encryption App is enabled and ready" : "Encryption App is enabled and ready",
2015-05-20 08:56:19 +03:00
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Cannot decrypt this file, which is probably a shared file. Please ask the file owner to reshare the file with you.",
2015-05-21 08:55:57 +03:00
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you.",
"Enable recovery key" : "Enable recovery key",
"Disable recovery key" : "Disable recovery key",
"The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password.",
2015-04-15 01:15:32 +03:00
"Recovery key password" : "Recovery key password",
2015-05-21 08:55:57 +03:00
"Repeat recovery key password" : "Repeat recovery key password",
2015-04-15 01:15:32 +03:00
"Change recovery key password:" : "Change recovery key password:",
2015-05-21 08:55:57 +03:00
"Old recovery key password" : "Old recovery key password",
"New recovery key password" : "New recovery key password",
"Repeat new recovery key password" : "Repeat new recovery key password",
2015-04-15 01:15:32 +03:00
"Change Password" : "Change Password",
2015-05-09 08:55:35 +03:00
"ownCloud basic encryption module" : "ownCloud basic encryption module",
2015-04-15 01:15:32 +03:00
"Your private key password no longer matches your log-in password." : "Your private key password no longer matches your log-in password.",
"Set your old private key password to your current log-in password:" : "Set your old private key password to your current log-in password:",
" If you don't remember your old password you can ask your administrator to recover your files." : " If you don't remember your old password you can ask your administrator to recover your files.",
"Old log-in password" : "Old login password",
"Current log-in password" : "Current login password",
"Update Private Key Password" : "Update Private Key Password",
"Enable password recovery:" : "Enable password recovery:",
2015-05-05 08:55:36 +03:00
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss",
"Enabled" : "Enabled",
"Disabled" : "Disabled"
2015-04-15 01:15:32 +03:00
},
"nplurals=2; plural=(n != 1);");