diff options
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/lang_main.php | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index a31103904c..7ae4197e8d 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -421,8 +421,18 @@ $lang = array_merge($lang, array( 'UCP_Profile' => 'Profile Settings', 'UCP_Lists' => 'Black/White Lists', 'UCP_Priv_messages' => 'Private Messages', - 'Subscribed_topics' => 'Subscribed Topics', + 'SUBSCRIBED_TOPICS' => 'Subscribed Topics', + 'SUBSCRIBED_FORUMS' => 'Subscribed Forums', + 'WELCOME_USERCP' => 'Welcome to your User Control Panel', + 'UCP_WELCOME_MESSAGE' => 'This is the UCP welcome message some text should go here that says something usefull, however I can\'t for the life of me think of anything to put so if someone coudl come up with something that would be great. Thanks.', + 'BUDDY_LIST' => 'Buddy List', + 'ONLINE_BUDDIES' => 'Buddies Currently Online', + 'UNREAD_PM' => 'Unread PMs', + 'Registration_information' => 'Registration Information', + 'Preferances' => 'Preferances', + 'Avatar_settings' => 'Avatar Settings', + 'Signature_settings' => 'Signature Settings', 'Private_Messaging' => 'Private Messaging', 'Unread_message' => 'Unread message', |