mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
Most of profile and registration done
git-svn-id: file:///svn/phpbb/trunk@171 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
* (at your option) any later version.
|
||||
*
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
$l_forum = "Forum";
|
||||
$l_forums = "Forums";
|
||||
$l_topic = "Topic";
|
||||
@@ -127,6 +127,9 @@ $l_userdisallowed= "The $l_username you picked has been disallowed by the admini
|
||||
$l_infoupdated = "Your Information has been updated";
|
||||
$l_publicmail = "Allow other users to view my $l_emailaddress";
|
||||
$l_itemsreq = "Items marked with a * are required";
|
||||
$l_nouserid = "You must supply a user ID number in order to view profile data.";
|
||||
$l_viewingprofile = "Viewing profile of ";
|
||||
$l_hidden = "hidden";
|
||||
|
||||
// Viewforum
|
||||
$l_viewforum = "View Forum";
|
||||
@@ -209,15 +212,15 @@ $l_mailingaddress =
|
||||
";
|
||||
|
||||
$l_faxinfo = "
|
||||
Mark Fax with:
|
||||
Mark Fax with:
|
||||
ATTN: James Atkinson<br>
|
||||
RE: Forum Registration<br>
|
||||
<br>
|
||||
Fax Number: +1-604-742-1770<br>
|
||||
";
|
||||
$l_coppa = "Your account has been created, however in complance with the COPPA act you must print out this page and have you parent or guardian mail it to: <br>$l_mailingaddress<br>Or fax it to: <br>$l_faxinfo<br> Once this information has been recived your account will be activated by the administrator and you will recive and email notification.";
|
||||
";
|
||||
$l_coppa = "Your account has been created, however in complance with the COPPA act you must print out this page and have you parent or guardian mail it to: <br>$l_mailingaddress<br>Or fax it to: <br>$l_faxinfo<br> Once this information has been recived your account will be activated by the administrator and you will recive and email notification.";
|
||||
$l_welcomesubj = "Welcome to $sitename Forums";
|
||||
$l_welcomemail =
|
||||
$l_welcomemail =
|
||||
"
|
||||
$l_welcomesubj,
|
||||
|
||||
@@ -239,7 +242,7 @@ Thank you for registering.
|
||||
$email_sig
|
||||
";
|
||||
|
||||
$l_welcomeemailactivate =
|
||||
$l_welcomeemailactivate =
|
||||
"
|
||||
$l_welcomesubj,
|
||||
|
||||
@@ -335,12 +338,12 @@ $l_preview = "Preview Post";
|
||||
$l_nopostlock = "You cannot post a reply to this topic, it has been locked.";
|
||||
$l_topicreview = "Topic Review";
|
||||
$l_notifysubj = "A reply to your topic has been posted.";
|
||||
$l_notifybody = 'Dear $m[username]\r\nYou are receiving this Email because a message
|
||||
you posted on $sitename forums has been replied to, and
|
||||
$l_notifybody = 'Dear $m[username]\r\nYou are receiving this Email because a message
|
||||
you posted on $sitename forums has been replied to, and
|
||||
you selected to be notified on this event.
|
||||
|
||||
You may view the topic at:
|
||||
|
||||
|
||||
http://$SERVER_NAME$url_phpbb/viewtopic.$phpEx?topic=$topic&forum=$forum
|
||||
|
||||
Or view the $sitename forum index at
|
||||
@@ -386,18 +389,18 @@ $l_wrongmail = "The email address you entered does not match the one stored in o
|
||||
$l_passsubj = "$sitename Forums Password Change";
|
||||
|
||||
$l_pwdmessage = 'Dear $checkinfo[username],
|
||||
You are receiving this email because you (or someone pretending to be you)
|
||||
has requested a passwordchange on $sitename forums. If you believe you have
|
||||
received this message in error simply delete it and your password will remain
|
||||
You are receiving this email because you (or someone pretending to be you)
|
||||
has requested a passwordchange on $sitename forums. If you believe you have
|
||||
received this message in error simply delete it and your password will remain
|
||||
the same.
|
||||
|
||||
Your new password as generated by the forums is: $newpw
|
||||
|
||||
In order for this change to take effect you must visit this page:
|
||||
In order for this change to take effect you must visit this page:
|
||||
|
||||
http://$SERVER_NAME$PHP_SELF?actkey=$key
|
||||
|
||||
Once you have visited the page your password will be changed in our database,
|
||||
Once you have visited the page your password will be changed in our database,
|
||||
and you may login to the profile section and change it as desired.
|
||||
|
||||
Thank you for using $sitename Forums
|
||||
|
Reference in New Issue
Block a user