[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/admin/ -> user_groups.lang.php (source)

   1  <?php
   2  /**
   3   * MyBB 1.8 English Language Pack
   4   * Copyright 2014 MyBB Group, All Rights Reserved
   5   *
   6   */
   7  
   8  $l['user_groups'] = "User Groups";
   9  $l['manage_user_groups'] = "Manage User Groups";
  10  $l['manage_user_groups_desc'] = "Here you can manage the various user groups on your board. In addition, for staff groups, you can manage their display order on the forum team page. Leave all as \"0\" sorts the group alphabetically. If you change the order of these groups, be sure to submit the form at the bottom of the page.";
  11  $l['add_user_group'] = "Add New User Group";
  12  $l['add_user_group_desc'] = "Here you can create a new user group and optionally copy the permissions from another user group. After saving the user group you will be taken to the full edit page for this user group.";
  13  $l['group_join_requests'] = "Group Join Requests";
  14  $l['group_join_requests_desc'] = "Below is a list of users who are requesting access to this user group. From here, you can either approve or deny their request.";
  15  $l['manage_group_leaders'] = "Manage Group Leaders";
  16  $l['manage_group_leaders_desc'] = "Here you can manage the group leaders for this user group. Depending on the options you enable for the leader, these users can manage the users who are a member of this group and can moderate any join requests if this group is publicly joinable.";
  17  $l['edit_user_group'] = "Edit User Group";
  18  $l['edit_user_group_desc'] = "Here you can edit an existing user group.";
  19  $l['edit_group_leader'] = "Edit Group Leader";
  20  $l['edit_group_leader_desc'] = "Here you can change the permissions for this group leader in regards to what actions they're allowed to perform.";
  21  $l['group_leaders'] = "Group Leaders";
  22  
  23  $l['delete_group'] = "Delete Group";
  24  $l['edit_group'] = "Edit Group";
  25  $l['no_groups'] = "There are currently no user groups on your forum";
  26  $l['join_requests'] = "Moderate Join Requests";
  27  $l['update_groups_order'] = "Update Groups Order";
  28  $l['reset'] = "Reset";
  29  $l['number_of_users'] = "# of Users";
  30  $l['order'] = "Order";
  31  $l['group'] = "Group";
  32  $l['custom_user_group'] = "Custom User Group";
  33  $l['default_user_group'] = "Default User Group";
  34  $l['join_requests_for'] = "Join Requests for";
  35  $l['users'] = "Users";
  36  $l['reason'] = "Reason";
  37  $l['date_requested'] = "Date Requested";
  38  $l['approve'] = "Approve";
  39  $l['deny'] = "Deny";
  40  $l['approve_selected_requests'] = "Approve Selected Requests";
  41  $l['deny_selected_requests'] = "Deny Selected Requests";
  42  $l['group_leaders_for'] = "Group leaders for";
  43  $l['can_manage_members'] = "Can manage members?";
  44  $l['can_manage_join_requests'] = "Can manage join requests?";
  45  $l['can_invite_members'] = "Can invite members?";
  46  $l['user'] = "User";
  47  $l['can_manage_group_members'] = "Can manage group members?";
  48  $l['can_manage_group_members_desc'] = "If this user should be able to manage the members within a group, set to Yes.";
  49  $l['can_manage_group_join_requests'] = "Can manage group join requests?";
  50  $l['can_manage_group_join_requests_desc'] = "Should this user be able to approve or deny new membership requests for this group?";
  51  $l['can_invite_group_members'] = "Can invite group members?";
  52  $l['can_invite_group_members_desc'] = "Should this user be able to invite new members to join this group?";
  53  $l['make_user_member'] = "Make user member?";
  54  $l['make_user_member_desc'] = "Should this user be added as a member of this group if they're not already?";
  55  $l['add_group_leader'] = "Add Group Leader to";
  56  $l['save_group_leader'] = "Save Group Leader";
  57  $l['edit_leader'] = "Edit Leader:";
  58  $l['title'] = "Title";
  59  $l['short_description'] = "Short Description";
  60  $l['username_style'] = "Username Style";
  61  $l['username_style_desc'] = "This option allows you to set a custom username style for users who have this user group as their display group. <strong>Use {username} to represent the user's name.</strong>";
  62  $l['user_title'] = "Default User Title";
  63  $l['user_title_desc'] = "If the user has nothing entered in their custom user title field, the user title entered here will be displayed. If you leave this option blank, users will have their title and stars taken from the User Titles configuration.";
  64  $l['do_not_copy_permissions'] = "Don't copy permissions from another group";
  65  $l['copy_permissions_from'] = "Copy Permissions From&hellip;";
  66  $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.";
  67  $l['save_user_group'] = "Save User Group";
  68  $l['list_users'] = "List Users";
  69  
  70  $l['general'] = "General";
  71  $l['forums_posts'] = "Forums and Posts";
  72  $l['users_permissions'] = "Users and Permissions";
  73  $l['misc'] = "Miscellaneous";
  74  $l['mod_cp'] = "Moderator CP";
  75  $l['stars'] = "# of Stars";
  76  $l['star_image'] = "Star Image";
  77  $l['user_stars'] = "User Stars";
  78  $l['user_stars_desc'] = "If you enter a number of stars and the location of a star image, this star image will be shown for this particular user group. If you want to use different star images for different themes, please use <strong>{theme}</strong> to represent the image directory of each theme. The number of stars only takes effect if Default User Title is not blank.";
  79  $l['group_image'] = "Group Image";
  80  $l['group_image_desc'] = "Here you can set a group image which will show on each post made by users in this group. Please use <strong>{lang}</strong> to represent the user's chosen language if translated group images are available";
  81  $l['general_options'] = "General Options";
  82  $l['member_list'] = "Yes, show users of this group on the member list";
  83  $l['forum_team'] = "Yes, show this group on the 'forum team' page";
  84  $l['is_banned_group'] = "Yes, this is a banned group<br /><small>If this group is a 'banned' user group, users will be able to be 'banned' in to this user group.</small>";
  85  $l['publicly_joinable_options'] = "Publicly Joinable Options";
  86  $l['user_joinable'] = "Yes, users can freely join and leave this group";
  87  $l['moderate_join_requests'] = "Yes, all new join requests need to be moderated first<br /><small>Users must be able to freely join and leave this group for this to take effect.</small>";
  88  $l['invite_only'] = "Yes, users must be invited in order to join this group<br /><small>Users must be able to freely join and leave this group for this to take effect.</small>";
  89  $l['can_set_as_display_group'] = "Yes, users can set this group as their display group<br /><small>If set to yes, users will be able to set this user group as their display group for user titles, stars, name style and group images.</small>";
  90  $l['moderation_administration_options'] = "Moderation/Administration Options";
  91  $l['is_super_mod'] = "Yes, users of this group are super moderators";
  92  $l['can_access_mod_cp'] = "Yes, users of this group can access the moderator CP";
  93  $l['can_access_admin_cp'] = "Yes, users of this group can access the admin CP";
  94  $l['viewing_options'] = "Viewing Options";
  95  $l['can_view_board'] = "Can view board?";
  96  $l['can_view_threads'] = "Can view threads?";
  97  $l['can_search_forums'] = "Can search forums?";
  98  $l['can_view_profiles'] = "Can view user profiles?";
  99  $l['can_download_attachments'] = "Can download attachments?";
 100  $l['can_view_board_closed'] = "Can view board when closed?";
 101  $l['posting_rating_options'] = "Posting/Rating Options";
 102  $l['can_post_threads'] = "Can post new threads?";
 103  $l['can_post_replies'] = "Can post replies to threads?";
 104  $l['can_rate_threads'] = "Can rate threads?";
 105  $l['moderation_options'] = "Moderation Options";
 106  $l['mod_new_posts'] = "Moderate new posts?";
 107  $l['mod_new_threads'] = "Moderate new threads?";
 108  $l['mod_new_attachments'] = "Moderate new attachments?";
 109  $l['mod_after_edit'] = "Moderate posts after they've been edited?";
 110  $l['poll_options'] = "Poll Options";
 111  $l['max_posts_per_day'] = "Maximum Posts Per Day";
 112  $l['max_posts_per_day_desc'] = "This is the total number of posts allowed per user per day. 0 for unlimited.";
 113  $l['can_post_polls'] = "Can post polls?";
 114  $l['can_vote_polls'] = "Can vote in polls?";
 115  $l['can_undo_votes'] = "Can undo votes in polls?";
 116  $l['attachment_options'] = "Attachment Options";
 117  $l['can_post_attachments'] = "Can post attachments?";
 118  $l['attach_quota'] = "Attachment Quota:";
 119  $l['attach_quota_desc'] = "Here you can set the attachment quota that each user in this group will receive. If set to 0, there is no limit.";
 120  $l['editing_deleting_options'] = "Editing/Deleting Options";
 121  $l['can_edit_posts'] = "Can edit own posts?";
 122  $l['can_delete_posts'] = "Can delete own posts?";
 123  $l['can_delete_threads'] = "Can delete own threads?";
 124  $l['can_edit_attachments'] = "Can update own attachments?";
 125  $l['can_view_deletion_notices'] = "Can view deletion notices?";
 126  $l['account_management'] = "Account Management";
 127  $l['edit_time_limit'] = "Edit Time Limit";
 128  $l['edit_time_limit_desc'] = "The number of minutes until regular users cannot edit their own posts (if they have the permission). Enter 0 (zero) for no limit.";
 129  $l['can_be_reported'] = "Can be reported (profile, posts and reputation)?";
 130  $l['can_be_invisible'] = "Can this group hide their Online Status?";
 131  $l['can_access_usercp'] = "Can access User CP?";
 132  $l['can_change_username'] = "Can change username?";
 133  $l['can_change_website'] = "Can change website?";
 134  $l['can_use_usertitles'] = "Can use custom user titles?";
 135  $l['can_upload_avatars'] = "Can upload avatars?";
 136  $l['can_use_signature'] = "Can add a signature?";
 137  $l['can_use_signature_posts'] = "Can add a signature after x posts?";
 138  $l['required_posts'] = "Required Post Count Before Signature Can Be Added:";
 139  $l['required_posts_desc'] = "Here you can enter the minimum number of posts a user must have before they can add a signature. If set to 0, users can add a signature at any post count.";
 140  $l['uses_no_follow'] = "Signature links have nofollow enabled?";
 141  $l['reputation_system'] = "Reputation System";
 142  $l['can_use_pms'] = "Can use private messaging?";
 143  $l['can_send_pms'] = "Can send private messages?";
 144  $l['can_track_pms'] = "Can track sent private messages?";
 145  $l['can_deny_reciept'] = "Can deny message receipt notifications?";
 146  $l['can_override_pms'] = "Can send private messages even if recipients have them disabled?";
 147  $l['message_quota'] = "Message Quota:";
 148  $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.";
 149  $l['max_recipients'] = "Maximum Recipients Per Message:";
 150  $l['max_recipients_desc'] = "Maximum number of recipients a user can send a private message to at one time. If empty, users can send private messages to an unlimited number of recipients.";
 151  $l['show_reputations'] = "Show reputations for users in this group?";
 152  $l['can_give_reputation'] = "Can give reputations to users?";
 153  $l['can_delete_own_reputation'] = "Can delete own given reputations?";
 154  $l['points_to_award_take'] = "Points to Award/Take Away:";
 155  $l['points_to_award_take_desc'] = "Here you need to enter the number of points to give or take away on each reputation given by users of this group.";
 156  $l['max_reputations_daily'] = "Maximum Reputations Allowed Per Day:";
 157  $l['max_reputations_daily_desc'] = "Here you can enter the maximum number of reputations that users in this group can give per day. To allow unlimited reputations per day, enter 0.";
 158  $l['max_reputations_perthread'] = "Maximum Reputations Allowed Per Thread:";
 159  $l['max_reputations_perthread_desc'] = "When 'Allow Post Reputation' is allowed, you can set the maximum amount of reputations that users in this group can give to the same user, in the same thread, per day, in the box below. To allow unlimited reputations for a user, per thread, enter 0.";
 160  $l['max_reputations_peruser'] = "Maximum Reputations Allowed Per User:";
 161  $l['max_reputations_peruser_desc'] = "Along with a per thread maximum, you can enter a maximum number of reputations that users in this group can give to the same user per day. To allow unlimited reputations for a user, enter 0.";
 162  $l['warning_system'] = "Warning System";
 163  $l['can_send_warnings'] = "Can send warnings to other users?";
 164  $l['can_receive_warnings'] = "Can receive warnings from other users?";
 165  $l['warnings_per_day'] = "Maximum Warnings Allowed Per Day. If set to 0, there is no limit.";
 166  $l['private_messaging'] = "Private Messaging";
 167  $l['calendar'] = "Calendar";
 168  $l['can_view_calendar'] = "Can view calendar?";
 169  $l['can_post_events'] = "Can post calendar events?";
 170  $l['can_bypass_event_moderation'] = "Can bypass calendar event moderation queue?";
 171  $l['can_moderate_events'] = "Can moderate calendar events?";
 172  $l['whos_online'] = "Who's Online";
 173  $l['can_view_whos_online'] = "Can view who's online?";
 174  $l['can_view_invisible'] = "Can view invisible users?";
 175  $l['can_view_ips'] = "Can view IP addresses on who's online?";
 176  $l['can_view_member_list'] = "Can view member list?";
 177  $l['show_in_birthday_list'] = "Can be shown in the birthday list?";
 178  $l['can_email_users'] = "Can send threads to friends and email users?";
 179  $l['can_email_users_override'] = "Can email users even if they appear on their ignore list?";
 180  $l['max_emails_per_day'] = "Maximum Emails Per Day:";
 181  $l['max_emails_per_day_desc'] = "The maximum number of emails users can send using the 'Email User' and 'Send Thread to Friend' features. If set to 0, there is no limit.";
 182  $l['email_flood_time'] = "Email Flood Time:";
 183  $l['email_flood_time_desc'] = "The number of minutes a user must wait after sending an email before they can send another. If set to 0, there is no wait.";
 184  $l['forum_post_options'] = "Forums & Posts";
 185  $l['user_options'] = "Users";
 186  $l['can_manage_announce'] = "Can manage announcements?<br /><small>Please note that forum moderators must be assigned to at least one forum in order to manage announcements.</small>";
 187  $l['can_manage_mod_queue'] = "Can manage moderator queue?<br /><small>Please note that forum moderators must be assigned to at least one forum in order to manage the moderator queue.</small>";
 188  $l['can_manage_reported_content'] = "Can manage reported content?<br /><small>Please note that forum moderators must be assigned to at least one forum in order to manage reported content.</small>";
 189  $l['can_view_mod_logs'] = "Can view moderator logs?<br /><small>Please note that forum moderators must be assigned to at least one forum in order to view the moderator logs.</small>";
 190  $l['can_edit_profiles'] = "Can edit profiles?<br /><small>Please note that forum moderators cannot edit the profiles of super moderators or administrators regardless of this permission.</small>";
 191  $l['can_ban_users'] = "Can ban users?<br /><small>Please note that forum moderators cannot ban super moderators or administrators regardless of this permission.</small>";
 192  $l['can_view_warnlogs'] = "Can view warning logs?";
 193  $l['can_use_ipsearch'] = "Can use IP search?";
 194  $l['outstanding_join_request'] = "outstanding join requests";
 195  
 196  $l['no_join_requests'] = "There are no outstanding join requests for this user group.";
 197  $l['no_assigned_leaders'] = "You haven't assigned any users as leaders of this group yet. To create a leader for this group, fill in the form below.";
 198  
 199  $l['error_missing_title'] = "You did not enter a title for this new user group.";
 200  $l['error_invalid_user_group'] = "You have selected an invalid user group.";
 201  $l['error_invalid_join_request'] = "You have selected an invalid join request.";
 202  $l['error_invalid_username'] = "The username you entered is invalid.";
 203  $l['error_already_leader'] = "The user is already a leader of this user group.";
 204  $l['error_invalid_group_leader'] = "You specified an invalid group leader.";
 205  $l['error_missing_namestyle_username'] = "The username style must contain {username}";
 206  $l['error_disallowed_namestyle_username'] = "You can't use script, meta or base tags in the username style.";
 207  $l['error_default_group_delete'] = "Default groups cannot be deleted";
 208  $l['error_cannot_have_both_types'] = "You cannot have a joinable group that is both moderated and invite only. Please choose one or the other.";
 209  
 210  $l['success_group_created'] = "The new user group has been created successfully.";
 211  $l['success_group_updated'] = "The selected user group has been updated successfully.";
 212  $l['success_group_created_duplicate_title'] = "The new user group has been created successfully. Please note that there are multiple user groups named \"{1}\".";
 213  $l['success_group_updated_duplicate_title'] = "The selected user group has been updated successfully. Please note that there are multiple user groups named \"{1}\".";
 214  $l['success_group_deleted'] = "The selected user group has been deleted successfully.";
 215  $l['success_groups_disporder_updated'] = "The user group display orders have been updated successfully.";
 216  $l['success_join_request_approved'] = "The selected join request has been approved successfully. The user is now a member of this user group.";
 217  $l['success_join_request_denied'] = "The selected join request has been denied successfully.";
 218  $l['success_selected_requests_approved'] = "The selected join requests have been approved successfully. The users are now part of this group.";
 219  $l['success_selected_requests_denied'] = "The selected join requests have been denied successfully.";
 220  $l['success_user_made_leader'] = "was successfully made a group leader for this user group.";
 221  $l['success_group_leader_updated'] = "The selected group leader has been updated successfully.";
 222  $l['success_group_leader_deleted'] = "The selected user has been removed from the group leaders list for this group successfully.";
 223  
 224  $l['confirm_group_deletion'] = "Are you sure you want to delete this user group?";
 225  $l['confirm_group_leader_deletion'] = "Are you sure you want to delete this group leader?";
 226  


2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup Cross-referenced by PHPXref