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: 3df87d9fd5d693ad8a9b51e75bd2cbd0c1ade4ec (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" => "Plugin providing extended information about mobile devices visiting page. Also new, more specific reports are available.",
    "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',
);