<?php /** * MyBB 1.6 English Language Pack * Copyright 2010 MyBB Group, All Rights Reserved * * $Id: tools_optimizedb.lang.php 5297 2010-12-28 22:01:14Z Tomm $ */ $l['optimize_database'] = "Optimize Database"; $l['table_selection'] = "Table Selection"; $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."; $l['select_all'] = "Select All"; $l['deselect_all'] = "Deselect All"; $l['select_forum_tables'] = "Select Forum Tables"; $l['optimize_selected_tables'] = "Optimize Selected Tables"; $l['error_no_tables_selected'] = "You did not select any database tables to optimize."; $l['success_tables_optimized'] = "The selected tables have been optimized and analyzed successfully."; ?>