server/apps/user_ldap/l10n/he.php

24 lines
1.2 KiB
PHP
Raw Normal View History

2013-01-11 23:10:58 +00:00
<?php $TRANSLATIONS = array(
2013-02-01 23:08:15 +00:00
"Deletion failed" => "מחיקה נכשלה",
2013-05-03 00:05:10 +00:00
"Keep settings?" => "האם לשמור את ההגדרות?",
"Cannot add server configuration" => "לא ניתן להוסיף את הגדרות השרת",
2013-05-18 00:03:28 +00:00
"Error" => "שגיאה",
2013-05-03 00:05:10 +00:00
"Connection test succeeded" => "בדיקת החיבור עברה בהצלחה",
"Connection test failed" => "בדיקת החיבור נכשלה",
"Do you really want to delete the current Server Configuration?" => "האם אכן למחוק את הגדרות השרת הנוכחיות?",
"Confirm Deletion" => "אישור המחיקה",
"Server configuration" => "הגדרות השרת",
"Add Server Configuration" => "הוספת הגדרות השרת",
2013-01-11 23:10:58 +00:00
"Host" => "מארח",
"User DN" => "DN משתמש",
"Password" => "סיסמא",
"For anonymous access, leave DN and Password empty." => "לגישה אנונימית, השאר את הDM והסיסמא ריקים.",
"User Login Filter" => "סנן כניסת משתמש",
"User List Filter" => "סנן רשימת משתמשים",
"Group Filter" => "סנן קבוצה",
2013-02-24 23:06:17 +00:00
"Port" => "פורט",
2013-01-11 23:10:58 +00:00
"in seconds. A change empties the cache." => "בשניות. שינוי מרוקן את המטמון.",
2013-02-02 23:06:15 +00:00
"in bytes" => "בבתים",
2013-01-11 23:10:58 +00:00
"Help" => "עזרה"
);