Blame view
sources/apps/user_ldap/l10n/he.php
1.29 KB
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 |
"Deletion failed" => "מחיקה נכשלה", |
|
31b7f2792
|
4 5 6 7 8 9 10 11 12 |
"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" => "אישור המחיקה",
"_%s group found_::_%s groups found_" => array("",""),
"_%s user found_::_%s users found_" => array("",""),
|
|
6d9380f96
|
13 |
"Group Filter" => "סנן קבוצה", |
|
31b7f2792
|
14 15 16 |
"Save" => "שמירה", "Help" => "עזרה", "Add Server Configuration" => "הוספת הגדרות השרת", |
|
03e52840d
|
17 |
"Host" => "מארח", |
|
31b7f2792
|
18 |
"Port" => "פורט", |
|
03e52840d
|
19 20 21 |
"User DN" => "DN משתמש", "Password" => "סיסמא", "For anonymous access, leave DN and Password empty." => "לגישה אנונימית, השאר את הDM והסיסמא ריקים.", |
|
31b7f2792
|
22 |
"Back" => "אחורה", |
|
6d9380f96
|
23 |
"Advanced" => "מתקדם", |
|
03e52840d
|
24 |
"in seconds. A change empties the cache." => "בשניות. שינוי מרוקן את המטמון.", |
|
31b7f2792
|
25 |
"in bytes" => "בבתים" |
|
03e52840d
|
26 |
); |
|
31b7f2792
|
27 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |