Zeile 3 | Zeile 3 |
---|
* MyBB 1.2 English Language Pack * Copyright © 2006 MyBB Group, All Rights Reserved *
|
* MyBB 1.2 English Language Pack * Copyright © 2006 MyBB Group, All Rights Reserved *
|
* $Id$
| * $Id: dbtools.lang.php 3504 2007-11-22 18:08:48Z Tikitiki $
|
*/
$l['nav_db_tools'] = "Database Tools";
| */
$l['nav_db_tools'] = "Database Tools";
|
Zeile 36 | Zeile 36 |
---|
$l['select_forum_tables'] = "Select Forum Tables"; $l['perform_backup'] = "Perform Backup"; $l['sequential_backup'] = "Perform a sequential backup?";
|
$l['select_forum_tables'] = "Select Forum Tables"; $l['perform_backup'] = "Perform Backup"; $l['sequential_backup'] = "Perform a sequential backup?";
|
| $l['utf8_conversion'] = "UTF-8 Conversion"; $l['converting_to_utf8'] = "MyBB is currently converting \"{1}\" table to UTF-8 language encoding from {2} encoding."; $l['convert_to_utf'] = "You are about to convert the \"{1}\" table to UTF-8 language encoding from {2} encoding."; $l['convert_all_to_utf'] = "You are about to convert ALL tables to UTF-8 language encoding from {1} encoding."; $l['notice_proccess_long_time'] = "This proccess may take up to several hours depending on the size of your forum and this table."; $l['please_wait'] = "Please wait..."; $l['converting_table'] = "Converting Table:"; $l['convert_table'] = "Convert Table:"; $l['convert_tables'] = "Convert All Tables:"; $l['convert_all'] = "Convert All"; $l['convert_database_table'] = "Convert Database Table"; $l['convert_database_tables'] = "Convert All Database Tables"; $l['table'] = "Table"; $l['status'] = "Status"; $l['convert_now'] = "Convert Now"; $l['error_invalid_table'] = "The specified table does not exist."; $l['success_table_converted'] = "The specified table \"{1}\" has been sucessfully converted to UTF-8.";
|
$l['tables_optimized'] = "The selected database tables have successfully been optimized."; $l['optimize_tables'] = "Optimize Database Tables";
|
$l['tables_optimized'] = "The selected database tables have successfully been optimized."; $l['optimize_tables'] = "Optimize Database Tables";
|
| $l['convert_to_utf8'] = "Convert to UTF-8";
|
$l['restore_database_desc'] = "Below is a list of the existing database backups stored in the MyBB backups directory."; $l['no_existing_backups'] = "There are currently no existing database backups stored in the MyBB backups directory."; $l['delete'] = "delete";
|
$l['restore_database_desc'] = "Below is a list of the existing database backups stored in the MyBB backups directory."; $l['no_existing_backups'] = "There are currently no existing database backups stored in the MyBB backups directory."; $l['delete'] = "delete";
|
$l['confirm_delete_text'] = "Are you sure you would like to delete the selected backup?<br >This process cannot be undone.";
| $l['confirm_delete_text'] = "Are you sure you would like to delete the selected backup?<br />This process cannot be undone.";
|
$l['backup_complete'] = "Backup generated successfully.<br /><br />The backup was saved to:<br />{1}<br /><br /><a href=\"{2}\">Download this backup</a>."; $l['backup_deleted'] = "Backup Deleted Successfully";
| $l['backup_complete'] = "Backup generated successfully.<br /><br />The backup was saved to:<br />{1}<br /><br /><a href=\"{2}\">Download this backup</a>."; $l['backup_deleted'] = "Backup Deleted Successfully";
|
Zeile 56 | Zeile 76 |
---|
$l['error_no_zlib'] = "The zlib library for PHP is not enabled, so your request could not be performed."; $l['error_download_no_file'] = "You did not specify a database backup to download, so your request could not be performed."; $l['error_download_fail'] = "An error occured while attempting to download your database backup.";
|
$l['error_no_zlib'] = "The zlib library for PHP is not enabled, so your request could not be performed."; $l['error_download_no_file'] = "You did not specify a database backup to download, so your request could not be performed."; $l['error_download_fail'] = "An error occured while attempting to download your database backup.";
|
| $l['error_db_encoding_not_set'] = "Your current setup of MyBB is not setup to use this tool yet. Please see <a href=\"http://wiki.mybboard.net/index.php/UTF8_Setup\">the wiki</a> for more information on how to set it up."; $l['error_all_tables_already_converted'] = "All tables have already been converted or are already in UTF-8 format.";
|
$l['note_cannot_write_backup'] = "Your backups directory (within the Admin CP directory) is not writable. You cannot save backups on the server.";
| $l['note_cannot_write_backup'] = "Your backups directory (within the Admin CP directory) is not writable. You cannot save backups on the server.";
|