1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 13:21:54 +02:00

Database Utilities administration ready;

Database Verification administration ready;
minor admin improvements
This commit is contained in:
secretr
2008-12-30 13:51:41 +00:00
parent d387caf6a1
commit 53cc80a9c0
12 changed files with 1208 additions and 744 deletions

View File

@@ -1,13 +1,10 @@
<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_cpage.php,v $
| $Revision: 1.4 $
| $Date: 2008-12-29 15:23:06 $
| $Author: secretr $
+----------------------------------------------------------------------------+
* Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
* $Id: lan_cpage.php,v 1.5 2008-12-30 13:51:41 secretr Exp $
*
* Admin Language File
*
*/
define("CUSLAN_1", "Title");
define("CUSLAN_2", "Type");

View File

@@ -1,50 +1,47 @@
<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_db.php,v $
| $Revision: 1.3 $
| $Date: 2007-03-15 15:55:08 $
| $Author: lisa_ $
+----------------------------------------------------------------------------+
* Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
* $Id: lan_db.php,v 1.4 2008-12-30 13:51:41 secretr Exp $
*
* Admin Language File
*
*/
define("DBLAN_1", "Core settings backed up in database.");
define("DBLAN_2", "Click button to save a backup of your e107 database");
define("DBLAN_2", "Select to save a backup of your e107 database");
define("DBLAN_3", "Backup SQL database");
define("DBLAN_4", "Click button to check validity of e107 database");
define("DBLAN_4", "Select to check validity of e107 database");
define("DBLAN_5", "Check database validity");
define("DBLAN_6", "Click button to optimize your e107 database");
define("DBLAN_6", "Select to optimize your e107 database");
define("DBLAN_7", "Optimize SQL database");
define("DBLAN_8", "Click button to backup your core settings");
define("DBLAN_8", "Select to backup your core settings");
define("DBLAN_9", "Backup core");
define("DBLAN_10", "Database Utilities");
define("DBLAN_11", "MySQL database");
define("DBLAN_12", "optimized");
define("DBLAN_13", "Back");
define("DBLAN_14", "Done");
define("DBLAN_15", "Click button to check for any available db updates");
define("DBLAN_15", "Select to check for any available db updates");
define("DBLAN_16", "Check for Updates");
define("DBLAN_17", "Pref. Name");
define("DBLAN_18", "Pref. Value");
define("DBLAN_19", "Click button to open the preferences editor (for advanced users only)");
define("DBLAN_19", "Select to open the preferences editor (for advanced users only)");
define("DBLAN_20", "Preferences Editor");
define("DBLAN_21", "Delete Checked");
define("DBLAN_22", "Plugin: View and Scan");
define("DBLAN_22", "Plugin View and Scan");
define("DBLAN_23", "Scan Completed");
define("DBLAN_24", "Name");
define("DBLAN_25", "Directory");
define("DBLAN_26", "Included add-ons");
define("DBLAN_27", "Installed");
define("DBLAN_28", "Click button to scan plugin directories for changes");
define("DBLAN_28", "Select to scan plugin directories for changes");
define("DBLAN_29", "Scan plugin directories");
define("DBLAN_30", " (If an addon shows an error, check for characters outside the PHP opening/closing tags)");
define("DBLAN_30", "If an addon shows an error, check for characters outside the PHP opening/closing tags.");
define("DBLAN_31", "Pass");
define("DBLAN_32", "Error");
define("DBLAN_33", "Inaccessible");
define("DBLAN_34", "Not checked");
define("DBLAN_35", "Click button to check validity of e107 database records");
define("DBLAN_35", "Select to check validity of e107 database records");
define("DBLAN_36", "Check database record validity");
define("DBLAN_37", "Choose table(s) to validate");
define("DBLAN_38", "Start Verify");
@@ -58,8 +55,11 @@ define("DBLAN_45", "Id Not Found!");
define("DBLAN_46", "Table Not Found!");
define("DBLAN_47", "delete");
define("DBLAN_48", "Delete Checked");
define("DBLAN_49", "no records present in the table, so nothing to validate");
define("DBLAN_49", "No records present in the table, so nothing to validate");
define("DBLAN_50", "Sql Record Validation");
define("DBLAN_51", "Execute Selected");
define("DBLAN_52", "Delete Duplicate"); //plugin scan
define("DBLAN_53", "Please select action.");
define("DBLAN_54", "No Validation errors found.");
?>

View File

@@ -4,9 +4,9 @@
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_db_verify.php,v $
| $Revision: 1.2 $
| $Date: 2007-05-29 18:53:07 $
| $Author: e107steved $
| $Revision: 1.3 $
| $Date: 2008-12-30 13:51:41 $
| $Author: secretr $
+----------------------------------------------------------------------------+
*/
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.");
@@ -31,4 +31,6 @@ define("DBLAN_19", "Attempt to Fix");
define("DBLAN_20", "Attempting to fix tables");
define("DBLAN_21", "Fix Selected Items");
define("DBLAN_22", " is not readable");
define("DBLAN_23", "Database Utilities");
define("DBLAN_24", "Please select action.");
?>