1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-22 10:57:56 +01:00

[ticket/10797] language key rank moved to common

Language key RANK moved from memberlist to common.
Removed from mcp language.

PHPBB3-10797
This commit is contained in:
Dhruv Goel 2012-04-20 04:30:42 +05:30
parent 249d8ede12
commit 90fc8fe59f
3 changed files with 1 additions and 2 deletions

View File

@ -459,6 +459,7 @@ $lang = array_merge($lang, array(
'PRIVATE_MESSAGING' => 'Private messaging',
'PROFILE' => 'User Control Panel',
'RANK' => 'Rank',
'READING_FORUM' => 'Viewing topics in %s',
'READING_GLOBAL_ANNOUNCE' => 'Reading global announcement',
'READING_LINK' => 'Following forum link %s',

View File

@ -274,7 +274,6 @@ $lang = array_merge($lang, array(
'POST_REPORTED_SUCCESS' => 'This post has been successfully reported.',
'POST_UNLOCKED_SUCCESS' => 'Post unlocked successfully.',
'RANK' => 'User rank',
'READ_USERNOTES' => 'User notes',
'READ_WARNINGS' => 'User warnings',
'REPORTER' => 'Reporter',

View File

@ -110,7 +110,6 @@ $lang = array_merge($lang, array(
'POST_IP' => 'Posted from IP/domain',
'RANK' => 'Rank',
'REAL_NAME' => 'Recipient name',
'RECIPIENT' => 'Recipient',
'REMOVE_FOE' => 'Remove foe',