diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-04-14 18:15:32 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-04-14 18:19:31 -0400 |
commit | 7f3f191ee99847f064be3ae23befba956ab73196 (patch) | |
tree | 45545140e6c302936e8f6788fb66821c1312c23b /apps/encryption/l10n/en_GB.js | |
parent | 70480423ffa6e7d469141c3022e53ea151856bd0 (diff) | |
download | nextcloud-server-7f3f191ee99847f064be3ae23befba956ab73196.tar.gz nextcloud-server-7f3f191ee99847f064be3ae23befba956ab73196.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/encryption/l10n/en_GB.js')
-rw-r--r-- | apps/encryption/l10n/en_GB.js | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/apps/encryption/l10n/en_GB.js b/apps/encryption/l10n/en_GB.js new file mode 100644 index 00000000000..5478182c2de --- /dev/null +++ b/apps/encryption/l10n/en_GB.js @@ -0,0 +1,36 @@ +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!", + "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.", + "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", + "Enable recovery key (allow to recover users files in case of password loss):" : "Enable recovery key (allow to recover users files in case of password loss):", + "Recovery key password" : "Recovery key password", + "Repeat Recovery key password" : "Repeat recovery key password", + "Enabled" : "Enabled", + "Disabled" : "Disabled", + "Change recovery key password:" : "Change recovery key password:", + "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", + "Change Password" : "Change Password", + "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:", + "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" +}, +"nplurals=2; plural=(n != 1);"); |