tracking/Resources/Private/Language/locallang.xlf
Daniel Siepmann 44ca6a2d3c Add operating system to page view record
Extract operating system from user agent and store it in database
record.

Another widget is added which displays the page views per operating
system.

An command is provided which will update existing data.
2020-07-29 09:07:43 +02:00

39 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
<file source-language="en" datatype="plaintext">
<header/>
<body>
<trans-unit id="dashboard.widget.group.tracking">
<source>Tracking</source>
</trans-unit>
<trans-unit id="dashboard.widgets.pageViewsBar.title">
<source>Page Views / Day</source>
</trans-unit>
<trans-unit id="dashboard.widgets.pageViewsBar.description">
<source>Displays total page views per day.</source>
</trans-unit>
<trans-unit id="dashboard.widgets.pageViewsBar.chart.dataSet.0">
<source>Total Page Views</source>
</trans-unit>
<trans-unit id="dashboard.widgets.pageViewsPerPageDoughnut.title">
<source>Page Views / Page</source>
</trans-unit>
<trans-unit id="dashboard.widgets.pageViewsPerPageDoughnut.description">
<source>Displays total page views per page.</source>
</trans-unit>
<trans-unit id="dashboard.widgets.operatingSystemsDoughnut.title">
<source>Page Views / Operating System</source>
</trans-unit>
<trans-unit id="dashboard.widgets.operatingSystemsDoughnut.description">
<source>Displays total page views per operating system.</source>
</trans-unit>
<trans-unit id="dashboard.widgets.newestPageviewsList.title">
<source>Newest Page Views</source>
</trans-unit>
<trans-unit id="dashboard.widgets.newestPageviewsList.description">
<source>Displays newest Page Views as list.</source>
</trans-unit>
</body>
</file>
</xliff>