add piwik installation

This commit is contained in:
coderkun 2014-04-25 03:56:02 +02:00
commit 8c5d4f0c31
3197 changed files with 563902 additions and 0 deletions

View file

@ -0,0 +1,29 @@
{
"DevicesDetection": {
"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'.",
"submenu": "Devices",
"DevicesDetection": "Visitor Devices",
"dataTableLabelBrands": "Brand",
"dataTableLabelTypes": "Type",
"dataTableLabelModels": "Model",
"dataTableLabelSystemVersion": "Operating System version",
"dataTableLabelBrowserFamily": "Browser family",
"OperatingSystemVersions": "Operating System versions",
"OperatingSystemFamilies": "Operating System families",
"BrowserVersions": "Browser versions",
"DeviceType": "Device type",
"DeviceBrand": "Device brand",
"DeviceModel": "Device model",
"DeviceDetection": "Device detection",
"Device": "Device",
"UserAgent": "User-Agent",
"Smartphone": "Smartphone",
"CarBrowser": "Car browser",
"Camera": "Camera",
"Tablet": "Tablet",
"SmartDisplay": "Smart display",
"FeaturePhone": "Feature phone",
"TV": "Tv",
"Console": "Console"
}
}