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-01-21 19:42:21 +0300
committersgiehl <stefan@piwik.org>2015-01-21 19:42:21 +0300
commit142ed7d483b5c9de6027899fb66f8053eceb07a1 (patch)
tree47b981d8e43bdcb44fd73718b7104da85036d104 /plugins/DevicesDetection
parentcbc2b1d3bad14ad173335faa9222938922daa1a2 (diff)
added new device type portable media player
Diffstat (limited to 'plugins/DevicesDetection')
-rw-r--r--plugins/DevicesDetection/functions.php3
-rw-r--r--plugins/DevicesDetection/lang/en.json1
2 files changed, 3 insertions, 1 deletions
diff --git a/plugins/DevicesDetection/functions.php b/plugins/DevicesDetection/functions.php
index 1aff9a6fb7..5ca421abe9 100644
--- a/plugins/DevicesDetection/functions.php
+++ b/plugins/DevicesDetection/functions.php
@@ -132,7 +132,8 @@ function getDeviceTypeLabel($label)
'tv' => 'DevicesDetection_TV',
'car browser' => 'DevicesDetection_CarBrowser',
'smart display' => 'DevicesDetection_SmartDisplay',
- 'camera' => 'DevicesDetection_Camera'
+ 'camera' => 'DevicesDetection_Camera',
+ 'portable media player' => 'DevicesDetection_PortableMediaPlayer',
);
$deviceTypes = DeviceParser::getAvailableDeviceTypes();
diff --git a/plugins/DevicesDetection/lang/en.json b/plugins/DevicesDetection/lang/en.json
index 30019fe2fc..ab955f8201 100644
--- a/plugins/DevicesDetection/lang/en.json
+++ b/plugins/DevicesDetection/lang/en.json
@@ -30,6 +30,7 @@
"PluginDescription": "This plugin provides extended information about mobile devices, such as Brand (manufacturer), Model (device version), better Device type detection (tv, consoles, smart phones, desktop, etc) and more. This plugin adds a new report in 'Visitors > Devices'.",
"SmartDisplay": "Smart display",
"Smartphone": "Smartphone",
+ "PortableMediaPlayer": "Portable media player",
"submenu": "Devices",
"Tablet": "Tablet",
"TV": "Tv",