diff options
Diffstat (limited to 'phpBB/language/en/acp/users.php')
-rw-r--r-- | phpBB/language/en/acp/users.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/users.php b/phpBB/language/en/acp/users.php index b6321b038b..1ee251d080 100644 --- a/phpBB/language/en/acp/users.php +++ b/phpBB/language/en/acp/users.php @@ -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', |