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-02-19 01:31:22 +0300
committersgiehl <stefan@piwik.org>2015-02-19 01:31:22 +0300
commitfac99a87faf29c1bff68abc0748e8091919687b7 (patch)
tree5498c3f3bbf225e322dfcda02150cc49f78adedf /plugins/Ecommerce
parent553d7f7b3041ce05499708d3ba893a7ddd5b8dfa (diff)
translation update
Diffstat (limited to 'plugins/Ecommerce')
-rw-r--r--plugins/Ecommerce/lang/fr.json5
-rw-r--r--plugins/Ecommerce/lang/nl.json6
-rw-r--r--plugins/Ecommerce/lang/ru.json5
-rw-r--r--plugins/Ecommerce/lang/sv.json6
4 files changed, 22 insertions, 0 deletions
diff --git a/plugins/Ecommerce/lang/fr.json b/plugins/Ecommerce/lang/fr.json
new file mode 100644
index 0000000000..f88e15c4da
--- /dev/null
+++ b/plugins/Ecommerce/lang/fr.json
@@ -0,0 +1,5 @@
+{
+ "Ecommerce": {
+ "Sales": "Ventes"
+ }
+} \ No newline at end of file
diff --git a/plugins/Ecommerce/lang/nl.json b/plugins/Ecommerce/lang/nl.json
new file mode 100644
index 0000000000..e1199cf141
--- /dev/null
+++ b/plugins/Ecommerce/lang/nl.json
@@ -0,0 +1,6 @@
+{
+ "Ecommerce": {
+ "Sales": "Verkopen",
+ "ViewSalesBy": "Bekijk verkopen per %s"
+ }
+} \ No newline at end of file
diff --git a/plugins/Ecommerce/lang/ru.json b/plugins/Ecommerce/lang/ru.json
new file mode 100644
index 0000000000..8a35e7800e
--- /dev/null
+++ b/plugins/Ecommerce/lang/ru.json
@@ -0,0 +1,5 @@
+{
+ "Ecommerce": {
+ "Sales": "Продажи"
+ }
+} \ No newline at end of file
diff --git a/plugins/Ecommerce/lang/sv.json b/plugins/Ecommerce/lang/sv.json
new file mode 100644
index 0000000000..157ba3057f
--- /dev/null
+++ b/plugins/Ecommerce/lang/sv.json
@@ -0,0 +1,6 @@
+{
+ "Ecommerce": {
+ "Sales": "Försäljning",
+ "ViewSalesBy": "Visa försäljning genom %s"
+ }
+} \ No newline at end of file