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

da.js « l10n - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6ff86b8b4cd27f6e76aab450f4a55a2a278d5d61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "twofactor_sms",
    {
    "SMS verification" : "SMS verifikation ",
    "Send an authentication code via SMS" : "Send en godkendelseskode via SMS",
    "%s is your Nextcloud authentication code" : "%s er din Nextcloud godkendelses kode",
    "Two Factor SMS Provider" : "To faktor SMS udbyder",
    "Authentication code" : "Godkendelses kode",
    "An access code has been sent to %s" : "En adgangskode er blevet sendt til %s",
    "Error while sending the Message. Please try again later or contact the administrator." : "Fejl ved afsendelse af besked. Prøv venligst igen senere eller kontakt administratoren."
},
"nplurals=2; plural=(n != 1);");