From cdbe4d6a52a8cdc2bae71680a28d34b0e42716ca Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 19 May 2003 15:24:59 +0000 Subject: [PATCH] ucp related updates git-svn-id: file:///svn/phpbb/trunk@4022 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/lang_main.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index 23b6b22f1c..f8acd3669f 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -230,6 +230,7 @@ $lang = array( 'RETURN_LOGIN' => 'Click %sHere%s to try again', 'RETURN_MCP' => 'Click %sHere%s to return to the Moderator Control Panel', 'RETURN_GROUP' => 'Click %sHere%s to return to the Group Control Panel', + 'RETURN_UCP' => 'Click %sHere%s to return to the User Control Panel', 'VIEW_MESSAGE' => 'Click %sHere%s to view your message', 'URL_REDIRECT' => 'If your browser does not support meta redirection please click %sHERE%s to be redirected.', @@ -650,7 +651,10 @@ $lang = array( 'WATCHED_TOPICS' => 'Watched Topics', 'NO_WATCHED_FORUMS' => 'You are not watching any forums.', 'NO_WATCHED_TOPICS' => 'You are not watching any topics.', - + 'UNWATCH_MARKED' => 'Unwatch marked', + 'UNWATCHED_FORUMS' => 'You are no longer watching the selected forums.', + 'UNWATCHED_TOPICS' => 'You are no longer watching the selected topics.', + 'UNWATCHED_FORUMS_TOPICS'=> 'You are no longer watching the selected forums or topics.', 'UCP_PROFILE' => 'Profile', @@ -795,6 +799,7 @@ $lang = array( 'Email_banned' => 'Sorry but this email address has been banned', 'Email_invalid' => 'Sorry but this email address is invalid', 'CONFIRM_CODE_WRONG' => 'The confirmation code you entered was incorrect.', + 'TOO_MANY_REGISTERS' => 'You have exceeded the maximum number of registration attempts for this session. Please try again later.', 'ACCOUNT_ADDED' => 'Thank you for registering, your account has been created. You may now login with your username and password', 'ACCOUNT_INACTIVE' => 'Your account has been created. However, this forum requires account activation, an activation key has been sent to the email address you provided. Please check your email for further information', @@ -808,6 +813,7 @@ $lang = array( 'New_password_activation' => 'New password activation', 'Password_activated' => 'Your account has been re-activated. To logon please use the password supplied in the email you received', + 'COPPA' => 'Your account has been created but has to be approved, please check your email for details.', @@ -1043,6 +1049,8 @@ $lang = array( 'READING_TOPIC' => 'Reading topic in %s', 'POSTING_MESSAGE' => 'Posting message in %s', 'REPLYING_MESSAGE' => 'Replying to message in %s', + 'READING_GLOBAL_ANNOUNCE' => 'Reading global announcement', + 'REPLYING_GLOBAL_ANNOUNCE' => 'Replying to global announcement', 'SEARCHING_FORUMS' => 'Searching forums', 'VIEWING_ONLINE' => 'Viewing who is online', 'VIEWING_MEMBERS' => 'Viewing member details',