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-07 14:23:56 +0300
committersgiehl <stefan@piwik.org>2015-02-07 14:23:56 +0300
commit4bc0bf2223c2a628e9f252a84325f97937824335 (patch)
tree5731679999bd8b23addbbd660ec33837ab7be738 /plugins/Ecommerce
parent154ca61c48e91a9d896d1570ab44c73ee0234479 (diff)
language update refs #3430
Diffstat (limited to 'plugins/Ecommerce')
-rw-r--r--plugins/Ecommerce/lang/cs.json6
-rw-r--r--plugins/Ecommerce/lang/da.json6
-rw-r--r--plugins/Ecommerce/lang/el.json6
3 files changed, 18 insertions, 0 deletions
diff --git a/plugins/Ecommerce/lang/cs.json b/plugins/Ecommerce/lang/cs.json
new file mode 100644
index 0000000000..e77b6363f3
--- /dev/null
+++ b/plugins/Ecommerce/lang/cs.json
@@ -0,0 +1,6 @@
+{
+ "Ecommerce": {
+ "Sales": "Tržby",
+ "ViewSalesBy": "Zobrazí tržby podle %s"
+ }
+} \ No newline at end of file
diff --git a/plugins/Ecommerce/lang/da.json b/plugins/Ecommerce/lang/da.json
new file mode 100644
index 0000000000..4076385005
--- /dev/null
+++ b/plugins/Ecommerce/lang/da.json
@@ -0,0 +1,6 @@
+{
+ "Ecommerce": {
+ "Sales": "Salg",
+ "ViewSalesBy": "Vis salg fra %s"
+ }
+} \ No newline at end of file
diff --git a/plugins/Ecommerce/lang/el.json b/plugins/Ecommerce/lang/el.json
new file mode 100644
index 0000000000..03666581e6
--- /dev/null
+++ b/plugins/Ecommerce/lang/el.json
@@ -0,0 +1,6 @@
+{
+ "Ecommerce": {
+ "Sales": "Πωλήσεις",
+ "ViewSalesBy": "Εμφανίζει τις πωλήσεις ανά %s"
+ }
+} \ No newline at end of file