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

he.js « l10n « user_ldap « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1baa1d43a66abcf65381883c3deaee02311960b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "user_ldap",
    {
    "Do you really want to delete the current Server Configuration?" : "האם אכן למחוק את הגדרות השרת הנוכחיות?",
    "Confirm Deletion" : "אישור המחיקה",
    "Users" : "משתמשים",
    "Groups" : "קבוצות",
    "Help" : "עזרה",
    "Host" : "מארח",
    "Port" : "פורט",
    "User DN" : "DN משתמש",
    "Password" : "סיסמא",
    "For anonymous access, leave DN and Password empty." : "לגישה אנונימית, השאר את הDM והסיסמא ריקים.",
    "Back" : "אחורה",
    "Advanced" : "מתקדם",
    "in seconds. A change empties the cache." : "בשניות. שינוי מרוקן את המטמון.",
    "in bytes" : "בבתים"
},
"nplurals=2; plural=(n != 1);");