[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/admin/ -> tools_optimizedb.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['optimize_database'] = "Optimize Database";
   9  
  10  $l['table_selection'] = "Table Selection";
  11  $l['tables_select_desc'] = "You may select the database tables you wish to perform this action on here. Hold down CTRL to select multiple tables.";
  12  $l['select_all'] = "Select All";
  13  $l['deselect_all'] = "Deselect All";
  14  $l['select_forum_tables'] = "Select Forum Tables";
  15  $l['optimize_selected_tables'] = "Optimize Selected Tables";
  16  
  17  $l['error_no_tables_selected'] = "You did not select any database tables to optimize.";
  18  
  19  $l['success_tables_optimized'] = "The selected tables have been optimized and analyzed successfully.";
  20  


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