summaryrefslogtreecommitdiffstats
path: root/l10n/it.php
blob: 223edf010b45cb6d2f7bc280e7faf6b1d8f26f25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?php $TRANSLATIONS = array(
"News" => "Notizie",
"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à",
"Add Website" => "Aggiungi sito web",
"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à",
"Address" => "Indirizzo",
"Add" => "Aggiungi",
"New folder" => "Nuova cartella",
"Folder" => "Cartella",
"Choose folder" => "Scegli cartella",
"Folder name" => "Nome della cartella",
"Back to folder selection" => "Torna alla selezione della cartella",
"Create folder" => "Crea cartella",
"Starred" => "Preferiti",
"Unread articles" => "Articoli non letti",
"All articles" => "Tutti gli articoli",
"Save for later" => "Salva per dopo",
"from" => "da",
"by" => "da",
"Cant play audio format" => "Impossibile riprodurre il formato audio",
"Keep unread" => "Mantieni non letto",
"Delete feed" => "Elimina la fonte",
"Delete website" => "Elimina sito web",
"Collapse" => "Contrai",
"Delete folder" => "Elimina la cartella",
"Rename folder" => "Rinomina la cartella",
"Import / Export OPML" => "Importa/Esporta OPML",
"Import" => "Importa",
"Export" => "Esporta",
"Error when importing: file does not contain valid OPML" => "Errore di importazione: il file non contiene OPML valido",
"Show all" => "Mostra tutto",
"Show only unread" => "Mostra solo i non letti"
);