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

lt_LT.js « l10n - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 79cea7f40e1b29c5b544e14701f419b6bcc34d15 (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "twofactor_sms",
    {
    "SMS verification" : "SMS patvirtinimas",
    "%s is your Nextcloud authentication code" : "%s yra jūsų Nextcloud tapatybės nustatymo kodas",
    "Authentication code" : "Tapatybės nustatymo kodas",
    "An access code has been sent to %s" : "Prieigos kodas buvo išsiųstas į %s",
    "Error while sending the Message. Please try again later or contact the administrator." : "Klaida, siunčiant žinutę. Prašome bandyti vėliau arba susisiekti su administratoriumi."
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);");