mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 17:27:16 +02:00
- assign user rank
- only a few very tiny bugfixes git-svn-id: file:///svn/phpbb/trunk@5451 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -115,6 +115,7 @@ $lang = array_merge($lang, array(
|
||||
'ACP_USER_PERM' => 'Permissions',
|
||||
'ACP_USER_PREFS' => 'Preferences',
|
||||
'ACP_USER_PROFILE' => 'Profile',
|
||||
'ACP_USER_RANK' => 'Rank',
|
||||
'ACP_USER_SECURITY' => 'User Security',
|
||||
'ACP_USER_SIG' => 'Signature',
|
||||
'ACP_VERSION_CHECK' => 'Check for Updates',
|
||||
|
@@ -54,6 +54,8 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'MOVE_POSTS_EXPLAIN' => 'Please select the forum to which you wish to move all the posts this user has made.',
|
||||
|
||||
'NO_SPECIAL_RANK' => 'No special rank assigned',
|
||||
|
||||
'QUICK_TOOLS' => 'Quick tools',
|
||||
|
||||
'REGISTERED' => 'Registered',
|
||||
@@ -97,6 +99,8 @@ $lang = array_merge($lang, array(
|
||||
'USER_PREFS_UPDATED' => 'User preferences updated',
|
||||
'USER_PROFILE' => 'User Profile',
|
||||
'USER_PROFILE_UPDATED' => 'User profile updated',
|
||||
'USER_RANK' => 'User Rank',
|
||||
'USER_RANK_UPDATED' => 'User rank updated',
|
||||
'USER_SIG_UPDATED' => 'User signature successfully updated',
|
||||
'USER_TOOLS' => 'Basic tools',
|
||||
|
||||
|
Reference in New Issue
Block a user