sub.php 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  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. 'api' => array(
  13. 'documentation' => 'Copy the following URL to use it within an external tool.', // TODO
  14. 'title' => 'API', // TODO
  15. ),
  16. 'bookmarklet' => array(
  17. 'documentation' => 'Drag this button to your bookmarks toolbar or right-click it and choose "Bookmark This Link". Then click the "Subscribe" button in any page you want to subscribe to.', // TODO
  18. 'label' => 'Subscribe', // TODO
  19. 'title' => 'Bookmarklet', // TODO
  20. ),
  21. 'category' => array(
  22. '_' => 'קטגוריה',
  23. 'add' => 'Add a category', // TODO
  24. 'archiving' => 'ארכוב',
  25. 'empty' => 'Empty category', // TODO
  26. 'information' => 'מידע',
  27. 'position' => 'Display position', // TODO
  28. 'position_help' => 'To control category sort order', // TODO
  29. 'title' => 'כותרת',
  30. ),
  31. 'feed' => array(
  32. 'add' => 'הוספת הזנה',
  33. 'advanced' => 'מתקדם',
  34. 'archiving' => 'ארכוב',
  35. 'auth' => array(
  36. 'configuration' => 'כניסה לחשבון',
  37. 'help' => 'החיבור מתיר לגשת להזנות RSS מוגנות',
  38. 'http' => 'HTTP אימות',
  39. 'password' => 'HTTP סיסמה',
  40. 'username' => 'HTTP שם משתמש',
  41. ),
  42. 'clear_cache' => 'Always clear cache', // TODO
  43. 'content_action' => array(
  44. '_' => 'Content action when fetching the article content', // TODO
  45. 'append' => 'Add after existing content', // TODO
  46. 'prepend' => 'Add before existing content', // TODO
  47. 'replace' => 'Replace existing content', // TODO
  48. ),
  49. 'css_cookie' => 'Use Cookies when fetching the article content', // TODO
  50. 'css_cookie_help' => 'Example: <kbd>foo=bar; gdpr_consent=true; cookie=value</kbd>', // TODO
  51. 'css_help' => 'קבלת הזנות RSS קטומות (זהירות, לוקח זמן רב יותר!)',
  52. 'css_path' => 'נתיב הCSS של המאמר באתר המקורי',
  53. 'description' => 'תיאור',
  54. 'empty' => 'הזנה זו ריקה. אנא ודאו שהיא עדיין מתוחזקת.',
  55. 'error' => 'הזנה זו נתקלה בשגיאה, אנא ודאו שהיא תקינה ואז נסו שנית.',
  56. 'filteractions' => array(
  57. '_' => 'Filter actions', // TODO
  58. 'help' => 'Write one search filter per line.', // TODO
  59. ),
  60. 'information' => 'מידע',
  61. 'keep_min' => 'מסםר מינימלי של מאמרים לשמור',
  62. 'maintenance' => array(
  63. 'clear_cache' => 'Clear cache', // TODO
  64. 'clear_cache_help' => 'Clear the cache for this feed.', // TODO
  65. 'reload_articles' => 'Reload articles', // TODO
  66. 'reload_articles_help' => 'Reload articles and fetch complete content if a selector is defined.', // TODO
  67. 'title' => 'Maintenance', // TODO
  68. ),
  69. 'moved_category_deleted' => 'כאשר הקטגוריה נמחקת ההזנות שבתוכה אוטומטית מקוטלגות תחת <em>%s</em>.',
  70. 'mute' => 'mute', // TODO
  71. 'no_selected' => 'אף הזנה לא נבחרה.',
  72. 'number_entries' => '%d מאמרים',
  73. 'priority' => array(
  74. '_' => 'Visibility', // TODO
  75. 'archived' => 'Do not show (archived)', // TODO
  76. 'main_stream' => 'הצגה בזרם המרכזי',
  77. 'normal' => 'Show in its category', // TODO
  78. ),
  79. 'proxy' => 'Set a proxy for fetching this feed', // TODO
  80. 'proxy_help' => 'Select a protocol (e.g: SOCKS5) and enter the proxy address (e.g: <kbd>127.0.0.1:1080</kbd>)', // TODO
  81. 'selector_preview' => array(
  82. 'show_raw' => 'Show source code', // TODO
  83. 'show_rendered' => 'Show content', // TODO
  84. ),
  85. 'show' => array(
  86. 'all' => 'Show all feeds', // TODO
  87. 'error' => 'Show only feeds with errors', // TODO
  88. ),
  89. 'showing' => array(
  90. 'error' => 'Showing only feeds with errors', // TODO
  91. ),
  92. 'ssl_verify' => 'Verify SSL security', // TODO
  93. 'stats' => 'סטטיסטיקות',
  94. 'think_to_add' => 'ניתן להוסיף הזנות חדשות.',
  95. 'timeout' => 'Timeout in seconds', // TODO
  96. 'title' => 'כותרת',
  97. 'title_add' => 'הוספת הזנה',
  98. 'ttl' => 'אין לרענן אוטומטית יותר מ',
  99. 'url' => 'הזנה URL',
  100. 'useragent' => 'Set the user agent for fetching this feed', // TODO
  101. 'useragent_help' => 'Example: <kbd>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0)</kbd>', // TODO
  102. 'validator' => 'בדיקות תקינות ההזנה',
  103. 'website' => 'אתר URL',
  104. 'websub' => 'Instant notification with WebSub', // TODO
  105. ),
  106. 'import_export' => array(
  107. 'export' => 'ייצוא',
  108. 'export_labelled' => 'Export your labelled articles', // TODO
  109. 'export_opml' => 'ייצוא רשימת הזנות (OPML)',
  110. 'export_starred' => 'ייצוא מועדפים',
  111. 'feed_list' => 'רשימה של %s מאמרים',
  112. 'file_to_import' => 'קובץ לייבוא<br />(OPML, Json or Zip)',
  113. 'file_to_import_no_zip' => 'קובץ לייבוא<br />(OPML or Json)',
  114. 'import' => 'ייבוא',
  115. 'starred_list' => 'רשימת מאמרים מועדפים',
  116. 'title' => 'יבוא / יצוא ',
  117. ),
  118. 'menu' => array(
  119. 'add' => 'Add a feed or category', // TODO
  120. 'import_export' => 'יבוא / יצוא ',
  121. 'label_management' => 'Label management', // TODO
  122. 'stats' => array(
  123. 'idle' => 'הזנות שלא עודכנו',
  124. 'main' => 'סטטיסטיקות ראשיות',
  125. 'repartition' => 'חלוקת המאמרים',
  126. ),
  127. 'subscription_management' => 'ניהול הרשמות',
  128. 'subscription_tools' => 'Subscription tools', // TODO
  129. ),
  130. 'tag' => array(
  131. 'name' => 'Name', // TODO
  132. 'new_name' => 'New name', // TODO
  133. 'old_name' => 'Old name', // TODO
  134. ),
  135. 'title' => array(
  136. '_' => 'ניהול הרשמות',
  137. 'add' => 'Add a feed or category', // TODO
  138. 'add_category' => 'Add a category', // TODO
  139. 'add_feed' => 'Add a feed', // TODO
  140. 'add_label' => 'Add a label', // TODO
  141. 'delete_label' => 'Delete a label', // TODO
  142. 'feed_management' => 'ניהול הזנות RSS',
  143. 'rename_label' => 'Rename a label', // TODO
  144. 'subscription_tools' => 'Subscription tools', // TODO
  145. ),
  146. );