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

bg.js « l10n - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4f15275ed1a917dced34811899d46e13a9a1162b (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "twofactor_sms",
    {
    "SMS verification" : "SMS потвърждение",
    "%s is your Nextcloud authentication code" : "%s е вашия Nextcloud идентификационен код",
    "Authentication code" : "Идентификационен код",
    "An access code has been sent to %s" : "Код за достъп беше изпратен на %s",
    "Error while sending the Message. Please try again later or contact the administrator." : "Грешка при изпращане на съобщение. Моля, опитайте по-късно или се свържете с администратор."
},
"nplurals=2; plural=(n != 1);");