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:
authorThomas Steur <thomas.steur@gmail.com>2014-08-24 21:24:02 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-08-24 23:14:45 +0400
commitc1573b9becddcaf3156294d11b3ee6945d2ec08a (patch)
treeebb409f47778d6116f8e4159e902510f5b5f1c8e /plugins/UserCountryMap
parentfb52fd827ebb2fc804c3da764acebbe3a844c248 (diff)
refs #5863 another try to move translations into plugins. This time we always load all translations of all plugins that are not 3rd party and bogus. As the translation file will be cached the time to load the translation drops from > 10ms to 1ms
Diffstat (limited to 'plugins/UserCountryMap')
-rw-r--r--plugins/UserCountryMap/lang/ar.json5
-rw-r--r--plugins/UserCountryMap/lang/be.json5
-rw-r--r--plugins/UserCountryMap/lang/bg.json25
-rw-r--r--plugins/UserCountryMap/lang/ca.json5
-rw-r--r--plugins/UserCountryMap/lang/cs.json27
-rw-r--r--plugins/UserCountryMap/lang/da.json27
-rw-r--r--plugins/UserCountryMap/lang/de.json27
-rw-r--r--plugins/UserCountryMap/lang/el.json27
-rw-r--r--plugins/UserCountryMap/lang/en.json27
-rw-r--r--plugins/UserCountryMap/lang/es.json25
-rw-r--r--plugins/UserCountryMap/lang/et.json24
-rw-r--r--plugins/UserCountryMap/lang/fa.json24
-rw-r--r--plugins/UserCountryMap/lang/fi.json25
-rw-r--r--plugins/UserCountryMap/lang/fr.json25
-rw-r--r--plugins/UserCountryMap/lang/he.json12
-rw-r--r--plugins/UserCountryMap/lang/hi.json25
-rw-r--r--plugins/UserCountryMap/lang/hr.json5
-rw-r--r--plugins/UserCountryMap/lang/hu.json5
-rw-r--r--plugins/UserCountryMap/lang/id.json25
-rw-r--r--plugins/UserCountryMap/lang/it.json27
-rw-r--r--plugins/UserCountryMap/lang/ja.json9
-rw-r--r--plugins/UserCountryMap/lang/ka.json5
-rw-r--r--plugins/UserCountryMap/lang/ko.json25
-rw-r--r--plugins/UserCountryMap/lang/lt.json5
-rw-r--r--plugins/UserCountryMap/lang/lv.json5
-rw-r--r--plugins/UserCountryMap/lang/nb.json19
-rw-r--r--plugins/UserCountryMap/lang/nl.json23
-rw-r--r--plugins/UserCountryMap/lang/pl.json5
-rw-r--r--plugins/UserCountryMap/lang/pt-br.json25
-rw-r--r--plugins/UserCountryMap/lang/pt.json5
-rw-r--r--plugins/UserCountryMap/lang/ro.json25
-rw-r--r--plugins/UserCountryMap/lang/ru.json22
-rw-r--r--plugins/UserCountryMap/lang/sk.json6
-rw-r--r--plugins/UserCountryMap/lang/sl.json6
-rw-r--r--plugins/UserCountryMap/lang/sq.json5
-rw-r--r--plugins/UserCountryMap/lang/sr.json27
-rw-r--r--plugins/UserCountryMap/lang/sv.json25
-rw-r--r--plugins/UserCountryMap/lang/te.json5
-rw-r--r--plugins/UserCountryMap/lang/th.json5
-rw-r--r--plugins/UserCountryMap/lang/tr.json6
-rw-r--r--plugins/UserCountryMap/lang/uk.json5
-rw-r--r--plugins/UserCountryMap/lang/vi.json25
-rw-r--r--plugins/UserCountryMap/lang/zh-cn.json25
-rw-r--r--plugins/UserCountryMap/lang/zh-tw.json5
44 files changed, 715 insertions, 0 deletions
diff --git a/plugins/UserCountryMap/lang/ar.json b/plugins/UserCountryMap/lang/ar.json
new file mode 100644
index 0000000000..fb7487c635
--- /dev/null
+++ b/plugins/UserCountryMap/lang/ar.json
@@ -0,0 +1,5 @@
+{
+ "UserCountryMap": {
+ "map": "خريطة"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/be.json b/plugins/UserCountryMap/lang/be.json
new file mode 100644
index 0000000000..2200d02058
--- /dev/null
+++ b/plugins/UserCountryMap/lang/be.json
@@ -0,0 +1,5 @@
+{
+ "UserCountryMap": {
+ "map": "карта"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/bg.json b/plugins/UserCountryMap/lang/bg.json
new file mode 100644
index 0000000000..37e27ef3fe
--- /dev/null
+++ b/plugins/UserCountryMap/lang/bg.json
@@ -0,0 +1,25 @@
+{
+ "UserCountryMap": {
+ "AndNOthers": "и %s други",
+ "Cities": "Градове",
+ "Countries": "Държави",
+ "DaysAgo": "преди %s дни",
+ "GoalConversions": "%s достигнати цели",
+ "Hours": "часа",
+ "HoursAgo": "преди %s часа",
+ "map": "карта",
+ "Minutes": "минути",
+ "MinutesAgo": "преди %s минути",
+ "None": "Няма",
+ "NoVisit": "Няма посещения",
+ "RealTimeMap": "Карта на посетителите в реално време",
+ "Regions": "Региони",
+ "Searches": "%s търсения",
+ "Seconds": "секунди",
+ "SecondsAgo": "преди %s секунди",
+ "ShowingVisits": "Последни посещения базирани на географско местоположение",
+ "Unlocated": "<b>%s<\/b> %p посещения от %c вашето местоположение не може да бъде открито.",
+ "VisitorMap": "Карта на посетителите",
+ "WorldWide": "По целия свят"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/ca.json b/plugins/UserCountryMap/lang/ca.json
new file mode 100644
index 0000000000..d717014b3a
--- /dev/null
+++ b/plugins/UserCountryMap/lang/ca.json
@@ -0,0 +1,5 @@
+{
+ "UserCountryMap": {
+ "map": "mapa"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/cs.json b/plugins/UserCountryMap/lang/cs.json
new file mode 100644
index 0000000000..eedbc1942e
--- /dev/null
+++ b/plugins/UserCountryMap/lang/cs.json
@@ -0,0 +1,27 @@
+{
+ "UserCountryMap": {
+ "AndNOthers": "a %s dalších",
+ "Cities": "Města",
+ "Countries": "Země",
+ "DaysAgo": "před %s dny",
+ "GoalConversions": "%s konverzí cíle",
+ "Hours": "hodin",
+ "HoursAgo": "před %s hodinami",
+ "map": "mapa",
+ "Minutes": "minut",
+ "MinutesAgo": "před %s minutami",
+ "None": "Nic",
+ "NoVisit": "Žádná návštěva",
+ "RealTimeMap": "Mapa v reálném čase",
+ "Regions": "Regiony",
+ "Searches": "%s vyhledávání",
+ "Seconds": "sekund",
+ "SecondsAgo": "před %s sekundami",
+ "ShowingVisits": "Geolokované návštěvy posledních",
+ "Unlocated": "<b>%s<\/b> %p z návštěv z %c nebylo možné geolokovat.",
+ "VisitorMap": "Mapa návštěvníků",
+ "WithUnknownCity": "%s s neznámým městem",
+ "WithUnknownRegion": "%s s neznámým regionem",
+ "WorldWide": "Celostvětová"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/da.json b/plugins/UserCountryMap/lang/da.json
new file mode 100644
index 0000000000..4c4699c776
--- /dev/null
+++ b/plugins/UserCountryMap/lang/da.json
@@ -0,0 +1,27 @@
+{
+ "UserCountryMap": {
+ "AndNOthers": "og %s andre",
+ "Cities": "Byer",
+ "Countries": "Lande",
+ "DaysAgo": "%s dage siden",
+ "GoalConversions": "%s målkonverteringer",
+ "Hours": "timer",
+ "HoursAgo": "%s timer siden",
+ "map": "kort",
+ "Minutes": "minutter",
+ "MinutesAgo": "%s minutter siden",
+ "None": "Ingen",
+ "NoVisit": "Ingen besøg",
+ "RealTimeMap": "Tidstro kort",
+ "Regions": "Regioner",
+ "Searches": "%s søgninger",
+ "Seconds": "sekunder",
+ "SecondsAgo": "%s sekunder siden",
+ "ShowingVisits": "Geografisk placeret besøg af sidste",
+ "Unlocated": "<b>%s<\/b> besøg %p fra %c kunne ikke placeres geografisk.",
+ "VisitorMap": "Besøgerkort",
+ "WithUnknownCity": "%s med ukendt by",
+ "WithUnknownRegion": "%s med ukendt region",
+ "WorldWide": "Hele verden"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/de.json b/plugins/UserCountryMap/lang/de.json
new file mode 100644
index 0000000000..29dc827e66
--- /dev/null
+++ b/plugins/UserCountryMap/lang/de.json
@@ -0,0 +1,27 @@
+{
+ "UserCountryMap": {
+ "AndNOthers": "und %s andere",
+ "Cities": "Städte",
+ "Countries": "Länder",
+ "DaysAgo": "vor %s Tagen",
+ "GoalConversions": "%s Ziel-Konversionen",
+ "Hours": "Stunden",
+ "HoursAgo": "vor %s Stunden",
+ "map": "Karte",
+ "Minutes": "Minuten",
+ "MinutesAgo": "vor %s Minuten",
+ "None": "Keine",
+ "NoVisit": "Keine Besuche",
+ "RealTimeMap": "Besucherkarte in Echtzeit",
+ "Regions": "Regionen",
+ "Searches": "%s Suchen",
+ "Seconds": "Sekunden",
+ "SecondsAgo": "vor %s Sekunden",
+ "ShowingVisits": "Lokalisierte Besuche der letzten",
+ "Unlocated": "<b>%s<\/b> der Besuche %p aus %c konnten nicht lokalisiert werden.",
+ "VisitorMap": "Besucherkarte",
+ "WithUnknownCity": "%s mit unbekannter Stadt",
+ "WithUnknownRegion": "%s mit unbekannter Region",
+ "WorldWide": "Weltweit"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/el.json b/plugins/UserCountryMap/lang/el.json
new file mode 100644
index 0000000000..2a9f7b350c
--- /dev/null
+++ b/plugins/UserCountryMap/lang/el.json
@@ -0,0 +1,27 @@
+{
+ "UserCountryMap": {
+ "AndNOthers": "και %s άλλοι",
+ "Cities": "Πόλεις",
+ "Countries": "Χώρες",
+ "DaysAgo": "πριν %s ημέρες",
+ "GoalConversions": "%s μετατροπές στόχων",
+ "Hours": "ώρες",
+ "HoursAgo": "πριν %s ώρες",
+ "map": "χάρτης",
+ "Minutes": "λεπτά",
+ "MinutesAgo": "πριν %s λεπτά",
+ "None": "Κανένα",
+ "NoVisit": "Δεν υπάρχουν επισκέψεις",
+ "RealTimeMap": "Χάρτης σε πραγματικό χρόνο",
+ "Regions": "Περιοχές",
+ "Searches": "%s αναζητήσεις",
+ "Seconds": "δευτερόλεπτα",
+ "SecondsAgo": "πριν %s δευτερόλεπτα",
+ "ShowingVisits": "Επισκέψεις με γεωτοποθεσία από τις τελευταίες",
+ "Unlocated": "<b>%s<\/b> %p από τις επισκέψεις από %c δεν ήταν δυνατόν να χαρακτηριστούν με γεωτοποθεσία.",
+ "VisitorMap": "Χάρτης Επισκεπτών",
+ "WithUnknownCity": "%s με άγνωστη πόλη",
+ "WithUnknownRegion": "%s με άγνωστη περιοχή",
+ "WorldWide": "Παγκοσμίως"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/en.json b/plugins/UserCountryMap/lang/en.json
new file mode 100644
index 0000000000..a59234d393
--- /dev/null
+++ b/plugins/UserCountryMap/lang/en.json
@@ -0,0 +1,27 @@
+{
+ "UserCountryMap": {
+ "AndNOthers": "and %s others",
+ "Cities": "Cities",
+ "Countries": "Countries",
+ "DaysAgo": "%s days ago",
+ "GoalConversions": "%s goal conversions",
+ "Hours": "hours",
+ "HoursAgo": "%s hours ago",
+ "map": "map",
+ "Minutes": "minutes",
+ "MinutesAgo": "%s minutes ago",
+ "None": "None",
+ "NoVisit": "No visit",
+ "RealTimeMap": "Real-time Map",
+ "Regions": "Regions",
+ "Searches": "%s searches",
+ "Seconds": "seconds",
+ "SecondsAgo": "%s seconds ago",
+ "ShowingVisits": "Geo-located visits of last",
+ "Unlocated": "<b>%s<\/b> %p of the visits from %c couldn't be geo located.",
+ "VisitorMap": "Visitor Map",
+ "WorldWide": "World-Wide",
+ "WithUnknownRegion": "%s with unknown region",
+ "WithUnknownCity": "%s with unknown city"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/es.json b/plugins/UserCountryMap/lang/es.json
new file mode 100644
index 0000000000..4346c18d58
--- /dev/null
+++ b/plugins/UserCountryMap/lang/es.json
@@ -0,0 +1,25 @@
+{
+ "UserCountryMap": {
+ "AndNOthers": "y %s otros",
+ "Cities": "Ciudades",
+ "Countries": "Países",
+ "DaysAgo": "Hace %s días",
+ "GoalConversions": "%s conversiones de objetivo",
+ "Hours": "horas",
+ "HoursAgo": "Hace %s horas",
+ "map": "mapa",
+ "Minutes": "minutos",
+ "MinutesAgo": "Hace %s minutos",
+ "None": "Ninguno",
+ "NoVisit": "Ninguna visita",
+ "RealTimeMap": "Mapa en Tiempo Real",
+ "Regions": "Regiones",
+ "Searches": "%s búsquedas",
+ "Seconds": "segundos",
+ "SecondsAgo": "Hace %s segundos",
+ "ShowingVisits": "Geo-ubicadas últimas visitas",
+ "Unlocated": "<b>%s<\/b> %p de las visitas desde %c no pudieron ser geo ubicadas.",
+ "VisitorMap": "Mapa de Visitantes",
+ "WorldWide": "Mundial"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/et.json b/plugins/UserCountryMap/lang/et.json
new file mode 100644
index 0000000000..0cc4d7cf42
--- /dev/null
+++ b/plugins/UserCountryMap/lang/et.json
@@ -0,0 +1,24 @@
+{
+ "UserCountryMap": {
+ "AndNOthers": "ja %s muud",
+ "Cities": "Linnad",
+ "Countries": "Riigid",
+ "DaysAgo": "%s päeva tagasi",
+ "GoalConversions": "%s tulutoovaid eesmärke",
+ "Hours": "tundi",
+ "HoursAgo": "%s tundi tagasi",
+ "map": "kaart",
+ "Minutes": "minutit",
+ "MinutesAgo": "%s minutit tagasi",
+ "None": "Mitte ükski",
+ "NoVisit": "Külastused puuduvad",
+ "RealTimeMap": "Reaalaja kaart",
+ "Regions": "Regioonid",
+ "Searches": "%s otsingut",
+ "Seconds": "sekundit",
+ "SecondsAgo": "%s sekundit tagasi",
+ "ShowingVisits": "Tuvastatud asukohaga külastused viimase",
+ "VisitorMap": "Külastuste kaart",
+ "WorldWide": "Globaalne"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/fa.json b/plugins/UserCountryMap/lang/fa.json
new file mode 100644
index 0000000000..da139413eb
--- /dev/null
+++ b/plugins/UserCountryMap/lang/fa.json
@@ -0,0 +1,24 @@
+{
+ "UserCountryMap": {
+ "AndNOthers": "و%s سایر",
+ "Cities": "شهرها",
+ "Countries": "کشورها",
+ "DaysAgo": "%s روز پیش",
+ "GoalConversions": "%s تبدیل هدف",
+ "Hours": "ساعت",
+ "HoursAgo": "%s ساعت پیش",
+ "map": "نقشه",
+ "Minutes": "دقیقه",
+ "MinutesAgo": "%s دقیقه پیش",
+ "None": "هیچ",
+ "NoVisit": "بدون بازدید",
+ "RealTimeMap": "نقشه در همین لحظه",
+ "Regions": "منطقه ها",
+ "Searches": "%sجستجو",
+ "Seconds": "ثانیه",
+ "SecondsAgo": "%s ثانیه پیش",
+ "ShowingVisits": "مکان اخرین بازدید کنندگان",
+ "VisitorMap": "نقشه بازدیدکننده",
+ "WorldWide": "سراسر جهان"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/fi.json b/plugins/UserCountryMap/lang/fi.json
new file mode 100644
index 0000000000..eb800fc93a
--- /dev/null
+++ b/plugins/UserCountryMap/lang/fi.json
@@ -0,0 +1,25 @@
+{
+ "UserCountryMap": {
+ "AndNOthers": "ja %s muuta",
+ "Cities": "Kaupunkeja",
+ "Countries": "Maita",
+ "DaysAgo": "%s päivää sitten",
+ "GoalConversions": "%s tavoitekonversiot",
+ "Hours": "tuntia",
+ "HoursAgo": "%s tuntia sitten",
+ "map": "kartta",
+ "Minutes": "minuuttia",
+ "MinutesAgo": "%s minuuttia sitten",
+ "None": "Ei mitään",
+ "NoVisit": "Ei käyntejä",
+ "RealTimeMap": "Reaaliaikainen kartta",
+ "Regions": "Alueita",
+ "Searches": "%s hakua",
+ "Seconds": "sekuntia",
+ "SecondsAgo": "%s sekuntia sitten",
+ "ShowingVisits": "Geopaikannetut käynnit viimeiset",
+ "Unlocated": "<b>%s<\/b> %p käynneistä %c:sta ei voitu geopaikantaa.",
+ "VisitorMap": "Kartta kävijöistä",
+ "WorldWide": "Maailmanlaajuinen"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/fr.json b/plugins/UserCountryMap/lang/fr.json
new file mode 100644
index 0000000000..8eb28a4998
--- /dev/null
+++ b/plugins/UserCountryMap/lang/fr.json
@@ -0,0 +1,25 @@
+{
+ "UserCountryMap": {
+ "AndNOthers": "et %s autres",
+ "Cities": "Villes",
+ "Countries": "Pays",
+ "DaysAgo": "%s jours",
+ "GoalConversions": "%s conversions d'objectifs",
+ "Hours": "heures",
+ "HoursAgo": "%s heures",
+ "map": "carte",
+ "Minutes": "minutes",
+ "MinutesAgo": "%s minutes",
+ "None": "aucun",
+ "NoVisit": "Aucune visite",
+ "RealTimeMap": "Carte en temps-réel",
+ "Regions": "Régions",
+ "Searches": "%s recherches",
+ "Seconds": "secondes",
+ "SecondsAgo": "%s secondes",
+ "ShowingVisits": "Visites géo-localisées des derniers",
+ "Unlocated": "<b>%s<\/b> %p des dernières visites de %c n'ont pas pu être géo-localisées.",
+ "VisitorMap": "Carte du visiteur",
+ "WorldWide": "Mondialement"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/he.json b/plugins/UserCountryMap/lang/he.json
new file mode 100644
index 0000000000..8b0de1fb43
--- /dev/null
+++ b/plugins/UserCountryMap/lang/he.json
@@ -0,0 +1,12 @@
+{
+ "UserCountryMap": {
+ "Cities": "ערים",
+ "Countries": "מדינות",
+ "Hours": "שעות",
+ "map": "מפה",
+ "Minutes": "דקות",
+ "MinutesAgo": "לפני %s דקות",
+ "VisitorMap": "מפת מבקרים",
+ "WorldWide": "כלל-עולמי"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/hi.json b/plugins/UserCountryMap/lang/hi.json
new file mode 100644
index 0000000000..958830229c
--- /dev/null
+++ b/plugins/UserCountryMap/lang/hi.json
@@ -0,0 +1,25 @@
+{
+ "UserCountryMap": {
+ "AndNOthers": "और %s दूसरों के",
+ "Cities": "शहरों",
+ "Countries": "देश",
+ "DaysAgo": "%s दिन पहले",
+ "GoalConversions": "%s लक्ष्य रूपांतरण",
+ "Hours": "घंटे",
+ "HoursAgo": "%s घंटे पहले",
+ "map": "नक्शा",
+ "Minutes": "मिनट",
+ "MinutesAgo": "%s मिनट पहले",
+ "None": "कोई नहीं",
+ "NoVisit": "कोई यात्रा",
+ "RealTimeMap": "वास्तविक समय नक्शा",
+ "Regions": "क्षेत्र",
+ "Searches": "%s खोजों",
+ "Seconds": "सेकंड्स",
+ "SecondsAgo": "%s सेकंड पहले",
+ "ShowingVisits": "आखिरी का भू स्थित दौरा",
+ "Unlocated": "<b>%s<\/b> %p से यात्राओं की %c भौगोलिक स्थित खोजा नहीं जा सकता है.",
+ "VisitorMap": "आगंतुक मानचित्र",
+ "WorldWide": "विश्व व्यापक"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/hr.json b/plugins/UserCountryMap/lang/hr.json
new file mode 100644
index 0000000000..e8e1ee1fc0
--- /dev/null
+++ b/plugins/UserCountryMap/lang/hr.json
@@ -0,0 +1,5 @@
+{
+ "UserCountryMap": {
+ "VisitorMap": "Mapa posjetitelja"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/hu.json b/plugins/UserCountryMap/lang/hu.json
new file mode 100644
index 0000000000..2cefdf5a80
--- /dev/null
+++ b/plugins/UserCountryMap/lang/hu.json
@@ -0,0 +1,5 @@
+{
+ "UserCountryMap": {
+ "map": "térkép"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/id.json b/plugins/UserCountryMap/lang/id.json
new file mode 100644
index 0000000000..608f52f079
--- /dev/null
+++ b/plugins/UserCountryMap/lang/id.json
@@ -0,0 +1,25 @@
+{
+ "UserCountryMap": {
+ "AndNOthers": "dan %s lain",
+ "Cities": "Kita",
+ "Countries": "Negara",
+ "DaysAgo": "%s hari lalu",
+ "GoalConversions": "%s konversi tujuan",
+ "Hours": "jam",
+ "HoursAgo": "%s jam lalu",
+ "map": "peta",
+ "Minutes": "menit",
+ "MinutesAgo": "%s menit lalu",
+ "None": "Tidak Ada",
+ "NoVisit": "Tidak ada kunjungan",
+ "RealTimeMap": "Peta Waktu-Nyata",
+ "Regions": "Wilayah",
+ "Searches": "%s pencarian",
+ "Seconds": "detik",
+ "SecondsAgo": "%s detik lalu",
+ "ShowingVisits": "Kunjungan Lokasi-Geo terakhir",
+ "Unlocated": "<b>%s<\/b> %p kunjungan dari %c lokasi-geo tidak diketahui.",
+ "VisitorMap": "Peta Pengunjung",
+ "WorldWide": "Seluruh Dunia"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/it.json b/plugins/UserCountryMap/lang/it.json
new file mode 100644
index 0000000000..73a0267187
--- /dev/null
+++ b/plugins/UserCountryMap/lang/it.json
@@ -0,0 +1,27 @@
+{
+ "UserCountryMap": {
+ "AndNOthers": "e %s altri",
+ "Cities": "Città",
+ "Countries": "Nazioni",
+ "DaysAgo": "%s giorni fa",
+ "GoalConversions": "%s conversioni obiettivi",
+ "Hours": "ore",
+ "HoursAgo": "%s ore fa",
+ "map": "mappa",
+ "Minutes": "minuti",
+ "MinutesAgo": "%s minuti fa",
+ "None": "Nessuno",
+ "NoVisit": "Nessuna visita",
+ "RealTimeMap": "Mappa Real Time",
+ "Regions": "Regioni",
+ "Searches": "%s ricerche",
+ "Seconds": "secondi",
+ "SecondsAgo": "%s secondi fa",
+ "ShowingVisits": "Visite geolocalizzate degli ultimi",
+ "Unlocated": "<b>%s<\/b> %p delle visite da %c non possono essere geolocalizzate.",
+ "VisitorMap": "Mappa Visitatori",
+ "WithUnknownCity": "%s con città sconosciuta",
+ "WithUnknownRegion": "%s con regione sconosciuta",
+ "WorldWide": "Tutto il Mondo"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/ja.json b/plugins/UserCountryMap/lang/ja.json
new file mode 100644
index 0000000000..66e92f7811
--- /dev/null
+++ b/plugins/UserCountryMap/lang/ja.json
@@ -0,0 +1,9 @@
+{
+ "UserCountryMap": {
+ "Cities": "都市",
+ "Countries": "国",
+ "map": "地図",
+ "RealTimeMap": "リアルタイムマップ",
+ "VisitorMap": "ビジターマップ"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/ka.json b/plugins/UserCountryMap/lang/ka.json
new file mode 100644
index 0000000000..ea6f3dd85a
--- /dev/null
+++ b/plugins/UserCountryMap/lang/ka.json
@@ -0,0 +1,5 @@
+{
+ "UserCountryMap": {
+ "map": "რუკა"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/ko.json b/plugins/UserCountryMap/lang/ko.json
new file mode 100644
index 0000000000..2d56e0d226
--- /dev/null
+++ b/plugins/UserCountryMap/lang/ko.json
@@ -0,0 +1,25 @@
+{
+ "UserCountryMap": {
+ "AndNOthers": ", 기타 %s",
+ "Cities": "도시",
+ "Countries": "국가",
+ "DaysAgo": "%s일 전",
+ "GoalConversions": "%s 목표 전환",
+ "Hours": "시간",
+ "HoursAgo": "%s시간 전",
+ "map": "지도",
+ "Minutes": "분",
+ "MinutesAgo": "%s분 전",
+ "None": "없음",
+ "NoVisit": "방문 없음",
+ "RealTimeMap": "실시간 지도",
+ "Regions": "지역",
+ "Searches": "%s 검색",
+ "Seconds": "초",
+ "SecondsAgo": "%s초 전",
+ "ShowingVisits": "최근 방문의 지리적 위치",
+ "Unlocated": "<b>%s<\/b> %c 방문에서 %p의 지리적 위치를 찾을 수 없습니다.",
+ "VisitorMap": "방문자 지도",
+ "WorldWide": "전세계"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/lt.json b/plugins/UserCountryMap/lang/lt.json
new file mode 100644
index 0000000000..e7234dfa2e
--- /dev/null
+++ b/plugins/UserCountryMap/lang/lt.json
@@ -0,0 +1,5 @@
+{
+ "UserCountryMap": {
+ "map": "žemėlapis"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/lv.json b/plugins/UserCountryMap/lang/lv.json
new file mode 100644
index 0000000000..5db0379f93
--- /dev/null
+++ b/plugins/UserCountryMap/lang/lv.json
@@ -0,0 +1,5 @@
+{
+ "UserCountryMap": {
+ "map": "karte"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/nb.json b/plugins/UserCountryMap/lang/nb.json
new file mode 100644
index 0000000000..6048af8613
--- /dev/null
+++ b/plugins/UserCountryMap/lang/nb.json
@@ -0,0 +1,19 @@
+{
+ "UserCountryMap": {
+ "AndNOthers": "og %s andre",
+ "Cities": "Byer",
+ "Countries": "Land",
+ "DaysAgo": "%s dager siden",
+ "Hours": "timer",
+ "HoursAgo": "%s timer siden",
+ "map": "kart",
+ "Minutes": "minutter",
+ "MinutesAgo": "%s minutter siden",
+ "RealTimeMap": "Sanntidskart",
+ "Regions": "Regioner",
+ "Searches": "%s søk",
+ "Seconds": "sekunder",
+ "SecondsAgo": "%s sekunder siden",
+ "WorldWide": "Verdensbasis"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/nl.json b/plugins/UserCountryMap/lang/nl.json
new file mode 100644
index 0000000000..6c732ead60
--- /dev/null
+++ b/plugins/UserCountryMap/lang/nl.json
@@ -0,0 +1,23 @@
+{
+ "UserCountryMap": {
+ "AndNOthers": "en %s anderen",
+ "Cities": "Steden",
+ "Countries": "Landen",
+ "DaysAgo": "%s dagen geleden",
+ "GoalConversions": "%s doelconversies",
+ "Hours": "uren",
+ "HoursAgo": "%s uren geleden",
+ "map": "kaart",
+ "Minutes": "minuten",
+ "MinutesAgo": "%s minuten geleden",
+ "None": "Geen",
+ "NoVisit": "Geen bezoeken",
+ "RealTimeMap": "Realtime Kaart",
+ "Regions": "Regio's",
+ "Searches": "%s zoekopdrachten",
+ "Seconds": "seconden",
+ "SecondsAgo": "%s seconden geleden",
+ "VisitorMap": "Bezoeker Kaart",
+ "WorldWide": "Wereldwijd"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/pl.json b/plugins/UserCountryMap/lang/pl.json
new file mode 100644
index 0000000000..d717014b3a
--- /dev/null
+++ b/plugins/UserCountryMap/lang/pl.json
@@ -0,0 +1,5 @@
+{
+ "UserCountryMap": {
+ "map": "mapa"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/pt-br.json b/plugins/UserCountryMap/lang/pt-br.json
new file mode 100644
index 0000000000..1321505881
--- /dev/null
+++ b/plugins/UserCountryMap/lang/pt-br.json
@@ -0,0 +1,25 @@
+{
+ "UserCountryMap": {
+ "AndNOthers": "e %s outros",
+ "Cities": "Cidades",
+ "Countries": "Países",
+ "DaysAgo": "%s dias atrás",
+ "GoalConversions": "%s conversões de meta",
+ "Hours": "horas",
+ "HoursAgo": "%s horas atrás",
+ "map": "mapa",
+ "Minutes": "minutos",
+ "MinutesAgo": "%s minutos atrás",
+ "None": "Nenhum",
+ "NoVisit": "Nenhuma visita",
+ "RealTimeMap": "Mapa em tempo real",
+ "Regions": "Regiões",
+ "Searches": "%s buscas",
+ "Seconds": "segundos",
+ "SecondsAgo": "%s segundos atrás",
+ "ShowingVisits": "Geo-localização das últimas visitas",
+ "Unlocated": "<b>%s<\/b> %p das visitas de %c não puderam ser geo localizados.",
+ "VisitorMap": "Mapa de visitantes",
+ "WorldWide": "World-Wide"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/pt.json b/plugins/UserCountryMap/lang/pt.json
new file mode 100644
index 0000000000..d717014b3a
--- /dev/null
+++ b/plugins/UserCountryMap/lang/pt.json
@@ -0,0 +1,5 @@
+{
+ "UserCountryMap": {
+ "map": "mapa"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/ro.json b/plugins/UserCountryMap/lang/ro.json
new file mode 100644
index 0000000000..bec37eed0a
--- /dev/null
+++ b/plugins/UserCountryMap/lang/ro.json
@@ -0,0 +1,25 @@
+{
+ "UserCountryMap": {
+ "AndNOthers": "si %s altii",
+ "Cities": "Oraşe",
+ "Countries": "Ţări",
+ "DaysAgo": "%s zile în urmă",
+ "GoalConversions": "%s obiectivul conversiilor",
+ "Hours": "ore",
+ "HoursAgo": "%s ore în urmă",
+ "map": "harta",
+ "Minutes": "minute",
+ "MinutesAgo": "%s acum cateva minute",
+ "None": "Nu sunt",
+ "NoVisit": "Nici o vizita",
+ "RealTimeMap": "Harta în timp real",
+ "Regions": "Regiuni",
+ "Searches": "%s cautari",
+ "Seconds": "secunde",
+ "SecondsAgo": "%s acum o secunda",
+ "ShowingVisits": "Ultimile vizite geo-localizate",
+ "Unlocated": "<b>%s<\/b> %p vizitelor de la %c nu au putut fi geolocalizate.",
+ "VisitorMap": "Harta vizitatori",
+ "WorldWide": "World-Wide"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/ru.json b/plugins/UserCountryMap/lang/ru.json
new file mode 100644
index 0000000000..df1290b536
--- /dev/null
+++ b/plugins/UserCountryMap/lang/ru.json
@@ -0,0 +1,22 @@
+{
+ "UserCountryMap": {
+ "AndNOthers": "и %s других",
+ "Cities": "Города",
+ "Countries": "Страны",
+ "DaysAgo": "%s дней назад",
+ "GoalConversions": "%s целей достигнуто",
+ "Hours": "часов",
+ "HoursAgo": "%s часов назад",
+ "map": "карта",
+ "Minutes": "минуты",
+ "MinutesAgo": "%s минут назад",
+ "NoVisit": "Без посещений",
+ "RealTimeMap": "Карта в реальном времени",
+ "Regions": "Регионы",
+ "Searches": "%s поисковых запросов",
+ "Seconds": "секунд",
+ "SecondsAgo": "%s секунд назад",
+ "VisitorMap": "Карта посещений",
+ "WorldWide": "Весь мир"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/sk.json b/plugins/UserCountryMap/lang/sk.json
new file mode 100644
index 0000000000..99ca4f00dd
--- /dev/null
+++ b/plugins/UserCountryMap/lang/sk.json
@@ -0,0 +1,6 @@
+{
+ "UserCountryMap": {
+ "map": "mapa",
+ "RealTimeMap": "Mapa v reálnom čase"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/sl.json b/plugins/UserCountryMap/lang/sl.json
new file mode 100644
index 0000000000..a4a803deaf
--- /dev/null
+++ b/plugins/UserCountryMap/lang/sl.json
@@ -0,0 +1,6 @@
+{
+ "UserCountryMap": {
+ "map": "zemljevid",
+ "RealTimeMap": "Zemljevid v realnem času"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/sq.json b/plugins/UserCountryMap/lang/sq.json
new file mode 100644
index 0000000000..143d07c783
--- /dev/null
+++ b/plugins/UserCountryMap/lang/sq.json
@@ -0,0 +1,5 @@
+{
+ "UserCountryMap": {
+ "map": "hartë"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/sr.json b/plugins/UserCountryMap/lang/sr.json
new file mode 100644
index 0000000000..ba650b2c3b
--- /dev/null
+++ b/plugins/UserCountryMap/lang/sr.json
@@ -0,0 +1,27 @@
+{
+ "UserCountryMap": {
+ "AndNOthers": "i %s ostalih",
+ "Cities": "Gradovi",
+ "Countries": "Države",
+ "DaysAgo": "pre %s dana",
+ "GoalConversions": "%s ispunjenih ciljeva",
+ "Hours": "sati",
+ "HoursAgo": "pre %s sati",
+ "map": "mapa",
+ "Minutes": "minuti",
+ "MinutesAgo": "pre %s minuta",
+ "None": "Ništa",
+ "NoVisit": "Nema poseta",
+ "RealTimeMap": "Mapa u realnom vremenu",
+ "Regions": "Regioni",
+ "Searches": "%s pretraga",
+ "Seconds": "sekundi",
+ "SecondsAgo": "pre %s sekundi",
+ "ShowingVisits": "Geolocirane posete od poslednjih",
+ "Unlocated": "<b>%s<\/b> %p od poseta sa %c nije moguće geolocirati.",
+ "VisitorMap": "Mapa posetilaca",
+ "WithUnknownCity": "%s sa nepoznatim gradom",
+ "WithUnknownRegion": "%s sa nepoznatim regionom",
+ "WorldWide": "Ceo svet"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/sv.json b/plugins/UserCountryMap/lang/sv.json
new file mode 100644
index 0000000000..7eadf1dd47
--- /dev/null
+++ b/plugins/UserCountryMap/lang/sv.json
@@ -0,0 +1,25 @@
+{
+ "UserCountryMap": {
+ "AndNOthers": "och %s andra",
+ "Cities": "Städer",
+ "Countries": "Länder",
+ "DaysAgo": "%s dagar sedan",
+ "GoalConversions": "%s målomvandlingar",
+ "Hours": "timmar",
+ "HoursAgo": "%s timmar sedan",
+ "map": "karta",
+ "Minutes": "minuter",
+ "MinutesAgo": "%s minuter sedan",
+ "None": "Ingen",
+ "NoVisit": "Inga besök",
+ "RealTimeMap": "Realtidskarta",
+ "Regions": "Regioner",
+ "Searches": "%s sökningar",
+ "Seconds": "sekunder",
+ "SecondsAgo": "%s sekunder sedan",
+ "ShowingVisits": "Geolokaliserade besök de senaste",
+ "Unlocated": "<b>%s<\/b> %p av besöken från %c kunde inte geolokaliseras.",
+ "VisitorMap": "Besökskarta",
+ "WorldWide": "Hela världen"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/te.json b/plugins/UserCountryMap/lang/te.json
new file mode 100644
index 0000000000..e1fe13e33f
--- /dev/null
+++ b/plugins/UserCountryMap/lang/te.json
@@ -0,0 +1,5 @@
+{
+ "UserCountryMap": {
+ "map": "పటం"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/th.json b/plugins/UserCountryMap/lang/th.json
new file mode 100644
index 0000000000..9a9fdc950b
--- /dev/null
+++ b/plugins/UserCountryMap/lang/th.json
@@ -0,0 +1,5 @@
+{
+ "UserCountryMap": {
+ "map": "แผนที่"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/tr.json b/plugins/UserCountryMap/lang/tr.json
new file mode 100644
index 0000000000..f6e27508a4
--- /dev/null
+++ b/plugins/UserCountryMap/lang/tr.json
@@ -0,0 +1,6 @@
+{
+ "UserCountryMap": {
+ "map": "harita",
+ "VisitorMap": "Ziyaretçi Haritası"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/uk.json b/plugins/UserCountryMap/lang/uk.json
new file mode 100644
index 0000000000..2200d02058
--- /dev/null
+++ b/plugins/UserCountryMap/lang/uk.json
@@ -0,0 +1,5 @@
+{
+ "UserCountryMap": {
+ "map": "карта"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/vi.json b/plugins/UserCountryMap/lang/vi.json
new file mode 100644
index 0000000000..a60de7f529
--- /dev/null
+++ b/plugins/UserCountryMap/lang/vi.json
@@ -0,0 +1,25 @@
+{
+ "UserCountryMap": {
+ "AndNOthers": "và %s khác",
+ "Cities": "Các thành phố",
+ "Countries": "Các quốc gia",
+ "DaysAgo": "%s ngày cách đây",
+ "GoalConversions": "%s các chuyển đổi mục tiêu",
+ "Hours": "Giờ",
+ "HoursAgo": "%s giờ cách đây",
+ "map": "Bản đồ",
+ "Minutes": "Phút",
+ "MinutesAgo": "%s phút cách đây",
+ "None": "Không có gì",
+ "NoVisit": "Không có truy cập nào",
+ "RealTimeMap": "Bản đồ thời gian thực",
+ "Regions": "Các vùng",
+ "Searches": "%s tìm kiếm",
+ "Seconds": "Giây",
+ "SecondsAgo": "%s giây cách đây",
+ "ShowingVisits": "Định vị lượt truy cập cuối cùng",
+ "Unlocated": "<b>%s<\/b> %p các lượt truy cập từ %c có thể không được định vị.",
+ "VisitorMap": "Bản đồ khách truy cập",
+ "WorldWide": "Khắp thế giới"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/zh-cn.json b/plugins/UserCountryMap/lang/zh-cn.json
new file mode 100644
index 0000000000..16f5807701
--- /dev/null
+++ b/plugins/UserCountryMap/lang/zh-cn.json
@@ -0,0 +1,25 @@
+{
+ "UserCountryMap": {
+ "AndNOthers": "和 %s 其它",
+ "Cities": "城市",
+ "Countries": "国家",
+ "DaysAgo": "%s 天前",
+ "GoalConversions": "%s 目标转化",
+ "Hours": "小时",
+ "HoursAgo": "%s 小时前",
+ "map": "地图",
+ "Minutes": "分钟",
+ "MinutesAgo": "%s 分钟前",
+ "None": "无",
+ "NoVisit": "没有访问",
+ "RealTimeMap": "实时地图",
+ "Regions": "地区",
+ "Searches": "%s 次搜索",
+ "Seconds": "秒",
+ "SecondsAgo": "%s 秒前",
+ "ShowingVisits": "最后访客地理位置",
+ "Unlocated": "<b>%s<\/b> %p 的访问来自 %c 无法定位地理位置。",
+ "VisitorMap": "访客地图",
+ "WorldWide": "全世界"
+ }
+} \ No newline at end of file
diff --git a/plugins/UserCountryMap/lang/zh-tw.json b/plugins/UserCountryMap/lang/zh-tw.json
new file mode 100644
index 0000000000..16905f298b
--- /dev/null
+++ b/plugins/UserCountryMap/lang/zh-tw.json
@@ -0,0 +1,5 @@
+{
+ "UserCountryMap": {
+ "map": "地圖"
+ }
+} \ No newline at end of file