index.php 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?php
  2. /******************************************************************************/
  3. /* Each entry of that file can be associated with a comment to indicate its */
  4. /* state. When there is no comment, it means the entry is fully translated. */
  5. /* The recognized comments are (comment matching is case-insensitive): */
  6. /* + TODO: the entry has never been translated. */
  7. /* + DIRTY: the entry has been translated but needs to be updated. */
  8. /* + IGNORE: the entry does not need to be translated. */
  9. /* When a comment is not recognized, it is discarded. */
  10. /******************************************************************************/
  11. return array(
  12. 'about' => array(
  13. '_' => 'אודות',
  14. 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', // IGNORE
  15. 'bugs_reports' => 'דיווח באגים',
  16. 'credits' => 'קרדיטים',
  17. 'credits_content' => 'מאפייני עיצוב מסויימים הגיעו מ <a href="http://twitter.github.io/bootstrap/">Bootstrap</a> אף על פי ש FreshRSS אינו משתמש בתשתית הזו. <a href="https://git.gnome.org/browse/gnome-icon-theme-symbolic">סמלילים</a> הגיעו מ <a href="https://www.gnome.org/"> פרוייקט GNOME </a>. <em>Open Sans</em> הגופן police נוצר על ידי <a href="https://www.google.com/webfonts/specimen/Open+Sans">Steve Matteson</a>. Favicons נאספים בעזרת <a href="https://getfavicon.appspot.com/">getFavicon API</a>. FreshRSS מבוסס על <a href="https://github.com/marienfressinaud/MINZ">Minz</a>, תשתית PHP.',
  18. 'freshrss_description' => 'FreshRSS הוא קורא RSS לאחסון עצמי בדומה ל <a href="http://tontof.net/kriss/feed/">Kriss Feed</a> או <a href="https://github.com/LeedRSS/Leed">Leed</a>. אינו צורך משאבים רבים, וקל לתפעול אך בו בזמן חזק וניתן להתאמה.',
  19. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">בגיטהאב</a>',
  20. 'license' => 'רישיון',
  21. 'project_website' => 'אתר',
  22. 'title' => 'אודות',
  23. 'version' => 'גרסה',
  24. ),
  25. 'feed' => array(
  26. 'add' => 'ניתן להוסיף הזנות חדשות.',
  27. 'empty' => 'אין מאמר להצגה.',
  28. 'rss_of' => 'הזנת RSS של %s',
  29. 'title' => 'הזנה ראשית',
  30. 'title_fav' => 'מועדפים',
  31. 'title_global' => 'תצוגה גלובלית',
  32. ),
  33. 'log' => array(
  34. '_' => 'לוגים',
  35. 'clear' => 'ניקוי הלוגים',
  36. 'empty' => 'קובץ הלוג ריק',
  37. 'title' => 'לוגים',
  38. ),
  39. 'menu' => array(
  40. 'about' => 'אודות FreshRSS',
  41. 'before_one_day' => 'אתמול',
  42. 'before_one_week' => 'לפני שבוע',
  43. 'bookmark_query' => 'Bookmark current query', // TODO
  44. 'favorites' => 'מועדפים (%s)',
  45. 'global_view' => 'תצוגה גלובלית',
  46. 'main_stream' => 'הזנה ראשית',
  47. 'mark_all_read' => 'סימון הכל כנקרא',
  48. 'mark_cat_read' => 'סימון קטגוריה כנקראה',
  49. 'mark_feed_read' => 'סימון הזנה כנקראה',
  50. 'mark_selection_unread' => 'Mark selection as unread', // TODO
  51. 'newer_first' => 'חדשים בראש',
  52. 'non-starred' => 'הצגת הכל פרט למועדפים',
  53. 'normal_view' => 'תצוגה רגילה',
  54. 'older_first' => 'ישנים יותר בראש',
  55. 'queries' => 'שאילתות',
  56. 'read' => 'הצגת נקראו בלבד',
  57. 'reader_view' => 'תצוגת קריאה',
  58. 'rss_view' => 'הזנת RSS',
  59. 'search_short' => 'חיפוש',
  60. 'starred' => 'הצגת מועדפים בלבד',
  61. 'stats' => 'סטטיסטיקות',
  62. 'subscription' => 'ניהול הרשמות',
  63. 'tags' => 'My labels', // TODO
  64. 'unread' => 'הצגת מאמרים שלא נקראו בלבד',
  65. ),
  66. 'share' => 'שיתוף',
  67. 'tag' => array(
  68. 'related' => 'תגיות קשורות',
  69. ),
  70. 'tos' => array(
  71. 'title' => 'Terms of Service', // TODO
  72. ),
  73. );