The "Disable Portal" feature seems to be good. Tested, fixed the lang variables and merged over.

This commit is contained in:
Kevin
2008-10-04 22:12:10 +00:00
parent 9c1bf92d0a
commit 2a944a9caf
6 changed files with 46 additions and 2 deletions

View File

@@ -44,8 +44,8 @@ $lang = array_merge($lang, array(
'ACP_PORTAL_VERSION' => '<strong>Board3 Portal Version v%s</strong>',
'ACP_PORTAL_GENERAL_SETTINGS' => 'Allgemeine Einstellungen',
'ACP_PORTAL_GENERAL_SETTINGS_EXPLAIN' => 'Hier kannst du die Haupteinstellungen vornehmen.',
'ACP_PORTAL_ENABLE' => 'Portal aktivieren',
'ACP_PORTAL_ENABLE_EXPLAIN' => 'Wenn deaktiviert, wird das komplette Portal abgeschaltet.',
'PORTAL_ENABLE' => 'Portal aktivieren',
'PORTAL_ENABLE_EXPLAIN' => 'Wenn deaktiviert, wird das komplette Portal abgeschaltet.',
'PORTAL_ADVANCED_STAT' => 'Erweiterte Statistik',
'PORTAL_ADVANCED_STAT_EXPLAIN' => 'Diesen Block auf dem Portal anzeigen.',
'PORTAL_LEADERS' => 'Team',

View File

@@ -45,6 +45,8 @@ $lang = array_merge($lang, array(
'ACP_PORTAL_VERSION' => '<strong>Board3 Portal Version v%s</strong>',
'ACP_PORTAL_GENERAL_SETTINGS' => 'General settings',
'ACP_PORTAL_GENERAL_SETTINGS_EXPLAIN' => 'Here you can change your general and certain specific options.',
'PORTAL_ENABLE' => 'Enable Portal',
'PORTAL_ENABLE_EXPLAIN' => 'Turns the whole portal off.',
'PORTAL_ADVANCED_STAT' => 'Advanced statistics block',
'PORTAL_ADVANCED_STAT_EXPLAIN' => 'Display this block on the portal.',
'PORTAL_LEADERS' => 'Leaders / Team block',