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-05-15 22:06:33 +0300
committersgiehl <stefan@piwik.org>2015-05-15 22:06:33 +0300
commit04a30a6f23f154d84fa43276870a8552cbcaf512 (patch)
tree933411bf689bf99907c85e97301ec82a50284b75 /plugins/Contents/lang
parentcbcde776dc41e8d032bfac5125611c5d8d256842 (diff)
language update
Diffstat (limited to 'plugins/Contents/lang')
-rw-r--r--plugins/Contents/lang/ar.json6
-rw-r--r--plugins/Contents/lang/bg.json4
-rw-r--r--plugins/Contents/lang/cs.json10
-rw-r--r--plugins/Contents/lang/de.json10
-rw-r--r--plugins/Contents/lang/et.json6
-rw-r--r--plugins/Contents/lang/fi.json10
-rw-r--r--plugins/Contents/lang/fr.json10
-rw-r--r--plugins/Contents/lang/it.json6
-rw-r--r--plugins/Contents/lang/ja.json10
-rw-r--r--plugins/Contents/lang/nb.json6
-rw-r--r--plugins/Contents/lang/nl.json10
-rw-r--r--plugins/Contents/lang/pl.json4
-rw-r--r--plugins/Contents/lang/pt.json6
-rw-r--r--plugins/Contents/lang/sl.json10
-rw-r--r--plugins/Contents/lang/sv.json10
-rw-r--r--plugins/Contents/lang/tl.json10
-rw-r--r--plugins/Contents/lang/tr.json10
17 files changed, 69 insertions, 69 deletions
diff --git a/plugins/Contents/lang/ar.json b/plugins/Contents/lang/ar.json
index 4896901163..85bd4e8bfd 100644
--- a/plugins/Contents/lang/ar.json
+++ b/plugins/Contents/lang/ar.json
@@ -1,9 +1,9 @@
{
"Contents": {
- "ContentPiece": "جزء من المحتوى",
- "Contents": "عنوان المحتوى",
"Impressions": "طباعة",
"Interaction": "المعاملة",
- "InteractionRate": "نسبة المشاركة"
+ "InteractionRate": "نسبة المشاركة",
+ "ContentPiece": "جزء من المحتوى",
+ "Contents": "عنوان المحتوى"
}
} \ No newline at end of file
diff --git a/plugins/Contents/lang/bg.json b/plugins/Contents/lang/bg.json
index d63eb6148c..dce97dcca4 100644
--- a/plugins/Contents/lang/bg.json
+++ b/plugins/Contents/lang/bg.json
@@ -1,6 +1,6 @@
{
"Contents": {
- "ContentName": "Име на съдържанието",
- "Impressions": "Импресии"
+ "Impressions": "Импресии",
+ "ContentName": "Име на съдържанието"
}
} \ No newline at end of file
diff --git a/plugins/Contents/lang/cs.json b/plugins/Contents/lang/cs.json
index e06fabbf47..7b8e562cb9 100644
--- a/plugins/Contents/lang/cs.json
+++ b/plugins/Contents/lang/cs.json
@@ -1,12 +1,12 @@
{
"Contents": {
- "ContentName": "Jméno obsahu",
- "ContentPiece": "Část obsahu",
- "Contents": "Obsah",
- "ContentTarget": "Cíl obsahu",
"Impressions": "Dojmy",
+ "Interactions": "Interakce",
"Interaction": "Interakce",
"InteractionRate": "Rychlost interakcí",
- "Interactions": "Interakce"
+ "ContentName": "Jméno obsahu",
+ "ContentPiece": "Část obsahu",
+ "ContentTarget": "Cíl obsahu",
+ "Contents": "Obsah"
}
} \ No newline at end of file
diff --git a/plugins/Contents/lang/de.json b/plugins/Contents/lang/de.json
index 11ecd6e985..290fb61b9a 100644
--- a/plugins/Contents/lang/de.json
+++ b/plugins/Contents/lang/de.json
@@ -1,12 +1,12 @@
{
"Contents": {
- "ContentName": "Inhaltsname",
- "ContentPiece": "Inhaltsteil",
- "Contents": "Inhalte",
- "ContentTarget": "Inhaltsziel",
"Impressions": "Impressionen",
+ "Interactions": "Interaktionen",
"Interaction": "Interaktion",
"InteractionRate": "Interaktionsrate",
- "Interactions": "Interaktionen"
+ "ContentName": "Inhaltsname",
+ "ContentPiece": "Inhaltsteil",
+ "ContentTarget": "Inhaltsziel",
+ "Contents": "Inhalte"
}
} \ No newline at end of file
diff --git a/plugins/Contents/lang/et.json b/plugins/Contents/lang/et.json
index 9d6a1f3e9d..7aeb856aa1 100644
--- a/plugins/Contents/lang/et.json
+++ b/plugins/Contents/lang/et.json
@@ -1,9 +1,9 @@
{
"Contents": {
+ "Interactions": "Koostoime",
+ "InteractionRate": "Koostoime mõju",
"ContentName": "Sisu nimi",
"ContentPiece": "Sisu tükk",
- "Contents": "Sisud",
- "InteractionRate": "Koostoime mõju",
- "Interactions": "Koostoime"
+ "Contents": "Sisud"
}
} \ No newline at end of file
diff --git a/plugins/Contents/lang/fi.json b/plugins/Contents/lang/fi.json
index 2de85b4c00..62872d772f 100644
--- a/plugins/Contents/lang/fi.json
+++ b/plugins/Contents/lang/fi.json
@@ -1,12 +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",
+ "Interactions": "Interaktiot",
"Interaction": "Interaktio",
"InteractionRate": "Interaktioiden määrä",
- "Interactions": "Interaktiot"
+ "ContentName": "Sisällön nimi",
+ "ContentPiece": "Sisällön osa",
+ "ContentTarget": "Sisällön kohde",
+ "Contents": "Sisällöt"
}
} \ No newline at end of file
diff --git a/plugins/Contents/lang/fr.json b/plugins/Contents/lang/fr.json
index 230b57b32e..735a339fe5 100644
--- a/plugins/Contents/lang/fr.json
+++ b/plugins/Contents/lang/fr.json
@@ -1,12 +1,12 @@
{
"Contents": {
- "ContentName": "Nom du contenu",
- "ContentPiece": "Partie du contenu",
- "Contents": "Contenus",
- "ContentTarget": "Cible du contenu",
"Impressions": "Impressions",
+ "Interactions": "Interactions",
"Interaction": "Interaction",
"InteractionRate": "Taux d'interaction",
- "Interactions": "Interactions"
+ "ContentName": "Nom du contenu",
+ "ContentPiece": "Partie du contenu",
+ "ContentTarget": "Cible du contenu",
+ "Contents": "Contenus"
}
} \ No newline at end of file
diff --git a/plugins/Contents/lang/it.json b/plugins/Contents/lang/it.json
index f040e21bfe..4e4fff9397 100644
--- a/plugins/Contents/lang/it.json
+++ b/plugins/Contents/lang/it.json
@@ -1,10 +1,10 @@
{
"Contents": {
- "ContentName": "Nome Contenuto",
- "Contents": "Contenuti",
"Impressions": "Impressioni",
+ "Interactions": "Interazioni",
"Interaction": "Interazione",
"InteractionRate": "Rapporto di Interazione",
- "Interactions": "Interazioni"
+ "ContentName": "Nome Contenuto",
+ "Contents": "Contenuti"
}
} \ No newline at end of file
diff --git a/plugins/Contents/lang/ja.json b/plugins/Contents/lang/ja.json
index c9bf03dc33..56af2f6ea7 100644
--- a/plugins/Contents/lang/ja.json
+++ b/plugins/Contents/lang/ja.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/nb.json b/plugins/Contents/lang/nb.json
index 335b3fd0c5..0c9816242b 100644
--- a/plugins/Contents/lang/nb.json
+++ b/plugins/Contents/lang/nb.json
@@ -1,10 +1,10 @@
{
"Contents": {
+ "Interactions": "Interaksjoner",
+ "Interaction": "Interaksjon",
"ContentName": "Innholdsnavn",
"ContentPiece": "Innholdsdel",
- "Contents": "Innhold",
"ContentTarget": "Innholdsmål",
- "Interaction": "Interaksjon",
- "Interactions": "Interaksjoner"
+ "Contents": "Innhold"
}
} \ No newline at end of file
diff --git a/plugins/Contents/lang/nl.json b/plugins/Contents/lang/nl.json
index 8f610ee00e..737c5e559f 100644
--- a/plugins/Contents/lang/nl.json
+++ b/plugins/Contents/lang/nl.json
@@ -1,12 +1,12 @@
{
"Contents": {
- "ContentName": "Content naam",
- "ContentPiece": "Content onderdeel",
- "Contents": "Inhoudsopgave",
- "ContentTarget": "Content doel",
"Impressions": "Impressies",
+ "Interactions": "Interacties",
"Interaction": "Interactie",
"InteractionRate": "Interactie aantal",
- "Interactions": "Interacties"
+ "ContentName": "Content naam",
+ "ContentPiece": "Content onderdeel",
+ "ContentTarget": "Content doel",
+ "Contents": "Inhoudsopgave"
}
} \ No newline at end of file
diff --git a/plugins/Contents/lang/pl.json b/plugins/Contents/lang/pl.json
index 846b76db09..28af2c1513 100644
--- a/plugins/Contents/lang/pl.json
+++ b/plugins/Contents/lang/pl.json
@@ -1,7 +1,7 @@
{
"Contents": {
+ "Interactions": "Interakcje",
"ContentName": "Nazwa treści",
- "Contents": "Treści",
- "Interactions": "Interakcje"
+ "Contents": "Treści"
}
} \ No newline at end of file
diff --git a/plugins/Contents/lang/pt.json b/plugins/Contents/lang/pt.json
index 4efc05c515..c5d305fa2a 100644
--- a/plugins/Contents/lang/pt.json
+++ b/plugins/Contents/lang/pt.json
@@ -1,9 +1,9 @@
{
"Contents": {
- "Contents": "Conteúdos",
- "ContentTarget": "Conteúdo de Destino",
"Impressions": "Impressões",
+ "Interactions": "Interações",
"Interaction": "Interação",
- "Interactions": "Interações"
+ "ContentTarget": "Conteúdo de Destino",
+ "Contents": "Conteúdos"
}
} \ No newline at end of file
diff --git a/plugins/Contents/lang/sl.json b/plugins/Contents/lang/sl.json
index 89553ad9d3..7348589ef8 100644
--- a/plugins/Contents/lang/sl.json
+++ b/plugins/Contents/lang/sl.json
@@ -1,12 +1,12 @@
{
"Contents": {
- "ContentName": "Ime vsebine",
- "ContentPiece": "Del vsebine",
- "Contents": "Vsebine",
- "ContentTarget": "Cilj vsebine",
"Impressions": "Ogledi",
+ "Interactions": "Interakcije",
"Interaction": "Interakcija",
"InteractionRate": "Stopnja interakcij",
- "Interactions": "Interakcije"
+ "ContentName": "Ime vsebine",
+ "ContentPiece": "Del vsebine",
+ "ContentTarget": "Cilj vsebine",
+ "Contents": "Vsebine"
}
} \ No newline at end of file
diff --git a/plugins/Contents/lang/sv.json b/plugins/Contents/lang/sv.json
index f748b91680..90cadf7dc1 100644
--- a/plugins/Contents/lang/sv.json
+++ b/plugins/Contents/lang/sv.json
@@ -1,12 +1,12 @@
{
"Contents": {
- "ContentName": "Namn på innehåll",
- "ContentPiece": "Innehållsdel",
- "Contents": "Innehåll",
- "ContentTarget": "Innehållsmål",
"Impressions": "Visningar",
+ "Interactions": "Interaktioner",
"Interaction": "Interaktion",
"InteractionRate": "Andel interaktioner",
- "Interactions": "Interaktioner"
+ "ContentName": "Namn på innehåll",
+ "ContentPiece": "Innehållsdel",
+ "ContentTarget": "Innehållsmål",
+ "Contents": "Innehåll"
}
} \ No newline at end of file
diff --git a/plugins/Contents/lang/tl.json b/plugins/Contents/lang/tl.json
index df78c43854..de01401aee 100644
--- a/plugins/Contents/lang/tl.json
+++ b/plugins/Contents/lang/tl.json
@@ -1,12 +1,12 @@
{
"Contents": {
- "ContentName": "Pangalan ng Nilalaman",
- "ContentPiece": "Piraso ng Nilalaman",
- "Contents": "Mga Nilalaman",
- "ContentTarget": "Target ng Nilalaman",
"Impressions": "Mga Impresyon",
+ "Interactions": "Mga Pakikipag-ugnayan",
"Interaction": "Pakikipag-ugnayan",
"InteractionRate": "Rate ng Pakikipag-ugnayan",
- "Interactions": "Mga Pakikipag-ugnayan"
+ "ContentName": "Pangalan ng Nilalaman",
+ "ContentPiece": "Piraso ng Nilalaman",
+ "ContentTarget": "Target ng Nilalaman",
+ "Contents": "Mga Nilalaman"
}
} \ No newline at end of file
diff --git a/plugins/Contents/lang/tr.json b/plugins/Contents/lang/tr.json
index f37ef3e852..0799894fd4 100644
--- a/plugins/Contents/lang/tr.json
+++ b/plugins/Contents/lang/tr.json
@@ -1,12 +1,12 @@
{
"Contents": {
- "ContentName": "İçerik İsmi",
- "ContentPiece": "İçerik Parçası",
- "Contents": "İçerikler",
- "ContentTarget": "İçerik Hedefi",
"Impressions": "Gösterimler",
+ "Interactions": "Etkileşimler",
"Interaction": "Etkileşim",
"InteractionRate": "Etkileşim Oranı",
- "Interactions": "Etkileşimler"
+ "ContentName": "İçerik İsmi",
+ "ContentPiece": "İçerik Parçası",
+ "ContentTarget": "İçerik Hedefi",
+ "Contents": "İçerikler"
}
} \ No newline at end of file