summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/CategoryTree/i18n/it.json
blob: d95d479facb4382c0c800274dfdebabe5903ab89 (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
{
	"@metadata": {
		"authors": [
			".anaconda",
			"Aushulz",
			"Beta16",
			"BrokenArrow",
			"Cruccone",
			"Darth Kule",
			"Gianfranco",
			"Nemo bis",
			"Lucas2",
			"FRacco",
			"Nemo ter"
		]
	},
	"categorytree": "Albero delle categorie",
	"categorytree-portlet": "Categorie",
	"categorytree-legend": "Mostra l'albero delle categorie",
	"categorytree-desc": "Visualizza in modo dinamico la [[Special:CategoryTree|struttura delle categorie]]",
	"categorytree-header": "Inserisci il nome di una categoria per vederne i contenuti in una struttura ad albero. (richiede JavaScript)",
	"categorytree-category": "Categoria:",
	"categorytree-go": "Mostra albero",
	"categorytree-parents": "Categorie superiori",
	"categorytree-mode-label": "Modalità:",
	"categorytree-mode-categories": "mostra solo le categorie",
	"categorytree-mode-pages": "tutte le pagine, escluse le immagini",
	"categorytree-mode-all": "tutte le pagine",
	"categorytree-collapse": "comprimi",
	"categorytree-expand": "espandi",
	"categorytree-member-counts": "contiene {{PLURAL:$1|1 sottocategoria|$1 sottocategorie}}, {{PLURAL:$2|1 pagina|$2 pagine}} e {{PLURAL:$3|1 file|$3 file}}",
	"categorytree-num-categories": "$1 C",
	"categorytree-num-pages": "$1 P",
	"categorytree-num-files": "$1 F",
	"categorytree-num-empty": "vuota",
	"categorytree-load": "carica",
	"categorytree-loading": "caricamento in corso…",
	"categorytree-nothing-found": "nessun risultato",
	"categorytree-no-subcategories": "nessuna sottocategoria",
	"categorytree-no-parent-categories": "nessuna categoria superiore",
	"categorytree-no-pages": "nessuna pagina né sottocategoria",
	"categorytree-not-found": "Categoria <i>$1</i> non trovata",
	"categorytree-error": "Problema nel caricamento dei dati.",
	"categorytree-retry": "Attendere un momento e riprovare.",
	"apihelp-categorytree-description": "Modulo interno per l'estensione CategoryTree.",
	"apihelp-categorytree-param-category": "Titolo nel namespace categoria, il prefisso verrà ignorato se dato.",
	"apihelp-categorytree-param-options": "Opzioni per il costruttore CategoryTree come oggetto JSON. L'opzione <var>depth</var> predefinita è <kbd>1</kbd>.",
	"apierror-categorytree-invalidjson": "Le opzioni devono essere fornite come un oggetto JSON valido."
}