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

sq.js « l10n - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 25acef6cfdead7c569a0454a48c5839b90998e5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "twofactor_sms",
    {
    "SMS verification" : "Verifikim me SMS",
    "Send an authentication code via SMS" : "Dërgo një kod vërtetimi me SMS ",
    "%s is your Nextcloud authentication code" : "%s është kodi juaj i verifikimit të Nextcloud",
    "Two Factor SMS Provider" : "Ofrues SMS Dy Faktor",
    "Authentication code" : "Kodi i verifikimit",
    "An access code has been sent to %s" : "Një kod aksesi është dërguar tek %s",
    "Error while sending the Message. Please try again later or contact the administrator." : "Gabim gjatë dërgimit të mesazhit.Ju lutem provojeni sërish më vonë ose kontaktoni administratorin."
},
"nplurals=2; plural=(n != 1);");