index.php 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. 'about' => array(
  13. '_' => 'Informazioni',
  14. 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', // IGNORE
  15. 'bugs_reports' => 'Bugs',
  16. 'credits' => 'Crediti',
  17. 'credits_content' => 'Alcuni elementi di design provengono da <a href="http://twitter.github.io/bootstrap/">Bootstrap</a> sebbene FreshRSS non usi questo framework. Le <a href="https://gitlab.gnome.org/Archive/gnome-icon-theme-symbolic">icone</a> provengono dal progetto <a href="https://www.gnome.org/">GNOME</a>. Il carattere <em>Open Sans</em> è stato creato da <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>. FreshRSS è basato su <a href="https://framagit.org/marienfressinaud/MINZ">Minz</a>, un framework PHP.',
  18. 'documentation' => 'Documentazione',
  19. 'freshrss_description' => 'FreshRSS è un aggregatore di feeds RSS da installare sul proprio host. Leggero e facile da mantenere pur essendo molto configurabile e potente.',
  20. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">su GitHub</a>',
  21. 'license' => 'Licenza',
  22. 'project_website' => 'Sito del progetto',
  23. 'title' => 'Informazioni',
  24. 'version' => 'Versione',
  25. ),
  26. 'feed' => array(
  27. 'empty' => 'Non ci sono articoli da mostrare.',
  28. 'rss_of' => 'RSS feed di %s',
  29. 'title' => 'Flusso principale',
  30. 'title_fav' => 'Preferiti',
  31. 'title_global' => 'Vista globale per categorie',
  32. ),
  33. 'log' => array(
  34. '_' => 'Log',
  35. 'clear' => 'Svuota logs',
  36. 'empty' => 'File di log vuoto',
  37. 'title' => 'Log',
  38. ),
  39. 'menu' => array(
  40. 'about' => 'Informazioni',
  41. 'before_one_day' => 'Giorno precedente',
  42. 'before_one_week' => 'Settimana precedente',
  43. 'bookmark_query' => 'Inserisci la ricerca corrente nei segnalibri',
  44. 'favorites' => 'Preferiti (%s)',
  45. 'global_view' => 'Vista globale per categorie',
  46. 'important' => 'Feed importanti',
  47. 'main_stream' => 'Flusso principale',
  48. 'mark_all_read' => 'Segna tutto come letto',
  49. 'mark_cat_read' => 'Segna la categoria come letta',
  50. 'mark_feed_read' => 'Segna il feed come letto',
  51. 'mark_selection_unread' => 'Segna i selezionati come non letti',
  52. 'newer_first' => 'Mostra prima i recenti',
  53. 'non-starred' => 'Escludi preferiti',
  54. 'normal_view' => 'Vista elenco',
  55. 'older_first' => 'Ordina per meno recenti',
  56. 'queries' => 'Chiavi di ricerca',
  57. 'read' => 'Mostra solo letti',
  58. 'reader_view' => 'Modalità di lettura',
  59. 'rss_view' => 'Feed RSS',
  60. 'search_short' => 'Cerca',
  61. 'starred' => 'Mostra solo preferiti',
  62. 'stats' => 'Statistiche',
  63. 'subscription' => 'Gestione sottoscrizioni',
  64. 'tags' => 'Le mie etichette',
  65. 'unread' => 'Mostra solo non letti',
  66. ),
  67. 'share' => 'Condividi',
  68. 'tag' => array(
  69. 'related' => 'Tags correlati',
  70. ),
  71. 'tos' => array(
  72. 'title' => 'Termini e condizioni del servizio',
  73. ),
  74. );