Welcome to mirror list, hosted at ThFree Co, Russian Federation.

en_GB.js « l10n « twofactor_backupcodes « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 46385e0916b46fb7f4ffabfbd341fa7695bf078b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
OC.L10N.register(
    "twofactor_backupcodes",
    {
    "An error occurred while generating your backup codes" : "An error occurred while generating your backup codes",
    "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",
    "Backup codes have been generated. {used} of {total} codes have been used." : "Backup codes have been generated. {used} of {total} codes have been used.",
    "Regenerate backup codes" : "Regenerate backup codes",
    "_icon-loading-small_::_generate-backup-codes_" : ["icon-loading-small","generate-backup-codes"],
    "If you regenerate backup codes, you automatically invalidate old codes." : "If you regenerate backup codes, you automatically invalidate old codes.",
    "Generate backup codes" : "Generate backup codes",
    "You created two-factor backup codes for your account" : "You created two-factor backup codes for your account",
    "Second-factor backup codes" : "Second-factor backup codes",
    "Backup code" : "Backup code",
    "Use backup code" : "Use backup code",
    "Two factor backup codes" : "Two factor backup codes",
    "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",
    "activated" : "activated",
    "updated" : "updated",
    "mounted" : "mounted",
    "deactivated" : "deactivated",
    "beforeCreate" : "beforeCreate",
    "created" : "created",
    "beforeUpdate" : "beforeUpdate",
    "beforeDestroy" : "beforeDestroy",
    "destroyed" : "destroyed",
    "beforeMount" : "beforeMount",
    "Nextcloud backup codes" : "Nextcloud backup codes",
    "You have enabled two-factor authentication but have not yet generated backup codes. Be sure to do this in case you lose access to your second factor." : "You have enabled two-factor authentication but have not yet generated backup codes. Be sure to do this in case you lose access to your second factor."
},
"nplurals=2; plural=(n != 1);");