mirror of
https://github.com/e107inc/e107.git
synced 2025-02-20 22:43:59 +01:00
36 lines
1.3 KiB
PHP
36 lines
1.3 KiB
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system - Language File.
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_db_verify.php,v $
|
|
| $Revision$
|
|
| $Date$
|
|
| $Author$
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
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");
|
|
define("DBLAN_22", " is not readable");
|
|
define("DBLAN_23", "Database Utilities");
|
|
define("DBLAN_24", "Please select action.");
|
|
?>
|