sub.php 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  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. 'dynamic_opml' => array(
  26. '_' => 'Dynamic OPML', // TODO
  27. 'help' => 'Provide the URL to an <a href="http://opml.org/" target="_blank">OPML file</a> to dynamically populate this category with feeds', // TODO
  28. ),
  29. 'empty' => 'Empty category', // TODO
  30. 'expand' => 'Expand category', // TODO
  31. 'information' => 'מידע',
  32. 'open' => 'Open category', // TODO
  33. 'opml_url' => 'OPML URL', // TODO
  34. 'position' => 'Display position', // TODO
  35. 'position_help' => 'To control category sort order', // TODO
  36. 'title' => 'כותרת',
  37. ),
  38. 'feed' => array(
  39. 'accept_cookies' => 'Accept cookies', // TODO
  40. 'accept_cookies_help' => 'Allow the feed server to set cookies (stored in memory for the duration of the request only)', // TODO
  41. 'add' => 'הוספת הזנה',
  42. 'advanced' => 'מתקדם',
  43. 'archiving' => 'ארכוב',
  44. 'auth' => array(
  45. 'configuration' => 'כניסה לחשבון',
  46. 'help' => 'החיבור מתיר לגשת להזנות RSS מוגנות',
  47. 'http' => 'HTTP אימות',
  48. 'password' => 'HTTP סיסמה',
  49. 'username' => 'HTTP שם משתמש',
  50. ),
  51. 'clear_cache' => 'Always clear cache', // TODO
  52. 'content_action' => array(
  53. '_' => 'Content action when fetching the article content', // TODO
  54. 'append' => 'Add after existing content', // TODO
  55. 'prepend' => 'Add before existing content', // TODO
  56. 'replace' => 'Replace existing content', // TODO
  57. ),
  58. 'content_retrieval' => 'Content retrieval', // TODO
  59. 'css_cookie' => 'Use Cookies when fetching the article content', // TODO
  60. 'css_cookie_help' => 'Example: <kbd>foo=bar; gdpr_consent=true; cookie=value</kbd>', // TODO
  61. 'css_help' => 'קבלת הזנות RSS קטומות (זהירות, לוקח זמן רב יותר!)',
  62. 'css_path' => 'נתיב הCSS של המאמר באתר המקורי',
  63. 'css_path_filter' => array(
  64. '_' => 'CSS selector of the elements to remove', // TODO
  65. 'help' => 'A CSS selector may be a list such as: <kbd>footer, aside, p[data-sanitized-class~="menu"]</kbd>', // TODO
  66. ),
  67. 'description' => 'תיאור',
  68. 'empty' => 'הזנה זו ריקה. אנא ודאו שהיא עדיין מתוחזקת.',
  69. 'error' => 'הזנה זו נתקלה בשגיאה, אנא ודאו שהיא תקינה ואז נסו שנית.', // DIRTY
  70. 'export-as-opml' => array(
  71. 'download' => 'Download', // TODO
  72. 'help' => 'XML file (data subset. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">See documentation</a>)', // TODO
  73. 'label' => 'Export as OPML', // TODO
  74. ),
  75. 'filteractions' => array(
  76. '_' => 'Filter actions', // TODO
  77. 'help' => 'Write one search filter per line. Operators <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">see documentation</a>.', // TODO
  78. ),
  79. 'http_headers' => 'HTTP Headers', // TODO
  80. 'http_headers_help' => 'Headers are separated by a newline, and the name and value of a header are separated by a colon (e.g: <kbd><code>Accept: application/atom+xml<br />Authorization: Bearer some-token</code></kbd>).', // TODO
  81. 'information' => 'מידע',
  82. 'keep_min' => 'מסםר מינימלי של מאמרים לשמור',
  83. 'kind' => array(
  84. '_' => 'Type of feed source', // TODO
  85. 'html_json' => array(
  86. '_' => 'HTML + XPath + JSON dot notation (JSON in HTML)', // TODO
  87. 'xpath' => array(
  88. '_' => 'XPath for JSON in HTML', // TODO
  89. 'help' => 'Example: <code>normalize-space(//script[@type="application/json"])</code> (single JSON)<br />or: <code>//script[@type="application/ld+json"]</code> (one JSON object per article)', // TODO
  90. ),
  91. ),
  92. 'html_xpath' => array(
  93. '_' => 'HTML + XPath (Web scraping)', // TODO
  94. 'feed_title' => array(
  95. '_' => 'feed title', // TODO
  96. 'help' => 'Example: <code>//title</code> or a static string: <code>"My custom feed"</code>', // TODO
  97. ),
  98. 'help' => '<dfn><a href="https://www.w3.org/TR/xpath-10/" target="_blank">XPath 1.0</a></dfn> is a standard query language for advanced users, and which FreshRSS supports to enable Web scraping.', // TODO
  99. 'item' => array(
  100. '_' => 'finding news <strong>items</strong><br /><small>(most important)</small>', // TODO
  101. 'help' => 'Example: <code>//div[@class="news-item"]</code>', // TODO
  102. ),
  103. 'item_author' => array(
  104. '_' => 'item author', // TODO
  105. 'help' => 'Can also be a static string. Example: <code>"Anonymous"</code>', // TODO
  106. ),
  107. 'item_categories' => 'item tags', // TODO
  108. 'item_content' => array(
  109. '_' => 'item content', // TODO
  110. 'help' => 'Example to take the full item: <code>.</code>', // TODO
  111. ),
  112. 'item_thumbnail' => array(
  113. '_' => 'item thumbnail', // TODO
  114. 'help' => 'Example: <code>descendant::img/@src</code>', // TODO
  115. ),
  116. 'item_timeFormat' => array(
  117. '_' => 'Custom date/time format', // TODO
  118. 'help' => 'Optional. A format supported by <a href="https://php.net/datetime.createfromformat" target="_blank"><code>DateTime::createFromFormat()</code></a> such as <code>d-m-Y H:i:s</code>', // TODO
  119. ),
  120. 'item_timestamp' => array(
  121. '_' => 'item date', // TODO
  122. 'help' => 'The result will be parsed by <a href="https://php.net/strtotime" target="_blank"><code>strtotime()</code></a>', // TODO
  123. ),
  124. 'item_title' => array(
  125. '_' => 'item title', // TODO
  126. 'help' => 'Use in particular the <a href="https://developer.mozilla.org/docs/Web/XPath/Axes" target="_blank">XPath axis</a> <code>descendant::</code> like <code>descendant::h2</code>', // TODO
  127. ),
  128. 'item_uid' => array(
  129. '_' => 'item unique ID', // TODO
  130. 'help' => 'Optional. Example: <code>descendant::div/@data-uri</code>', // TODO
  131. ),
  132. 'item_uri' => array(
  133. '_' => 'item link (URL)', // TODO
  134. 'help' => 'Example: <code>descendant::a/@href</code>', // TODO
  135. ),
  136. 'relative' => 'XPath (relative to item) for:', // TODO
  137. 'xpath' => 'XPath for:', // TODO
  138. ),
  139. 'json_dotnotation' => array(
  140. '_' => 'JSON (dot notation)', // TODO
  141. 'feed_title' => array(
  142. '_' => 'feed title', // TODO
  143. 'help' => 'Example: <code>meta.title</code> or a static string: <code>"My custom feed"</code>', // TODO
  144. ),
  145. 'help' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO
  146. 'item' => array(
  147. '_' => 'finding news <strong>items</strong><br /><small>(most important)</small>', // TODO
  148. 'help' => 'JSON path to the array containing the items, e.g. <code>$</code> or <code>newsItems</code>', // TODO
  149. ),
  150. 'item_author' => 'item author', // TODO
  151. 'item_categories' => 'item tags', // TODO
  152. 'item_content' => array(
  153. '_' => 'item content', // TODO
  154. 'help' => 'Key under which the content is found, e.g. <code>content</code>', // TODO
  155. ),
  156. 'item_thumbnail' => array(
  157. '_' => 'item thumbnail', // TODO
  158. 'help' => 'Example: <code>image</code>', // TODO
  159. ),
  160. 'item_timeFormat' => array(
  161. '_' => 'Custom date/time format', // TODO
  162. 'help' => 'Optional. A format supported by <a href="https://php.net/datetime.createfromformat" target="_blank"><code>DateTime::createFromFormat()</code></a> such as <code>d-m-Y H:i:s</code>', // TODO
  163. ),
  164. 'item_timestamp' => array(
  165. '_' => 'item date', // TODO
  166. 'help' => 'The result will be parsed by <a href="https://php.net/strtotime" target="_blank"><code>strtotime()</code></a>', // TODO
  167. ),
  168. 'item_title' => 'item title', // TODO
  169. 'item_uid' => 'item unique ID', // TODO
  170. 'item_uri' => array(
  171. '_' => 'item link (URL)', // TODO
  172. 'help' => 'Example: <code>permalink</code>', // TODO
  173. ),
  174. 'json' => 'dot notation for:', // TODO
  175. 'relative' => 'dot notated path (relative to item) for:', // TODO
  176. ),
  177. 'jsonfeed' => 'JSON Feed', // TODO
  178. 'rss' => 'RSS / Atom (default)', // TODO
  179. 'xml_xpath' => 'XML + XPath', // TODO
  180. ),
  181. 'maintenance' => array(
  182. 'clear_cache' => 'Clear cache', // TODO
  183. 'clear_cache_help' => 'Clear the cache for this feed.', // TODO
  184. 'reload_articles' => 'Reload articles', // TODO
  185. 'reload_articles_help' => 'Reload that many articles and fetch complete content if a selector is defined.', // TODO
  186. 'title' => 'Maintenance', // TODO
  187. ),
  188. 'max_http_redir' => 'Max HTTP redirects', // TODO
  189. 'max_http_redir_help' => 'Set to 0 or leave blank to disable, -1 for unlimited redirects', // TODO
  190. 'method' => array(
  191. '_' => 'HTTP Method', // TODO
  192. ),
  193. 'method_help' => 'The POST payload has automatic support for <code>application/x-www-form-urlencoded</code> and <code>application/json</code>', // TODO
  194. 'method_postparams' => 'Payload for POST', // TODO
  195. 'moved_category_deleted' => 'כאשר הקטגוריה נמחקת ההזנות שבתוכה אוטומטית מקוטלגות תחת <em>%s</em>.',
  196. 'mute' => array(
  197. '_' => 'mute', // TODO
  198. 'state_is_muted' => 'This feed is muted', // TODO
  199. ),
  200. 'no_selected' => 'אף הזנה לא נבחרה.',
  201. 'number_entries' => '%d מאמרים',
  202. 'open_feed' => 'Open feed %s', // TODO
  203. 'path_entries_conditions' => 'Conditions for content retrieval', // TODO
  204. 'priority' => array(
  205. '_' => 'Visibility', // TODO
  206. 'archived' => 'Do not show (archived)', // TODO
  207. 'category' => 'Show in its category', // TODO
  208. 'important' => 'Show in important feeds', // TODO
  209. 'main_stream' => 'הצגה בזרם המרכזי',
  210. ),
  211. 'proxy' => 'Set a proxy for fetching this feed', // TODO
  212. 'proxy_help' => 'Select a protocol (e.g: SOCKS5) and enter the proxy address (e.g: <kbd>127.0.0.1:1080</kbd> or <kbd>username:password@127.0.0.1:1080</kbd>)', // TODO
  213. 'selector_preview' => array(
  214. 'show_raw' => 'Show source code', // TODO
  215. 'show_rendered' => 'Show content', // TODO
  216. ),
  217. 'show' => array(
  218. 'all' => 'All feeds', // TODO
  219. 'error' => 'Show only feeds with errors', // TODO
  220. ),
  221. 'showing' => array(
  222. 'error' => 'Showing only feeds with errors', // TODO
  223. ),
  224. 'ssl_verify' => 'Verify SSL security', // TODO
  225. 'stats' => 'סטטיסטיקות',
  226. 'think_to_add' => 'ניתן להוסיף הזנות חדשות.',
  227. 'timeout' => 'Timeout in seconds', // TODO
  228. 'title' => 'כותרת',
  229. 'title_add' => 'הוספת הזנה',
  230. 'ttl' => 'אין לרענן אוטומטית יותר מ',
  231. 'unicityCriteria' => array(
  232. '_' => 'Article unicity criteria', // TODO
  233. 'forced' => '<span title="Block the unicity criteria, even when the feed has duplicate articles">forced</span>', // TODO
  234. 'help' => 'Relevant for invalid feeds.<br />⚠️ Changing the policy will create duplicates.', // TODO
  235. 'id' => 'Standard ID (default)', // TODO
  236. 'link' => 'Link', // TODO
  237. 'sha1:link_published' => 'Link + Date', // TODO
  238. 'sha1:link_published_title' => 'Link + Date + Title', // TODO
  239. 'sha1:link_published_title_content' => 'Link + Date + Title + Content', // TODO
  240. ),
  241. 'url' => 'הזנה URL',
  242. 'useragent' => 'Set the user agent for fetching this feed', // TODO
  243. 'useragent_help' => 'Example: <kbd>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0)</kbd>', // TODO
  244. 'validator' => 'בדיקות תקינות ההזנה',
  245. 'website' => 'אתר URL',
  246. 'websub' => 'Instant notifications with WebSub', // TODO
  247. ),
  248. 'import_export' => array(
  249. 'export' => array(
  250. '_' => 'ייצוא',
  251. 'sqlite' => 'Download user database as SQLite', // TODO
  252. ),
  253. 'export_labelled' => 'Export your labelled articles', // TODO
  254. 'export_opml' => 'ייצוא רשימת הזנות (OPML)',
  255. 'export_starred' => 'ייצוא מועדפים',
  256. 'feed_list' => 'רשימה של %s מאמרים',
  257. 'file_to_import' => 'קובץ לייבוא<br />(OPML, Json or Zip)',
  258. 'file_to_import_no_zip' => 'קובץ לייבוא<br />(OPML or Json)',
  259. 'import' => 'ייבוא',
  260. 'starred_list' => 'רשימת מאמרים מועדפים',
  261. 'title' => 'יבוא / יצוא ',
  262. ),
  263. 'menu' => array(
  264. 'add' => 'Add a feed or category', // TODO
  265. 'import_export' => 'יבוא / יצוא ',
  266. 'label_management' => 'Label management', // TODO
  267. 'stats' => array(
  268. 'idle' => 'הזנות שלא עודכנו',
  269. 'main' => 'סטטיסטיקות ראשיות',
  270. 'repartition' => 'חלוקת המאמרים',
  271. ),
  272. 'subscription_management' => 'ניהול הרשמות',
  273. 'subscription_tools' => 'Subscription tools', // TODO
  274. ),
  275. 'tag' => array(
  276. 'auto_label' => 'Add this label to new articles', // TODO
  277. 'name' => 'Name', // TODO
  278. 'new_name' => 'New name', // TODO
  279. 'old_name' => 'Old name', // TODO
  280. ),
  281. 'title' => array(
  282. '_' => 'ניהול הרשמות',
  283. 'add' => 'Add a feed or category', // TODO
  284. 'add_category' => 'Add a category', // TODO
  285. 'add_dynamic_opml' => 'Add dynamic OPML', // TODO
  286. 'add_feed' => 'Add a feed', // TODO
  287. 'add_label' => 'Add a label', // TODO
  288. 'add_opml_category' => 'OPML category name', // TODO
  289. 'delete_label' => 'Delete a label', // TODO
  290. 'feed_management' => 'ניהול הזנות RSS',
  291. 'rename_label' => 'Rename a label', // TODO
  292. 'subscription_tools' => 'Subscription tools', // TODO
  293. ),
  294. );