news/l10n/it.php

40 строки
2.0 KiB
PHP
Исходник Обычный вид История

2012-08-28 04:04:42 +04:00
<?php $TRANSLATIONS = array(
"News" => "Notizie",
2013-04-17 03:40:03 +04:00
"Can not add feed: Exists already" => "Impossible aggiungere la fonte: esiste già",
"Can not add feed: URL does not exist or has invalid xml" => "Impossibile aggiungere la fonte: l'URL non esiste o ha xml non valido",
"Can not add folder: Exists already" => "Impossibile aggiungere la cartella: esiste già",
2013-04-30 03:13:04 +04:00
"Undo deletion of %s" => "Annulla l'eliminazione di %s",
2013-04-16 03:04:50 +04:00
"Add Website" => "Aggiungi sito web",
2013-04-17 03:40:03 +04:00
"Error: address exists already!" => "Errore: l'indirizzo esiste già!",
"Error: folder exists already" => "Errore: la cartella esiste già",
2013-02-12 15:54:12 +04:00
"Address" => "Indirizzo",
"Add" => "Aggiungi",
"New folder" => "Nuova cartella",
"Folder" => "Cartella",
2013-04-16 03:04:50 +04:00
"Choose folder" => "Scegli cartella",
"Folder name" => "Nome della cartella",
2013-04-17 03:40:03 +04:00
"Back to folder selection" => "Torna alla selezione della cartella",
"Create folder" => "Crea cartella",
2012-10-16 04:11:11 +04:00
"Starred" => "Preferiti",
2013-02-13 03:03:05 +04:00
"Unread articles" => "Articoli non letti",
"All articles" => "Tutti gli articoli",
2013-04-21 03:04:35 +04:00
"Mark read" => "Marca come letto",
2013-04-16 03:04:50 +04:00
"from" => "da",
"by" => "da",
2013-07-20 09:18:45 +04:00
"Download" => "Scarica",
2012-08-28 04:04:42 +04:00
"Keep unread" => "Mantieni non letto",
2013-04-17 03:40:03 +04:00
"Delete website" => "Elimina sito web",
2012-09-02 04:09:59 +04:00
"Collapse" => "Contrai",
2013-02-13 03:03:05 +04:00
"Delete folder" => "Elimina la cartella",
2013-02-22 03:05:10 +04:00
"Rename folder" => "Rinomina la cartella",
2013-02-12 15:54:12 +04:00
"Import / Export OPML" => "Importa/Esporta OPML",
"Import" => "Importa",
"Export" => "Esporta",
2013-04-17 03:40:03 +04:00
"Error when importing: file does not contain valid OPML" => "Errore di importazione: il file non contiene OPML valido",
2013-04-21 03:04:35 +04:00
"Import Google Reader JSON" => "Importa JSON di Google Reader",
"To import starred and shared articles from Google \n\t\t\tReader please upload the .json files from the Google Takeout archive" => "Per importare gli articoli con stella e condivisi da Google\nReader carica i file .json dall'archivio Google Takeout",
"Error when importing: file does not contain valid JSON" => "Errore durante l'importazione: il file non contiene JSON valido",
2013-02-12 15:54:12 +04:00
"Show all" => "Mostra tutto",
2013-04-18 03:04:23 +04:00
"Show only unread" => "Mostra solo i non letti"
2012-08-28 04:04:42 +04:00
);