he.php 1.3 KB

1234567891011121314151617181920212223242526
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Deletion failed" => "מחיקה נכשלה",
  4. "Keep settings?" => "האם לשמור את ההגדרות?",
  5. "Cannot add server configuration" => "לא ניתן להוסיף את הגדרות השרת",
  6. "Error" => "שגיאה",
  7. "Connection test succeeded" => "בדיקת החיבור עברה בהצלחה",
  8. "Connection test failed" => "בדיקת החיבור נכשלה",
  9. "Do you really want to delete the current Server Configuration?" => "האם אכן למחוק את הגדרות השרת הנוכחיות?",
  10. "Confirm Deletion" => "אישור המחיקה",
  11. "_%s group found_::_%s groups found_" => array("",""),
  12. "_%s user found_::_%s users found_" => array("",""),
  13. "Help" => "עזרה",
  14. "Add Server Configuration" => "הוספת הגדרות השרת",
  15. "Host" => "מארח",
  16. "Port" => "פורט",
  17. "User DN" => "DN משתמש",
  18. "Password" => "סיסמא",
  19. "For anonymous access, leave DN and Password empty." => "לגישה אנונימית, השאר את הDM והסיסמא ריקים.",
  20. "Back" => "אחורה",
  21. "User Login Filter" => "סנן כניסת משתמש",
  22. "in seconds. A change empties the cache." => "בשניות. שינוי מרוקן את המטמון.",
  23. "in bytes" => "בבתים"
  24. );
  25. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";