sub.php 4.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?php
  2. return array(
  3. 'api' => array(
  4. 'documentation' => 'Copy the following URL to use it within an external tool.', //TODO - Translation
  5. 'title' => 'API', //TODO - Translation
  6. ),
  7. 'bookmarklet' => array(
  8. 'documentation' => 'Drag this button to your bookmarks toolbar or right-click it and choose "Bookmark This Link". Then click "Subscribe" button in any page you want to subscribe to.', //TODO - Translation
  9. 'label' => 'Subscribe', //TODO - Translation
  10. 'title' => 'Bookmarklet', //TODO - Translation
  11. ),
  12. 'category' => array(
  13. '_' => 'קטגוריה',
  14. 'add' => 'הוספת קטגוריה',
  15. 'empty' => 'Empty category', //TODO - Translation
  16. 'new' => 'קטגוריה חדשה',
  17. ),
  18. 'feed' => array(
  19. 'add' => 'הוספת הזנה',
  20. 'advanced' => 'מתקדם',
  21. 'archiving' => 'ארכוב',
  22. 'auth' => array(
  23. 'configuration' => 'כניסה לחשבון',
  24. 'help' => 'החיבור מתיר לגשת להזנות RSS מוגנות',
  25. 'http' => 'HTTP אימות',
  26. 'password' => 'HTTP סיסמה',
  27. 'username' => 'HTTP שם משתמש',
  28. ),
  29. 'clear_cache' => 'Always clear cache', //TODO - Translation
  30. 'css_help' => 'קבלת הזנות RSS קטומות (זהירות, לוקח זמן רב יותר!)',
  31. 'css_path' => 'נתיב הCSS של המאמר באתר המקורי',
  32. 'description' => 'תיאור',
  33. 'empty' => 'הזנה זו ריקה. אנא ודאו שהיא עדיין מתוחזקת.',
  34. 'error' => 'הזנה זו נתקלה בשגיאה, אנא ודאו שהיא תקינה ואז נסו שנית.',
  35. 'filteractions' => array(
  36. '_' => 'Filter actions', //TODO - Translation
  37. 'help' => 'Write one search filter per line.', //TODO - Translation
  38. ),
  39. 'informations' => 'מידע',
  40. 'keep_history' => 'מסםר מינימלי של מאמרים לשמור',
  41. 'moved_category_deleted' => 'כאשר הקטגוריה נמחקת ההזנות שבתוכה אוטומטית מקוטלגות תחת <em>%s</em>.',
  42. 'mute' => 'mute', //TODO - Translation
  43. 'no_selected' => 'אף הזנה לא נבחרה.',
  44. 'number_entries' => '%d מאמרים',
  45. 'priority' => array(
  46. '_' => 'Visibility', //TODO - Translation
  47. 'archived' => 'Do not show (archived)', //TODO - Translation
  48. 'main_stream' => 'הצגה בזרם המרכזי',
  49. 'normal' => 'Show in its category', //TODO - Translation
  50. ),
  51. 'websub' => 'Instant notification with WebSub', //TODO - Translation
  52. 'show' => array(
  53. 'all' => 'Show all feeds', //TODO - Translation
  54. 'error' => 'Show only feeds with error', //TODO - Translation
  55. ),
  56. 'showing' => array(
  57. 'error' => 'Showing only feeds with error', //TODO - Translation
  58. ),
  59. 'ssl_verify' => 'Verify SSL security', //TODO - Translation
  60. 'stats' => 'סטטיסטיקות',
  61. 'think_to_add' => 'ניתן להוסיף הזנות חדשות.',
  62. 'timeout' => 'Timeout in seconds', //TODO - Translation
  63. 'title' => 'כותרת',
  64. 'title_add' => 'הוספת הזנה',
  65. 'ttl' => 'אין לרענן אוטומטית יותר מ',
  66. 'url' => 'הזנה URL',
  67. 'validator' => 'בדיקות תקינות ההזנה',
  68. 'website' => 'אתר URL',
  69. ),
  70. 'firefox' => array(
  71. 'documentation' => 'Follow the steps described <a href="https://developer.mozilla.org/en-US/Firefox/Releases/2/Adding_feed_readers_to_Firefox#Adding_a_new_feed_reader_manually">here</a> to add FreshRSS to Firefox feed reader list.', //TODO - Translation
  72. 'title' => 'Firefox feed reader', //TODO - Translation
  73. ),
  74. 'import_export' => array(
  75. 'export' => 'ייצוא',
  76. 'export_opml' => 'ייצוא רשימת הזנות (OPML)',
  77. 'export_starred' => 'ייצוא מועדפים',
  78. 'export_labelled' => 'Export your labelled articles', //TODO
  79. 'feed_list' => 'רשימה של %s מאמרים',
  80. 'file_to_import' => 'קובץ לייבוא<br />(OPML, Json or Zip)',
  81. 'file_to_import_no_zip' => 'קובץ לייבוא<br />(OPML or Json)',
  82. 'import' => 'ייבוא',
  83. 'starred_list' => 'רשימת מאמרים מועדפים',
  84. 'title' => 'יבוא / יצוא ',
  85. ),
  86. 'menu' => array(
  87. 'bookmark' => 'הרשמה (FreshRSS סימניית)',
  88. 'import_export' => 'יבוא / יצוא ',
  89. 'subscription_management' => 'ניהול הרשמות',
  90. 'subscription_tools' => 'Subscription tools', //TODO - Translation
  91. ),
  92. 'title' => array(
  93. '_' => 'ניהול הרשמות',
  94. 'feed_management' => 'ניהול הזנות RSS',
  95. 'subscription_tools' => 'Subscription tools', //TODO - Translation
  96. ),
  97. );