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

mk.js « l10n « user_ldap « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: af4983739a4695f0be73279cdf87ab6bac626b1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OC.L10N.register(
    "user_ldap",
    {
    "Deletion failed" : "Бришењето е неуспешно",
    "Keep settings?" : "Да ги сочувам нагодувањата?",
    "Cannot add server configuration" : "Не можам да ја додадам конфигурацијата на серверот",
    "Error" : "Грешка",
    "Connection test succeeded" : "Тестот за поврзување е успешен",
    "Connection test failed" : "Тестот за поврзување не е успешен",
    "Confirm Deletion" : "Потврдете го бришењето",
    "_%s group found_::_%s groups found_" : ["",""],
    "_%s user found_::_%s users found_" : ["",""],
    "Save" : "Сними",
    "Help" : "Помош",
    "Host" : "Домаќин",
    "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Може да го скокнете протколот освен ако не ви треба SSL. Тогаш ставете ldaps://",
    "Port" : "Порта",
    "Password" : "Лозинка",
    "Back" : "Назад",
    "Continue" : "Продолжи",
    "Advanced" : "Напредно"
},
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");