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/Overlay
parentcd825162e9135af5a4f3b188618ee89595d2da7e (diff)
language update
Diffstat (limited to 'plugins/Overlay')
-rw-r--r--plugins/Overlay/lang/ar.json5
-rw-r--r--plugins/Overlay/lang/be.json5
-rw-r--r--plugins/Overlay/lang/da.json1
-rw-r--r--plugins/Overlay/lang/fa.json2
-rw-r--r--plugins/Overlay/lang/fr.json1
-rw-r--r--plugins/Overlay/lang/he.json1
-rw-r--r--plugins/Overlay/lang/hi.json2
-rw-r--r--plugins/Overlay/lang/hr.json5
-rw-r--r--plugins/Overlay/lang/hu.json5
-rw-r--r--plugins/Overlay/lang/is.json5
-rw-r--r--plugins/Overlay/lang/ka.json5
-rw-r--r--plugins/Overlay/lang/lt.json5
-rw-r--r--plugins/Overlay/lang/lv.json5
-rw-r--r--plugins/Overlay/lang/nn.json5
-rw-r--r--plugins/Overlay/lang/pl.json2
-rw-r--r--plugins/Overlay/lang/pt.json5
-rw-r--r--plugins/Overlay/lang/ru.json4
-rw-r--r--plugins/Overlay/lang/sk.json1
-rw-r--r--plugins/Overlay/lang/sl.json5
-rw-r--r--plugins/Overlay/lang/sq.json5
-rw-r--r--plugins/Overlay/lang/th.json1
-rw-r--r--plugins/Overlay/lang/tr.json5
-rw-r--r--plugins/Overlay/lang/uk.json5
-rw-r--r--plugins/Overlay/lang/zh-tw.json5
24 files changed, 86 insertions, 4 deletions
diff --git a/plugins/Overlay/lang/ar.json b/plugins/Overlay/lang/ar.json
new file mode 100644
index 0000000000..285932298f
--- /dev/null
+++ b/plugins/Overlay/lang/ar.json
@@ -0,0 +1,5 @@
+{
+ "Overlay": {
+ "Location": "المكان"
+ }
+} \ No newline at end of file
diff --git a/plugins/Overlay/lang/be.json b/plugins/Overlay/lang/be.json
new file mode 100644
index 0000000000..326e1e46d7
--- /dev/null
+++ b/plugins/Overlay/lang/be.json
@@ -0,0 +1,5 @@
+{
+ "Overlay": {
+ "Location": "Лакаця"
+ }
+} \ No newline at end of file
diff --git a/plugins/Overlay/lang/da.json b/plugins/Overlay/lang/da.json
index 89423a11e2..564b9b91e5 100644
--- a/plugins/Overlay/lang/da.json
+++ b/plugins/Overlay/lang/da.json
@@ -13,6 +13,7 @@
"OneClick": "1 klik",
"OpenFullScreen": "Vis fuldskærm (ingen sidebjælke)",
"Overlay": "Side overlejring",
+ "PluginDescription": "Se analyse-data som en overlejring det faktiske websted. Se hvor mange gange dine brugere har klikket på hvert link.",
"RedirectUrlError": "Du forsøger at åbne sideoverlejring for URL \"%s\". %s Ingen af ​​domæner fra Piwiks indstillinger matcher linket.",
"RedirectUrlErrorAdmin": "Du kan tilføje domænet som en yderligere URL %si indstillingerne%s.",
"RedirectUrlErrorUser": "Spørg administratoren om at tilføje domænet som en yderligere URL."
diff --git a/plugins/Overlay/lang/fa.json b/plugins/Overlay/lang/fa.json
index 815b6ebd99..e10e1473f7 100644
--- a/plugins/Overlay/lang/fa.json
+++ b/plugins/Overlay/lang/fa.json
@@ -6,7 +6,7 @@
"ErrorNotLoading": "صفحه از دسترس خارج شد و نمی تواند راه اندازی می شود.",
"ErrorNotLoadingLink": "اینجا کلیک کنید تا نکات بیشتری درباره عیب یابی بدانید",
"Link": "لینک",
- "Location": "منطقه",
+ "Location": "موقعیت",
"NoData": "داده ای برای این صفحه در طی بازه ی انتخاب شده وجود ندارد.",
"OneClick": "1 کلیک",
"OpenFullScreen": "به حالت تمام صفحه برو (بدون ستون کناری)",
diff --git a/plugins/Overlay/lang/fr.json b/plugins/Overlay/lang/fr.json
index d339f67f56..3d333ef6ba 100644
--- a/plugins/Overlay/lang/fr.json
+++ b/plugins/Overlay/lang/fr.json
@@ -13,6 +13,7 @@
"OneClick": "1 clic",
"OpenFullScreen": "Ouvrir en plein écran",
"Overlay": "Analyse des pages web",
+ "PluginDescription": "Visualisez vos données d'analyse comme une Superposition de votre site web. Voyez combien de fois vos utilisateurs ont cliqué sur chaque lien.",
"RedirectUrlError": "Vous tentez d'ouvrir l'analyse des pages web pour l'URL \"%s\". %s Aucun des domaines configurés dans Piwik ne correspond à cette URL.",
"RedirectUrlErrorAdmin": "Vous pouvez ajouter le domaine en tant qu'URL additionnelle %sdans les paramètres%s.",
"RedirectUrlErrorUser": "Demandez à votre administrateur d'ajouter le domaine en tant qu'URL additionnelle."
diff --git a/plugins/Overlay/lang/he.json b/plugins/Overlay/lang/he.json
index ddea1e1770..62815343a6 100644
--- a/plugins/Overlay/lang/he.json
+++ b/plugins/Overlay/lang/he.json
@@ -1,6 +1,7 @@
{
"Overlay": {
"Clicks": "%s לחיצות",
+ "Location": "מיקום",
"OneClick": "לחיצה 1"
}
} \ No newline at end of file
diff --git a/plugins/Overlay/lang/hi.json b/plugins/Overlay/lang/hi.json
index 9765dec7db..990bcaf9ed 100644
--- a/plugins/Overlay/lang/hi.json
+++ b/plugins/Overlay/lang/hi.json
@@ -8,7 +8,7 @@
"ErrorNotLoadingDetailsSSL": "आप https के ऊपर Piwik का उपयोग कर रहे हैं, सबसे संभावित कारण आपकी वेबसाइट एसएसएल समर्थन नहीं करती है. Http पर Piwik का उपयोग करने का प्रयास करें.",
"ErrorNotLoadingLink": "समस्या निवारण के लिए और अधिक सुझाव प्राप्त के लिए यहां क्लिक करें",
"Link": "लिंक",
- "Location": "स्थिति",
+ "Location": "स्थान",
"NoData": "चयनित अवधि के दौरान इस पृष्ठ के लिए कोई डाटा नहीं है.",
"OneClick": "1 क्लिक करें",
"OpenFullScreen": "पूर्ण स्क्रीन (कोई साइडबार नहीं ) के लिए जाओ",
diff --git a/plugins/Overlay/lang/hr.json b/plugins/Overlay/lang/hr.json
new file mode 100644
index 0000000000..317bcccfda
--- /dev/null
+++ b/plugins/Overlay/lang/hr.json
@@ -0,0 +1,5 @@
+{
+ "Overlay": {
+ "Location": "Lokacija"
+ }
+} \ No newline at end of file
diff --git a/plugins/Overlay/lang/hu.json b/plugins/Overlay/lang/hu.json
new file mode 100644
index 0000000000..a2f7058f9f
--- /dev/null
+++ b/plugins/Overlay/lang/hu.json
@@ -0,0 +1,5 @@
+{
+ "Overlay": {
+ "Location": "Hely"
+ }
+} \ No newline at end of file
diff --git a/plugins/Overlay/lang/is.json b/plugins/Overlay/lang/is.json
new file mode 100644
index 0000000000..1be38d5fd0
--- /dev/null
+++ b/plugins/Overlay/lang/is.json
@@ -0,0 +1,5 @@
+{
+ "Overlay": {
+ "Location": "Staðsetning"
+ }
+} \ No newline at end of file
diff --git a/plugins/Overlay/lang/ka.json b/plugins/Overlay/lang/ka.json
new file mode 100644
index 0000000000..06dd1c422a
--- /dev/null
+++ b/plugins/Overlay/lang/ka.json
@@ -0,0 +1,5 @@
+{
+ "Overlay": {
+ "Location": "მდებარეობა"
+ }
+} \ No newline at end of file
diff --git a/plugins/Overlay/lang/lt.json b/plugins/Overlay/lang/lt.json
new file mode 100644
index 0000000000..423410a4d4
--- /dev/null
+++ b/plugins/Overlay/lang/lt.json
@@ -0,0 +1,5 @@
+{
+ "Overlay": {
+ "Location": "Vietovė"
+ }
+} \ No newline at end of file
diff --git a/plugins/Overlay/lang/lv.json b/plugins/Overlay/lang/lv.json
new file mode 100644
index 0000000000..366bf3ee61
--- /dev/null
+++ b/plugins/Overlay/lang/lv.json
@@ -0,0 +1,5 @@
+{
+ "Overlay": {
+ "Location": "Lokācijas"
+ }
+} \ No newline at end of file
diff --git a/plugins/Overlay/lang/nn.json b/plugins/Overlay/lang/nn.json
new file mode 100644
index 0000000000..45670c0ede
--- /dev/null
+++ b/plugins/Overlay/lang/nn.json
@@ -0,0 +1,5 @@
+{
+ "Overlay": {
+ "Location": "Plass"
+ }
+} \ No newline at end of file
diff --git a/plugins/Overlay/lang/pl.json b/plugins/Overlay/lang/pl.json
index 65e61c1c48..c0b9d746aa 100644
--- a/plugins/Overlay/lang/pl.json
+++ b/plugins/Overlay/lang/pl.json
@@ -3,7 +3,7 @@
"Clicks": "%s kliknięć",
"Domain": "Domena",
"Link": "Link",
- "Location": "Lokalizacja",
+ "Location": "Położenie",
"OneClick": "1 kliknięcie",
"RedirectUrlErrorUser": "Zwrócić się do administratora, aby dodać domenę jako dodatkowy URL."
}
diff --git a/plugins/Overlay/lang/pt.json b/plugins/Overlay/lang/pt.json
new file mode 100644
index 0000000000..8858700b5a
--- /dev/null
+++ b/plugins/Overlay/lang/pt.json
@@ -0,0 +1,5 @@
+{
+ "Overlay": {
+ "Location": "Localização"
+ }
+} \ No newline at end of file
diff --git a/plugins/Overlay/lang/ru.json b/plugins/Overlay/lang/ru.json
index e60dd225f0..14e1780a95 100644
--- a/plugins/Overlay/lang/ru.json
+++ b/plugins/Overlay/lang/ru.json
@@ -8,6 +8,8 @@
"NoData": "Нет данных по этой странице за выбранный период.",
"OneClick": "1 клик",
"OpenFullScreen": "Перейти к полному экрану",
- "Overlay": "Глубина проникновения"
+ "Overlay": "Глубина проникновения",
+ "RedirectUrlErrorAdmin": "Можете добавить домен как дополнительный URL %sв настройках%s.",
+ "RedirectUrlErrorUser": "Попросите администратора добавить домен как дополнительный URL."
}
} \ No newline at end of file
diff --git a/plugins/Overlay/lang/sk.json b/plugins/Overlay/lang/sk.json
index 298af19638..b2d98be775 100644
--- a/plugins/Overlay/lang/sk.json
+++ b/plugins/Overlay/lang/sk.json
@@ -1,6 +1,7 @@
{
"Overlay": {
"Clicks": "%s kliknutia",
+ "Location": "Miesto",
"OpenFullScreen": "Prejsť na celú obrazovku (bez bočnej lišty)",
"Overlay": "Prekrytie stránky"
}
diff --git a/plugins/Overlay/lang/sl.json b/plugins/Overlay/lang/sl.json
new file mode 100644
index 0000000000..317bcccfda
--- /dev/null
+++ b/plugins/Overlay/lang/sl.json
@@ -0,0 +1,5 @@
+{
+ "Overlay": {
+ "Location": "Lokacija"
+ }
+} \ No newline at end of file
diff --git a/plugins/Overlay/lang/sq.json b/plugins/Overlay/lang/sq.json
new file mode 100644
index 0000000000..73a845802b
--- /dev/null
+++ b/plugins/Overlay/lang/sq.json
@@ -0,0 +1,5 @@
+{
+ "Overlay": {
+ "Location": "Vend"
+ }
+} \ No newline at end of file
diff --git a/plugins/Overlay/lang/th.json b/plugins/Overlay/lang/th.json
index b89aab8970..698c783639 100644
--- a/plugins/Overlay/lang/th.json
+++ b/plugins/Overlay/lang/th.json
@@ -3,6 +3,7 @@
"Clicks": "%s คลิก",
"Domain": "โดเมน",
"Link": "ลิงก์",
+ "Location": "ตำแหน่งที่ตั้ง",
"OneClick": "1 คลิก"
}
} \ No newline at end of file
diff --git a/plugins/Overlay/lang/tr.json b/plugins/Overlay/lang/tr.json
new file mode 100644
index 0000000000..4191638f93
--- /dev/null
+++ b/plugins/Overlay/lang/tr.json
@@ -0,0 +1,5 @@
+{
+ "Overlay": {
+ "Location": "Konum"
+ }
+} \ No newline at end of file
diff --git a/plugins/Overlay/lang/uk.json b/plugins/Overlay/lang/uk.json
new file mode 100644
index 0000000000..c3a4786c00
--- /dev/null
+++ b/plugins/Overlay/lang/uk.json
@@ -0,0 +1,5 @@
+{
+ "Overlay": {
+ "Location": "Місцезнаходження"
+ }
+} \ No newline at end of file
diff --git a/plugins/Overlay/lang/zh-tw.json b/plugins/Overlay/lang/zh-tw.json
new file mode 100644
index 0000000000..0f8d13b4fe
--- /dev/null
+++ b/plugins/Overlay/lang/zh-tw.json
@@ -0,0 +1,5 @@
+{
+ "Overlay": {
+ "Location": "位置"
+ }
+} \ No newline at end of file