inital commit

This commit is contained in:
2026-06-19 20:08:01 +06:00
commit 8a5abeeae4
13128 changed files with 3192007 additions and 0 deletions

View File

@@ -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.";