Zeile 3 | Zeile 3 |
---|
* MyBB 1.2 English Language Pack * Copyright © 2006 MyBB Group, All Rights Reserved *
|
* MyBB 1.2 English Language Pack * Copyright © 2006 MyBB Group, All Rights Reserved *
|
* $Id: usercp.lang.php 2425 2006-11-23 01:11:35Z Tikitiki $
| * $Id: usercp.lang.php 2925 2007-03-08 06:00:43Z Tikitiki $
|
*/
$l['nav_usercp'] = "User Control Panel";
| */
$l['nav_usercp'] = "User Control Panel";
|
Zeile 112 | Zeile 112 |
---|
$l['receive_pms'] = "Receive private messages from other users."; $l['receive_pms_desc'] = "Enables you to send and receive Private Messages."; $l['pm_popup'] = "Alert me with a popup box when I receive a Private Message.";
|
$l['receive_pms'] = "Receive private messages from other users."; $l['receive_pms_desc'] = "Enables you to send and receive Private Messages."; $l['pm_popup'] = "Alert me with a popup box when I receive a Private Message.";
|
$l['pm_notify'] = "Notify me by email when I recieve a new Private Message.";
| $l['pm_notify'] = "Notify me by email when I receive a new Private Message.";
|
$l['show_codebuttons'] = "Show the MyCode formatting options on the posting pages."; $l['show_redirect'] = "Show friendly redirect pages."; $l['thread_view_options'] = "Thread View Options";
| $l['show_codebuttons'] = "Show the MyCode formatting options on the posting pages."; $l['show_redirect'] = "Show friendly redirect pages."; $l['thread_view_options'] = "Thread View Options";
|
Zeile 309 | Zeile 309 |
---|
$l['error_avatartype'] = "Invalid file type. An uploaded avatar must be in GIF, JPEG, or PNG format."; $l['error_alreadyingroup'] = "The user specified already is part of the usergroup."; $l['error_usercp_return_date_past'] = "You cannot return in the past!";
|
$l['error_avatartype'] = "Invalid file type. An uploaded avatar must be in GIF, JPEG, or PNG format."; $l['error_alreadyingroup'] = "The user specified already is part of the usergroup."; $l['error_usercp_return_date_past'] = "You cannot return in the past!";
|
| $l['error_usercp_return_date_2038'] = "You cannot set your away year date more than 2037!";
|
?>
| ?>
|