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

nl.js « l10n « twofactor_backupcodes « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3bad60ac7cc3a3ca6dfbad9fb60339fb33a69741 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "twofactor_backupcodes",
    {
    "Generate backup codes" : "Genereer backup code",
    "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "Backup codes zijn gegenereerd. {{used}} van {{total}} codes zijn gebruikt.",
    "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Dit zijn je back-upcodes. Bewaar ze en/of druk ze alsjeblieft af, want je ze niet later nog een keer opvragen.",
    "Save backup codes" : "Bewaren backup code",
    "Print backup codes" : "Afdrukken backup code",
    "Regenerate backup codes" : "Regenereer backup code",
    "If you regenerate backup codes, you automatically invalidate old codes." : "Als je backup codes opnieuw genereert, worden oude codes automatisch ongeldig gemaakt.",
    "An error occurred while generating your backup codes" : "Er trad een fout op bij het genereren van je backup codes",
    "Nextcloud backup codes" : "Nextcloud backup codes",
    "You created two-factor backup codes for your account" : "Je creëerde tweefactor back-up codes voor je account",
    "Backup code" : "Backup code",
    "Use backup code" : "Gebruik backup code",
    "Two factor backup codes" : "Twee-factor backupcode",
    "Second-factor backup codes" : "Twee-factor backup code"
},
"nplurals=2; plural=(n != 1);");