diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-10-04 14:00:31 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-10-04 14:00:31 +0000 |
| commit | 54a3a8e2dbd0dc9a04a4b8eb7e5ac3255ae46b37 (patch) | |
| tree | 7a77501c3575e324269d7f2f9f4c9be3f861dfe5 /phpBB/language/en/lang_main.php | |
| parent | 7c940b9dc23e67d7bad8f592bcf6534f36b4d78a (diff) | |
| download | forums-54a3a8e2dbd0dc9a04a4b8eb7e5ac3255ae46b37.tar forums-54a3a8e2dbd0dc9a04a4b8eb7e5ac3255ae46b37.tar.gz forums-54a3a8e2dbd0dc9a04a4b8eb7e5ac3255ae46b37.tar.bz2 forums-54a3a8e2dbd0dc9a04a4b8eb7e5ac3255ae46b37.tar.xz forums-54a3a8e2dbd0dc9a04a4b8eb7e5ac3255ae46b37.zip | |
Add "Add Friend" to viewprofile
git-svn-id: file:///svn/phpbb/trunk@4528 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/lang_main.php')
| -rw-r--r-- | phpBB/language/en/lang_main.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index 220084fed0..3ef4ec1818 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -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', |
