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:
authorsgiehl <stefan@piwik.org>2015-06-19 22:54:14 +0300
committersgiehl <stefan@piwik.org>2015-06-19 22:54:14 +0300
commit668c61f963eacd5e77697615d70ef03fd173d5e9 (patch)
tree93057b838876ab03eaf7d0c097bf1c56c8e2f1bd /plugins/Ecommerce
parent740cb5eb209be2bc6f567ca81c7f99036e4ad975 (diff)
translation update
Diffstat (limited to 'plugins/Ecommerce')
-rw-r--r--plugins/Ecommerce/lang/de.json4
-rw-r--r--plugins/Ecommerce/lang/it.json1
-rw-r--r--plugins/Ecommerce/lang/nl.json5
3 files changed, 8 insertions, 2 deletions
diff --git a/plugins/Ecommerce/lang/de.json b/plugins/Ecommerce/lang/de.json
index 21a1eb742a..ac51a69aad 100644
--- a/plugins/Ecommerce/lang/de.json
+++ b/plugins/Ecommerce/lang/de.json
@@ -1,5 +1,7 @@
{
"Ecommerce": {
- "Sales": "Umsatz"
+ "Sales": "Umsatz",
+ "SalesBy": "Umsatz nach %s",
+ "SalesAdjective": "Umsatz %s"
}
} \ No newline at end of file
diff --git a/plugins/Ecommerce/lang/it.json b/plugins/Ecommerce/lang/it.json
index 6805ca3b36..45cb067b0c 100644
--- a/plugins/Ecommerce/lang/it.json
+++ b/plugins/Ecommerce/lang/it.json
@@ -1,5 +1,6 @@
{
"Ecommerce": {
+ "PluginDescription": "Ecommerce ti consente di tracciare quando gli utenti aggiungono al carrello dei prodotti, e quando questi vengono convertiti in una vendita. Traccia anche le visioni dei prodotti, delle categorie di prodotti e i carrelli abbandonati.",
"Sales": "Vendite",
"SalesAdjective": "Vendite %s"
}
diff --git a/plugins/Ecommerce/lang/nl.json b/plugins/Ecommerce/lang/nl.json
index a53fe2ac25..4c8cbe769a 100644
--- a/plugins/Ecommerce/lang/nl.json
+++ b/plugins/Ecommerce/lang/nl.json
@@ -1,5 +1,8 @@
{
"Ecommerce": {
- "Sales": "Verkopen"
+ "PluginDescription": "Ecommerce laat je toe gebruikers te volgen wanneer ze producten toevoegen aan winkelmandjes, en wanneer ze omgezet worden naar een ecommerce verkoop. Houdt ook de product weergave, product categorie weergave en achtergelaten winkelmandjes bij.",
+ "Sales": "Verkopen",
+ "SalesBy": "Verkopen volgens %s",
+ "SalesAdjective": "Verkoop %s"
}
} \ No newline at end of file