sub.php 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  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. '_' => 'Categoria',
  23. 'add' => 'Aggiungi categoria',
  24. 'archiving' => 'Archiviazione',
  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' => 'Categoria vuota',
  30. 'information' => 'Informazioni',
  31. 'opml_url' => 'OPML URL', // TODO
  32. 'position' => 'Display position', // TODO
  33. 'position_help' => 'To control category sort order', // TODO
  34. 'title' => 'Titolo',
  35. ),
  36. 'feed' => array(
  37. 'add' => 'Aggiungi un Feed RSS',
  38. 'advanced' => 'Avanzate',
  39. 'archiving' => 'Archiviazione',
  40. 'auth' => array(
  41. 'configuration' => 'Autenticazione',
  42. 'help' => 'Accesso per feeds protetti',
  43. 'http' => 'Autenticazione HTTP',
  44. 'password' => 'HTTP password', // TODO
  45. 'username' => 'HTTP username', // TODO
  46. ),
  47. 'clear_cache' => 'Always clear cache', // TODO
  48. 'content_action' => array(
  49. '_' => 'Content action when fetching the article content', // TODO
  50. 'append' => 'Add after existing content', // TODO
  51. 'prepend' => 'Add before existing content', // TODO
  52. 'replace' => 'Replace existing content', // TODO
  53. ),
  54. 'css_cookie' => 'Use Cookies when fetching the article content', // TODO
  55. 'css_cookie_help' => 'Example: <kbd>foo=bar; gdpr_consent=true; cookie=value</kbd>', // TODO
  56. 'css_help' => 'In caso di RSS feeds troncati (attenzione, richiede molto tempo!)',
  57. 'css_path' => 'Percorso del foglio di stile CSS del sito di origine',
  58. 'css_path_filter' => array(
  59. '_' => 'CSS selector of the elements to remove', // TODO
  60. 'help' => 'A CSS selector may be a list such as: <kbd>.footer, .aside</kbd>', // TODO
  61. ),
  62. 'description' => 'Descrizione',
  63. 'empty' => 'Questo feed non contiene articoli. Per favore verifica il sito direttamente.',
  64. 'error' => 'Questo feed ha generato un errore. Per favore verifica se ancora disponibile.',
  65. 'filteractions' => array(
  66. '_' => 'Filter actions', // TODO
  67. 'help' => 'Write one search filter per line.', // TODO
  68. ),
  69. 'information' => 'Informazioni',
  70. 'keep_min' => 'Numero minimo di articoli da mantenere',
  71. 'kind' => array(
  72. '_' => 'Type of feed source', // TODO
  73. 'html_xpath' => array(
  74. '_' => 'HTML + XPath (Web scraping)', // TODO
  75. 'feed_title' => array(
  76. '_' => 'feed title', // TODO
  77. 'help' => 'Example: <code>//title</code> or a static string: <code>"My custom feed"</code>', // TODO
  78. ),
  79. '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
  80. 'item' => array(
  81. '_' => 'finding news <strong>items</strong><br /><small>(most important)</small>', // TODO
  82. 'help' => 'Example: <code>//div[@class="news-item"]</code>', // TODO
  83. ),
  84. 'item_author' => array(
  85. '_' => 'item author', // TODO
  86. 'help' => 'Can also be a static string. Example: <code>"Anonymous"</code>', // TODO
  87. ),
  88. 'item_categories' => 'item tags', // TODO
  89. 'item_content' => array(
  90. '_' => 'item content', // TODO
  91. 'help' => 'Example to take the full item: <code>.</code>', // TODO
  92. ),
  93. 'item_thumbnail' => array(
  94. '_' => 'item thumbnail', // TODO
  95. 'help' => 'Example: <code>descendant::img/@src</code>', // TODO
  96. ),
  97. 'item_timestamp' => array(
  98. '_' => 'item date', // TODO
  99. 'help' => 'The result will be parsed by <a href="https://php.net/strtotime" target="_blank"><code>strtotime()</code></a>', // TODO
  100. ),
  101. 'item_title' => array(
  102. '_' => 'item title', // TODO
  103. '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
  104. ),
  105. 'item_uid' => array(
  106. '_' => 'item unique ID', // TODO
  107. 'help' => 'Optional. Example: <code>descendant::div/@data-uri</code>', // TODO
  108. ),
  109. 'item_uri' => array(
  110. '_' => 'item link (URL)', // TODO
  111. 'help' => 'Example: <code>descendant::a/@href</code>', // TODO
  112. ),
  113. 'relative' => 'XPath (relative to item) for:', // TODO
  114. 'xpath' => 'XPath for:', // TODO
  115. ),
  116. 'rss' => 'RSS / Atom (default)', // TODO
  117. ),
  118. 'maintenance' => array(
  119. 'clear_cache' => 'Clear cache', // TODO
  120. 'clear_cache_help' => 'Clear the cache for this feed.', // TODO
  121. 'reload_articles' => 'Reload articles', // TODO
  122. 'reload_articles_help' => 'Reload that many articles and fetch complete content if a selector is defined.', // TODO
  123. 'title' => 'Maintenance', // TODO
  124. ),
  125. 'moved_category_deleted' => 'Cancellando una categoria i feed al suo interno verranno classificati automaticamente come <em>%s</em>.',
  126. 'mute' => 'mute', // TODO
  127. 'no_selected' => 'Nessun feed selezionato.',
  128. 'number_entries' => '%d articoli',
  129. 'priority' => array(
  130. '_' => 'Visibility', // TODO
  131. 'archived' => 'Do not show (archived)', // TODO
  132. 'main_stream' => 'Mostra in homepage',
  133. 'normal' => 'Show in its category', // TODO
  134. ),
  135. 'proxy' => 'Set a proxy for fetching this feed', // TODO
  136. 'proxy_help' => 'Select a protocol (e.g: SOCKS5) and enter the proxy address (e.g: <kbd>127.0.0.1:1080</kbd>)', // TODO
  137. 'selector_preview' => array(
  138. 'show_raw' => 'Show source code', // TODO
  139. 'show_rendered' => 'Show content', // TODO
  140. ),
  141. 'show' => array(
  142. 'all' => 'Show all feeds', // TODO
  143. 'error' => 'Show only feeds with errors', // TODO
  144. ),
  145. 'showing' => array(
  146. 'error' => 'Showing only feeds with errors', // TODO
  147. ),
  148. 'ssl_verify' => 'Verify SSL security', // TODO
  149. 'stats' => 'Statistiche',
  150. 'think_to_add' => 'Aggiungi feed.',
  151. 'timeout' => 'Timeout in seconds', // TODO
  152. 'title' => 'Titolo',
  153. 'title_add' => 'Aggiungi RSS feed',
  154. 'ttl' => 'Non aggiornare automaticamente piu di',
  155. 'url' => 'Feed URL', // TODO
  156. 'useragent' => 'Set the user agent for fetching this feed', // TODO
  157. 'useragent_help' => 'Example: <kbd>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0)</kbd>', // TODO
  158. 'validator' => 'Controlla la validita del feed ',
  159. 'website' => 'URL del sito',
  160. 'websub' => 'Notifica istantanea con WebSub',
  161. ),
  162. 'import_export' => array(
  163. 'export' => 'Esporta',
  164. 'export_labelled' => 'Export your labelled articles', // TODO
  165. 'export_opml' => 'Esporta tutta la lista dei feed (OPML)',
  166. 'export_starred' => 'Esporta i tuoi preferiti',
  167. 'feed_list' => 'Elenco di %s articoli',
  168. 'file_to_import' => 'File da importare<br />(OPML, JSON o ZIP)',
  169. 'file_to_import_no_zip' => 'File da importare<br />(OPML o JSON)',
  170. 'import' => 'Importa',
  171. 'starred_list' => 'Elenco articoli preferiti',
  172. 'title' => 'Importa / esporta',
  173. ),
  174. 'menu' => array(
  175. 'add' => 'Add a feed or category', // TODO
  176. 'import_export' => 'Importa / esporta',
  177. 'label_management' => 'Label management', // TODO
  178. 'stats' => array(
  179. 'idle' => 'Feeds non aggiornati',
  180. 'main' => 'Statistiche principali',
  181. 'repartition' => 'Ripartizione articoli',
  182. ),
  183. 'subscription_management' => 'Gestione sottoscrizioni',
  184. 'subscription_tools' => 'Subscription tools', // TODO
  185. ),
  186. 'tag' => array(
  187. 'name' => 'Name', // TODO
  188. 'new_name' => 'New name', // TODO
  189. 'old_name' => 'Old name', // TODO
  190. ),
  191. 'title' => array(
  192. '_' => 'Gestione sottoscrizioni',
  193. 'add' => 'Add a feed or category', // TODO
  194. 'add_category' => 'Add a category', // TODO
  195. 'add_dynamic_opml' => 'Add dynamic OPML', // TODO
  196. 'add_feed' => 'Add a feed', // TODO
  197. 'add_label' => 'Add a label', // TODO
  198. 'delete_label' => 'Delete a label', // TODO
  199. 'feed_management' => 'Gestione RSS feeds',
  200. 'rename_label' => 'Rename a label', // TODO
  201. 'subscription_tools' => 'Subscription tools', // TODO
  202. ),
  203. );