You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

he.php 2.1KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Help" => "עזרה",
  4. "Personal" => "אישי",
  5. "Settings" => "הגדרות",
  6. "Users" => "משתמשים",
  7. "Admin" => "מנהל",
  8. "web services under your control" => "שירותי רשת תחת השליטה שלך",
  9. "ZIP download is turned off." => "הורדת ZIP כבויה",
  10. "Files need to be downloaded one by one." => "יש להוריד את הקבצים אחד אחרי השני.",
  11. "Back to Files" => "חזרה לקבצים",
  12. "Selected files too large to generate zip file." => "הקבצים הנבחרים גדולים מידי ליצירת קובץ zip.",
  13. "Application is not enabled" => "יישומים אינם מופעלים",
  14. "Authentication error" => "שגיאת הזדהות",
  15. "Token expired. Please reload page." => "פג תוקף. נא לטעון שוב את הדף.",
  16. "Files" => "קבצים",
  17. "Text" => "טקסט",
  18. "Images" => "תמונות",
  19. "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "שרת האינטרנט שלך אינו מוגדר לצורכי סנכרון קבצים עדיין כיוון שמנשק ה־WebDAV כנראה אינו תקין.",
  20. "Please double check the <a href='%s'>installation guides</a>." => "נא לעיין שוב ב<a href='%s'>מדריכי ההתקנה</a>.",
  21. "%s shared »%s« with you" => "%s שיתף/שיתפה איתך את »%s«",
  22. "Could not find category \"%s\"" => "לא ניתן למצוא את הקטגוריה „%s“",
  23. "seconds ago" => "שניות",
  24. "_%n minute ago_::_%n minutes ago_" => array("","לפני %n דקות"),
  25. "_%n hour ago_::_%n hours ago_" => array("","לפני %n שעות"),
  26. "today" => "היום",
  27. "yesterday" => "אתמול",
  28. "_%n day go_::_%n days ago_" => array("","לפני %n ימים"),
  29. "last month" => "חודש שעבר",
  30. "_%n month ago_::_%n months ago_" => array("","לפני %n חודשים"),
  31. "last year" => "שנה שעברה",
  32. "years ago" => "שנים",
  33. "A valid username must be provided" => "יש לספק שם משתמש תקני",
  34. "A valid password must be provided" => "יש לספק ססמה תקנית"
  35. );
  36. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";