1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 02:36:38 +02:00

- some bugfixes

- checking if page_header has been called already
- call correct page footer function
- rewrote avatar gallery
- seperated compilation of template and template functions (new file: functions_template.php)
- added assign_display function to template
- added group management (acp)
- removed admin_groups


git-svn-id: file:///svn/phpbb/trunk@5319 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2005-12-04 20:25:51 +00:00
parent d6785155ad
commit 2fd418fc21
14 changed files with 1725 additions and 1698 deletions

View File

@@ -53,6 +53,9 @@ $lang += array(
'ACP_FORUM_LOGS' => 'Forum Logs',
'ACP_GENERAL_CONFIGURATION' => 'General Configuration',
'ACP_GENERAL_TASKS' => 'General Tasks',
'ACP_GROUPS' => 'Groups',
'ACP_GROUPS_MANAGE' => 'Manage Groups',
'ACP_GROUPS_MANAGEMENT' => 'Group Management',
'ACP_ICONS' => 'Topic Icons',
'ACP_ICONS_SMILIES' => 'Topic Icons/Smilies',
'ACP_INDEX' => 'Admin index',
@@ -83,7 +86,9 @@ $lang += array(
'BACK' => 'Back',
'COLOUR_SWATCH' => 'Web-safe colour swatch',
'CONFIG_UPDATED' => 'Configuration updated successfully',
'CONFIRM_OPERATION' => 'Are you sure you wish to carry out this operation?',
'DEACTIVATE' => 'Deactivate',
'DIMENSIONS' => 'Dimensions',
@@ -109,6 +114,7 @@ $lang += array(
'LOGIN_ADMIN_CONFIRM' => 'To administer the board you must re-authenticate yourself.',
'LOGIN_ADMIN_SUCCESS' => 'You have successfully authenticated and will now be redirected to the Administration Control Panel',
'MANAGE' => 'Manage',
'MOVE_DOWN' => 'Move Down',
'MOVE_UP' => 'Move Up',
@@ -122,7 +128,10 @@ $lang += array(
'REORDER' => 'Reorder',
'RETURN_TO' => 'Return to ...',
'SELECT_OPTION' => 'Select option',
'UCP' => 'User Control Panel',
'USERNAMES_EXPLAIN' => 'Place each username on a seperate line',
'USER_CONTROL_PANEL' => 'User Control Panel',
);
@@ -230,6 +239,17 @@ $lang += array(
'LOG_DOWNLOAD_IP' => '<b>Added ip/hostname to download list</b><br />&#187; %s',
'LOG_DOWNLOAD_REMOVE_IP' => '<b>Removed ip/hostname from download list</b><br />&#187; %s',
'LOG_GROUP_CREATED' => '<b>New usergroup created</b><br />&#187; %s',
'LOG_GROUP_DEFAULTS' => '<b>Group made default for members</b><br />&#187; %s',
'LOG_GROUP_DELETE' => '<b>Usergroup deleted</b><br />&#187; %s',
'LOG_GROUP_DEMOTED' => '<b>Leaders demoted in usergroup</b> %s<br />&#187; %s',
'LOG_GROUP_PROMOTED' => '<b>Members promoted to leader in usergroup</b> %s<br />&#187; %s',
'LOG_GROUP_REMOVE' => '<b>Members removed from usergroup</b> %s<br />&#187; %s',
'LOG_GROUP_UPDATED' => '<b>Usergroup details updated</b><br />&#187; %s',
'LOG_MODS_ADDED' => '<b>Added new leaders to usergroup</b> %s<br />&#187; %s',
'LOG_USERS_APPROVED' => '<b>Users approved in usergroup</b> %s<br />&#187; %s',
'LOG_USERS_ADDED' => '<b>Added new members to usergroup</b> %s<br />&#187; %s',
'LOG_INDEX_ACTIVATE' => '<b>Activated inactive users</b><br />&#187; %s',
'LOG_INDEX_DELETE' => '<b>Deleted inactive users</b><br />&#187; %s',
'LOG_INDEX_REMIND' => '<b>Sent reminder emails to inactive users</b><br />&#187; %s',