Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@piwik.org>2018-07-25 15:34:55 +0300
committerGitHub <noreply@github.com>2018-07-25 15:34:55 +0300
commit7230b6d2173ee9f9f9237f71f3ca44c97be143c2 (patch)
treec0763e2aa6f02eb7568d171a07a9d8f581d83228 /plugins/Events
parentf4491e1bb3fd994615835e268bddb297a3782aaa (diff)
language update (#13209)
Diffstat (limited to 'plugins/Events')
-rw-r--r--plugins/Events/lang/it.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/Events/lang/it.json b/plugins/Events/lang/it.json
index 79780532a3..eb6c39081f 100644
--- a/plugins/Events/lang/it.json
+++ b/plugins/Events/lang/it.json
@@ -11,17 +11,23 @@
"EventCategory": "Categoria Evento",
"EventName": "Nome Evento",
"EventNames": "Nomi Evento",
+ "EventUrl": "URL Evento",
+ "EventUrls": "URL Evento",
"Events": "Eventi",
"EventsWithValue": "Eventi con un valore",
"EventsWithValueDocumentation": "Numero di eventi dove è stato impostato un valore Evento",
+ "EventValue": "Valore Evento",
"EventValueTooltip": "Il valore totale Evento è la somma dei %1$s valori degli eventi %2$s tra un minimo di %3$s e un massimo di %4$s.",
+ "MaxValue": "Valore Massimo Evento",
"MaxValueDocumentation": "Valore massimo per questo evento",
+ "MinValue": "Valore Minimo Evento",
"MinValueDocumentation": "Valore minimo per questo evento",
"SecondaryDimension": "La dimensione secondaria è %s.",
"SwitchToSecondaryDimension": "Passa a %s",
"TopEvents": "Eventi Top",
"TotalEvents": "Totale eventi",
"TotalEventsDocumentation": "Numero totale degli eventi",
+ "TotalValue": "Valore Evento",
"TotalValueDocumentation": "Somma dei valori degli eventi",
"ViewEvents": "Vedi Eventi"
}