Welcome to mirror list, hosted at ThFree Co, Russian Federation.

en.php « lang « DevicesDetection « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d6470a95fe3da330f7db8cd2a9cdb25ae86509c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?php

$translations = array(
    "DevicesDetection_description" => "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'.",
    "DevicesDetection_submenu" => "Devices",
    'DevicesDetection_DevicesDetection' => "Visitor devices",
    // DataTable label translations for reports
    "DevicesDetection_dataTableLabelBrands" => "Brand",
    "DevicesDetection_dataTableLabelTypes" => "Type",
    "DevicesDetection_dataTableLabelModels" => "Model",
    "DevicesDetection_dataTableLabelSystemFamily" => "Operating System family",
    "DevicesDetection_dataTableLabelSystemVersion" => "Operating System version",
    "DevicesDetection_dataTableLabelBrowserFamily" => "Browser family",
    "DevicesDetection_dataTableLabelBrowserVersion" => "Browser version",
    // Title translations for reports
    "DevicesDetection_DeviceType" => "Device types report",
    "DevicesDetection_DeviceBrand" => "Device manufacturers report",
    "DevicesDetection_DeviceModel" => "Device model report",
    'DeviceDetection_OperatingSystemVersions' => "Operating System versions",
    'DeviceDetection_OperatingSystemFamilies' => "Operating System families",
    'DevicesDetection_BrowsersFamily' => 'Browsers families',
    'DevicesDetection_BrowserVersions' => 'Browser versions',
    // Evolution graph title translations
    "DevicesDetection_DeviceType" => "Device type",
    'DevicesDetection_DeviceBrand' => 'Device brand',
    'DevicesDetection_DeviceModel' => 'Device model',
//    'DevicesDetection_OS' => 'Device operating system',
//    'DevicesDetection_Browser' => 'Device browser',
);