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

af.js « l10n - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0cdaec463072df8e3acfa8805c8ec38cdd40584e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "twofactor_sms",
    {
    "SMS verification" : "SMS-bevestiging",
    "Send an authentication code via SMS" : "Stuur ’n verifikasiekode d.m.v. SMS",
    "%s is your Nextcloud authentication code" : "%s is u Nextcloud-verifikasiekode",
    "Two Factor SMS Provider" : "Tweefaktor-SMS-verskaffer",
    "Authentication code" : "Verifikasiekode",
    "An access code has been sent to %s" : "’n Toegangskode is na %s gestuur",
    "Error while sending the Message. Please try again later or contact the administrator." : "Fout tydens stuur van boodskap. Probeer later weer of kontak die administrateur."
},
"nplurals=2; plural=(n != 1);");