[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

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

   1  <?php
   2  /**
   3   * MyBB 1.6 English Language Pack
   4   * Copyright 2010 MyBB Group, All Rights Reserved
   5   * 
   6   * $Id: tools_recount_rebuild.lang.php 5500 2011-07-19 08:58:09Z Tomm $
   7   */
   8  
   9  $l['recount_rebuild'] = "Recount &amp; Rebuild";
  10  $l['recount_rebuild_desc'] = "Here you can recount &amp; rebuild data to fix any synchronization errors in your forum.";
  11  
  12  $l['data_per_page'] = "Data Entries Per Page";
  13  $l['recount_stats'] = "Recount Statistics";
  14  $l['recount_stats_desc'] = "This will recount and update your forum statistics on the forum index and statistics pages.";
  15  $l['rebuild_forum_counters'] = "Rebuild Forum Counters";
  16  $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.";
  17  $l['rebuild_thread_counters'] = "Rebuild Thread Counters";
  18  $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.";
  19  $l['recount_user_posts'] = "Recount User Post Counts";
  20  $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.";
  21  $l['rebuild_attachment_thumbs'] = "Rebuild Attachment Thumbnails";
  22  $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.";
  23  
  24  $l['success_rebuilt_forum_counters'] = "The forum counters have been rebuilt successfully.";
  25  $l['success_rebuilt_thread_counters'] = "The thread counters have been rebuilt successfully.";
  26  $l['success_rebuilt_user_counters'] = "The user posts count have been recounted successfully.";
  27  $l['success_rebuilt_attachment_thumbnails'] = "The attachment thumbnails have been rebuilt successfully.";
  28  $l['success_rebuilt_forum_stats'] = "The forum statistics have been rebuilt successfully.";
  29  
  30  $l['confirm_proceed_rebuild'] = "Click \"Proceed\" to continue the recount and rebuild process.";
  31  $l['automatically_redirecting'] = "Automatically Redirecting...";
  32  
  33  ?>


Generated: Tue Oct 8 19:19:50 2013 Cross-referenced by PHPXref 0.7.1