1
0
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:
Paul S. Owen
2003-10-04 14:00:31 +00:00
parent 7c940b9dc2
commit 54a3a8e2db
3 changed files with 11 additions and 4 deletions

View File

@@ -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',