index.php 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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>', // TODO - Translation
  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://fonts.google.com/specimen/Open+Sans">Steve Matteson</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="https://github.com/LeedRSS/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_fav' => 'Preferiti',
  23. 'title_global' => 'Vista globale per categorie',
  24. ),
  25. 'log' => array(
  26. '_' => 'Logs', // TODO - Translation
  27. 'clear' => 'Svuota logs',
  28. 'empty' => 'File di log vuoto',
  29. 'title' => 'Logs', // TODO - Translation
  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. 'mark_selection_unread' => 'Mark selection as unread', // TODO - Translation
  43. 'newer_first' => 'Mostra prima i recenti',
  44. 'non-starred' => 'Escludi preferiti',
  45. 'normal_view' => 'Vista elenco',
  46. 'older_first' => 'Ordina per meno recenti',
  47. 'queries' => 'Chiavi di ricerca',
  48. 'read' => 'Mostra solo letti',
  49. 'reader_view' => 'Modalità di lettura',
  50. 'rss_view' => 'RSS feed', // TODO - Translation
  51. 'search_short' => 'Cerca',
  52. 'starred' => 'Mostra solo preferiti',
  53. 'stats' => 'Statistiche',
  54. 'subscription' => 'Gestione sottoscrizioni',
  55. 'tags' => 'My labels', // TODO - Translation
  56. 'unread' => 'Mostra solo non letti',
  57. ),
  58. 'share' => 'Condividi',
  59. 'tag' => array(
  60. 'related' => 'Tags correlati',
  61. ),
  62. 'tos' => array(
  63. 'title' => 'Terms of Service', // TODO - Translation
  64. ),
  65. );