diff --git a/plugins/DevicesDetection/functions.php b/plugins/DevicesDetection/functions.php index 1aff9a6fb745510d422e63c5644af4262aa95b9b..5ca421abe9d323fad42a1c5a9b0ae0d3968146d1 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 30019fe2fce6e48a405e113d02cdf970782dfaff..ab955f8201d1235f81a1c7bd54b4c08207b6ce79 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",