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

Fix bug #37235 - Correctly describe founder permissions on trace-information

Authorised by: acydburn

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9642 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Joas Schilling
2009-06-21 10:46:28 +00:00
parent f056e205ad
commit 37a054897f
2 changed files with 2 additions and 1 deletions

View File

@@ -246,7 +246,7 @@ $lang = array_merge($lang, array(
'TRACE_USER_GLOBAL_YES_TOTAL_NEVER' => 'The forum independent user permission evaluates to <samp>YES</samp> which overwrites the current local result <samp>NEVER</samp>. %sTrace global permission%s',
'TRACE_USER_GLOBAL_NEVER_TOTAL_KEPT' => 'The forum independent user permission evaluates to <samp>NEVER</samp> which doesnt influence the local permission. %sTrace global permission%s',
'TRACE_USER_FOUNDER' => 'The user has the founder type set, therefore admin permissions are set to <samp>YES</samp> by default.',
'TRACE_USER_FOUNDER' => 'The user is a founder, therefore admin permissions are always set to <samp>YES</samp>.',
'TRACE_USER_KEPT' => 'The users permission is <samp>NO</samp> so the old total value is kept.',
'TRACE_USER_KEPT_LOCAL' => 'The users permission for this forum is <samp>NO</samp> so the old total value is kept.',
'TRACE_USER_NEVER_TOTAL_NEVER' => 'The users permission is set to <samp>NEVER</samp> and the total value is set to <samp>NEVER</samp>, so nothing is changed.',