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_groups.lang.php 5380 2011-02-21 12:04:43Z Tomm $
| * $Id: user_groups.lang.php 5616 2011-09-20 13:24:59Z Tomm $
|
*/
$l['user_groups'] = "User Groups";
| */
$l['user_groups'] = "User Groups";
|
Zeile 62 | Zeile 62 |
---|
$l['copy_permissions_from_desc'] = "If you wish, you can copy the forum and group permissions from another group. To make use of this, select a group to copy permissions from."; $l['save_user_group'] = "Save User Group"; $l['list_users'] = "List Users";
|
$l['copy_permissions_from_desc'] = "If you wish, you can copy the forum and group permissions from another group. To make use of this, select a group to copy permissions from."; $l['save_user_group'] = "Save User Group"; $l['list_users'] = "List Users";
|
$l['group_leaders'] = "Group Leaders";
| |
$l['general'] = "General"; $l['forums_posts'] = "Forums and Posts";
| $l['general'] = "General"; $l['forums_posts'] = "Forums and Posts";
|
Zeile 107 | Zeile 106 |
---|
$l['can_edit_posts'] = "Can edit own posts?"; $l['can_delete_posts'] = "Can delete own posts?"; $l['can_delete_threads'] = "Can delete own threads?";
|
$l['can_edit_posts'] = "Can edit own posts?"; $l['can_delete_posts'] = "Can delete own posts?"; $l['can_delete_threads'] = "Can delete own threads?";
|
$l['can_edit_attachments'] = "Can edit own attachments?";
| $l['can_edit_attachments'] = "Can update own attachments?";
|
$l['account_management'] = "Account Management"; $l['can_access_usercp'] = "Can access User CP?"; $l['can_change_username'] = "Can change username?"; $l['can_use_usertitles'] = "Can use custom user titles?"; $l['can_upload_avatars'] = "Can upload avatars?";
|
$l['account_management'] = "Account Management"; $l['can_access_usercp'] = "Can access User CP?"; $l['can_change_username'] = "Can change username?"; $l['can_use_usertitles'] = "Can use custom user titles?"; $l['can_upload_avatars'] = "Can upload avatars?";
|
| $l['can_use_signature'] = "Can add a signature?"; $l['can_use_signature_posts'] = "Can add a signature after x posts?"; $l['required_posts'] = "Required Post Count Before Signature Can Be Added:"; $l['required_posts_desc'] = "Here you can enter the minimum number of posts a user must have before they can add a signature."; $l['uses_no_follow'] = "Signature links have nofollow enabled?";
|
$l['reputation_system'] = "Reputation System"; $l['can_use_pms'] = "Can use private messaging?"; $l['can_send_pms'] = "Can send private messages?"; $l['can_track_pms'] = "Can track sent private messages?"; $l['can_deny_reciept'] = "Can deny message receipt notifications?";
|
$l['reputation_system'] = "Reputation System"; $l['can_use_pms'] = "Can use private messaging?"; $l['can_send_pms'] = "Can send private messages?"; $l['can_track_pms'] = "Can track sent private messages?"; $l['can_deny_reciept'] = "Can deny message receipt notifications?";
|
| $l['can_override_pms'] = "Can send private messages even if recipients have them disabled?";
|
$l['message_quota'] = "Message Quota:"; $l['message_quota_desc'] = "Maximum number of private messages that can be stored by users in this group. If empty, users can store unlimited messages."; $l['max_recipients'] = "Maximum Recipients Per Message:";
| $l['message_quota'] = "Message Quota:"; $l['message_quota_desc'] = "Maximum number of private messages that can be stored by users in this group. If empty, users can store unlimited messages."; $l['max_recipients'] = "Maximum Recipients Per Message:";
|
Zeile 147 | Zeile 152 |
---|
$l['can_view_invisible'] = "Can view invisible users?"; $l['can_view_ips'] = "Can view IP addresses on who's online?"; $l['can_view_member_list'] = "Can view member list?";
|
$l['can_view_invisible'] = "Can view invisible users?"; $l['can_view_ips'] = "Can view IP addresses on who's online?"; $l['can_view_member_list'] = "Can view member list?";
|
| $l['show_in_birthday_list'] = "Can be shown in the birthday list?";
|
$l['can_email_users'] = "Can send threads to friends and email users?"; $l['max_emails_per_day'] = "Maximum Emails Per Day:"; $l['max_emails_per_day_desc'] = "The maximum number of emails users can send using the 'Email User' and 'Send Thread to Friend' features.";
| $l['can_email_users'] = "Can send threads to friends and email users?"; $l['max_emails_per_day'] = "Maximum Emails Per Day:"; $l['max_emails_per_day_desc'] = "The maximum number of emails users can send using the 'Email User' and 'Send Thread to Friend' features.";
|