156f647ddSAndreas Gohr<?php 256f647ddSAndreas Gohr 356f647ddSAndreas Gohr$lang['loggroups'] = 'Comma separated list of user groups that should be logged. Empty for all.'; 4ba6b3b10SAndreas Gohr$lang['anonips'] = 'Anonymize IP addresses in the log data by hashing them.'; 5ba6b3b10SAndreas Gohr$lang['nolocation'] = 'Do not resolve location information (country, region, city) for IP addresses.'; 6d550a4adSAndreas Gohr$lang['nousers'] = 'Do not log any identifying information about logged in users (user names, groups, etc).'; 77a1a7c58SAndreas Gohr$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*57819987SAnna Dabrowska$lang['timezone'] = 'Force timezone. Use a PHP timezone identifier (formatted "Europe/Berlin") if your system is showing wrong times.'; 9