index.php 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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. 'bug_reports' => array(
  16. 'environment_information' => array(
  17. '_' => 'Informazioni sul sistema',
  18. 'browser' => 'Browser', // IGNORE
  19. 'database' => 'Database', // IGNORE
  20. 'server_software' => 'Software server',
  21. 'version_frss' => 'Versione FreshRSS',
  22. 'version_php' => 'Versione PHP',
  23. ),
  24. ),
  25. 'bugs_reports' => 'Bugs',
  26. 'credits' => 'Crediti',
  27. '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.',
  28. 'documentation' => 'Documentazione',
  29. 'freshrss_description' => 'FreshRSS è un aggregatore di feeds RSS da installare sul proprio host. Leggero e facile da mantenere pur essendo molto configurabile e potente.',
  30. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">su GitHub</a>',
  31. 'license' => 'Licenza',
  32. 'project_website' => 'Sito del progetto',
  33. 'title' => 'Informazioni',
  34. 'version' => 'Versione',
  35. ),
  36. 'feed' => array(
  37. 'empty' => 'Non ci sono articoli da mostrare.',
  38. 'received' => array(
  39. 'before_yesterday' => 'Ricevuto prima di ieri',
  40. 'today' => 'Ricevuto oggi',
  41. 'yesterday' => 'Ricevuto ieri',
  42. ),
  43. 'rss_of' => 'RSS feed di %s',
  44. 'title' => 'Flusso principale',
  45. 'title_fav' => 'Preferiti',
  46. 'title_global' => 'Vista globale per categorie',
  47. ),
  48. 'log' => array(
  49. '_' => 'Log',
  50. 'clear' => 'Svuota logs',
  51. 'empty' => 'File di log vuoto',
  52. 'title' => 'Log',
  53. ),
  54. 'menu' => array(
  55. 'about' => 'Informazioni',
  56. 'before_one_day' => 'Giorno precedente',
  57. 'before_one_week' => 'Settimana precedente',
  58. 'bookmark_query' => 'Inserisci la ricerca corrente nei segnalibri',
  59. 'favorites' => 'Preferiti (%s)',
  60. 'global_view' => 'Vista globale per categorie',
  61. 'important' => 'Feed importanti',
  62. 'main_stream' => 'Flusso principale',
  63. 'mark_all_read' => 'Segna tutto come letto',
  64. 'mark_cat_read' => 'Segna la categoria come letta',
  65. 'mark_feed_read' => 'Segna il feed come letto',
  66. 'mark_selection_unread' => 'Segna i selezionati come non letti',
  67. 'mylabels' => 'Le mie etichette',
  68. 'newer_first' => 'Mostra prima i recenti',
  69. 'non-starred' => 'Escludi preferiti',
  70. 'normal_view' => 'Vista elenco',
  71. 'older_first' => 'Ordina per meno recenti',
  72. 'queries' => 'Chiavi di ricerca',
  73. 'read' => 'Mostra solo letti',
  74. 'reader_view' => 'Modalità di lettura',
  75. 'rss_view' => 'Feed RSS',
  76. 'search_short' => 'Cerca',
  77. 'sort' => array(
  78. '_' => 'Ordina per',
  79. 'date_asc' => 'Data di pubblicazione 1→9',
  80. 'date_desc' => 'Data di pubblicazione 9→1',
  81. 'id_asc' => 'Dal meno recente',
  82. 'id_desc' => 'Dal più recente',
  83. 'link_asc' => 'Link A→Z', // IGNORE
  84. 'link_desc' => 'Link Z→A', // IGNORE
  85. 'rand' => 'Ordine casuale',
  86. 'title_asc' => 'Titolo A→Z',
  87. 'title_desc' => 'Titolo Z→A',
  88. ),
  89. 'starred' => 'Mostra solo preferiti',
  90. 'stats' => 'Statistiche',
  91. 'subscription' => 'Gestione sottoscrizioni',
  92. 'unread' => 'Mostra solo non letti',
  93. ),
  94. 'share' => 'Condividi',
  95. 'tag' => array(
  96. 'related' => 'Tags correlati',
  97. ),
  98. 'tos' => array(
  99. 'title' => 'Termini e condizioni del servizio',
  100. ),
  101. );