aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/it/index.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-11-04 20:26:30 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-11-04 20:26:30 +0100
commit74639cb1535feddb808a4262e058a67d4a3aef6b (patch)
tree78c5567578751752a3623574cbd768e602a46754 /app/i18n/it/index.php
parent4c99fd689f0778cbf6a987471ebf72b3787739c2 (diff)
parent4525e547faa8781e37f86125110f28248eb67fd3 (diff)
Merge branch 'dev'
Diffstat (limited to 'app/i18n/it/index.php')
-rw-r--r--app/i18n/it/index.php61
1 files changed, 61 insertions, 0 deletions
diff --git a/app/i18n/it/index.php b/app/i18n/it/index.php
new file mode 100644
index 000000000..584b044b1
--- /dev/null
+++ b/app/i18n/it/index.php
@@ -0,0 +1,61 @@
+<?php
+
+return array(
+ 'about' => array(
+ '_' => 'Informazioni',
+ 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>',
+ 'bugs_reports' => 'Bugs',
+ 'credits' => 'Crediti',
+ '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.',
+ '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.',
+ 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">su Github</a>',
+ 'license' => 'Licenza',
+ 'project_website' => 'Sito del progetto',
+ 'title' => 'Informazioni',
+ 'version' => 'Versione',
+ 'website' => 'Sito',
+ ),
+ 'feed' => array(
+ 'add' => 'Aggiungi un Feed RSS',
+ 'empty' => 'Non ci sono articoli da mostrare.',
+ 'rss_of' => 'RSS feed di %s',
+ 'title' => 'RSS feeds',
+ 'title_global' => 'Vista globale per categorie',
+ 'title_fav' => 'Preferiti',
+ ),
+ 'log' => array(
+ '_' => 'Logs',
+ 'clear' => 'Svuota logs',
+ 'empty' => 'File di log vuoto',
+ 'title' => 'Logs',
+ ),
+ 'menu' => array(
+ 'about' => 'Informazioni',
+ 'add_query' => 'Aggiungi ricerca',
+ 'before_one_day' => 'Giorno precedente',
+ 'before_one_week' => 'Settimana precedente',
+ 'favorites' => 'Preferiti (%s)',
+ 'global_view' => 'Vista globale per categorie',
+ 'main_stream' => 'Flusso principale',
+ 'mark_all_read' => 'Segna tutto come letto',
+ 'mark_cat_read' => 'Segna la categoria come letta',
+ 'mark_feed_read' => 'Segna il feed come letto',
+ 'newer_first' => 'Mostra prima i recenti',
+ 'non-starred' => 'Escludi preferiti',
+ 'normal_view' => 'Vista elenco',
+ 'older_first' => 'Ordina per meno recenti',
+ 'queries' => 'Chiavi di ricerca',
+ 'read' => 'Mostra solo letti',
+ 'reader_view' => 'Modalità di lettura',
+ 'rss_view' => 'RSS feed',
+ 'search_short' => 'Cerca',
+ 'starred' => 'Mostra solo preferiti',
+ 'stats' => 'Statistiche',
+ 'subscription' => 'Gestione sottoscrizioni',
+ 'unread' => 'Mostra solo non letti',
+ ),
+ 'share' => 'Condividi',
+ 'tag' => array(
+ 'related' => 'Tags correlati',
+ ),
+);