$_LANG['old_table_pre'] ='At first table prefixion';
$_LANG['new_table_pre'] ='New table prefixion';
$_LANG['use_new_pre'] ='Use the new table prefixion.';
$_LANG['notice_use_new_pre'] ='Only just can choose while recover all backups "Yes", otherwise it will can\'t be used that the table without backup .<Br/>you can also modify data/config.php in the $prefix to decide to use prefixion.';
$_LANG['upload_and_exe'] = 'Upload the sql file and execute.';
/* Prompting message */
$_LANG['fail_get_tables'] ='Obtain the backup datasheet failure.';
$_LANG['fail_open_file'] ='Open file failure.';
$_LANG['fail_remove'] ='Delete file failure.';
$_LANG['fail_get_content'] ='Obtain the datasheet contents failure.';
$_LANG['fail_upload'] ='Upload file failure.';
$_LANG['fail_upload_move'] ='Upload to move file failure.';
$_LANG['unrecognize_version'] ='Can\'t identify the ECShop version of the backup sql.';
$_LANG['unrecognize_mysql_version'] ='Can\'t identify the mysql version of the backup sql.';
$_LANG['mysql_version_error'] ='Current mysql version the %s and the mysql version of the backup data the %s is different, may appear a problem, are you sure import it?';
$_LANG['confirm_ver'] = 'Yes, please import it!';
$_LANG['unconfirm_ver'] = 'Cancel!';
$_LANG['version_error'] ='ECShop current version the %s and the backup data version the %s is different, the backup restore failure.';
$_LANG['not_sql_file'] ='This isn\'t a sql file, if the file is true, please change the file suffixal name as .sql.';
$_LANG['sqlfile_error'] ='You upload the file failure, the backup restore failure.';