inital commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* MyBB 1.8 English Language Pack
|
||||
* Copyright 2014 MyBB Group, All Rights Reserved
|
||||
*
|
||||
*/
|
||||
|
||||
$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.";
|
||||
|
||||
Reference in New Issue
Block a user