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

lv.js « l10n - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2b87f9abc2ce3a126a5c519e2243771722921086 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "twofactor_sms",
    {
    "SMS verification" : "SMS verifikācija",
    "Send an authentication code via SMS" : "Sūtīt autentifikācijas kodu, izmantojot SMS",
    "%s is your Nextcloud authentication code" : "%s ir jūsu Nextcloud autentifikācijas kods",
    "Two Factor SMS Provider" : "Otrā faktora SMS pakalpojumu sniedzējs",
    "Authentication code" : "Autentifikācijas kods",
    "An access code has been sent to %s" : "Piekļuves kods ir nosūtīts %s",
    "Error while sending the Message. Please try again later or contact the administrator." : "Kļūda, nosūtot īsziņu. Lūdzu, vēlāk mēģiniet vēlreiz vai sazinieties ar administratoru."
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");