mirror of
https://github.com/e107inc/e107.git
synced 2025-02-24 16:52:43 +01:00
40 lines
1.4 KiB
PHP
40 lines
1.4 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("DBVLAN_1", "Unable to read the sql datafile<br /><br />Please ensure the file <b>core_sql.php</b> exists in the <b>/e107_core/sql</b> directory.");
|
|
// define("DBLAN_2", "Verifying all");
|
|
|
|
define("DBVLAN_4", "Table");
|
|
define("DBVLAN_5", "Field");
|
|
define("DBVLAN_6", "Status");
|
|
define("DBVLAN_7", "Notes");
|
|
define("DBVLAN_8", "Mismatch");
|
|
define("DBVLAN_9", "Currently");
|
|
define("DBVLAN_10", "should be");
|
|
define("DBVLAN_11", "Field missing!");
|
|
define("DBVLAN_12", "Extra Field!");
|
|
define("DBVLAN_13", "Table missing!");
|
|
define("DBVLAN_14", "Choose table(s) to validate");
|
|
define("DBVLAN_15", "Start Verify");
|
|
define("DBVLAN_16", "SQL Verification");
|
|
|
|
define("DBVLAN_19", "Attempt to Fix");
|
|
|
|
define("DBVLAN_21", "Fix Selected Items");
|
|
define("DBVLAN_22", "[x] is not readable");
|
|
define("DBVLAN_23", "Database Utilities");
|
|
define("DBVLAN_24", "Please select action.");
|
|
define("DBVLAN_25", "Index missing!");
|
|
define("DBVLAN_26", "[x] table(s) have problems.");
|
|
|
|
// IMPORTANT NOTE: DBLAN has been replaced by DBBLAN in this file since 0.7 due to conflicts with db.php
|
|
|
|
?>
|