1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-05 04:01:49 +02:00

- added new query type to dbal's sql_build_array

- allow setting custom template path
- adjusted module class to correctly parse trees with more than one category
- added caching to module class


git-svn-id: file:///svn/phpbb/trunk@5268 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2005-10-09 17:59:27 +00:00
parent 9732b0deb2
commit 0513ef4d17
11 changed files with 142 additions and 47 deletions

View File

@@ -35,13 +35,14 @@ $lang += array(
'NO_ADMIN' => 'You are not authorised to administer this board.',
'NO_FRAMES' => 'Sorry, your browser does not support frames.',
'ADMIN_TITLE' => 'Administration Panel',
'ADMIN_PANEL' => 'Administration Control Panel',
'ADMIN' => 'Administration',
'RETURN_TO' => 'Return to ...',
'FORUM_INDEX' => 'Forum Index',
'ADMIN_INDEX' => 'Admin Index',
'ACP_MAIN' => 'Admin index',
'ACP_INDEX' => 'Admin index',
'ACP_CAT_GENERAL' => 'General',
@@ -54,7 +55,7 @@ $lang += array(
'ACP_CAT_USERGROUP' => 'Users & Groups',
'ACP_USERS_MANAGE' => 'Edit user data',
'LOGGED_IN_AS' => 'You are logged in as:',
'DB_CAT' => 'Database',
'DB_BACKUP' => 'Backup Database',