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-04-21 23:12:54 +0300
committersgiehl <stefan@piwik.org>2015-04-21 23:12:54 +0300
commit647adaff61a16ed46a18ef0cdf2266a6ad1e288e (patch)
tree6335f29eccb23732acd8a8256df92d6c3030801c /plugins/Contents/lang
parentcd825162e9135af5a4f3b188618ee89595d2da7e (diff)
language update
Diffstat (limited to 'plugins/Contents/lang')
-rw-r--r--plugins/Contents/lang/da.json10
-rw-r--r--plugins/Contents/lang/el.json10
-rw-r--r--plugins/Contents/lang/es.json8
-rw-r--r--plugins/Contents/lang/ru.json4
-rw-r--r--plugins/Contents/lang/sq.json12
5 files changed, 28 insertions, 16 deletions
diff --git a/plugins/Contents/lang/da.json b/plugins/Contents/lang/da.json
index 725e9a55f2..aaef05b252 100644
--- a/plugins/Contents/lang/da.json
+++ b/plugins/Contents/lang/da.json
@@ -1,12 +1,12 @@
{
"Contents": {
- "ContentName": "Indholdsnavn",
- "ContentPiece": "Indholdsstykke",
- "Contents": "Indhold",
- "ContentTarget": "Indholdsmål",
"Impressions": "Indtryk",
+ "Interactions": "Interaktioner",
"Interaction": "Interaktion",
"InteractionRate": "Interaktionsfrekvens",
- "Interactions": "Interaktioner"
+ "ContentName": "Indholdsnavn",
+ "ContentPiece": "Indholdsstykke",
+ "ContentTarget": "Indholdsmål",
+ "Contents": "Indhold"
}
} \ No newline at end of file
diff --git a/plugins/Contents/lang/el.json b/plugins/Contents/lang/el.json
index 00eeeb0578..e4cc3da813 100644
--- a/plugins/Contents/lang/el.json
+++ b/plugins/Contents/lang/el.json
@@ -1,12 +1,12 @@
{
"Contents": {
- "ContentName": "Όνομα Περιεχομένου",
- "ContentPiece": "Κομμάτι Περιεχομένου",
- "Contents": "Περιεχόμενα",
- "ContentTarget": "Στόχος Περιεχομένου",
"Impressions": "Αποτυπώσεις",
+ "Interactions": "Αλληλεπιδράσεις",
"Interaction": "Αλληλεπίδραση",
"InteractionRate": "Ρυθμός αλληλεπίδρασης",
- "Interactions": "Αλληλεπιδράσεις"
+ "ContentName": "Όνομα Περιεχομένου",
+ "ContentPiece": "Κομμάτι Περιεχομένου",
+ "ContentTarget": "Στόχος Περιεχομένου",
+ "Contents": "Περιεχόμενα"
}
} \ No newline at end of file
diff --git a/plugins/Contents/lang/es.json b/plugins/Contents/lang/es.json
index af41fb774c..40b446ce6e 100644
--- a/plugins/Contents/lang/es.json
+++ b/plugins/Contents/lang/es.json
@@ -1,11 +1,11 @@
{
"Contents": {
+ "Impressions": "Impresiones",
+ "Interactions": "Interacciones",
+ "InteractionRate": "Nivel de interaccion",
"ContentName": "Nombre del contenido",
"ContentPiece": "Pieza de Contenido",
- "Contents": "Contenidos",
"ContentTarget": "Contenido de objetivo",
- "Impressions": "Impresiones",
- "InteractionRate": "Nivel de interaccion",
- "Interactions": "Interacciones"
+ "Contents": "Contenidos"
}
} \ No newline at end of file
diff --git a/plugins/Contents/lang/ru.json b/plugins/Contents/lang/ru.json
index 87340c750d..6113bc4741 100644
--- a/plugins/Contents/lang/ru.json
+++ b/plugins/Contents/lang/ru.json
@@ -2,7 +2,7 @@
"Contents": {
"ContentName": "Название публикации",
"ContentPiece": "Часть публикации",
- "Contents": "Публикации",
- "ContentTarget": "Цель публикации"
+ "ContentTarget": "Цель публикации",
+ "Contents": "Публикации"
}
} \ No newline at end of file
diff --git a/plugins/Contents/lang/sq.json b/plugins/Contents/lang/sq.json
new file mode 100644
index 0000000000..27c244be90
--- /dev/null
+++ b/plugins/Contents/lang/sq.json
@@ -0,0 +1,12 @@
+{
+ "Contents": {
+ "Impressions": "Përshtypje",
+ "Interactions": "Ndërveprimet",
+ "Interaction": "Ndërveprim",
+ "InteractionRate": "Shkalla e ndërveprimit",
+ "ContentName": "Emri i përmbajtjes",
+ "ContentPiece": "Copëz përmbajtjeje",
+ "ContentTarget": "Përmbatja e shenjë",
+ "Contents": "Përmbajtjet"
+ }
+} \ No newline at end of file