[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/admin/ -> tools_recount_rebuild.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['recount_rebuild'] = "Recount &amp; Rebuild";
   9  $l['recount_rebuild_desc'] = "Here you can recount &amp; rebuild data to fix any synchronization errors in your forum.";
  10  
  11  $l['data_per_page'] = "Data Entries Per Page";
  12  $l['recount_stats'] = "Recount Statistics";
  13  $l['recount_stats_desc'] = "This will recount and update your forum statistics on the forum index and statistics pages.";
  14  $l['recount_reputation'] = "Recount Reputation";
  15  $l['recount_reputation_desc'] = "This will recount the reputation of each user.";
  16  $l['recount_warning'] = "Recount Warning Points";
  17  $l['recount_warning_desc'] = "This will recount the active warning points of each user.";
  18  $l['recount_private_messages'] = "Recount Private Messages";
  19  $l['recount_private_messages_desc'] = "This will recount the private message count for each user.";
  20  $l['recount_referrals'] = "Recount Referrals";
  21  $l['recount_referrals_desc'] = "This will recount the referral count of each user.";
  22  $l['recount_thread_ratings'] = "Recount Thread Ratings";
  23  $l['recount_thread_ratings_desc'] = "This will recount the rating of each thread.";
  24  $l['rebuild_forum_counters'] = "Rebuild Forum Counters";
  25  $l['rebuild_forum_counters_desc'] = "When this is run, the post/thread counters and last post of each forum will be updated to reflect the correct values.";
  26  $l['rebuild_thread_counters'] = "Rebuild Thread Counters";
  27  $l['rebuild_thread_counters_desc'] = "When this is run, the post/view counters and last post of each thread will be updated to reflect the correct values.";
  28  $l['rebuild_poll_counters'] = "Rebuild Poll Counters";
  29  $l['rebuild_poll_counters_desc'] = "When this is run, the vote counters and total number of votes of each poll will be updated to reflect the correct values.";
  30  $l['recount_user_posts'] = "Recount User Post Counts";
  31  $l['recount_user_posts_desc'] = "When this is run, the post count for each user will be updated to reflect its current live value based on the posts in the database, and forums that have post count disabled.";
  32  $l['recount_user_threads'] = "Recount User Thread Counts";
  33  $l['recount_user_threads_desc'] = "When this is run, the thread count for each user will be updated to reflect its current live value based on the threads in the database, and forums that have thread count disabled.";
  34  $l['rebuild_attachment_thumbs'] = "Rebuild Attachment Thumbnails";
  35  $l['rebuild_attachment_thumbs_desc'] = "This will rebuild attachment thumbnails to ensure they're using the current width and height dimensions and will also rebuild missing thumbnails.";
  36  
  37  $l['success_rebuilt_forum_counters'] = "The forum counters have been rebuilt successfully.";
  38  $l['success_rebuilt_thread_counters'] = "The thread counters have been rebuilt successfully.";
  39  $l['success_rebuilt_poll_counters'] = "The poll counters have been rebuilt successfully.";
  40  $l['success_rebuilt_user_post_counters'] = "The user posts count have been recounted successfully.";
  41  $l['success_rebuilt_user_thread_counters'] = "The user threads count have been recounted successfully.";
  42  $l['success_rebuilt_attachment_thumbnails'] = "The attachment thumbnails have been rebuilt successfully.";
  43  $l['success_rebuilt_forum_stats'] = "The forum statistics have been rebuilt successfully.";
  44  $l['success_rebuilt_reputation'] = "The user reputation has been rebuilt successfully.";
  45  $l['success_rebuilt_warning'] = "The user warning points have been rebuilt successfully.";
  46  $l['success_rebuilt_private_messages'] = "The user private message count has been recounted successfully.";
  47  $l['success_rebuilt_referral'] = "The user referral count have been recounted successfully.";
  48  $l['success_rebuilt_thread_ratings'] = "The thread ratings have been recounted successfully.";
  49  
  50  $l['confirm_proceed_rebuild'] = "Click \"Proceed\" to continue the recount and rebuild process.";
  51  $l['automatically_redirecting'] = "Automatically Redirecting&hellip;";
  52  


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