nextcloud/apps/user_ldap/l10n/he.js

22 lines
860 B
JavaScript
Raw Normal View History

OC.L10N.register(
"user_ldap",
{
"Do you really want to delete the current Server Configuration?" : "האם אכן למחוק את הגדרות השרת הנוכחיות?",
"Confirm Deletion" : "אישור המחיקה",
2016-01-07 09:55:48 +03:00
"Server" : "שרת",
2015-04-15 01:15:32 +03:00
"Users" : "משתמשים",
"Groups" : "קבוצות",
"Help" : "עזרה",
"Host" : "מארח",
"Port" : "פורט",
"User DN" : "DN משתמש",
"Password" : "סיסמא",
"For anonymous access, leave DN and Password empty." : "לגישה אנונימית, השאר את הDM והסיסמא ריקים.",
"Back" : "אחורה",
2016-01-07 09:55:48 +03:00
"Continue" : "המשך",
"Advanced" : "מתקדם",
"in seconds. A change empties the cache." : "בשניות. שינוי מרוקן את המטמון.",
"in bytes" : "בבתים"
},
"nplurals=2; plural=(n != 1);");