2006-12-02 04:36:16 +00:00
< ? php
/*
2013-03-21 13:39:11 +01:00
* Copyright ( C ) 2008 - 2013 e107 Inc ( e107 . org ), Licensed under GNU GPL ( http :// www . gnu . org / licenses / gpl . txt )
*
* Admin Language File
*
2006-12-02 04:36:16 +00:00
*/
2013-03-21 13:39:11 +01:00
2013-01-23 13:23:10 -08:00
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. " );
2009-11-08 09:14:39 +00:00
// define("DBLAN_2", "Verifying all");
2006-12-02 04:36:16 +00:00
2011-06-08 03:16:47 +00:00
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 " );
2011-06-09 07:03:55 +00:00
2011-06-08 03:16:47 +00:00
define ( " DBVLAN_19 " , " Attempt to Fix " );
2011-06-09 07:03:55 +00:00
2011-06-08 03:16:47 +00:00
define ( " DBVLAN_21 " , " Fix Selected Items " );
2011-06-09 07:03:55 +00:00
define ( " DBVLAN_22 " , " [x] is not readable " );
2011-06-08 03:16:47 +00:00
define ( " DBVLAN_23 " , " Database Utilities " );
define ( " DBVLAN_24 " , " Please select action. " );
define ( " DBVLAN_25 " , " Index missing! " );
2011-06-09 07:03:55 +00:00
define ( " DBVLAN_26 " , " [x] table(s) have problems. " );
2011-06-08 03:16:47 +00:00
// IMPORTANT NOTE: DBLAN has been replaced by DBBLAN in this file since 0.7 due to conflicts with db.php
2006-12-02 04:36:16 +00:00
?>