Zeile 3 | Zeile 3 |
---|
* MyBB 1.6 English Language Pack * Copyright 2010 MyBB Group, All Rights Reserved *
|
* MyBB 1.6 English Language Pack * Copyright 2010 MyBB Group, All Rights Reserved *
|
* $Id: usercp.lang.php 5067 2010-07-02 08:58:29Z Tomm $
| * $Id: usercp.lang.php 5401 2011-03-18 16:14:20Z Tomm $
|
*/
$l['nav_usercp'] = "User Control Panel";
| */
$l['nav_usercp'] = "User Control Panel";
|
Zeile 47 | Zeile 47 |
---|
$l['birthdayprivacynone'] = "Hide Age and Date of Birth"; $l['birthdayprivacyage'] = "Display Only Age"; $l['avatar'] = "Avatar:";
|
$l['birthdayprivacynone'] = "Hide Age and Date of Birth"; $l['birthdayprivacyage'] = "Display Only Age"; $l['avatar'] = "Avatar:";
|
| $l['avatar_mine'] = "This is your Avatar";
|
$l['change_avatar'] = "Change Avatar"; $l['avatar_url'] = "Avatar URL:"; $l['avatar_url_note'] = "Enter the URL of an avatar on the internet.";
| $l['change_avatar'] = "Change Avatar"; $l['avatar_url'] = "Avatar URL:"; $l['avatar_url_note'] = "Enter the URL of an avatar on the internet.";
|
Zeile 315 | Zeile 316 |
---|
$l['cannot_leave_group'] = "You cannot leave this group because it is not a publicly join-able group."; $l['details'] = "Details"; $l['members_referred'] = "Members Referred:";
|
$l['cannot_leave_group'] = "You cannot leave this group because it is not a publicly join-able group."; $l['details'] = "Details"; $l['members_referred'] = "Members Referred:";
|
$l['referral_link'] = "<br />To refer a member to this board, direct them to {1}/member.php?action=register&uid={2}";
| $l['referral_link'] = "<br />To refer a member to this board, direct them to {1}/member.php?action=register&referrer={2}";
|
$l['redirect_subscriptionsremoved'] = "Your thread subscriptions list has now been cleared.<br />You will be returned to where you came from."; $l['redirect_forumsubscriptionsremoved'] = "Your forum subscriptions list has now been cleared.<br />You will be returned to where you came from."; $l['redirect_subscriptionadded'] = "The selected thread has been added to your subscriptions list.<br />You will now be returned to the location you came from.";
| $l['redirect_subscriptionsremoved'] = "Your thread subscriptions list has now been cleared.<br />You will be returned to where you came from."; $l['redirect_forumsubscriptionsremoved'] = "Your forum subscriptions list has now been cleared.<br />You will be returned to where you came from."; $l['redirect_subscriptionadded'] = "The selected thread has been added to your subscriptions list.<br />You will now be returned to the location you came from.";
|