mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
Add "Add Friend" to viewprofile
git-svn-id: file:///svn/phpbb/trunk@4528 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1052,6 +1052,7 @@ $lang += array(
|
||||
'SEARCH_USER_POSTS' => 'Search users posts',
|
||||
'USER_ONLINE' => 'Online',
|
||||
'USER_OFFLINE' => 'Offline',
|
||||
'ADD_FRIEND' => 'Add friend',
|
||||
|
||||
'SEND_IM' => 'Instant Messaging',
|
||||
'IM_RECIPIENT' => 'Recipient',
|
||||
@@ -1212,7 +1213,7 @@ $lang += array(
|
||||
'VIEWING_FAQ' => 'Viewing FAQ'
|
||||
);
|
||||
|
||||
//---- MCP lang strings
|
||||
// mcp
|
||||
$lang += array(
|
||||
'NOT_MODERATOR' => 'You are not a moderator of this forum',
|
||||
|
||||
@@ -1379,7 +1380,7 @@ $lang += array(
|
||||
'logm_make_global' => '<b>Changed topic type</b> to Global Announcement'
|
||||
);
|
||||
|
||||
//----- Post reporting
|
||||
// report
|
||||
$lang += array(
|
||||
'REASON' => 'Reason',
|
||||
'MORE_INFO' => 'Further information',
|
||||
|
Reference in New Issue
Block a user