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>2014-11-04 21:50:33 +0300
committersgiehl <stefan@piwik.org>2014-11-04 21:50:33 +0300
commite1ac62a5f719d7a9567981dcc2e7463f370b9a4c (patch)
tree15ad47bf3c89b32c9de6955b8a343e6ec67aa73e /plugins/Contents
parent5be8b023adc77c2290ba2be4364c20f3f2204c3b (diff)
language update refs #3430
Diffstat (limited to 'plugins/Contents')
-rw-r--r--plugins/Contents/lang/fi.json12
-rw-r--r--plugins/Contents/lang/nl.json12
2 files changed, 24 insertions, 0 deletions
diff --git a/plugins/Contents/lang/fi.json b/plugins/Contents/lang/fi.json
new file mode 100644
index 0000000000..2de85b4c00
--- /dev/null
+++ b/plugins/Contents/lang/fi.json
@@ -0,0 +1,12 @@
+{
+ "Contents": {
+ "ContentName": "Sisällön nimi",
+ "ContentPiece": "Sisällön osa",
+ "Contents": "Sisällöt",
+ "ContentTarget": "Sisällön kohde",
+ "Impressions": "Näkymät",
+ "Interaction": "Interaktio",
+ "InteractionRate": "Interaktioiden määrä",
+ "Interactions": "Interaktiot"
+ }
+} \ No newline at end of file
diff --git a/plugins/Contents/lang/nl.json b/plugins/Contents/lang/nl.json
new file mode 100644
index 0000000000..8f610ee00e
--- /dev/null
+++ b/plugins/Contents/lang/nl.json
@@ -0,0 +1,12 @@
+{
+ "Contents": {
+ "ContentName": "Content naam",
+ "ContentPiece": "Content onderdeel",
+ "Contents": "Inhoudsopgave",
+ "ContentTarget": "Content doel",
+ "Impressions": "Impressies",
+ "Interaction": "Interactie",
+ "InteractionRate": "Interactie aantal",
+ "Interactions": "Interacties"
+ }
+} \ No newline at end of file