1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

- remove description from profile fields

- added disclaimer about DEBUG_EXTRA to the ACP (i think this is needed - some idiots might think it is wise to have this enabled on a production board. :) We *may* let it there for the Betas though, but it will be removed during the RC's)
- some bugfixes


git-svn-id: file:///svn/phpbb/trunk@5973 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2006-05-27 16:24:21 +00:00
parent b51b978854
commit ce4445f74a
22 changed files with 240 additions and 130 deletions

View File

@@ -254,6 +254,8 @@ $lang = array_merge($lang, array(
'USER_CONTROL_PANEL' => 'User Control Panel',
'WARNING' => 'Warning',
'DEBUG_EXTRA_WARNING' => 'The DEBUG_EXTRA constant is defined which is only meant for development purposes by the developers.<br />The board is running additional code to display sql reports, which slows down the board in a significant manner. Additionally sql errors are always displayed with a full backtrace to all users instead of displaying it solely to administrators, which is the default setting.<br /><br />With this said, please be aware that you are currently running your installation in <b>Debug Mode</b> and should you take this board live, please remove the constant from the config file.',
));
// PHP info
@@ -306,10 +308,11 @@ $lang = array_merge($lang, array(
'POSTS_PER_DAY' => 'Posts per day',
'RESET_DATE' => 'Reset Date',
'RESET_ONLINE' => 'Reset Online',
'RESYNC_POSTCOUNTS' => 'Resync Postcounts',
'RESYNC_STATS' => 'Resync Stats',
'RESET_DATE' => 'Reset Date',
'RESET_ONLINE' => 'Reset Online',
'RESYNC_POSTCOUNTS' => 'Resync Postcounts',
'RESYNC_POST_MARKING' => 'Resync dotted topics',
'RESYNC_STATS' => 'Resync Stats',
'STATISTIC' => 'Statistic',
@@ -522,10 +525,11 @@ $lang = array_merge($lang, array(
'LOG_REASON_REMOVED' => '<b>Removed report/denial reason</b><br />&#187; %s',
'LOG_REASON_UPDATED' => '<b>Updated report/denial reason</b><br />&#187; %s',
'LOG_RESET_DATE' => '<b>Board start date reset</b>',
'LOG_RESET_ONLINE' => '<b>Most users online reset</b>',
'LOG_RESYNC_POSTCOUNTS' => '<b>User postcounts synced</b>',
'LOG_RESYNC_STATS' => '<b>Post, topic and user stats reset</b>',
'LOG_RESET_DATE' => '<b>Board start date reset</b>',
'LOG_RESET_ONLINE' => '<b>Most users online reset</b>',
'LOG_RESYNC_POSTCOUNTS' => '<b>User postcounts synced</b>',
'LOG_RESYNC_POST_MARKING' => '<b>Dotted topics synced</b>',
'LOG_RESYNC_STATS' => '<b>Post, topic and user stats reset</b>',
'LOG_STYLE_ADD' => '<b>Added new style</b><br />&#187; %s',
'LOG_STYLE_DELETE' => '<b>Deleted style</b><br />&#187; %s',