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

et_EE.js « l10n - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 271bef2aa2508e1abf8707e1984ec42d70df4b60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "twofactor_sms",
    {
    "SMS verification" : "SMS kontroll",
    "Send an authentication code via SMS" : "Saada autentimiskood SMS teel",
    "%s is your Nextcloud authentication code" : "%son sinu Nextcloudi autentimiskood",
    "Two Factor SMS Provider" : "Kahefaktorilise autentimise SMS teenuse pakkuja",
    "Authentication code" : "Autentimiskood",
    "An access code has been sent to %s" : "Autentimiskood saadeti %s",
    "Error while sending the Message. Please try again later or contact the administrator." : "Viga sõnumi saatmisel. Palun proovige hiljem uuesti või võtke ühendust administraatoriga."
},
"nplurals=2; plural=(n != 1);");