mirror of
https://github.com/e107inc/e107.git
synced 2025-02-23 08:15:39 +01:00
37 lines
1.2 KiB
PHP
37 lines
1.2 KiB
PHP
<?php
|
|
/*
|
|
* Copyright (C) 2008-2013 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
|
*
|
|
* Admin Language File
|
|
*
|
|
*/
|
|
|
|
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
|
|
|
|
?>
|