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-01-09 21:35:55 +0300
committersgiehl <stefan@piwik.org>2015-01-09 21:35:55 +0300
commit0cdaaef4e27cc5bdd4c8022ed17c4d0f490aca2a (patch)
treeb30b604464bb9ba60c1ed71f376f61fd4b71f0cb /plugins/Ecommerce
parent47006c2cfe656dbc65313901e431a18159e4fff5 (diff)
language update refs #3430
Diffstat (limited to 'plugins/Ecommerce')
-rw-r--r--plugins/Ecommerce/lang/de.json6
-rw-r--r--plugins/Ecommerce/lang/it.json6
2 files changed, 12 insertions, 0 deletions
diff --git a/plugins/Ecommerce/lang/de.json b/plugins/Ecommerce/lang/de.json
new file mode 100644
index 0000000000..b0607e9bbe
--- /dev/null
+++ b/plugins/Ecommerce/lang/de.json
@@ -0,0 +1,6 @@
+{
+ "Ecommerce": {
+ "Sales": "Umsatz",
+ "ViewSalesBy": "Zeigt Umsätze nach %s"
+ }
+} \ No newline at end of file
diff --git a/plugins/Ecommerce/lang/it.json b/plugins/Ecommerce/lang/it.json
new file mode 100644
index 0000000000..a785043467
--- /dev/null
+++ b/plugins/Ecommerce/lang/it.json
@@ -0,0 +1,6 @@
+{
+ "Ecommerce": {
+ "Sales": "Vendite",
+ "ViewSalesBy": "Vista vendite per %s"
+ }
+} \ No newline at end of file