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

sv.js « l10n - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 89a19586b022464c513f527511d6a740977e8df1 (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" : "Skicka en autentiseringskod via SMS",
    "%s is your Nextcloud authentication code" : "%s är din autentiseringskod",
    "Two Factor SMS Provider" : "SMS Leverantör/Tjänst för tvåfaktorautentisering",
    "Authentication code" : "Autentiseringskod",
    "An access code has been sent to %s" : "En autentiseringskod har skickats till %s",
    "Error while sending the Message. Please try again later or contact the administrator." : "Det gick inte att skicka meddelandet. Vänligen försök igen senare eller kontakta administratören."
},
"nplurals=2; plural=(n != 1);");