sub.php 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  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' => 'Copia il seguente URL per usarlo in un tool esterno.',
  14. 'title' => 'API', // IGNORE
  15. ),
  16. 'bookmarklet' => array(
  17. 'documentation' => 'Trascina questo pulsante nei preferiti o fai click destro e scegli “Inserisci questo link tra i preferiti”. Successivamente clicca il pulsante “Iscriviti” in qualsiasi pagina a cui ti vuoi iscrivere.',
  18. 'label' => 'Iscriviti',
  19. 'title' => 'Segnalibro',
  20. ),
  21. 'category' => array(
  22. '_' => 'Categoria',
  23. 'add' => 'Aggiungi categoria',
  24. 'archiving' => 'Archiviazione',
  25. 'dynamic_opml' => array(
  26. '_' => 'OPML dinamico',
  27. 'help' => 'Fornisci l’URL ad un <a href="http://opml.org/" target="_blank">file OPML</a> per popolare dinamicamente questa categoria con i feed',
  28. ),
  29. 'empty' => 'Categoria vuota',
  30. 'expand' => 'Expand category', // TODO
  31. 'information' => 'Informazioni',
  32. 'open' => 'Open category', // TODO
  33. 'opml_url' => 'URL OPML',
  34. 'position' => 'Mostra posizione',
  35. 'position_help' => 'Per controllare l’ordinamento della categoria',
  36. 'title' => 'Titolo',
  37. ),
  38. 'feed' => array(
  39. 'accept_cookies' => 'Accetta i cookie',
  40. 'accept_cookies_help' => 'Consenti al server dei feed di impostare dei cookie (salvati in memoria solo per la durata della richiesta)',
  41. 'add' => 'Aggiungi un Feed',
  42. 'advanced' => 'Avanzate',
  43. 'archiving' => 'Archiviazione',
  44. 'auth' => array(
  45. 'configuration' => 'Autenticazione',
  46. 'help' => 'Accesso per feed protetti',
  47. 'http' => 'Autenticazione HTTP',
  48. 'password' => 'Password HTTP',
  49. 'username' => 'Nome utente HTTP',
  50. ),
  51. 'clear_cache' => 'Cancella sempre la cache',
  52. 'content_action' => array(
  53. '_' => 'Azione da effettuare quando viene recuperato il contenuto di un articolo',
  54. 'append' => 'Aggiungi dopo il contenuto esistente',
  55. 'prepend' => 'Aggiungi prima del contenuto esistente',
  56. 'replace' => 'Rimpiazza il contenuto esistente',
  57. ),
  58. 'css_cookie' => 'Usa i cookie quando viene recuperato il contenuto di un articolo',
  59. 'css_cookie_help' => 'Esempio: <kbd>foo=bar; gdpr_consent=true; cookie=value</kbd>',
  60. 'css_help' => 'In caso di feed RSS troncati (attenzione, richiede molto tempo!)',
  61. 'css_path' => 'Percorso del foglio di stile CSS del sito di origine',
  62. 'css_path_filter' => array(
  63. '_' => 'Il selettore CSS degli elementi da rimuovere',
  64. 'help' => 'Il selettore CSS potrebbe essere una lista, ad esempio: <kbd>.footer, .aside, p[data-sanitized-class="menu"]</kbd>',
  65. ),
  66. 'description' => 'Descrizione',
  67. 'empty' => 'Questo feed non contiene articoli. Per favore verifica il sito direttamente.',
  68. 'error' => 'Questo feed ha generato un errore. Per favore verifica se ancora disponibile.',
  69. 'export-as-opml' => array(
  70. 'download' => 'Scarica',
  71. 'help' => 'File XML (data subset. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">See documentation</a>)', // DIRTY
  72. 'label' => 'Esporta come OPML',
  73. ),
  74. 'filteractions' => array(
  75. '_' => 'Azioni di filtro',
  76. 'help' => 'Scrivi un filtro di ricerca per riga. Per li operatori <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">vedi la documentazione</a>.',
  77. ),
  78. 'http_headers' => 'HTTP Headers', // TODO
  79. '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
  80. 'information' => 'Informazioni',
  81. 'keep_min' => 'Numero minimo di articoli da mantenere',
  82. 'kind' => array(
  83. '_' => 'Tipo di sorgente del feed',
  84. 'html_json' => array(
  85. '_' => 'HTML + XPath + JSON dot notation (JSON in HTML)', // TODO
  86. 'xpath' => array(
  87. '_' => 'XPath for JSON in HTML', // TODO
  88. 'help' => 'Example: <code>//script[@type="application/json"]</code>', // TODO
  89. ),
  90. ),
  91. 'html_xpath' => array(
  92. '_' => 'HTML + XPath (Web scraping)', // IGNORE
  93. 'feed_title' => array(
  94. '_' => 'titolo del feed',
  95. 'help' => 'Esempio: <code>//titolo</code> o una stringa statica: <code>"Il mio feed personalizzato"</code>',
  96. ),
  97. 'help' => '<dfn><a href="https://www.w3.org/TR/xpath-10/" target="_blank">XPath 1.0</a></dfn> è un linguaggio di ricerca standard per utenti avanzati supportato da FreshRSS per abilitare il Web scraping.',
  98. 'item' => array(
  99. '_' => 'trovare <strong>oggetti</strong><br /><small> notizia (più importanti)</small>',
  100. 'help' => 'Esempio: <code>//div[@class="news-item"]</code>',
  101. ),
  102. 'item_author' => array(
  103. '_' => 'oggetto autore',
  104. 'help' => 'Può anche essere una stringa statica. Esempio: <code>"Anonimo"</code>',
  105. ),
  106. 'item_categories' => 'oggetto tag',
  107. 'item_content' => array(
  108. '_' => 'oggetto contenuto',
  109. 'help' => 'Esempio per considerare l’oggetto intero: <code>.</code>',
  110. ),
  111. 'item_thumbnail' => array(
  112. '_' => 'oggetto miniatura',
  113. 'help' => 'Esempio: <code>descendant::img/@src</code>',
  114. ),
  115. 'item_timeFormat' => array(
  116. '_' => 'Formato personalizzato di data/ora',
  117. 'help' => 'Opzionale. Un formato supportato da <a href="https://php.net/datetime.createfromformat" target="_blank"><code>DateTime::createFromFormat()</code></a>, ad esempio <code>d-m-Y H:i:s</code>',
  118. ),
  119. 'item_timestamp' => array(
  120. '_' => 'oggetto data',
  121. 'help' => 'Il risultato verrà analizzato da <a href="https://php.net/strtotime" target="_blank"><code>strtotime()</code></a>',
  122. ),
  123. 'item_title' => array(
  124. '_' => 'oggetto titolo',
  125. 'help' => 'Usa in particolare l’<a href="https://developer.mozilla.org/docs/Web/XPath/Axes" target="_blank">XPath axis</a> <code>descendant::</code> like <code>descendant::h2</code>',
  126. ),
  127. 'item_uid' => array(
  128. '_' => 'oggetto ID univoco',
  129. 'help' => 'Opzionale. Esempio: <code>descendant::div/@data-uri</code>',
  130. ),
  131. 'item_uri' => array(
  132. '_' => 'oggetto link (URL)',
  133. 'help' => 'Esempio: <code>descendant::a/@href</code>',
  134. ),
  135. 'relative' => 'XPath (relativo all’oggetto) per:',
  136. 'xpath' => 'XPath per:',
  137. ),
  138. 'json_dotnotation' => array(
  139. '_' => 'JSON (dot notation)', // TODO
  140. 'feed_title' => array(
  141. '_' => 'titolo feed',
  142. 'help' => 'Esempio: <code>meta.title</code> o una stringa statica: <code>"Il mio feed personalizzato"</code>',
  143. ),
  144. 'help' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO
  145. 'item' => array(
  146. '_' => 'ricerca nuovi <strong>elementi</strong><br /><small>(più importante)</small>',
  147. 'help' => 'percorso JSON per l’array contenente gli elementi, es. <code>$</code> o <code>newsItems</code>',
  148. ),
  149. 'item_author' => 'autore elemento',
  150. 'item_categories' => 'tag elemento',
  151. 'item_content' => array(
  152. '_' => 'contenuto elemento',
  153. 'help' => 'Chiave sotto la quale trovare il contenuto, es. <code>content</code>',
  154. ),
  155. 'item_thumbnail' => array(
  156. '_' => 'miniatura elemento',
  157. 'help' => 'Esempio: <code>image</code>',
  158. ),
  159. 'item_timeFormat' => array(
  160. '_' => 'Formato data/ora personalizzato',
  161. 'help' => 'Facoltativo. Un formato supportato da <a href="https://php.net/datetime.createfromformat" target="_blank"><code>DateTime::createFromFormat()</code></a> come <code>d-m-Y H:i:s</code>',
  162. ),
  163. 'item_timestamp' => array(
  164. '_' => 'data elemento',
  165. 'help' => 'Il risultato sarà interpretato da <a href="https://php.net/strtotime" target="_blank"><code>strtotime()</code></a>',
  166. ),
  167. 'item_title' => 'titolo elemento',
  168. 'item_uid' => 'ID univoco elemento',
  169. 'item_uri' => array(
  170. '_' => 'link elemento (URL)',
  171. 'help' => 'Esempio: <code>permalink</code>',
  172. ),
  173. 'json' => 'dot notation for:', // TODO
  174. 'relative' => 'dot notated path (relative to item) for:', // TODO
  175. ),
  176. 'jsonfeed' => 'Feed JSON',
  177. 'rss' => 'RSS / Atom (predefinito)',
  178. 'xml_xpath' => 'XML + XPath', // IGNORE
  179. ),
  180. 'maintenance' => array(
  181. 'clear_cache' => 'Svuota cache',
  182. 'clear_cache_help' => 'Svuota la cache per questo feed.',
  183. 'reload_articles' => 'Ricarica articoli',
  184. 'reload_articles_help' => 'Ricarica gli articoli e recupera il contenuto completo se è definito un selettore.',
  185. 'title' => 'Manutenzione',
  186. ),
  187. 'max_http_redir' => 'Numero massimo di redirect HTTP',
  188. 'max_http_redir_help' => 'Imposta a 0 o lascia in bianco per disabilitare, -1 per impostare un numero illimitato di redirect',
  189. 'method' => array(
  190. '_' => 'Metodo HTTP',
  191. ),
  192. 'method_help' => 'Il payload POST ha il supporto automatico per <code>application/x-www-form-urlencoded</code> e <code>application/json</code>',
  193. 'method_postparams' => 'Payload per POST',
  194. 'moved_category_deleted' => 'Cancellando una categoria i feed al suo interno verranno classificati automaticamente come <em>%s</em>.',
  195. 'mute' => array(
  196. '_' => 'muta',
  197. 'state_is_muted' => 'This feed is muted', // TODO
  198. ),
  199. 'no_selected' => 'Nessun feed selezionato.',
  200. 'number_entries' => '%d articoli',
  201. 'open_feed' => 'Open feed %s', // TODO
  202. 'priority' => array(
  203. '_' => 'Visibilità',
  204. 'archived' => 'Non mostrare (archiviato)',
  205. 'category' => 'Mostra nella sua categoria',
  206. 'important' => 'Mostra nei feed importanti',
  207. 'main_stream' => 'Mostra in homepage',
  208. ),
  209. 'proxy' => 'Imposta un proxy per recuperare questo feed',
  210. 'proxy_help' => 'Seleziona un protocollo (e.g: SOCKS5) ed inserisci l’indirizzo del proxy (es.: <kbd>127.0.0.1:1080</kbd> o <kbd>username:password@127.0.0.1:1080</kbd>)',
  211. 'selector_preview' => array(
  212. 'show_raw' => 'Mostra codice sorgente',
  213. 'show_rendered' => 'Mostra contenuto',
  214. ),
  215. 'show' => array(
  216. 'all' => 'Mostra tutti i feed',
  217. 'error' => 'Mostra solo feed con errori',
  218. ),
  219. 'showing' => array(
  220. 'error' => 'Vengono mostrati solo i feed con errori',
  221. ),
  222. 'ssl_verify' => 'Verifica sicurezza SSL',
  223. 'stats' => 'Statistiche',
  224. 'think_to_add' => 'Aggiungi feed.',
  225. 'timeout' => 'Timeout in secondi',
  226. 'title' => 'Titolo',
  227. 'title_add' => 'Aggiungi RSS feed',
  228. 'ttl' => 'Non aggiornare automaticamente piu di',
  229. 'unicityCriteria' => array(
  230. '_' => 'Article unicity criteria', // TODO
  231. 'forced' => '<span title="Block the unicity criteria, even when the feed has duplicate articles">forced</span>', // TODO
  232. 'help' => 'Relevant for invalid feeds.<br />⚠️ Changing the policy will create duplicates.', // TODO
  233. 'id' => 'Standard ID (default)', // TODO
  234. 'link' => 'Link', // TODO
  235. 'sha1:link_published' => 'Link + Date', // TODO
  236. 'sha1:link_published_title' => 'Link + Date + Title', // TODO
  237. 'sha1:link_published_title_content' => 'Link + Date + Title + Content', // TODO
  238. ),
  239. 'url' => 'URL del feed',
  240. 'useragent' => 'Imposta lo user agent per recuperare questo feed',
  241. 'useragent_help' => 'Esempio: <kbd>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0)</kbd>',
  242. 'validator' => 'Controlla la validita del feed ',
  243. 'website' => 'URL del sito',
  244. 'websub' => 'Notifica istantanea con WebSub',
  245. ),
  246. 'import_export' => array(
  247. 'export' => array(
  248. '_' => 'Esporta',
  249. 'sqlite' => 'Download user database as SQLite', // TODO
  250. ),
  251. 'export_labelled' => 'Esporta gli articoli etichettati',
  252. 'export_opml' => 'Esporta tutta la lista dei feed (OPML)',
  253. 'export_starred' => 'Esporta i tuoi preferiti',
  254. 'feed_list' => 'Elenco di %s articoli',
  255. 'file_to_import' => 'File da importare<br />(OPML, JSON o ZIP)',
  256. 'file_to_import_no_zip' => 'File da importare<br />(OPML o JSON)',
  257. 'import' => 'Importa',
  258. 'starred_list' => 'Elenco articoli preferiti',
  259. 'title' => 'Importa / esporta',
  260. ),
  261. 'menu' => array(
  262. 'add' => 'Aggiungi un feed o una categoria',
  263. 'import_export' => 'Importa / esporta',
  264. 'label_management' => 'Gestione etichette',
  265. 'stats' => array(
  266. 'idle' => 'Feed non aggiornati',
  267. 'main' => 'Statistiche principali',
  268. 'repartition' => 'Ripartizione articoli',
  269. ),
  270. 'subscription_management' => 'Gestione sottoscrizioni',
  271. 'subscription_tools' => 'Strumenti di sottoscrizione',
  272. ),
  273. 'tag' => array(
  274. 'auto_label' => 'Aggiungi questo tag ai nuovi articoli',
  275. 'name' => 'Nome',
  276. 'new_name' => 'Nuovo nome',
  277. 'old_name' => 'Vecchio nome',
  278. ),
  279. 'title' => array(
  280. '_' => 'Gestione sottoscrizioni',
  281. 'add' => 'Aggiungi un feed o una categoria',
  282. 'add_category' => 'Aggiungi una categoria',
  283. 'add_dynamic_opml' => 'Aggiungi OPML dinamico',
  284. 'add_feed' => 'Aggiungi un feed',
  285. 'add_label' => 'Aggiungi un’etichetta',
  286. 'add_opml_category' => 'OPML category name', // TODO
  287. 'delete_label' => 'Cancella un’etichetta',
  288. 'feed_management' => 'Gestione feed RSS',
  289. 'rename_label' => 'Rinomina un’etichetta',
  290. 'subscription_tools' => 'Strumenti di sottoscrizione',
  291. ),
  292. );