24 lines
1.2 KiB
PHP
24 lines
1.2 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"Deletion failed" => "מחיקה נכשלה",
|
|
"Keep settings?" => "האם לשמור את ההגדרות?",
|
|
"Cannot add server configuration" => "לא ניתן להוסיף את הגדרות השרת",
|
|
"Error" => "שגיאה",
|
|
"Connection test succeeded" => "בדיקת החיבור עברה בהצלחה",
|
|
"Connection test failed" => "בדיקת החיבור נכשלה",
|
|
"Do you really want to delete the current Server Configuration?" => "האם אכן למחוק את הגדרות השרת הנוכחיות?",
|
|
"Confirm Deletion" => "אישור המחיקה",
|
|
"Server configuration" => "הגדרות השרת",
|
|
"Add Server Configuration" => "הוספת הגדרות השרת",
|
|
"Host" => "מארח",
|
|
"User DN" => "DN משתמש",
|
|
"Password" => "סיסמא",
|
|
"For anonymous access, leave DN and Password empty." => "לגישה אנונימית, השאר את הDM והסיסמא ריקים.",
|
|
"User Login Filter" => "סנן כניסת משתמש",
|
|
"User List Filter" => "סנן רשימת משתמשים",
|
|
"Group Filter" => "סנן קבוצה",
|
|
"Port" => "פורט",
|
|
"in seconds. A change empties the cache." => "בשניות. שינוי מרוקן את המטמון.",
|
|
"in bytes" => "בבתים",
|
|
"Help" => "עזרה"
|
|
);
|