diff options
Diffstat (limited to 'apps/twofactor_backupcodes/l10n/en_GB.json')
-rw-r--r-- | apps/twofactor_backupcodes/l10n/en_GB.json | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/apps/twofactor_backupcodes/l10n/en_GB.json b/apps/twofactor_backupcodes/l10n/en_GB.json index 838ce57c518..dbf755ace65 100644 --- a/apps/twofactor_backupcodes/l10n/en_GB.json +++ b/apps/twofactor_backupcodes/l10n/en_GB.json @@ -1,14 +1,4 @@ { "translations": { - "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", @@ -28,6 +18,16 @@ "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" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |