[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/ -> modcp.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['nav_width'] = "180";
   9  $l['nav_modcp'] = "Mod CP";
  10  $l['nav_menu'] = "Menu";
  11  
  12  $l['mcp_nav_home'] = "Mod CP Home";
  13  $l['mcp_nav_forums'] = "Forums &amp; Posts";
  14  $l['mcp_nav_announcements'] = "Announcements";
  15  $l['mcp_nav_modqueue'] = "Moderation Queue";
  16  $l['mcp_nav_report_center'] = "Report Center";
  17  $l['mcp_nav_all_reports'] = "All Reports";
  18  $l['mcp_nav_modlogs'] = "Moderator Logs";
  19  $l['mcp_nav_users'] = "Users";
  20  $l['mcp_nav_editprofile'] = "Profile Editor";
  21  $l['mcp_nav_banning'] = "Banning";
  22  $l['mcp_nav_warninglogs'] = "Warning Logs";
  23  $l['mcp_nav_ipsearch'] = "IP Search";
  24  $l['mcp_nav_editing_ban'] = "Edit a Ban";
  25  $l['mcp_nav_ban_user'] = "Ban a User";
  26  $l['mcp_nav_modqueue_threads'] = "Thread Moderation Queue";
  27  $l['mcp_nav_modqueue_posts'] = "Post Moderation Queue";
  28  $l['mcp_nav_modqueue_attachments'] = "Attachment Moderation Queue";
  29  
  30  $l['modcp'] = "Moderator Control Panel";
  31  
  32  $l['view_all_reports'] = "View All Reports";
  33  $l['all_reports'] = "All Reports";
  34  $l['report_center'] = "Report Center";
  35  $l['post_id'] = "Post ID";
  36  $l['poster'] = "Poster";
  37  $l['thread'] = "Thread";
  38  $l['reporter'] = "Reporter";
  39  $l['report_reason'] = "Reason";
  40  $l['report_time'] = "Reported";
  41  $l['mark_read'] = "Mark Selected as Read";
  42  $l['no_reports'] = "There are currently no unread reports.";
  43  $l['no_logs'] = "No moderator actions are currently logged.";
  44  $l['error_noselected_reports'] = "Sorry, but you did not select any reported content to mark as read.";
  45  $l['error_missing_ipaddress'] = "Sorry, but you did not enter in an IP Address to find.";
  46  $l['error_no_results'] = "Sorry, there were no results found with the criteria you selected.";
  47  $l['redirect_reportsmarked'] = "The selected reported content have been marked as read.";
  48  $l['redirect_allreportsmarked'] = "All reported content has been marked as read.";
  49  $l['redirect_modnotes'] = "The moderator notes have been updated.";
  50  
  51  $l['for'] = "For";
  52  $l['report_info'] = "Reported Content";
  53  $l['report_type'] = "Report Reason";
  54  $l['report_count'] = "# of Reports";
  55  $l['report_lastpost'] = "Last Reported";
  56  
  57  $l['report_reason_other'] = "Other Reason";
  58  
  59  $l['report_info_post'] = "A <a href=\"{1}\">Post</a> by {2}";
  60  $l['report_info_post_thread'] = "<br /><span class=\"smalltext\">In <a href=\"{1}\">{2}</a></span>";
  61  $l['report_info_profile'] = "Profile of {1}";
  62  $l['report_info_reputation'] = "<a href=\"{1}\">Reputation</a> from {2}";
  63  $l['report_info_rep_profile'] = "<br /><span class=\"smalltext\">On {1}'s profile</span>";
  64  $l['report_info_lastreporter'] = "{1}<br />by {2}";
  65  
  66  $l['page_selected'] = "All <strong>{1}</strong> unread reports on this page are selected.";
  67  $l['all_selected'] = "All <strong>{1}</strong> unread reports are selected.";
  68  $l['select_all'] = "Select all <strong>{1}</strong> unread reports.";
  69  $l['clear_selection'] = "Clear Selection.";
  70  
  71  $l['moderator_notes'] = "Moderator Notes";
  72  $l['notes_public_all'] = "These notes are public to all moderators.";
  73  $l['save_notes'] = "Save Notes";
  74  $l['bans_ending_soon'] = "Bans Ending Soon";
  75  $l['latest_5_modactions'] = "5 Latest Moderator Actions";
  76  $l['awaiting_moderation'] = "Awaiting Moderation";
  77  $l['type'] = "Type";
  78  $l['number_awaiting'] = "Number Awaiting";
  79  $l['latest'] = "Latest";
  80  $l['ipsearch'] = "IP Search";
  81  $l['ipsearch_results'] = "IP Search Results for '{1}'";
  82  $l['ipaddress_search'] = "IP Address Search";
  83  $l['ipaddress_misc_info'] = "Misc. Information for '{1}'";
  84  $l['ipaddress_host_name'] = "Host Name:";
  85  $l['ipaddress_location'] = "GeoIP Location:";
  86  $l['search_users'] = "Search Users";
  87  $l['search_posts'] = "Search Posts";
  88  $l['ip_address'] = "IP Address:";
  89  $l['result'] = "Result";
  90  $l['ipresult_regip'] = "Registration IP:";
  91  $l['ipresult_lastip'] = "Last Known IP:";
  92  $l['ipresult_post'] = "Post:";
  93  $l['subject'] = "Subject";
  94  $l['username'] = "Username";
  95  $l['ipaddress'] = "IP Address";
  96  $l['options'] = "Options:";
  97  $l['find'] = "Find";
  98  $l['modlogs'] = "Moderator Logs";
  99  $l['action'] = "Action";
 100  $l['all_moderators'] = "All Moderators";
 101  $l['ip'] = "IP Address";
 102  $l['info_on_ip'] = "Information on this IP Address";
 103  $l['search_ip_sfs']  = "Search this IP on Stop Forum Spam";
 104  $l['information']  = "Information";
 105  $l['filter_modlogs'] = "Filter Moderator Logs";
 106  $l['forum'] = "Forum";
 107  $l['post'] = "Post";
 108  $l['from_moderator'] = "From Moderator:";
 109  $l['na_deleted'] = "N/A - Been Deleted";
 110  $l['sort_by'] = "Sort by:";
 111  $l['forum_name'] = "Forum Name";
 112  $l['thread_subject'] = "Thread Subject";
 113  $l['in'] = "in";
 114  $l['order'] = "order";
 115  $l['asc'] = "Ascending";
 116  $l['desc'] = "Descending";
 117  $l['per_page'] = "Results Per Page:";
 118  $l['filter_logs'] = "Filter Logs";
 119  $l['error_no_log_results'] = "Sorry, there were no results found with the criteria you selected.";
 120  $l['find_users'] = "Search for Users";
 121  $l['users'] = "Users";
 122  $l['regdate'] = "Registration Date";
 123  $l['lastvisit'] = "Last Visit";
 124  $l['postnum'] = "Post Count";
 125  $l['username_contains'] = "Username contains:";
 126  $l['no_user_results'] = "No users were found with the specified search criteria.";
 127  $l['edit_profile'] = "Edit Profile of {1}";
 128  $l['birthday'] = "Date of Birth:";
 129  $l['title'] = "User Title:";
 130  $l['profile_required'] = "Required Fields";
 131  $l['remove_avatar'] = "Remove user's avatar?";
 132  $l['profile_optional'] = "Optional Fields";
 133  $l['website_url'] = "Website URL:";
 134  $l['birthdate'] = "Birthdate:";
 135  $l['icq_number'] = "ICQ Number:";
 136  $l['skype_id'] = "Skype ID:";
 137  $l['google_id'] = "Google Hangouts ID:";
 138  $l['away_notice_away'] = "You have been marked away since {1}";
 139  $l['away_notice'] = "This option will allow you to select whether you are away or not.";
 140  $l['additional_information'] = "Additional Information";
 141  $l['update_profile'] = "Update Profile";
 142  $l['custom_usertitle'] = "Custom User Title";
 143  $l['new_custom_usertitle'] = "New Custom User Title: (leave blank to use existing)";
 144  $l['custom_usertitle_note'] = "Here you can assign a custom user title which will overwrite the one based on users display group.";
 145  $l['default_usertitle'] = "Default User Title:";
 146  $l['current_custom_usertitle'] = "Current Custom User Title:";
 147  $l['revert_usertitle'] = "Revert to group default";
 148  $l['additional_contact_details'] = "Additional Contact Details";
 149  $l['current_username'] = "Username:";
 150  $l['away_information'] = "Away Information";
 151  $l['away_status'] = "Away Status:";
 152  $l['away_status_desc'] = "Allows you to leave an away message if you are going away for a while.";
 153  $l['im_away'] = "I'm Away";
 154  $l['im_here'] = "I'm Here";
 155  $l['away_reason'] = "Away Reason:";
 156  $l['away_reason_desc'] = "Allows you to enter a small description of why you are away  (max 200 characters).";
 157  $l['return_date'] = "Return Date:";
 158  $l['return_date_desc'] = "If you know when you will be back, you can enter your return date here.";
 159  $l['error_modcp_return_date_past'] = "You cannot return in the past!";
 160  $l['usergroup'] = "Primary Group";
 161  $l['redirect_user_updated'] = "The users profile has successfully been updated.";
 162  $l['posts_awaiting_moderation'] = "Posts Awaiting Moderation";
 163  $l['threads_awaiting_moderation'] = "Threads Awaiting Moderation";
 164  $l['attachments_awaiting_moderation'] = "Attachments Awaiting Moderation";
 165  $l['mod_queue'] = "Moderation Queue";
 166  $l['approve'] = "Approve";
 167  $l['ignore'] = "Ignore";
 168  $l['perform_actions'] = "Perform Actions";
 169  $l['author'] = "Author";
 170  $l['threads'] = "Threads";
 171  $l['posts'] = "Posts";
 172  $l['filename'] = "Filename";
 173  $l['thread_post'] = "Thread / Post";
 174  $l['permanent'] = "Permanent";
 175  $l['ban_error'] = "Error";
 176  $l['ban_banned'] = "Banned Users";
 177  $l['ban_user'] = "Ban a User";
 178  $l['reason'] = "Reason";
 179  $l['ban_username'] = "Username:";
 180  $l['ban_reason'] = "Reason:";
 181  $l['ban_length'] = "Length";
 182  $l['ban_remaining'] = "remaining";
 183  $l['ban_ending_imminently'] = "Ban Ending Imminently";
 184  $l['ban_bannedby'] = "Banned By";
 185  $l['ban_movegroup'] = "Move to Banned Group:";
 186  $l['ban_liftafter'] = "Lift Ban After:";
 187  $l['no_banned'] = "There are currently no banned users.";
 188  $l['no_banned_group'] = "There are currently no banned groups.";
 189  $l['redirect_banuser'] = "The user has successfully been banned.";
 190  $l['redirect_banuser_updated'] = "The user's ban has successfully been updated.";
 191  $l['invalid_username'] = "The username you entered was invalid. Please ensure you enter a valid username.";
 192  $l['error_useralreadybanned'] = "This user is already banned. You cannot ban a user more than once.";
 193  $l['error_cannotbanuser'] = "You cannot ban this user because they have higher permissions than you. Please contact your administrator if you wish to ban this user.";
 194  $l['error_cannotbanself'] = "You cannot ban yourself. Please enter another username.";
 195  $l['error_no_perm_to_ban'] = "You do not have permission to ban this user.";
 196  $l['error_nobanreason'] = "You did not enter a reason for this ban. Please enter a valid reason below.";
 197  $l['error_nobangroup'] = "You did not select a valid group to move this user to.";
 198  $l['edit_ban'] = "Edit Ban";
 199  $l['lift_ban'] = "Lift Ban";
 200  $l['ban'] = "Ban";
 201  $l['error_invalidban'] = "You have selected an invalid ban.";
 202  $l['redirect_banlifted'] = "The ban has successfully been lifted.";
 203  $l['mark_all_ignored'] = "Mark all as ignored";
 204  $l['mark_all_deletion'] = "Mark all for deletion";
 205  $l['mark_all_approved'] = "Mark all as approved";
 206  $l['meta_forum'] = "Forum:";
 207  $l['meta_thread'] = "Thread:";
 208  $l['mod_queue_empty'] = "All of the moderation queues are currently empty.";
 209  $l['mod_queue_threads_empty'] = "The thread moderation queue is currently empty.";
 210  $l['mod_queue_posts_empty'] = "The posts moderation queue is currently empty.";
 211  $l['mod_queue_attachments_empty'] = "The attachment moderation queue is currently empty.";
 212  $l['redirect_threadsmoderated'] = "The selected threads have been moderated.";
 213  $l['redirect_postsmoderated'] = "The selected posts have been moderated.";
 214  $l['redirect_attachmentsmoderated'] = "The selected attachments have been moderated.";
 215  $l['multi_approve_posts'] = "Selected Posts Approved";
 216  $l['multi_delete_posts'] = "Selected Posts Deleted Permanently";
 217  $l['multi_soft_delete_posts'] = "Selected Posts Soft Deleted";
 218  $l['multi_approve_threads'] = "Selected Threads Approved";
 219  $l['multi_delete_threads'] = "Selected Threads Deleted Permanently";
 220  $l['multi_soft_delete_threads'] = "Selected Threads Soft Deleted";
 221  $l['edited_user'] = "Edited User's Profile";
 222  $l['edited_user_info'] = "<strong>User:</strong> <a href=\"{2}\">{1}</a>";
 223  $l['edited_user_ban'] = "Edited User Ban";
 224  $l['banned_user'] = "Banned User";
 225  $l['lifted_ban'] = "Lifted User Ban";
 226  $l['no_bans_ending'] = "There are no bans ending soon.";
 227  
 228  $l['warning_logs'] = "Warning Logs";
 229  $l['warned_user'] = "Warned User";
 230  $l['warning'] = "Warning";
 231  $l['date_issued'] = "Date Issued";
 232  $l['expires'] = "Expires";
 233  $l['expiry_date'] = "Expiry Date";
 234  $l['issued_date'] = "Issued Date";
 235  $l['issued_by'] = "Issued By";
 236  $l['details'] = "Details";
 237  $l['filter_warning_logs'] = "Filter Warning Logs";
 238  $l['filter_warned_user'] = "Warned user:";
 239  $l['filter_issued_by'] = "Warning issued by:";
 240  $l['filter_reason'] = "Reason contains:";
 241  $l['view'] = "View";
 242  $l['no_warning_logs'] = "There are no warning logs to view.";
 243  $l['revoked'] = "Revoked ";
 244  $l['signature'] = "Signature";
 245  $l['suspend_signature'] = "<strong>Suspend this user's signature</strong>";
 246  $l['suspend_length'] = "Suspension length:";
 247  $l['mod_notes'] = "Moderator Notes";
 248  $l['moderation'] = "Moderator Options";
 249  $l['moderate_posts'] = "Moderate this user's posts";
 250  $l['suspend_posts'] = "Suspend this user's posting privileges";
 251  $l['modpost_length'] = "Moderate for:";
 252  $l['suspost_length'] = "Suspend for:";
 253  
 254  $l['moderateposts_for'] = "Moderated until {1}.<br />Untick this option to remove, or extend below.";
 255  $l['suspendposting_for'] = "Suspended until {1}.<br />Untick this option to remove, or extend below.";
 256  $l['suspendsignature_for'] = "Suspended until {1}.<br />Untick this option to remove, or extend below.";
 257  $l['suspendposting_perm'] = "Suspended permanently.<br />Untick this option to remove, or change below.";
 258  $l['moderateposts_perm'] = "Moderated permanently.<br />Untick this option to remove, or change below.";
 259  $l['suspendsignature_perm'] = "Suspended permanently.<br />Untick this option to remove, or change below.";
 260  $l['suspendsignature_error'] = "You selected to suspend this user's signature, but didn't enter a valid time period. Please enter a valid time to continue or untick the option to cancel.";
 261  $l['moderateposting_error'] = "You selected to moderate this user's posts, but didn't enter a valid time period. Please enter a valid time to continue or untick the option to cancel.";
 262  $l['suspendposting_error'] = "You selected to suspend this user's posts, but didn't enter a valid time period. Please enter a valid time to continue or untick the option to cancel.";
 263  $l['suspendmoderate_error'] = "You've selected to suspend and moderate the user's posts. Please select only one type of moderation.";
 264  
 265  $l['expire_hours'] = "hour(s)";
 266  $l['expire_days'] = "day(s)";
 267  $l['expire_weeks'] = "week(s)";
 268  $l['expire_months'] = "month(s)";
 269  $l['expire_permanent'] = "Permanent";
 270  
 271  $l['manage_announcement'] = "Manage Announcements";
 272  $l['forum_announcements'] = "Forum Announcements";
 273  $l['announcement'] = "Announcement";
 274  $l['controls'] = "Controls";
 275  $l['expired_announcement'] = "Expired Announcement";
 276  $l['active_announcement'] = "Active Announcement";
 277  $l['active'] = "Active";
 278  $l['expired'] = "Expired";
 279  $l['edit'] = "Edit";
 280  $l['add_announcement'] = "Add Announcement";
 281  $l['edit_announcement'] = "Edit Announcement";
 282  $l['no_forum_announcements'] = "There are currently no forum announcements on your board.";
 283  $l['no_global_announcements'] = "There are currently no global announcements on your board.";
 284  $l['add_global_announcement'] = "Add Global Announcement";
 285  $l['global_announcements'] = "Global Announcements";
 286  $l['title'] = "Title";
 287  $l['start_date'] = "Start Date";
 288  $l['time'] = "Time:";
 289  $l['end_date'] = "End Date";
 290  $l['never'] = "Never";
 291  $l['allow_html'] = "Allow HTML";
 292  $l['allow_mycode'] = "Allow MyCode";
 293  $l['allow_smilies'] = "Allow Smilies";
 294  $l['reset'] = "Reset";
 295  $l['january'] = "January";
 296  $l['february'] = "February";
 297  $l['march'] = "March";
 298  $l['april'] = "April";
 299  $l['may'] = "May";
 300  $l['june'] = "June";
 301  $l['july'] = "July";
 302  $l['august'] = "August";
 303  $l['september'] = "September";
 304  $l['october'] = "October";
 305  $l['november'] = "November";
 306  $l['december'] = "December";
 307  $l['delete_announcement'] = "Delete Announcement";
 308  $l['confirm_delete_announcement'] = "Are you sure you want to delete this announcement?";
 309  $l['redirect_add_announcement'] = "The announcement has been created.";
 310  $l['redirect_edit_announcement'] = "The announcement has been edited.";
 311  $l['redirect_delete_announcement'] = "The announcement has been deleted.";
 312  $l['error_missing_title'] = "You did not enter a title.";
 313  $l['error_missing_message'] = "You did not enter a message.";
 314  $l['error_missing_forum'] = "You did not select a forum.";
 315  $l['error_invalid_start_date'] = "The starting date for the announcement is invalid.";
 316  $l['error_invalid_end_date'] = "The ending date for the announcement is invalid.";
 317  $l['error_end_before_start'] = "The ending date must be after the start date.";
 318  $l['error_invalid_announcement'] = "The specified announcement is invalid.";
 319  
 320  $l['announcement_added'] = "Announcement Added";
 321  $l['announcement_edited'] = "Announcement Edited";
 322  $l['announcement_deleted'] = "Announcement Deleted";
 323  
 324  $l['preview'] = 'Preview';
 325  
 326  $l['you_cannot_view_mod_logs'] = "You do not have sufficient permission to view the Moderator Logs.";
 327  $l['you_cannot_view_reported_posts'] = "You do not have sufficient permission to view Reported Posts.";
 328  $l['you_cannot_manage_announcements'] = "You do not have sufficient permission to manage Announcements.";
 329  $l['you_cannot_moderate_threads'] = "You do not have sufficient permission to moderate threads.";
 330  $l['you_cannot_moderate_posts'] = "You do not have sufficient permission to moderate posts.";
 331  $l['you_cannot_moderate_attachments'] = "You do not have sufficient permission to moderate attachments.";
 332  $l['you_cannot_use_mod_queue'] = "You do not have sufficient permission to use the Mod Queue.";
 333  
 334  $l['post'] = 'Post';


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