<?php
/**
*
* @package phpBB Statistics
* @version $Id: info_acp_stats.php 45 2009-06-12 15:08:48Z marc1706 $
* @copyright (c) 2009 Marc Alexander(marc1706) www.m-a-styles.de
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @based on: info_acp_portal.php included in the Board3 Portal package (www.board3.de)
* @translator (c) ( Marc Alexander - http://www.m-a-styles.de )
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
$lang = array_merge($lang, array(
'ACP_STATS_INFO' => 'phpBB Statistics',
'ACP_STATS_GENERAL_INFO' => 'Allgemein',
'ACP_BASIC_ADVANCED_INFO' => 'Erweiterte Forum-Statistiken',
'ACP_BASIC_MISCELLANEOUS_INFO' => 'Verschiedene Statistiken',
'ACP_ACTIVITY_USERS_INFO' => 'Statistiken Benutzer',
));
?>