index.php 3.8 KB

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