miniflux-legacy/locales/it_IT/translations.php

110 lines
5.1 KiB
PHP
Raw Normal View History

2013-07-08 20:56:26 +02:00
<?php
return array(
2013-07-21 17:11:41 +02:00
'Help' => 'Aiuto',
2013-07-19 11:51:01 +02:00
'Theme' => 'Tema',
2013-07-08 20:56:26 +02:00
'Items per page' => 'Articoli per pagina',
'Previous page' => 'Pagina precedente',
'Next page' => 'Pagina successiva',
'Do not fetch the content of articles' => 'Non scaricare il contenuto degli articoli',
'Remove automatically read items' => 'Cancella automaticamente articoli già letti',
'Never' => 'Mai',
'After %d day' => 'Dopo %d giorno',
'After %d days' => 'Dopo %d giorni',
'French' => 'Francese',
'English' => 'Inglese',
'German' => 'Tedesco',
'Italian' => 'Italiano',
'Simplified Chinese' => 'Cinese semplificato',
2013-07-14 18:34:47 +02:00
'Czech' => 'Ceco',
2013-07-08 20:56:26 +02:00
'unread' => 'non letti',
'bookmarks' => 'bookmark',
'bookmark' => 'bookmark',
'remove bookmark' => 'cancella bookmark',
'Bookmarks' => 'Bookmark',
2013-07-08 20:56:26 +02:00
'Bookmark item' => 'Aggiungi ai bookmark',
'No bookmark' => 'Nessun bookmark',
2013-07-08 20:56:26 +02:00
'history' => 'cronologia',
'subscriptions' => 'sottoscrizioni',
'Subscriptions' => 'Sottoscrizioni',
'preferences' => 'preferenze',
'Preferences' => 'Preferenze',
'logout' => 'esci',
'Username' => 'Utente',
'Password' => 'Password',
'Confirmation' => 'Conferma',
'Language' => 'Lingua',
'Save' => 'Salva',
2014-01-13 00:35:46 +01:00
'More information' => 'Altre informazioni',
2013-07-08 20:56:26 +02:00
'Database' => 'Database',
2014-02-06 09:54:07 +01:00
'Database size:' => 'Dimensione database:',
2013-07-08 20:56:26 +02:00
'Optimize the database' => 'Ottimizza il database',
'(VACUUM command)' => '(comando VACUUM)',
'Download the entire database' => 'Scarica l\'intero database',
'(Gzip compressed Sqlite file)' => '(Comprimi il file Sqlite con Gzip)',
'Keyboard shortcuts' => 'Scorciatoie da tastiera',
'Previous item' => 'Articolo precedente',
'Next item' => 'Articolo successivo',
'Mark as read or unread' => 'Segna come già letto o non letto',
'Open original link' => 'Apri link originale',
'Open item' => 'Apri articolo',
'About' => 'Informazioni sul software',
'Miniflux version:' => 'Versione Miniflux:',
2014-02-06 09:54:07 +01:00
'Nothing to read' => 'Niente da leggere',
2013-07-27 21:51:10 +02:00
'<span id="page-counter">%s</span>unread items' => '<span id="page-counter">%s</span>articoli non letti',
2013-07-08 20:56:26 +02:00
'mark all as read' => 'segna tutti come già letti',
'original link' => 'link originale',
'mark as read' => 'segna come già letto',
'No history' => 'Nessuna cronologia',
'mark as unread' => 'segna come non letto',
'History' => 'Cronologia',
'flush all items' => 'cancella tutti gli articoli',
'Item not found' => 'Articolo non trovato',
'Unread items' => 'Articoli non letti',
'Next' => 'Successivo',
'Previous' => 'Precedente',
'Sign in' => 'Accedi',
2014-02-06 09:54:07 +01:00
'feeds' => 'feed',
2013-07-08 20:56:26 +02:00
'add' => 'aggiungi',
'import' => 'importa',
'export' => 'esporta',
'OPML Import' => 'Importa OPML',
'OPML file' => 'file OPML',
'Import' => 'Importa',
'refresh all' => 'aggiorna tutti',
'No subscription' => 'Nessuna sottoscrizione',
'remove' => 'cancella',
'refresh' => 'aggiorna',
'feed link' => 'link feed',
'New subscription' => 'Nuova sottoscrizione',
'Website or Feed URL' => 'Sito web o URL del feed',
'Add' => 'Aggiungi',
'http://website/' => 'http://sitoweb/',
'Yes' => 'Sì',
'cancel' => 'annulla',
'or' => 'o',
'Official website:' => 'Sito ufficiale:',
'Bad username or password' => 'Utente o password errati',
'Unable to update your preferences.' => 'Impossibile aggiornare le preferenze.',
'Your preferences are updated.' => 'Preferenze aggiornate.',
'Unable to import your OPML file.' => 'Impossibile importare il file OPML.',
'Your feeds have been imported.' => 'I tuoi feed sono stati importati.',
'Unable to find a subscription.' => 'Impossibile effettuare sottoscrizione.',
'Subscription added successfully.' => 'Sottoscrizione effettuata con successo.',
'Your subscriptions are updated' => 'Sottoscrizioni aggiornate.',
'Unable to remove this subscription.' => 'Impossibile rimuovere questa sottoscrizione.',
'This subscription has been removed successfully.' => 'Sottoscrizione rimossa con successo.',
'The user name is required' => 'Il nome utente è obbligatorio.',
'The maximum length is 50 characters' => 'La lunghezza massima è di 50 caratteri.',
'The password is required' => 'La password è obbligatoria.',
'The minimum length is 6 characters' => 'La lunghezza minima è di 6 caratteri.',
'The confirmation is required' => 'La conferma è obbligatoria.',
'Passwords doesn\'t match' => 'Le password non coincidono',
'Do you really want to remove these items from your history?' => 'Vuoi veramente cancellare questi articoli dalla cronologia?',
'Do you really want to remove this subscription: "%s"?' => 'Vuoi veramente cancellare la sottoscrizione a: "%s" ?',
'Nothing to read, do you want to <a href="?action=refresh-all" data-action="refresh-all">update your subscriptions?</a>' =>
'Niente da leggere, vuoi <a href="?action=refresh-all" data-action="refresh-all">aggiornare tutte le sottoscrizioni?</a>',
2014-02-06 09:54:07 +01:00
'Show help' => 'Mostra guida',
'Close help' => 'Chiudi guida'
2013-07-08 20:56:26 +02:00
);