[ Index ] |
PHP Cross Reference of MyBB |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * MyBB 1.6 English Language Pack 4 * Copyright 2010 MyBB Group, All Rights Reserved 5 * 6 * $Id: tools_optimizedb.lang.php 5297 2010-12-28 22:01:14Z Tomm $ 7 */ 8 9 $l['optimize_database'] = "Optimize Database"; 10 11 $l['table_selection'] = "Table Selection"; 12 $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."; 13 $l['select_all'] = "Select All"; 14 $l['deselect_all'] = "Deselect All"; 15 $l['select_forum_tables'] = "Select Forum Tables"; 16 $l['optimize_selected_tables'] = "Optimize Selected Tables"; 17 18 $l['error_no_tables_selected'] = "You did not select any database tables to optimize."; 19 20 $l['success_tables_optimized'] = "The selected tables have been optimized and analyzed successfully."; 21 22 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Oct 8 19:19:50 2013 | Cross-referenced by PHPXref 0.7.1 |