mirror of
https://github.com/e107inc/e107.git
synced 2025-08-14 18:44:27 +02:00
new module creation
This commit is contained in:
33
e107_languages/English/admin/lan_db_verify.php
Normal file
33
e107_languages/English/admin/lan_db_verify.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_db_verify.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:40 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
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");
|
||||
?>
|
Reference in New Issue
Block a user