he.php 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?php $TRANSLATIONS = array(
  2. "Error (de)activating addressbook." => "שגיאה בהפעלה או בנטרול פנקס הכתובות.",
  3. "There was an error adding the contact." => "אירעה שגיאה בעת הוספת איש הקשר.",
  4. "Cannot add empty property." => "לא ניתן להוסיף מאפיין ריק.",
  5. "At least one of the address fields has to be filled out." => "יש למלא לפחות אחד משדות הכתובת.",
  6. "Trying to add duplicate property: " => "ניסיון להוספת מאפיין כפול: ",
  7. "Error adding contact property." => "שגיאה בהוספת מאפיין לאיש הקשר.",
  8. "No ID provided" => "לא צוין מזהה",
  9. "Error setting checksum." => "שגיאה בהגדרת נתוני הביקורת.",
  10. "No categories selected for deletion." => "לא נבחור קטגוריות למחיקה.",
  11. "No address books found." => "לא נמצאו פנקסי כתובות.",
  12. "No contacts found." => "לא נמצאו אנשי קשר.",
  13. "Missing ID" => "מזהה חסר",
  14. "Error adding addressbook." => "שגיאה בהוספת פנקס הכתובות.",
  15. "Error activating addressbook." => "שגיאה בהפעלת פנקס הכתובות.",
  16. "Information about vCard is incorrect. Please reload the page." => "המידע אודות vCard אינו נכון. נא לטעון מחדש את הדף.",
  17. "Error deleting contact property." => "שגיאה במחיקת מאפיין של איש הקשר.",
  18. "Error updating contact property." => "שגיאה בעדכון המאפיין של איש הקשר.",
  19. "Error updating addressbook." => "שגיאה בעדכון פנקס הכתובות.",
  20. "Contacts" => "אנשי קשר",
  21. "This is not your addressbook." => "זהו אינו ספר הכתובות שלך",
  22. "Contact could not be found." => "לא ניתן לאתר איש קשר",
  23. "Address" => "כתובת",
  24. "Telephone" => "טלפון",
  25. "Email" => "דואר אלקטרוני",
  26. "Organization" => "ארגון",
  27. "Work" => "עבודה",
  28. "Home" => "בית",
  29. "Mobile" => "נייד",
  30. "Text" => "טקסט",
  31. "Voice" => "קולי",
  32. "Fax" => "פקס",
  33. "Video" => "וידאו",
  34. "Pager" => "זימונית",
  35. "Contact" => "איש קשר",
  36. "Add Contact" => "הוספת איש קשר",
  37. "Addressbooks" => "פנקסי כתובות",
  38. "New Address Book" => "פנקס כתובות חדש",
  39. "CardDav Link" => "קישור ",
  40. "Download" => "הורדה",
  41. "Edit" => "עריכה",
  42. "Delete" => "מחיקה",
  43. "Download contact" => "הורדת איש קשר",
  44. "Delete contact" => "מחיקת איש קשר",
  45. "Birthday" => "יום הולדת",
  46. "Preferred" => "מועדף",
  47. "Phone" => "טלפון",
  48. "Type" => "סוג",
  49. "PO Box" => "תא דואר",
  50. "Extended" => "מורחב",
  51. "Street" => "רחוב",
  52. "City" => "עיר",
  53. "Region" => "אזור",
  54. "Zipcode" => "מיקוד",
  55. "Country" => "מדינה",
  56. "Add" => "הוספה",
  57. "Addressbook" => "פנקס כתובות",
  58. "New Addressbook" => "פנקס כתובות חדש",
  59. "Edit Addressbook" => "עריכת פנקס הכתובות",
  60. "Displayname" => "שם התצוגה",
  61. "Active" => "פעיל",
  62. "Save" => "שמירה",
  63. "Submit" => "ביצוע",
  64. "Cancel" => "ביטול"
  65. );