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-27 01:20:48 +0300
committersgiehl <stefan@piwik.org>2014-11-27 01:20:48 +0300
commit638697d72fabaa57c5e8a8d33f3e76f72ba57535 (patch)
tree7c51788f37e3979002c1c98f88e8ea5597928a55 /plugins/DevicesDetection
parent2d02f28f60c767ec258c6d61c987f9b6493d2fc7 (diff)
started removing duplicate/old translations keys
Diffstat (limited to 'plugins/DevicesDetection')
-rw-r--r--plugins/DevicesDetection/Columns/BrowserVersion.php4
-rw-r--r--plugins/DevicesDetection/Reports/GetBrowserVersions.php4
-rw-r--r--plugins/DevicesDetection/lang/am.json5
-rw-r--r--plugins/DevicesDetection/lang/ar.json6
-rw-r--r--plugins/DevicesDetection/lang/be.json4
-rw-r--r--plugins/DevicesDetection/lang/bg.json3
-rw-r--r--plugins/DevicesDetection/lang/ca.json4
-rw-r--r--plugins/DevicesDetection/lang/cs.json3
-rw-r--r--plugins/DevicesDetection/lang/da.json4
-rw-r--r--plugins/DevicesDetection/lang/de.json3
-rw-r--r--plugins/DevicesDetection/lang/el.json3
-rw-r--r--plugins/DevicesDetection/lang/en.json3
-rw-r--r--plugins/DevicesDetection/lang/es.json3
-rw-r--r--plugins/DevicesDetection/lang/et.json3
-rw-r--r--plugins/DevicesDetection/lang/eu.json5
-rw-r--r--plugins/DevicesDetection/lang/fa.json3
-rw-r--r--plugins/DevicesDetection/lang/fi.json3
-rw-r--r--plugins/DevicesDetection/lang/fr.json3
-rw-r--r--plugins/DevicesDetection/lang/he.json6
-rw-r--r--plugins/DevicesDetection/lang/hi.json6
-rw-r--r--plugins/DevicesDetection/lang/hr.json5
-rw-r--r--plugins/DevicesDetection/lang/hu.json5
-rw-r--r--plugins/DevicesDetection/lang/id.json4
-rw-r--r--plugins/DevicesDetection/lang/is.json5
-rw-r--r--plugins/DevicesDetection/lang/it.json3
-rw-r--r--plugins/DevicesDetection/lang/ja.json3
-rw-r--r--plugins/DevicesDetection/lang/ka.json5
-rw-r--r--plugins/DevicesDetection/lang/ko.json4
-rw-r--r--plugins/DevicesDetection/lang/lt.json6
-rw-r--r--plugins/DevicesDetection/lang/lv.json4
-rw-r--r--plugins/DevicesDetection/lang/nb.json3
-rw-r--r--plugins/DevicesDetection/lang/nl.json3
-rw-r--r--plugins/DevicesDetection/lang/nn.json5
-rw-r--r--plugins/DevicesDetection/lang/pl.json3
-rw-r--r--plugins/DevicesDetection/lang/pt-br.json3
-rw-r--r--plugins/DevicesDetection/lang/pt.json4
-rw-r--r--plugins/DevicesDetection/lang/ro.json3
-rw-r--r--plugins/DevicesDetection/lang/ru.json3
-rw-r--r--plugins/DevicesDetection/lang/sk.json5
-rw-r--r--plugins/DevicesDetection/lang/sl.json2
-rw-r--r--plugins/DevicesDetection/lang/sq.json4
-rw-r--r--plugins/DevicesDetection/lang/sr.json3
-rw-r--r--plugins/DevicesDetection/lang/sv.json3
-rw-r--r--plugins/DevicesDetection/lang/te.json6
-rw-r--r--plugins/DevicesDetection/lang/th.json6
-rw-r--r--plugins/DevicesDetection/lang/tl.json3
-rw-r--r--plugins/DevicesDetection/lang/tr.json3
-rw-r--r--plugins/DevicesDetection/lang/uk.json5
-rw-r--r--plugins/DevicesDetection/lang/vi.json4
-rw-r--r--plugins/DevicesDetection/lang/zh-cn.json4
-rw-r--r--plugins/DevicesDetection/lang/zh-tw.json6
-rw-r--r--plugins/DevicesDetection/templates/detection.twig2
52 files changed, 168 insertions, 37 deletions
diff --git a/plugins/DevicesDetection/Columns/BrowserVersion.php b/plugins/DevicesDetection/Columns/BrowserVersion.php
index 87f7815c8a..14e3221a0f 100644
--- a/plugins/DevicesDetection/Columns/BrowserVersion.php
+++ b/plugins/DevicesDetection/Columns/BrowserVersion.php
@@ -23,14 +23,14 @@ class BrowserVersion extends Base
{
$segment = new Segment();
$segment->setSegment('browserVersion');
- $segment->setName('UserSettings_ColumnBrowserVersion');
+ $segment->setName('DevicesDetection_BrowserVersion');
$segment->setAcceptedValues('1.0, 8.0, etc.');
$this->addSegment($segment);
}
public function getName()
{
- return Piwik::translate('UserSettings_ColumnBrowserVersion');
+ return Piwik::translate('DevicesDetection_BrowserVersion');
}
/**
diff --git a/plugins/DevicesDetection/Reports/GetBrowserVersions.php b/plugins/DevicesDetection/Reports/GetBrowserVersions.php
index 24c64d052f..0e26223d30 100644
--- a/plugins/DevicesDetection/Reports/GetBrowserVersions.php
+++ b/plugins/DevicesDetection/Reports/GetBrowserVersions.php
@@ -18,10 +18,10 @@ class GetBrowserVersions extends Base
{
parent::init();
$this->dimension = new BrowserVersion();
- $this->name = Piwik::translate('UserSettings_WidgetBrowserVersion');
+ $this->name = Piwik::translate('DevicesDetection_BrowserVersion');
$this->documentation = ''; // TODO
$this->order = 2;
- $this->widgetTitle = 'UserSettings_WidgetBrowserVersion';
+ $this->widgetTitle = 'DevicesDetection_BrowserVersion';
}
public function configureView(ViewDataTable $view)
diff --git a/plugins/DevicesDetection/lang/am.json b/plugins/DevicesDetection/lang/am.json
new file mode 100644
index 0000000000..a7169d53ea
--- /dev/null
+++ b/plugins/DevicesDetection/lang/am.json
@@ -0,0 +1,5 @@
+{
+ "DevicesDetection": {
+ "BrowserFamily": "የማሰሻ ቤተሰብ"
+ }
+} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/ar.json b/plugins/DevicesDetection/lang/ar.json
new file mode 100644
index 0000000000..f2ee08d578
--- /dev/null
+++ b/plugins/DevicesDetection/lang/ar.json
@@ -0,0 +1,6 @@
+{
+ "DevicesDetection": {
+ "BrowserFamily": "عائلة المتصفح",
+ "BrowserVersion": "إصدار المتصفح"
+ }
+} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/be.json b/plugins/DevicesDetection/lang/be.json
index 7d035a0368..93276a9c32 100644
--- a/plugins/DevicesDetection/lang/be.json
+++ b/plugins/DevicesDetection/lang/be.json
@@ -1,5 +1,7 @@
{
"DevicesDetection": {
- "BrowserEngineDocumentation": "Гэты графік паказвае браўзэры наведвальнікаў, разбітыя па сем'ях. %s Найбольш важная інфармацыю для вэб-распрацоўнікаў у тым, што я ны могуць даведацца аб тыпах вэб-рэндэрынгу сваіх наведвальнікаў. Пазнакі ўтрымліваюць імёны рухавікоў найбольш распаўсюджаныя адзначаныя ў браўзэрам дужках."
+ "BrowserEngineDocumentation": "Гэты графік паказвае браўзэры наведвальнікаў, разбітыя па сем'ях. %s Найбольш важная інфармацыю для вэб-распрацоўнікаў у тым, што я ны могуць даведацца аб тыпах вэб-рэндэрынгу сваіх наведвальнікаў. Пазнакі ўтрымліваюць імёны рухавікоў найбольш распаўсюджаныя адзначаныя ў браўзэрам дужках.",
+ "BrowserFamily": "Сямейства браўзэраў",
+ "BrowserVersion": "Версія браўзэра"
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/bg.json b/plugins/DevicesDetection/lang/bg.json
index 1ba279dbc3..93ca777067 100644
--- a/plugins/DevicesDetection/lang/bg.json
+++ b/plugins/DevicesDetection/lang/bg.json
@@ -1,12 +1,13 @@
{
"DevicesDetection": {
"BrowserEngineDocumentation": "Тази таблица показва браузърите на вашите потребители ,разделени по фамилии. %s Най-важната информация за уеб разработчиците е какъв тип технология за обработка са използвали посетителите. Етикета показва имената на технологиите, следвани от браузера, който е бил използван, поставен в скоби.",
+ "BrowserFamily": "Фамилия браузъри",
+ "BrowserVersion": "Версия на браузъра",
"BrowserVersions": "Версии на браузъра",
"Camera": "Камера",
"CarBrowser": "Браузър, който се използва в кола",
"Console": "Конзола",
"dataTableLabelBrands": "Марка",
- "dataTableLabelBrowserFamily": "Вид браузър",
"dataTableLabelModels": "Модел",
"dataTableLabelSystemVersion": "Версия на операционната система",
"dataTableLabelTypes": "Тип",
diff --git a/plugins/DevicesDetection/lang/ca.json b/plugins/DevicesDetection/lang/ca.json
index ad7abf4e77..9899fffa9d 100644
--- a/plugins/DevicesDetection/lang/ca.json
+++ b/plugins/DevicesDetection/lang/ca.json
@@ -1,5 +1,7 @@
{
"DevicesDetection": {
- "BrowserEngineDocumentation": "Aquest gràfic mostra els navegadors dels vostres visitants dividits en famílies. %s La informació més important per als desenvolupadors web es quin tipus de sistema de renderització estan utilitzant els seus visitants. Les etiquetiquetes contenen els noms dels sistemes, seguit pel navegador més comú utilitzant aquest sistema."
+ "BrowserEngineDocumentation": "Aquest gràfic mostra els navegadors dels vostres visitants dividits en famílies. %s La informació més important per als desenvolupadors web es quin tipus de sistema de renderització estan utilitzant els seus visitants. Les etiquetiquetes contenen els noms dels sistemes, seguit pel navegador més comú utilitzant aquest sistema.",
+ "BrowserFamily": "Família del navegador",
+ "BrowserVersion": "Versió del navegador"
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/cs.json b/plugins/DevicesDetection/lang/cs.json
index 9214d12406..141c763064 100644
--- a/plugins/DevicesDetection/lang/cs.json
+++ b/plugins/DevicesDetection/lang/cs.json
@@ -3,12 +3,13 @@
"BrowserEngine": "Vykreslovací jádro",
"BrowserEngineDocumentation": "Tento graf zobrazuje prohlížeče vašich návštěvníků odle prodin prohlížečů. %s Nejdůležitější informací pro webové vývojáře je to, jaká vykreslovací jádra návštěvníci používají. Název vykreslovacího jádra je v popisku následován v závorkách nejčastějším prohlížečem, který ho používá.",
"BrowserEngines": "Vykreslovací jádra",
+ "BrowserFamily": "Rodina Web prohlížeče",
+ "BrowserVersion": "Verze prohlížeče",
"BrowserVersions": "Verze prohlížečů",
"Camera": "Fotoaparát",
"CarBrowser": "Prohlížeč v autě",
"Console": "Konzole",
"dataTableLabelBrands": "Značka",
- "dataTableLabelBrowserFamily": "Rodina prohlížečů",
"dataTableLabelModels": "Model",
"dataTableLabelSystemVersion": "Verze operačního systému",
"dataTableLabelTypes": "Typ",
diff --git a/plugins/DevicesDetection/lang/da.json b/plugins/DevicesDetection/lang/da.json
index 31ec5a967b..6a61ff9696 100644
--- a/plugins/DevicesDetection/lang/da.json
+++ b/plugins/DevicesDetection/lang/da.json
@@ -2,12 +2,14 @@
"DevicesDetection": {
"BrowserEngine": "Browser",
"BrowserEngineDocumentation": "Diagrammet viser de besøgendes browsere opdelt i grupper. %s De vigtigste oplysninger for web-udviklere er, hvilken slags rendering motor de besøgende bruger. Etiketterne indeholder navnene på motorerne, efterfulgt af de mest almindelige browsere, der benytter motoren i parentes.",
+ "BrowserEngines": "Browser",
+ "BrowserFamily": "Browsertype",
+ "BrowserVersion": "Browserversion",
"BrowserVersions": "Browser-versioner",
"Camera": "Kamera",
"CarBrowser": "Bil browser",
"Console": "Konsol",
"dataTableLabelBrands": "Mærke",
- "dataTableLabelBrowserFamily": "Browser familie",
"dataTableLabelModels": "Model",
"dataTableLabelSystemVersion": "Operativsystem-version",
"dataTableLabelTypes": "Type",
diff --git a/plugins/DevicesDetection/lang/de.json b/plugins/DevicesDetection/lang/de.json
index 9dfc5b547b..f9ef47bda5 100644
--- a/plugins/DevicesDetection/lang/de.json
+++ b/plugins/DevicesDetection/lang/de.json
@@ -3,12 +3,13 @@
"BrowserEngine": "Browser",
"BrowserEngineDocumentation": "Dieser Graph zeit Ihnen die Browser Ihrer Besucher aufgeteilt nach Browserfamilien. %s Die wichtigste Information für Webentwickler ist, welche Rendering Engine Besucher verwenden. Die Beschriftungen enthalten den Namen der Engine und in Klammern den Namen des bekanntesten Browsers, der diese verwendet.",
"BrowserEngines": "Browser",
+ "BrowserFamily": "Browserfamilie",
+ "BrowserVersion": "Browserversion",
"BrowserVersions": "Browser Versionen",
"Camera": "Digitalcamera",
"CarBrowser": "PKW-Browser",
"Console": "Konsole",
"dataTableLabelBrands": "Marke",
- "dataTableLabelBrowserFamily": "Browser Familie",
"dataTableLabelModels": "Modell",
"dataTableLabelSystemVersion": "Betriebssystem Version",
"dataTableLabelTypes": "Typ",
diff --git a/plugins/DevicesDetection/lang/el.json b/plugins/DevicesDetection/lang/el.json
index 14ab980463..49cfa717cf 100644
--- a/plugins/DevicesDetection/lang/el.json
+++ b/plugins/DevicesDetection/lang/el.json
@@ -3,12 +3,13 @@
"BrowserEngine": "Μηχανή προγράμματος πλοήγησης",
"BrowserEngineDocumentation": "Αυτό το διάγραμμα δείχνει τους φυλλομετρητές των επισκεπτών σε οικογένειες φυλλομετρητών. %s Η πιο σημαντική πληροφορία για τους δημιουργούς ιστοσελίδων είναι οι μηχανές μετάφρασης που χρησιμοποιούν οι επισκέπτες. Οι ετικέτες περιέχουν τα ονόματα των μηχανών και σε εισαγωγικά τον πιο κοινό φυλλομετρητή που τη χρησιμοποιεί.",
"BrowserEngines": "Μηχανές προγράμματος πλοήγησης",
+ "BrowserFamily": "Οικογένεια φυλλομετρητών",
+ "BrowserVersion": "Έκδοση φυλλομετρητή",
"BrowserVersions": "Εκδόσεις προγραμμάτων περιήγησης",
"Camera": "Κάμερα",
"CarBrowser": "Πρόγραμμα περιήγησης αυτοκινήτου",
"Console": "Κονσόλα",
"dataTableLabelBrands": "Μάρκα",
- "dataTableLabelBrowserFamily": "Οικογένεια προγράμματος περιήγησης",
"dataTableLabelModels": "Μοντέλο",
"dataTableLabelSystemVersion": "Έκδοση λειτουργικού συστήματος",
"dataTableLabelTypes": "Τύπος",
diff --git a/plugins/DevicesDetection/lang/en.json b/plugins/DevicesDetection/lang/en.json
index aa3ac99081..1a1a4ec72a 100644
--- a/plugins/DevicesDetection/lang/en.json
+++ b/plugins/DevicesDetection/lang/en.json
@@ -4,11 +4,12 @@
"BrowserEngine": "Browser engine",
"BrowserEngines": "Browser engines",
"BrowserEngineDocumentation": "This report shows your visitors' browsers broken down into browser eninges. %s The most important information for web developers is what kind of rendering engine their visitors are using. The labels contain the names of the engines followed by the most common browser using that engine in brackets.",
+ "BrowserFamily": "Browser family",
+ "BrowserVersion": "Browser version",
"Camera": "Camera",
"CarBrowser": "Car browser",
"Console": "Console",
"dataTableLabelBrands": "Brand",
- "dataTableLabelBrowserFamily": "Browser family",
"dataTableLabelModels": "Model",
"dataTableLabelSystemVersion": "Operating System version",
"dataTableLabelTypes": "Type",
diff --git a/plugins/DevicesDetection/lang/es.json b/plugins/DevicesDetection/lang/es.json
index 552c637a5e..aaa2dce225 100644
--- a/plugins/DevicesDetection/lang/es.json
+++ b/plugins/DevicesDetection/lang/es.json
@@ -1,12 +1,13 @@
{
"DevicesDetection": {
"BrowserEngineDocumentation": "Este cuadro muestra los navegadores de internet de los visitantes divididos en sus respectivas familias. %s La información más importante para los desarrolladores de sitios de internet es conocer que motor de interpretador están utilizando los visitantes. Los rótulos contienen los nombres de los motores seguidos por el navegador más usual utilizando dicho motor entre corchetes.",
+ "BrowserFamily": "Buscadores por familia",
+ "BrowserVersion": "Versión del navegador",
"BrowserVersions": "Versiones de navegadores",
"Camera": "Cámara",
"CarBrowser": "Navegador para coche",
"Console": "Consola",
"dataTableLabelBrands": "Marca",
- "dataTableLabelBrowserFamily": "Familia de navegadores",
"dataTableLabelModels": "Modelo",
"dataTableLabelSystemVersion": "Versión del sistema operativo",
"dataTableLabelTypes": "Tipo",
diff --git a/plugins/DevicesDetection/lang/et.json b/plugins/DevicesDetection/lang/et.json
index 78b60385f1..d131d98ea5 100644
--- a/plugins/DevicesDetection/lang/et.json
+++ b/plugins/DevicesDetection/lang/et.json
@@ -1,11 +1,12 @@
{
"DevicesDetection": {
+ "BrowserFamily": "Sirvija tüüp",
+ "BrowserVersion": "Sirvija versioon",
"BrowserVersions": "Brauseri versioonid",
"Camera": "Kaamera",
"CarBrowser": "Sõiduki sirvik",
"Console": "Konsool",
"dataTableLabelBrands": "Bränd",
- "dataTableLabelBrowserFamily": "Sirvija tüüp",
"dataTableLabelModels": "Mudel",
"dataTableLabelSystemVersion": "Operatsioonisüsteemi versioon",
"dataTableLabelTypes": "Tüüp",
diff --git a/plugins/DevicesDetection/lang/eu.json b/plugins/DevicesDetection/lang/eu.json
new file mode 100644
index 0000000000..41eb078bc1
--- /dev/null
+++ b/plugins/DevicesDetection/lang/eu.json
@@ -0,0 +1,5 @@
+{
+ "DevicesDetection": {
+ "BrowserFamily": "Nabigatzaile-familia"
+ }
+} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/fa.json b/plugins/DevicesDetection/lang/fa.json
index abcc556df0..6609ec040a 100644
--- a/plugins/DevicesDetection/lang/fa.json
+++ b/plugins/DevicesDetection/lang/fa.json
@@ -1,11 +1,12 @@
{
"DevicesDetection": {
+ "BrowserFamily": "خانواده مرورگر",
+ "BrowserVersion": "نسخه مرورگر",
"BrowserVersions": "نسخه مرورگر",
"Camera": "دوربین",
"CarBrowser": "مرورگر خودرو",
"Console": "کنسول",
"dataTableLabelBrands": "مارک",
- "dataTableLabelBrowserFamily": "خانواده مرورگر",
"dataTableLabelModels": "مدل",
"dataTableLabelSystemVersion": "نسخه سیستم عامل",
"dataTableLabelTypes": "نوع",
diff --git a/plugins/DevicesDetection/lang/fi.json b/plugins/DevicesDetection/lang/fi.json
index adc38bf808..a560aaaa1f 100644
--- a/plugins/DevicesDetection/lang/fi.json
+++ b/plugins/DevicesDetection/lang/fi.json
@@ -1,12 +1,13 @@
{
"DevicesDetection": {
"BrowserEngineDocumentation": "Tämä kuvaaja näyttää käyttäjien selaimen nimen mukaan. %s Tärkein tieto verkkosivun kehittäjille on käyttäjien selaimen taustajärjestelmä. Taustajärjestelmä löytyy hakasuluissa nimen perästä.",
+ "BrowserFamily": "Selainperhe",
+ "BrowserVersion": "Selaimen versio",
"BrowserVersions": "Selainversiot",
"Camera": "Kamera",
"CarBrowser": "Auton selain",
"Console": "Konsoli",
"dataTableLabelBrands": "Merkki",
- "dataTableLabelBrowserFamily": "Selainperhe",
"dataTableLabelModels": "Malli",
"dataTableLabelSystemVersion": "Käyttöjärjestelmäversio",
"dataTableLabelTypes": "Tyyppi",
diff --git a/plugins/DevicesDetection/lang/fr.json b/plugins/DevicesDetection/lang/fr.json
index b3cafa684c..5ae5b3a04d 100644
--- a/plugins/DevicesDetection/lang/fr.json
+++ b/plugins/DevicesDetection/lang/fr.json
@@ -3,12 +3,13 @@
"BrowserEngine": "Moteur de rendu HTML",
"BrowserEngineDocumentation": "Ce tableau affiche les navigateurs de vos visiteurs regroupés par famille. %s L'information la plus importante pour les développeurs est quel type de moteur de rendu utilisent leurs visiteurs. Les labels contiennent les noms des moteurs suivis par les principaux navigateurs les utilisant entre parenthèses.",
"BrowserEngines": "Moteurs de rendu HTML",
+ "BrowserFamily": "Famille de navigateurs",
+ "BrowserVersion": "Version du navigateur",
"BrowserVersions": "Versions du navigateur",
"Camera": "Caméra",
"CarBrowser": "Navigateur de voiture",
"Console": "Console",
"dataTableLabelBrands": "Marque",
- "dataTableLabelBrowserFamily": "Famille de navigateurs",
"dataTableLabelModels": "Modèle",
"dataTableLabelSystemVersion": "Version du système d'exploitation",
"dataTableLabelTypes": "Type",
diff --git a/plugins/DevicesDetection/lang/he.json b/plugins/DevicesDetection/lang/he.json
new file mode 100644
index 0000000000..b5f17abc6d
--- /dev/null
+++ b/plugins/DevicesDetection/lang/he.json
@@ -0,0 +1,6 @@
+{
+ "DevicesDetection": {
+ "BrowserFamily": "משפחת דפדפן",
+ "BrowserVersion": "גרסת דפדפן"
+ }
+} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/hi.json b/plugins/DevicesDetection/lang/hi.json
new file mode 100644
index 0000000000..3aec36c3b7
--- /dev/null
+++ b/plugins/DevicesDetection/lang/hi.json
@@ -0,0 +1,6 @@
+{
+ "DevicesDetection": {
+ "BrowserFamily": "ब्राउज़र परिवार",
+ "BrowserVersion": "ब्राउज़र संस्करण"
+ }
+} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/hr.json b/plugins/DevicesDetection/lang/hr.json
new file mode 100644
index 0000000000..fe10ffccb5
--- /dev/null
+++ b/plugins/DevicesDetection/lang/hr.json
@@ -0,0 +1,5 @@
+{
+ "DevicesDetection": {
+ "BrowserVersion": "Verzija pretraživača"
+ }
+} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/hu.json b/plugins/DevicesDetection/lang/hu.json
new file mode 100644
index 0000000000..f6378de77d
--- /dev/null
+++ b/plugins/DevicesDetection/lang/hu.json
@@ -0,0 +1,5 @@
+{
+ "DevicesDetection": {
+ "BrowserFamily": "Böngészőcsalád"
+ }
+} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/id.json b/plugins/DevicesDetection/lang/id.json
index 8068309b74..ca1554bc9f 100644
--- a/plugins/DevicesDetection/lang/id.json
+++ b/plugins/DevicesDetection/lang/id.json
@@ -1,5 +1,7 @@
{
"DevicesDetection": {
- "BrowserEngineDocumentation": "Bagan ini menampilkan peramban pengunjung Anda yang dipecah menjadi keluarga peramban. %s Informasi terpenting untuk pengembang ramatraya adalah jenis mesin pembuat yang pengunung gunakan. Etiket mengandung nama mesin diikuti dengan peramban yang umum menggunakan mesin tersebut dalam tanda kurung."
+ "BrowserEngineDocumentation": "Bagan ini menampilkan peramban pengunjung Anda yang dipecah menjadi keluarga peramban. %s Informasi terpenting untuk pengembang ramatraya adalah jenis mesin pembuat yang pengunung gunakan. Etiket mengandung nama mesin diikuti dengan peramban yang umum menggunakan mesin tersebut dalam tanda kurung.",
+ "BrowserFamily": "Keluarga Peramban",
+ "BrowserVersion": "Versi Perambang"
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/is.json b/plugins/DevicesDetection/lang/is.json
new file mode 100644
index 0000000000..b3abd31ab3
--- /dev/null
+++ b/plugins/DevicesDetection/lang/is.json
@@ -0,0 +1,5 @@
+{
+ "DevicesDetection": {
+ "BrowserFamily": "Vafrafjölskylda"
+ }
+} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/it.json b/plugins/DevicesDetection/lang/it.json
index 59c1660d8b..d40bccc090 100644
--- a/plugins/DevicesDetection/lang/it.json
+++ b/plugins/DevicesDetection/lang/it.json
@@ -3,12 +3,13 @@
"BrowserEngine": "Motore browser",
"BrowserEngineDocumentation": "Questo grafico mostra i browser dei vostri visitatori suddivisi in famiglie di browser. %s Le informazioni più importanti per gli sviluppatori web sono che tipo di motore di rendering i loro visitatori stanno usando. Le etichette contengono i nomi dei motori seguiti dal browser più comune che utilizza quel motore tra parentesi.",
"BrowserEngines": "Motori browser",
+ "BrowserFamily": "Famiglia del Browser",
+ "BrowserVersion": "Versione del browser",
"BrowserVersions": "Versioni browser",
"Camera": "Fotocamera",
"CarBrowser": "Browser in auto",
"Console": "Console",
"dataTableLabelBrands": "Marca",
- "dataTableLabelBrowserFamily": "Famiglia browser",
"dataTableLabelModels": "Modello",
"dataTableLabelSystemVersion": "Versione Sistema Operativo",
"dataTableLabelTypes": "Tipo",
diff --git a/plugins/DevicesDetection/lang/ja.json b/plugins/DevicesDetection/lang/ja.json
index 75fd4160c4..72438b2e1f 100644
--- a/plugins/DevicesDetection/lang/ja.json
+++ b/plugins/DevicesDetection/lang/ja.json
@@ -1,12 +1,13 @@
{
"DevicesDetection": {
"BrowserEngineDocumentation": "このチャートは、ビジターのブラウザをブラウザファミリー別に表示します。 %s Web開発者にとって最も重要な情報は、ビジターが使用しているレンダリングエンジンの種類です。ラベルはエンジンの名前で、括弧内にそのエンジンを使う最も一般的なブラウザ名を表示しています。",
+ "BrowserFamily": "ブラウザファミリー",
+ "BrowserVersion": "ブラウザのバージョン",
"BrowserVersions": "ブラウザのバージョン",
"Camera": "カメラ",
"CarBrowser": "車載ブラウザ",
"Console": "コンソール",
"dataTableLabelBrands": "ブランド",
- "dataTableLabelBrowserFamily": "ブラウザファミリー",
"dataTableLabelModels": "モデル",
"dataTableLabelSystemVersion": "オペレーティングシステムのバージョン",
"dataTableLabelTypes": "タイプ",
diff --git a/plugins/DevicesDetection/lang/ka.json b/plugins/DevicesDetection/lang/ka.json
new file mode 100644
index 0000000000..23c637a318
--- /dev/null
+++ b/plugins/DevicesDetection/lang/ka.json
@@ -0,0 +1,5 @@
+{
+ "DevicesDetection": {
+ "BrowserFamily": "ბრაუზერის ოჯახი"
+ }
+} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/ko.json b/plugins/DevicesDetection/lang/ko.json
index 76ef4ee6fd..b029b5c279 100644
--- a/plugins/DevicesDetection/lang/ko.json
+++ b/plugins/DevicesDetection/lang/ko.json
@@ -1,5 +1,7 @@
{
"DevicesDetection": {
- "BrowserEngineDocumentation": "이 차트는 방문자의 브라우저를 제품군별로 표시합니다. %s 웹개발자에게 가장 중요한 정보는 사용자의 렌더링 엔진 종류입니다. 엔진의 이름과 괄호 안에 일반적인 해당 브라우저 이름을 표시하고 있습니다."
+ "BrowserEngineDocumentation": "이 차트는 방문자의 브라우저를 제품군별로 표시합니다. %s 웹개발자에게 가장 중요한 정보는 사용자의 렌더링 엔진 종류입니다. 엔진의 이름과 괄호 안에 일반적인 해당 브라우저 이름을 표시하고 있습니다.",
+ "BrowserFamily": "브라우저 타입",
+ "BrowserVersion": "브라우저 버전"
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/lt.json b/plugins/DevicesDetection/lang/lt.json
new file mode 100644
index 0000000000..ce2c7bc397
--- /dev/null
+++ b/plugins/DevicesDetection/lang/lt.json
@@ -0,0 +1,6 @@
+{
+ "DevicesDetection": {
+ "BrowserFamily": "Naršyklių šeimos",
+ "BrowserVersion": "Naršyklės versija"
+ }
+} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/lv.json b/plugins/DevicesDetection/lang/lv.json
index df2043b4dc..b35fbb34f6 100644
--- a/plugins/DevicesDetection/lang/lv.json
+++ b/plugins/DevicesDetection/lang/lv.json
@@ -1,5 +1,7 @@
{
"DevicesDetection": {
- "BrowserEngineDocumentation": "Šis grafiks rāda apmeklētāju pārlūkus izdalītus pa pārlūku ģimenēm. %s Vissvarīgākā informācija tīkla izstrādātājiem ir kādu atveidojuma dzinēju apmeklētāji izmanto. Etiķetes satur dzinēju nosaukumus, kuriem seko visbiežāk izmantotie dzinēji."
+ "BrowserEngineDocumentation": "Šis grafiks rāda apmeklētāju pārlūkus izdalītus pa pārlūku ģimenēm. %s Vissvarīgākā informācija tīkla izstrādātājiem ir kādu atveidojuma dzinēju apmeklētāji izmanto. Etiķetes satur dzinēju nosaukumus, kuriem seko visbiežāk izmantotie dzinēji.",
+ "BrowserFamily": "Pārlūku ģimene",
+ "BrowserVersion": "Pārlūka versija"
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/nb.json b/plugins/DevicesDetection/lang/nb.json
index 02f7219347..ecf797ebfd 100644
--- a/plugins/DevicesDetection/lang/nb.json
+++ b/plugins/DevicesDetection/lang/nb.json
@@ -1,8 +1,9 @@
{
"DevicesDetection": {
+ "BrowserFamily": "Nettleserfamilie",
+ "BrowserVersion": "Nettleserversjon",
"BrowserVersions": "Nettleser-versjoner",
"Camera": "Kamera",
- "dataTableLabelBrowserFamily": "Nettleserfamilie",
"dataTableLabelModels": "Modell",
"Device": "Enhet",
"Smartphone": "Smarttelefon",
diff --git a/plugins/DevicesDetection/lang/nl.json b/plugins/DevicesDetection/lang/nl.json
index a21854d0ad..97b7df0ef6 100644
--- a/plugins/DevicesDetection/lang/nl.json
+++ b/plugins/DevicesDetection/lang/nl.json
@@ -1,12 +1,13 @@
{
"DevicesDetection": {
"BrowserEngineDocumentation": "Deze grafiek toont de browsers van uw bezoekers, verdeeld in browserfamilies. %s De belangrijkste informatie voor webontwikkelaars is wat voor soort renderingengine hun bezoekers gebruiken. De labels bevatten de namen van de engines, gevolgd door de meest voorkomende browsers (tussen haakjes) die deze engine gebruiken.",
+ "BrowserFamily": "Browser per Type",
+ "BrowserVersion": "Browserversie",
"BrowserVersions": "Browser versies",
"Camera": "Fototoestel",
"CarBrowser": "Auto browser",
"Console": "Console",
"dataTableLabelBrands": "Merk",
- "dataTableLabelBrowserFamily": "Browser familie",
"dataTableLabelModels": "Model",
"dataTableLabelSystemVersion": "Besturingssysteem versie",
"dataTableLabelTypes": "Type",
diff --git a/plugins/DevicesDetection/lang/nn.json b/plugins/DevicesDetection/lang/nn.json
new file mode 100644
index 0000000000..d4ad69e659
--- /dev/null
+++ b/plugins/DevicesDetection/lang/nn.json
@@ -0,0 +1,5 @@
+{
+ "DevicesDetection": {
+ "BrowserFamily": "Nettlesarfamilar"
+ }
+} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/pl.json b/plugins/DevicesDetection/lang/pl.json
index 38990dec54..4c3f24ff2a 100644
--- a/plugins/DevicesDetection/lang/pl.json
+++ b/plugins/DevicesDetection/lang/pl.json
@@ -1,11 +1,12 @@
{
"DevicesDetection": {
+ "BrowserFamily": "Rodzina przeglądarek",
+ "BrowserVersion": "Wersja przeglądarki",
"BrowserVersions": "Wersje przeglądarek",
"Camera": "Aparat fotograficzny",
"CarBrowser": "Przeglądarka samochodowa",
"Console": "Konsola",
"dataTableLabelBrands": "Marka",
- "dataTableLabelBrowserFamily": "Rodzina przeglądarki",
"dataTableLabelModels": "Model",
"dataTableLabelSystemVersion": "Wersja systemu operacyjnego",
"dataTableLabelTypes": "Typ",
diff --git a/plugins/DevicesDetection/lang/pt-br.json b/plugins/DevicesDetection/lang/pt-br.json
index 9db7809ab4..05d782e027 100644
--- a/plugins/DevicesDetection/lang/pt-br.json
+++ b/plugins/DevicesDetection/lang/pt-br.json
@@ -1,11 +1,12 @@
{
"DevicesDetection": {
"BrowserEngineDocumentation": "Este gráfico mostra os navegadores dos seus visitantes divididos em famílias de navegadores. %s A informação mais importante para os desenvolvedores web é o tipo de motor de renderização que seus visitantes estão usando. As etiquetas contêm os nomes dos motores seguido pelo navegador mais comum usando esse motor entre parênteses.",
+ "BrowserFamily": "Família do Navegador",
+ "BrowserVersion": "Versão do Browser",
"BrowserVersions": "Versões de navegadores",
"Camera": "Câmera",
"Console": "Console",
"dataTableLabelBrands": "Marca",
- "dataTableLabelBrowserFamily": "Família de navegadores",
"dataTableLabelModels": "Modelo",
"dataTableLabelSystemVersion": "Versão do Sistema Operacional",
"dataTableLabelTypes": "Tipo",
diff --git a/plugins/DevicesDetection/lang/pt.json b/plugins/DevicesDetection/lang/pt.json
index 24aff2602c..d9d9ffd92f 100644
--- a/plugins/DevicesDetection/lang/pt.json
+++ b/plugins/DevicesDetection/lang/pt.json
@@ -1,5 +1,7 @@
{
"DevicesDetection": {
- "BrowserEngineDocumentation": "Este gráfico mostra os navegadores dos seus visitantes dividido em famílias. %s A informação mais importante para os programadores web é o tipo de motor de renderização que os seus visitantes estão usando. As etiquetas contêm os nomes dos motores seguido pelo navegador mais comum que usa esse motor entre parênteses."
+ "BrowserEngineDocumentation": "Este gráfico mostra os navegadores dos seus visitantes dividido em famílias. %s A informação mais importante para os programadores web é o tipo de motor de renderização que os seus visitantes estão usando. As etiquetas contêm os nomes dos motores seguido pelo navegador mais comum que usa esse motor entre parênteses.",
+ "BrowserFamily": "Família de navegadores",
+ "BrowserVersion": "Versão do Navegador"
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/ro.json b/plugins/DevicesDetection/lang/ro.json
index 6f1d541750..66e3981f5e 100644
--- a/plugins/DevicesDetection/lang/ro.json
+++ b/plugins/DevicesDetection/lang/ro.json
@@ -1,12 +1,13 @@
{
"DevicesDetection": {
"BrowserEngineDocumentation": "Acest grafic arată browserele vizitatorilor dvs. defalcate în familii browser. %s Cele mai importante informații pentru dezvoltatori web este ce fel de motor de cautare au utilizat vizitatorii lor . Etichetele conțin numele motoarelor urmate de cele mai comune browsere folosind motorul în paranteze.",
+ "BrowserFamily": "Browser după familie",
+ "BrowserVersion": "Versiunea browser-ului",
"BrowserVersions": "Versiunile browserului",
"Camera": "Camera",
"CarBrowser": "Browser de masina",
"Console": "Consola",
"dataTableLabelBrands": "Brand",
- "dataTableLabelBrowserFamily": "Familia browserului",
"dataTableLabelModels": "Model",
"dataTableLabelSystemVersion": "Versiunea Sistemului de Operare",
"dataTableLabelTypes": "Tip",
diff --git a/plugins/DevicesDetection/lang/ru.json b/plugins/DevicesDetection/lang/ru.json
index d4d3ffd3b7..52aa6da25c 100644
--- a/plugins/DevicesDetection/lang/ru.json
+++ b/plugins/DevicesDetection/lang/ru.json
@@ -1,11 +1,12 @@
{
"DevicesDetection": {
"BrowserEngineDocumentation": "Этот график показывается информацию о браузерах посетителей, разбитую по типу семейства. %s Наиболее важная информация для веб-разработчиков - на каком движке работают браузеры посетителей. Значки содержат имя движка в зависимости от наиболее популярного браузера, который работает на этом движке.",
+ "BrowserFamily": "Семейство браузеров",
+ "BrowserVersion": "Версия браузера",
"BrowserVersions": "Версии браузеров",
"CarBrowser": "Автомобильный браузер",
"Console": "Консоль",
"dataTableLabelBrands": "Фирма-производитель",
- "dataTableLabelBrowserFamily": "Семейство браузеров",
"dataTableLabelModels": "Модель",
"dataTableLabelSystemVersion": "Версия операционной системы",
"dataTableLabelTypes": "Тип",
diff --git a/plugins/DevicesDetection/lang/sk.json b/plugins/DevicesDetection/lang/sk.json
new file mode 100644
index 0000000000..742e2162fa
--- /dev/null
+++ b/plugins/DevicesDetection/lang/sk.json
@@ -0,0 +1,5 @@
+{
+ "DevicesDetection": {
+ "BrowserFamily": "Rodina prehliadača"
+ }
+} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/sl.json b/plugins/DevicesDetection/lang/sl.json
index f43686a7cf..5e1996f207 100644
--- a/plugins/DevicesDetection/lang/sl.json
+++ b/plugins/DevicesDetection/lang/sl.json
@@ -1,6 +1,8 @@
{
"DevicesDetection": {
"BrowserEngines": "Pogoni brskalnikov",
+ "BrowserFamily": "Družina brskalnika",
+ "BrowserVersion": "Različica brskalnika",
"DeviceBrand": "Znamka naprave",
"DeviceModel": "Model naprave",
"DevicesDetection": "Naprave obiskovalcev",
diff --git a/plugins/DevicesDetection/lang/sq.json b/plugins/DevicesDetection/lang/sq.json
index cbc64bf1b8..a76339d249 100644
--- a/plugins/DevicesDetection/lang/sq.json
+++ b/plugins/DevicesDetection/lang/sq.json
@@ -1,5 +1,7 @@
{
"DevicesDetection": {
- "BrowserEngineDocumentation": "Ky grafik tregon shfletuesit e vizitorëve tuaj, grupuar sipas familjesh shfletuesish. %s Informacioni më i rëndësishëm për programuesit web është lloji i mekanizmit vizatues që përdor shfletuesi. Etiketat përmbajnë emrat e mekanizmave, pasuar në kllapa nga shfletuesit më të zakonshëm që përdorin secilin prej tyre."
+ "BrowserEngineDocumentation": "Ky grafik tregon shfletuesit e vizitorëve tuaj, grupuar sipas familjesh shfletuesish. %s Informacioni më i rëndësishëm për programuesit web është lloji i mekanizmit vizatues që përdor shfletuesi. Etiketat përmbajnë emrat e mekanizmave, pasuar në kllapa nga shfletuesit më të zakonshëm që përdorin secilin prej tyre.",
+ "BrowserFamily": "Familje shfletuesi",
+ "BrowserVersion": "Version shfletuesi"
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/sr.json b/plugins/DevicesDetection/lang/sr.json
index 41802c9cc7..3722cec91e 100644
--- a/plugins/DevicesDetection/lang/sr.json
+++ b/plugins/DevicesDetection/lang/sr.json
@@ -1,12 +1,13 @@
{
"DevicesDetection": {
"BrowserEngineDocumentation": "Ovaj grafikon prikazuje brauzere vaših posetilaca po porodicama. %s Najvažnija informacija za web dizajnere je koju vrstu endžina koriste njihovi posetioci. Naptisi sadrže imena endžina a u zagradi je najčešća lista brauzera koji koriste taj endžin.",
+ "BrowserFamily": "Porodica brauzera",
+ "BrowserVersion": "Verzija brauzera",
"BrowserVersions": "Verzije pretraživača",
"Camera": "Kamera",
"CarBrowser": "Pretraživač za auto",
"Console": "Konzola",
"dataTableLabelBrands": "Marka",
- "dataTableLabelBrowserFamily": "Porodica brauzera",
"dataTableLabelModels": "Model",
"dataTableLabelSystemVersion": "Verzija operativnog sistema",
"dataTableLabelTypes": "Tip",
diff --git a/plugins/DevicesDetection/lang/sv.json b/plugins/DevicesDetection/lang/sv.json
index 7ee9733104..e7d517f843 100644
--- a/plugins/DevicesDetection/lang/sv.json
+++ b/plugins/DevicesDetection/lang/sv.json
@@ -1,12 +1,13 @@
{
"DevicesDetection": {
"BrowserEngineDocumentation": "Detta diagram visar besökarnas webbläsare delas upp i webbläsarfamiljer. %s Den viktigaste informationen för webbutvecklare är vilken typ av renderingsmotorn deras besökare använder. Etiketterna innehåller namnen på de motorer som följt av den vanligaste webbläsaren med den motorn inom parentes.",
+ "BrowserFamily": "Webbläsarfamilj",
+ "BrowserVersion": "Webbläsarversion",
"BrowserVersions": "Version av webbläsare",
"Camera": "Kamera",
"CarBrowser": "Car browser",
"Console": "Konsol",
"dataTableLabelBrands": "Märke",
- "dataTableLabelBrowserFamily": "Webbläsare familj",
"dataTableLabelModels": "Modell",
"dataTableLabelSystemVersion": "Hanterar Systemets version",
"dataTableLabelTypes": "Sort",
diff --git a/plugins/DevicesDetection/lang/te.json b/plugins/DevicesDetection/lang/te.json
new file mode 100644
index 0000000000..ff2cbe1e9e
--- /dev/null
+++ b/plugins/DevicesDetection/lang/te.json
@@ -0,0 +1,6 @@
+{
+ "DevicesDetection": {
+ "BrowserFamily": "విహారిణి కుటుంబం",
+ "BrowserVersion": "విహారిణి సంచిక"
+ }
+} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/th.json b/plugins/DevicesDetection/lang/th.json
new file mode 100644
index 0000000000..f498d40013
--- /dev/null
+++ b/plugins/DevicesDetection/lang/th.json
@@ -0,0 +1,6 @@
+{
+ "DevicesDetection": {
+ "BrowserFamily": "ตระกูลของเบราว์เซอร์",
+ "BrowserVersion": "รุ่นของโปรแกรมบราวเซอร์"
+ }
+} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/tl.json b/plugins/DevicesDetection/lang/tl.json
index b595b51579..a67445367a 100644
--- a/plugins/DevicesDetection/lang/tl.json
+++ b/plugins/DevicesDetection/lang/tl.json
@@ -1,12 +1,13 @@
{
"DevicesDetection": {
"BrowserEngineDocumentation": "Ipinapakita ng chart na ito ang magkaka hiwa-hiwalay na pamilya ng browser na gamit ng iyong bisita. %s Ang pinakamahalagang impormasyon na kinakailangan ng web developers ay kung anong klaseng rendering engine ang ginagamit ng bisita. Ang mga label ay naglalaman ng mga pangalan ng mga engines na sinusundan ng mga pang-karaniwang browser na gumagamit ng parehas na engine alinsunod sa mga sumusunod na nasa brackets.",
+ "BrowserFamily": "Pamilya ng browser",
+ "BrowserVersion": "bersyon ng browser",
"BrowserVersions": "mga bersyon ng browser",
"Camera": "Camera",
"CarBrowser": "Car browser",
"Console": "Console",
"dataTableLabelBrands": "Tatak",
- "dataTableLabelBrowserFamily": "Pamilya ng browser",
"dataTableLabelModels": "Modelo",
"dataTableLabelSystemVersion": "Bersyon ng Operating System",
"dataTableLabelTypes": "Uri",
diff --git a/plugins/DevicesDetection/lang/tr.json b/plugins/DevicesDetection/lang/tr.json
index 835981aa3b..4b08e2906a 100644
--- a/plugins/DevicesDetection/lang/tr.json
+++ b/plugins/DevicesDetection/lang/tr.json
@@ -1,11 +1,12 @@
{
"DevicesDetection": {
+ "BrowserFamily": "Tarayıcı ailesi",
+ "BrowserVersion": "Tarayıcı sürümü",
"BrowserVersions": "Tarayıcı versiyonları",
"Camera": "Kamera",
"CarBrowser": "Araba tarayıcısı",
"Console": "Konsol",
"dataTableLabelBrands": "Marka",
- "dataTableLabelBrowserFamily": "Tarayıcı ailesi",
"dataTableLabelModels": "Model",
"dataTableLabelSystemVersion": "İşletim Sistemi versiyonu",
"dataTableLabelTypes": "Tip",
diff --git a/plugins/DevicesDetection/lang/uk.json b/plugins/DevicesDetection/lang/uk.json
new file mode 100644
index 0000000000..b1f68505c7
--- /dev/null
+++ b/plugins/DevicesDetection/lang/uk.json
@@ -0,0 +1,5 @@
+{
+ "DevicesDetection": {
+ "BrowserFamily": "Родина веб-оглядача"
+ }
+} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/vi.json b/plugins/DevicesDetection/lang/vi.json
index 72b9f3b211..05aef21424 100644
--- a/plugins/DevicesDetection/lang/vi.json
+++ b/plugins/DevicesDetection/lang/vi.json
@@ -1,5 +1,7 @@
{
"DevicesDetection": {
- "BrowserEngineDocumentation": "Biểu đồ này cho thấy các trình duyệt khách truy cập của bạn chia thành các họ trình duyệt. %s Thông tin quan trọng nhất đối với nhà phát triển web là loại công cụ rendering nào khách truy cập của họ đang sử dụng. Các nhãn chứa tên của các công cụ tiếp theo của trình duyệt phổ biến nhất đang sử dụng công cụ cho trong giấu ngoặc đơn."
+ "BrowserEngineDocumentation": "Biểu đồ này cho thấy các trình duyệt khách truy cập của bạn chia thành các họ trình duyệt. %s Thông tin quan trọng nhất đối với nhà phát triển web là loại công cụ rendering nào khách truy cập của họ đang sử dụng. Các nhãn chứa tên của các công cụ tiếp theo của trình duyệt phổ biến nhất đang sử dụng công cụ cho trong giấu ngoặc đơn.",
+ "BrowserFamily": "Họ trình duyệt",
+ "BrowserVersion": "Phiên bản trình duyệt"
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/zh-cn.json b/plugins/DevicesDetection/lang/zh-cn.json
index e6d9d02cd2..4a157f5d82 100644
--- a/plugins/DevicesDetection/lang/zh-cn.json
+++ b/plugins/DevicesDetection/lang/zh-cn.json
@@ -1,5 +1,7 @@
{
"DevicesDetection": {
- "BrowserEngineDocumentation": "本报表显示访客的浏览器分类。%s对网站开发者来说最重要的就是访客使用何种渲染引擎。标签包括引擎名称,加上括号中的使用这种引擎的最常用的浏览器。"
+ "BrowserEngineDocumentation": "本报表显示访客的浏览器分类。%s对网站开发者来说最重要的就是访客使用何种渲染引擎。标签包括引擎名称,加上括号中的使用这种引擎的最常用的浏览器。",
+ "BrowserFamily": "浏览器种类",
+ "BrowserVersion": "浏览器版本"
}
} \ No newline at end of file
diff --git a/plugins/DevicesDetection/lang/zh-tw.json b/plugins/DevicesDetection/lang/zh-tw.json
new file mode 100644
index 0000000000..9006ec8a94
--- /dev/null
+++ b/plugins/DevicesDetection/lang/zh-tw.json
@@ -0,0 +1,6 @@
+{
+ "DevicesDetection": {
+ "BrowserFamily": "瀏覽器家族",
+ "BrowserVersion": "瀏覽器版本"
+ }
+} \ No newline at end of file
diff --git a/plugins/DevicesDetection/templates/detection.twig b/plugins/DevicesDetection/templates/detection.twig
index 6be0302f24..c6c6b9a683 100644
--- a/plugins/DevicesDetection/templates/detection.twig
+++ b/plugins/DevicesDetection/templates/detection.twig
@@ -74,7 +74,7 @@
<td>{{ browser_version }}</td>
</tr>
<tr>
- <td>{{ 'UserSettings_ColumnBrowserFamily'|translate }} <small>(<a href="javascript:showList('browserfamilies');">{{ 'Mobile_ShowAll'|translate }}</a>)</small></td>
+ <td>{{ 'DevicesDetection_BrowserFamily'|translate }} <small>(<a href="javascript:showList('browserfamilies');">{{ 'Mobile_ShowAll'|translate }}</a>)</small></td>
<td><img src="{{ browser_family_logo }}" />{{ browser_family }}</td>
</tr>
</table>