1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

oh my god - what did he do? Adding attachment display to post/topic review, queue, reports, post details, mcp topic view... fixing other tiny things along the line.

git-svn-id: file:///svn/phpbb/trunk@7642 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2007-05-19 12:04:22 +00:00
parent e242a73a6f
commit 456586475b
34 changed files with 441 additions and 128 deletions

View File

@@ -46,10 +46,8 @@ $lang = array_merge($lang, array(
'ACP_BAN_EMAILS' => 'Ban e-mails',
'ACP_BAN_IPS' => 'Ban IPs',
'ACP_BAN_USERNAMES' => 'Ban usernames',
'ACP_BASIC_PERMISSIONS' => 'Basic permissions',
'ACP_BBCODES' => 'BBCodes',
'ACP_BOARD_CONFIGURATION' => 'Board configuration',
'ACP_BOARD_DEFAULTS' => 'Board defaults',
'ACP_BOARD_FEATURES' => 'Board features',
'ACP_BOARD_MANAGEMENT' => 'Board management',
'ACP_BOARD_SETTINGS' => 'Board settings',
@@ -128,7 +126,6 @@ $lang = array_merge($lang, array(
'ACP_PERMISSIONS' => 'Permissions',
'ACP_PERMISSION_MASKS' => 'Permission masks',
'ACP_PERMISSION_ROLES' => 'Permission roles',
'ACP_PERMISSION_SETTINGS' => 'Permission settings',
'ACP_PERMISSION_TRACE' => 'Permission trace',
'ACP_PHP_INFO' => 'PHP information',
'ACP_POST_SETTINGS' => 'Post settings',
@@ -153,7 +150,6 @@ $lang = array_merge($lang, array(
'ACP_SERVER_SETTINGS' => 'Server settings',
'ACP_SIGNATURE_SETTINGS' => 'Signature settings',
'ACP_SMILIES' => 'Smilies',
'ACP_SPECIAL_PERMISSIONS' => 'Special permissions',
'ACP_STYLE_COMPONENTS' => 'Style components',
'ACP_STYLE_MANAGEMENT' => 'Style management',
'ACP_STYLES' => 'Styles',
@@ -204,7 +200,6 @@ $lang = array_merge($lang, array(
'CONFIG_UPDATED' => 'Configuration updated successfully.',
'DEACTIVATE' => 'Deactivate',
'DIMENSIONS' => 'Dimensions',
'DIRECTORY_DOES_NOT_EXIST' => 'The entered path “%s” does not exist.',
'DIRECTORY_NOT_DIR' => 'The entered path “%s” is not a directory.',
'DIRECTORY_NOT_WRITABLE' => 'The entered path “%s” is not writable.',
@@ -256,7 +251,6 @@ $lang = array_merge($lang, array(
'PROCEED_TO_ACP' => '%sProceed to the ACP%s',
'REMIND' => 'Remind',
'REORDER' => 'Reorder',
'RESYNC' => 'Resynchronise',
'RETURN_TO' => 'Return to…',