diff --git a/plugins/DevicesDetection/Reports/GetBrowserEngines.php b/plugins/DevicesDetection/Reports/GetBrowserEngines.php index 609ba9dfa9f637d6522c0a9ebf8ea4a2ce0d886a..7c47ffca63b66b74e4f80106c8bfde142b02fccd 100644 --- a/plugins/DevicesDetection/Reports/GetBrowserEngines.php +++ b/plugins/DevicesDetection/Reports/GetBrowserEngines.php @@ -20,7 +20,7 @@ class GetBrowserEngines extends Base parent::init(); $this->dimension = new BrowserEngine(); $this->name = Piwik::translate('DevicesDetection_BrowserEngines'); - $this->documentation = ''; // TODO + $this->documentation = Piwik::translate('DevicesDetection_BrowserEngineDocumentation', '<br />'); $this->order = 7; $this->widgetTitle = 'DevicesDetection_BrowserEngines'; } diff --git a/plugins/DevicesDetection/lang/en.json b/plugins/DevicesDetection/lang/en.json index 585d98fadaa66cc9c45bc7ea9bb833b0e99b602b..aa3ac990816501d65d3df9d31b85a8a3fa35ce76 100644 --- a/plugins/DevicesDetection/lang/en.json +++ b/plugins/DevicesDetection/lang/en.json @@ -3,6 +3,7 @@ "BrowserVersions": "Browser versions", "BrowserEngine": "Browser engine", "BrowserEngines": "Browser engines", + "BrowserEngineDocumentation": "This report shows your visitors' browsers broken down into browser eninges. %s The most important information for web developers is what kind of rendering engine their visitors are using. The labels contain the names of the engines followed by the most common browser using that engine in brackets.", "Camera": "Camera", "CarBrowser": "Car browser", "Console": "Console", diff --git a/plugins/UserSettings/lang/en.json b/plugins/UserSettings/lang/en.json index 791f7e8f51db1e29656fd61cbfb8acf7e13d0f9b..f4ab9b44605b8adceece096068e11241c400b498 100644 --- a/plugins/UserSettings/lang/en.json +++ b/plugins/UserSettings/lang/en.json @@ -207,8 +207,6 @@ "Resolutions": "Resolutions", "VisitorSettings": "Visitor Settings", "WideScreen": "Wide Screen", - "WidgetBrowserFamilies": "Browser Family", - "WidgetBrowserFamiliesDocumentation": "This chart shows your visitors' browsers broken down into browser families. %s The most important information for web developers is what kind of rendering engine their visitors are using. The labels contain the names of the engines followed by the most common browser using that engine in brackets.", "WidgetBrowsers": "Visitor Browser", "WidgetBrowsersDocumentation": "This report contains information about what kind of browser your visitors were using. Each browser version is listed separately.", "WidgetBrowserVersion": "Browser Version",