index.php 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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://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.',
  18. '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.',
  19. 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">su Github</a>',
  20. 'license' => 'Licenza',
  21. 'project_website' => 'Sito del progetto',
  22. 'title' => 'Informazioni',
  23. 'version' => 'Versione',
  24. ),
  25. 'feed' => array(
  26. 'add' => 'Aggiungi un Feed RSS',
  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. '_' => 'Logs', // TODO
  35. 'clear' => 'Svuota logs',
  36. 'empty' => 'File di log vuoto',
  37. 'title' => 'Logs', // TODO
  38. ),
  39. 'menu' => array(
  40. 'about' => 'Informazioni',
  41. 'before_one_day' => 'Giorno precedente',
  42. 'before_one_week' => 'Settimana precedente',
  43. 'bookmark_query' => 'Bookmark current query', // TODO
  44. 'favorites' => 'Preferiti (%s)',
  45. 'global_view' => 'Vista globale per categorie',
  46. 'main_stream' => 'Flusso principale',
  47. 'mark_all_read' => 'Segna tutto come letto',
  48. 'mark_cat_read' => 'Segna la categoria come letta',
  49. 'mark_feed_read' => 'Segna il feed come letto',
  50. 'mark_selection_unread' => 'Mark selection as unread', // TODO
  51. 'newer_first' => 'Mostra prima i recenti',
  52. 'non-starred' => 'Escludi preferiti',
  53. 'normal_view' => 'Vista elenco',
  54. 'older_first' => 'Ordina per meno recenti',
  55. 'queries' => 'Chiavi di ricerca',
  56. 'read' => 'Mostra solo letti',
  57. 'reader_view' => 'Modalità di lettura',
  58. 'rss_view' => 'RSS feed', // TODO
  59. 'search_short' => 'Cerca',
  60. 'starred' => 'Mostra solo preferiti',
  61. 'stats' => 'Statistiche',
  62. 'subscription' => 'Gestione sottoscrizioni',
  63. 'tags' => 'My labels', // TODO
  64. 'unread' => 'Mostra solo non letti',
  65. ),
  66. 'share' => 'Condividi',
  67. 'tag' => array(
  68. 'related' => 'Tags correlati',
  69. ),
  70. 'tos' => array(
  71. 'title' => 'Terms of Service', // TODO
  72. ),
  73. );