aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/it/index.php
diff options
context:
space:
mode:
authorGravatar Pyrox <Pyr0x1@users.noreply.github.com> 2022-10-07 10:57:12 +0200
committerGravatar GitHub <noreply@github.com> 2022-10-07 10:57:12 +0200
commit1e6bc7c21cd0df892f92ef780008da891121c77c (patch)
tree0339fe8d544072c907bd0af93b0bb06c3309b89a /app/i18n/it/index.php
parent2dbd11bd2a9dfd82eb1b38e67718e688a5df8fe3 (diff)
Implemented italian translation (#4694)
* Translated admin.php * Translated conf.php * Translated feedback.php * Translated gen.php * Translated index.php * Translated install.php * Translated sub.php * Translated user.php * make fix-all * fixed apostrophe * fixed missing TODOs in sub.php * A few more details Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/it/index.php')
-rw-r--r--app/i18n/it/index.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/app/i18n/it/index.php b/app/i18n/it/index.php
index 4ea30d8bb..172f6e6e4 100644
--- a/app/i18n/it/index.php
+++ b/app/i18n/it/index.php
@@ -33,23 +33,23 @@ return array(
'title_global' => 'Vista globale per categorie',
),
'log' => array(
- '_' => 'Logs', // TODO
+ '_' => 'Log',
'clear' => 'Svuota logs',
'empty' => 'File di log vuoto',
- 'title' => 'Logs', // TODO
+ 'title' => 'Log',
),
'menu' => array(
'about' => 'Informazioni',
'before_one_day' => 'Giorno precedente',
'before_one_week' => 'Settimana precedente',
- 'bookmark_query' => 'Bookmark current query', // TODO
+ 'bookmark_query' => 'Inserisci la ricerca corrente nei segnalibri',
'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',
- 'mark_selection_unread' => 'Mark selection as unread', // TODO
+ 'mark_selection_unread' => 'Segna i selezionati come non letti',
'newer_first' => 'Mostra prima i recenti',
'non-starred' => 'Escludi preferiti',
'normal_view' => 'Vista elenco',
@@ -57,12 +57,12 @@ return array(
'queries' => 'Chiavi di ricerca',
'read' => 'Mostra solo letti',
'reader_view' => 'Modalità di lettura',
- 'rss_view' => 'RSS feed', // TODO
+ 'rss_view' => 'Feed RSS',
'search_short' => 'Cerca',
'starred' => 'Mostra solo preferiti',
'stats' => 'Statistiche',
'subscription' => 'Gestione sottoscrizioni',
- 'tags' => 'My labels', // TODO
+ 'tags' => 'Le mie etichette',
'unread' => 'Mostra solo non letti',
),
'share' => 'Condividi',
@@ -70,6 +70,6 @@ return array(
'related' => 'Tags correlati',
),
'tos' => array(
- 'title' => 'Terms of Service', // TODO
+ 'title' => 'Termini e condizioni del servizio',
),
);