2006-12-02 04:36:16 +00:00
|
|
|
<?php
|
|
|
|
/*
|
|
|
|
+ ----------------------------------------------------------------------------+
|
|
|
|
| e107 website system - Language File.
|
|
|
|
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_db_verify.php,v $
|
2008-12-30 13:51:41 +00:00
|
|
|
| $Revision: 1.3 $
|
|
|
|
| $Date: 2008-12-30 13:51:41 $
|
|
|
|
| $Author: secretr $
|
2006-12-02 04:36:16 +00:00
|
|
|
+----------------------------------------------------------------------------+
|
|
|
|
*/
|
|
|
|
define("DBLAN_1", "Unable to read the sql datafile<br /><br />Please ensure the file <b>core_sql.php</b> exists in the <b>/admin/sql</b> directory.");
|
|
|
|
define("DBLAN_2", "Verifying all");
|
|
|
|
|
|
|
|
define("DBLAN_4", "Table");
|
|
|
|
define("DBLAN_5", "Field");
|
|
|
|
define("DBLAN_6", "Status");
|
|
|
|
define("DBLAN_7", "Notes");
|
|
|
|
define("DBLAN_8", "Mismatch");
|
|
|
|
define("DBLAN_9", "Currently");
|
|
|
|
define("DBLAN_10", "should be");
|
|
|
|
define("DBLAN_11", "Field missing");
|
|
|
|
define("DBLAN_12", "Extra Field!");
|
|
|
|
define("DBLAN_13", "Table missing!");
|
|
|
|
define("DBLAN_14", "Choose table(s) to validate");
|
|
|
|
define("DBLAN_15", "Start Verify");
|
|
|
|
define("DBLAN_16", "SQL Verification");
|
|
|
|
define("DBLAN_17", "Back");
|
|
|
|
define("DBLAN_18", "tables");
|
|
|
|
define("DBLAN_19", "Attempt to Fix");
|
|
|
|
define("DBLAN_20", "Attempting to fix tables");
|
|
|
|
define("DBLAN_21", "Fix Selected Items");
|
2007-05-29 18:53:07 +00:00
|
|
|
define("DBLAN_22", " is not readable");
|
2008-12-30 13:51:41 +00:00
|
|
|
define("DBLAN_23", "Database Utilities");
|
|
|
|
define("DBLAN_24", "Please select action.");
|
2006-12-02 04:36:16 +00:00
|
|
|
?>
|