1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/10308] fixes language entity.

Language key has been changed and has been made more specific to
avoid conflicts

PHPBB3-10308
This commit is contained in:
Dhruv Goel
2012-04-11 03:00:16 +05:30
parent 239e6016a3
commit 8f7e85604b
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,6 @@ $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_POSTS' => 'The user has no posts.',
'NO_SPECIAL_RANK' => 'No special rank assigned',
'NO_WARNINGS' => 'No warnings.',
'NOT_MANAGE_FOUNDER' => 'You tried to manage a user with founder status. Only founders are allowed to manage other founders.',
@@ -125,6 +124,7 @@ $lang = array_merge($lang, array(
'USER_GROUP_SPECIAL' => 'Pre-defined groups user is a member of',
'USER_LIFTED_NR' => 'Successfully removed the users newly registered status.',
'USER_NO_ATTACHMENTS' => 'There are no attached files to display.',
'USER_NO_POSTS' => 'The user has no posts.',
'USER_OUTBOX_EMPTIED' => 'Successfully emptied users private message outbox.',
'USER_OUTBOX_EMPTY' => 'The users private message outbox was already empty.',
'USER_OVERVIEW_UPDATED' => 'User details updated.',