summaryrefslogtreecommitdiffstats
path: root/l10n/it.php
blob: 0716bfb97c74d8093c328d405e446635ad51477a (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
41
42
43
44
45
46
47
48
49
50
<?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",
"Articles without feed" => "Articoli senza fonte",
"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!",
"read on website" => "leggi sul sito web",
"star" => "stella",
"from" => "da",
"by" => "da",
"Download" => "Scarica",
"Keep unread" => "Mantieni non letto",
"Cancel" => "Annulla",
"Save" => "Salva",
"Delete website" => "Elimina sito web",
"Rename feed" => "Rinomina fonte",
"Collapse" => "Contrai",
"Delete folder" => "Elimina la cartella",
"Rename folder" => "Rinomina la cartella",
"Settings" => "Impostazioni",
"Use compact view" => "Usa visualizzazione compatta",
"Subscriptions (OPML)" => "Sottoscrizioni (OPML)",
"Import" => "Importa",
"Export" => "Esporta",
"Error when importing: file does not contain valid OPML" => "Errore di importazione: il file non contiene OPML valido",
"Unread/Starred Articles" => "Articoli non letti/preferiti",
"Error when importing: file does not contain valid JSON" => "Errore durante l'importazione: il file non contiene JSON valido",
"Show read articles" => "Mostra gli articoli già letti",
"Hide read articles" => "Nascondi gli articoli già letti"
);