diff options
Diffstat (limited to 'apps/encryption')
-rw-r--r-- | apps/encryption/l10n/en_GB.js | 1 | ||||
-rw-r--r-- | apps/encryption/l10n/en_GB.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/encryption/l10n/en_GB.js b/apps/encryption/l10n/en_GB.js index 9f5d5077a77..23d4044d322 100644 --- a/apps/encryption/l10n/en_GB.js +++ b/apps/encryption/l10n/en_GB.js @@ -42,6 +42,7 @@ OC.L10N.register( "Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted", "Enable recovery key" : "Enable recovery key", "Disable recovery key" : "Disable recovery key", + "The recovery key is an additional encryption key used to encrypt files. It is used to recover files from an account if the password is forgotten." : "The recovery key is an additional encryption key used to encrypt files. It is used to recover files from an account if the password is forgotten.", "Recovery key password" : "Recovery key password", "Repeat recovery key password" : "Repeat recovery key password", "Change recovery key password:" : "Change recovery key password:", diff --git a/apps/encryption/l10n/en_GB.json b/apps/encryption/l10n/en_GB.json index eb4f0b07f03..3fdb2552478 100644 --- a/apps/encryption/l10n/en_GB.json +++ b/apps/encryption/l10n/en_GB.json @@ -40,6 +40,7 @@ "Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted", "Enable recovery key" : "Enable recovery key", "Disable recovery key" : "Disable recovery key", + "The recovery key is an additional encryption key used to encrypt files. It is used to recover files from an account if the password is forgotten." : "The recovery key is an additional encryption key used to encrypt files. It is used to recover files from an account if the password is forgotten.", "Recovery key password" : "Recovery key password", "Repeat recovery key password" : "Repeat recovery key password", "Change recovery key password:" : "Change recovery key password:", |