news/l10n/it.php

39 строки
1.7 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-16 03:04:50 +04:00
"Add Website" => "Aggiungi sito web",
2013-04-17 03:40:03 +04:00
"Error: address must not be empty!" => "Errore: l'indirizzo non può essere vuoto!",
"Error: address exists already!" => "Errore: l'indirizzo esiste già!",
"Error: folder name must not be empty!" => "Errore: il nome della cartella non può essere vuoto!",
"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-17 03:40:03 +04:00
"Save for later" => "Salva per dopo",
2013-04-16 03:04:50 +04:00
"from" => "da",
"by" => "da",
2013-02-12 15:54:12 +04:00
"Cant play audio format" => "Impossibile riprodurre il formato audio",
2012-08-28 04:04:42 +04:00
"Keep unread" => "Mantieni non letto",
"Delete feed" => "Elimina la fonte",
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-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
);