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: 8f1b5de442d26c95747c38140ac2b781526c3336 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "registration",
    {
    "Saved" : "Запазено",
    "Register" : "Регистрация",
    "None" : "Без",
    "Email" : "Имейл",
    "Back to login" : "Обратно към вписване",
    "Username" : "Потребител",
    "Password" : "Парола",
    "Create account" : "Създаване на профил",
    "Verify" : "Потвърждаване"
},
"nplurals=2; plural=(n != 1);");