summaryrefslogtreecommitdiffstats
path: root/l10n/it.php
blob: 506da71a96d0ab1aa58f8a18d957b68b4e4d3199 (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
39
40
<?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à",
" " => " ",
"_" => "_",
"status" => "stato",
"Undo deletion of %s" => "Annulla l'eliminazione di %s",
"Add Website" => "Aggiungi sito web",
"Error: address exists already!" => "Errore: l'indirizzo esiste già!",
"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",
"Mark read" => "Marca come letto",
"Welcome to the ownCloud News app!" => "Benvenuto nell'applicazione delle notizie di ownCloud!",
"from" => "da",
"by" => "da",
"Download" => "Scarica",
"Keep unread" => "Mantieni non letto",
"Delete website" => "Elimina sito web",
"Collapse" => "Contrai",
"Delete folder" => "Elimina la cartella",
"Rename folder" => "Rinomina la cartella",
"Import" => "Importa",
"Export" => "Esporta",
"Error when importing: file does not contain valid OPML" => "Errore di importazione: il file non contiene OPML valido",
"Error when importing: file does not contain valid JSON" => "Errore durante l'importazione: il file non contiene JSON valido",
"Show all" => "Mostra tutto",
"Show only unread" => "Mostra solo i non letti"
);