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: 48d3f7cc873eb8c417c7eebd24d36dbab81b4b1d (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "twofactor_gateway",
    {
    "%s is your Nextcloud authentication code" : "%s është kodi juaj i verifikimit të Nextcloud",
    "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);");