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: user_users.lang.php 5016 2010-06-12 00:24:02Z RyanGordon $
| * $Id$
|
*/
$l['users'] = "Users";
| */
$l['users'] = "Users";
|
Zeile 102 | Zeile 102 |
---|
$l['error_invalid_view_delete'] = "You selected an invalid administration view to delete"; $l['error_cannot_delete_view'] = "You must have atleast 1 administration view."; $l['error_inline_no_users_selected'] = "Sorry, but you did not select any users. Please select some users and try again.";
|
$l['error_invalid_view_delete'] = "You selected an invalid administration view to delete"; $l['error_cannot_delete_view'] = "You must have atleast 1 administration view."; $l['error_inline_no_users_selected'] = "Sorry, but you did not select any users. Please select some users and try again.";
|
| $l['error_no_referred_users'] = "The selected user does not have any referred users.";
|
$l['user_deletion_confirmation'] = "Are you sure you wish to delete this user?";
| $l['user_deletion_confirmation'] = "Are you sure you wish to delete this user?";
|
Zeile 118 | Zeile 119 |
---|
$l['confirm_view_deletion'] = "Are you sure you want to delete the selected view?";
|
$l['confirm_view_deletion'] = "Are you sure you want to delete the selected view?";
|
$l['warning_coppa_user'] = "<p class=\"alert\"><strong>Warning: </strong> This user is awaiting COPPA validation. <a href=\"index.php?module=user/users&action=activate_user&uid={1}\">Activate Account</a></p>";
| $l['warning_coppa_user'] = "<p class=\"alert\"><strong>Warning: </strong> This user is awaiting COPPA validation. <a href=\"index.php?module=user-users&action=activate_user&uid={1}\">Activate Account</a></p>";
|
$l['required_profile_info'] = "Required Profile Information"; $l['password'] = "Password";
| $l['required_profile_info'] = "Required Profile Information"; $l['password'] = "Password";
|
Zeile 157 | Zeile 158 |
---|
$l['aim_handle'] = "AIM Handle"; $l['yahoo_messanger_handle'] = "Yahoo! Messenger Handle"; $l['msn_messanger_handle'] = "MSN Messenger Handle";
|
$l['aim_handle'] = "AIM Handle"; $l['yahoo_messanger_handle'] = "Yahoo! Messenger Handle"; $l['msn_messanger_handle'] = "MSN Messenger Handle";
|
| $l['birthday'] = "Date of Birth";
|
$l['hide_from_whos_online'] = "Hide from the Who's Online list"; $l['login_cookies_privacy'] = "Login, Cookies & Privacy";
| $l['hide_from_whos_online'] = "Hide from the Who's Online list"; $l['login_cookies_privacy'] = "Login, Cookies & Privacy";
|
Zeile 329 | Zeile 331 |
---|
$l['less_than'] = "Less than"; $l['post_count_is'] = "Post count is"; $l['reg_ip_matches'] = "Registration IP address matches";
|
$l['less_than'] = "Less than"; $l['post_count_is'] = "Post count is"; $l['reg_ip_matches'] = "Registration IP address matches";
|
$l['wildcard'] = "* denotes a wild card"; $l['last_known_ip'] = "Last known IP address matches";
| $l['wildcard'] = "* denotes an IP byte wild card: 1.2.*.*";
|
$l['posted_with_ip'] = "Has posted with the IP address"; $l['custom_profile_fields_match'] = "Where custom profile fields match...";
|
$l['posted_with_ip'] = "Has posted with the IP address"; $l['custom_profile_fields_match'] = "Where custom profile fields match...";
|
| $l['is_not_blank'] = " is not empty"; $l['or'] = "or"; $l['reg_in_x_days'] = "Registered in the last"; $l['days'] = "days";
|
$l['view'] = "View"; $l['create_new_view'] = "Create New View";
| $l['view'] = "View"; $l['create_new_view'] = "Create New View";
|