- show last login of customer in admin-customer-overview, fixes #158

This commit is contained in:
Michael Kaufmann (d00p)
2010-04-15 10:39:47 +00:00
parent 07b2c26bec
commit 97e3b30415
5 changed files with 8 additions and 2 deletions

View File

@@ -1359,5 +1359,7 @@ $lng['serversettings']['awstats_path'] = 'Path to AWStats \'awstats_buildstaticp
$lng['serversettings']['awstats_conf'] = 'AWStats configuration path';
$lng['error']['overviewsettingoptionisnotavalidfield'] = 'Woops, a field that should be displayed as an option in the settings-overview is not an excepted type. You can blame the developers for this. This should not happen!';
$lng['admin']['configfiles']['compactoverview'] = 'Compact-overview';
$lng['admin']['lastlogin_succ'] = 'Last login';
$lng['panel']['neverloggedin'] = 'No login yet';
?>