mirror of
https://github.com/e107inc/e107.git
synced 2025-08-21 05:41:58 +02:00
Issue #5465 Core language files converted. (excluding plugins)
This commit is contained in:
@@ -1,41 +1,36 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright (C) 2008-2013 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
* Copyright (C) 2008-2025 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_17", "Storage engine should be [x] but is [y]");
|
||||
define("DBVLAN_18", "Character set should be [x] but is [y]");
|
||||
|
||||
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.");
|
||||
|
||||
define("DBVLAN_27", "Table inconsistency");
|
||||
define("DBVLAN_28", "Not applicable");
|
||||
|
||||
// IMPORTANT NOTE: DBLAN has been replaced by DBVLAN in this file since 0.7 due to conflicts with db.php
|
||||
|
||||
return [
|
||||
'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.",
|
||||
'DBVLAN_4' => "Table",
|
||||
'DBVLAN_5' => "Field",
|
||||
'DBVLAN_6' => "Status",
|
||||
'DBVLAN_7' => "Notes",
|
||||
'DBVLAN_8' => "Mismatch",
|
||||
'DBVLAN_9' => "Currently",
|
||||
'DBVLAN_10' => "should be",
|
||||
'DBVLAN_11' => "Field missing!",
|
||||
'DBVLAN_12' => "Extra Field!",
|
||||
'DBVLAN_13' => "Table missing!",
|
||||
'DBVLAN_14' => "Choose table(s) to validate",
|
||||
'DBVLAN_15' => "Start Verify",
|
||||
'DBVLAN_16' => "SQL Verification",
|
||||
'DBVLAN_17' => "Storage engine should be [x] but is [y]",
|
||||
'DBVLAN_18' => "Character set should be [x] but is [y]",
|
||||
'DBVLAN_19' => "Attempt to Fix",
|
||||
'DBVLAN_21' => "Fix Selected Items",
|
||||
'DBVLAN_22' => "[x] is not readable",
|
||||
'DBVLAN_23' => "Database Utilities",
|
||||
'DBVLAN_24' => "Please select action.",
|
||||
'DBVLAN_25' => "Index missing!",
|
||||
'DBVLAN_26' => "[x] table(s) have problems.",
|
||||
'DBVLAN_27' => "Table inconsistency",
|
||||
'DBVLAN_28' => "Not applicable",
|
||||
];
|
||||
|
Reference in New Issue
Block a user