1<?php
2
3$lang['loggroups'] = 'Comma separated list of user groups that should be logged. Empty for all.';
4$lang['anonips'] = 'Anonymize IP addresses in the log data by hashing them.';
5$lang['nolocation'] = 'Do not resolve location information (country, region, city) for IP addresses.';
6$lang['nousers'] = 'Do not log any identifying information about logged in users (user names, groups, etc).';
7$lang['retention'] = 'Number of days to keep statistics data. All older data will be deleted! <code>0</code> means all data is kept indefinitely.';
8$lang['timezone'] = 'Force timezone. Use a PHP timezone identifier (formatted "Europe/Berlin") if your system is showing wrong times.';
9