index.php 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?php
  2. return array(
  3. 'about' => array(
  4. '_' => 'Informazioni',
  5. 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>',
  6. 'bugs_reports' => 'Bugs',
  7. 'credits' => 'Crediti',
  8. '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://git.gnome.org/browse/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://www.google.com/webfonts/specimen/Open+Sans">Steve Matteson</a>. Le Favicons vengono estratte con le API <a href="https://getfavicon.appspot.com/">getFavicon</a>. FreshRSS è basato su <a href="https://github.com/marienfressinaud/MINZ">Minz</a>, un framework PHP.',
  9. 'freshrss_description' => 'FreshRSS è un aggregatore di feeds RSS da installare sul proprio host come <a href="http://tontof.net/kriss/feed/">Kriss Feed</a> o <a href="http://projet.idleman.fr/leed/">Leed</a>. Leggero e facile da mantenere pur essendo molto configurabile e potente.',
  10. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">su Github</a>',
  11. 'license' => 'Licenza',
  12. 'project_website' => 'Sito del progetto',
  13. 'title' => 'Informazioni',
  14. 'version' => 'Versione',
  15. 'website' => 'Sito',
  16. ),
  17. 'feed' => array(
  18. 'add' => 'Aggiungi un Feed RSS',
  19. 'empty' => 'Non ci sono articoli da mostrare.',
  20. 'rss_of' => 'RSS feed di %s',
  21. 'title' => 'RSS feeds',
  22. 'title_global' => 'Vista globale per categorie',
  23. 'title_fav' => 'Preferiti',
  24. ),
  25. 'log' => array(
  26. '_' => 'Logs',
  27. 'clear' => 'Svuota logs',
  28. 'empty' => 'File di log vuoto',
  29. 'title' => 'Logs',
  30. ),
  31. 'menu' => array(
  32. 'about' => 'Informazioni',
  33. 'add_query' => 'Aggiungi ricerca',
  34. 'before_one_day' => 'Giorno precedente',
  35. 'before_one_week' => 'Settimana precedente',
  36. 'favorites' => 'Preferiti (%s)',
  37. 'global_view' => 'Vista globale per categorie',
  38. 'main_stream' => 'Flusso principale',
  39. 'mark_all_read' => 'Segna tutto come letto',
  40. 'mark_cat_read' => 'Segna la categoria come letta',
  41. 'mark_feed_read' => 'Segna il feed come letto',
  42. 'newer_first' => 'Mostra prima i recenti',
  43. 'non-starred' => 'Escludi preferiti',
  44. 'normal_view' => 'Vista elenco',
  45. 'older_first' => 'Ordina per meno recenti',
  46. 'queries' => 'Chiavi di ricerca',
  47. 'read' => 'Mostra solo letti',
  48. 'reader_view' => 'Modalità di lettura',
  49. 'rss_view' => 'RSS feed',
  50. 'search_short' => 'Cerca',
  51. 'starred' => 'Mostra solo preferiti',
  52. 'stats' => 'Statistiche',
  53. 'subscription' => 'Gestione sottoscrizioni',
  54. 'unread' => 'Mostra solo non letti',
  55. ),
  56. 'share' => 'Condividi',
  57. 'tag' => array(
  58. 'related' => 'Tags correlati',
  59. ),
  60. );