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

bg.js « l10n - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1ca9c00ce63a80885d7739aa78886ff1bcfc0564 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "registration",
    {
    "Register" : "Регистрация",
    "Saved" : "Запазено",
    "None" : "Без",
    "Username" : "Потребител",
    "Password" : "Парола",
    "Create account" : "Създаване на профил",
    "Email" : "Имейл"
},
"nplurals=2; plural=(n != 1);");