diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-01-17 01:12:15 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-01-17 01:12:15 +0000 |
commit | ac6ee0b8b7d06deb5285b99ed55df5baae9d821f (patch) | |
tree | 4a151a11acedda49b6f48a4dea156e094c844a21 /apps/twofactor_backupcodes/l10n/en_GB.js | |
parent | cec72536def1e060111e1b61169000b466f06144 (diff) | |
download | nextcloud-server-ac6ee0b8b7d06deb5285b99ed55df5baae9d821f.tar.gz nextcloud-server-ac6ee0b8b7d06deb5285b99ed55df5baae9d821f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/twofactor_backupcodes/l10n/en_GB.js')
-rw-r--r-- | apps/twofactor_backupcodes/l10n/en_GB.js | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/apps/twofactor_backupcodes/l10n/en_GB.js b/apps/twofactor_backupcodes/l10n/en_GB.js index 40a5556a5c3..3a82a7b8faf 100644 --- a/apps/twofactor_backupcodes/l10n/en_GB.js +++ b/apps/twofactor_backupcodes/l10n/en_GB.js @@ -1,16 +1,6 @@ OC.L10N.register( "twofactor_backupcodes", { - "activated" : "activated", - "updated" : "updated", - "mounted" : "mounted", - "deactivated" : "deactivated", - "beforeCreate" : "beforeCreate", - "created" : "created", - "beforeUpdate" : "beforeUpdate", - "beforeDestroy" : "beforeDestroy", - "destroyed" : "destroyed", - "beforeMount" : "beforeMount", "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later", "Save backup codes" : "Save backup codes", "Print backup codes" : "Print backup codes", @@ -30,6 +20,16 @@ OC.L10N.register( "A two-factor auth backup codes provider" : "A two-factor auth backup codes provider", "Use one of the backup codes you saved when setting up two-factor authentication." : "Use one of the backup codes you saved when setting up two-factor authentication.", "Submit" : "Submit", - "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "Backup codes have been generated. {{used}} of {{total}} codes have been used." + "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "Backup codes have been generated. {{used}} of {{total}} codes have been used.", + "activated" : "activated", + "updated" : "updated", + "mounted" : "mounted", + "deactivated" : "deactivated", + "beforeCreate" : "beforeCreate", + "created" : "created", + "beforeUpdate" : "beforeUpdate", + "beforeDestroy" : "beforeDestroy", + "destroyed" : "destroyed", + "beforeMount" : "beforeMount" }, "nplurals=2; plural=(n != 1);"); |