1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-03 11:22:40 +02:00

Bugtracker #3557 - Hard-coded LANs in footer

This commit is contained in:
e107steved
2007-08-13 19:56:46 +00:00
parent 74b010a5b7
commit e2ce05fbbc
3 changed files with 36 additions and 18 deletions

View File

@@ -4,8 +4,8 @@
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/English.php,v $
| $Revision: 1.2 $
| $Date: 2007-05-28 18:02:47 $
| $Revision: 1.3 $
| $Date: 2007-08-13 19:56:41 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@@ -31,6 +31,20 @@ define("CORE_LAN8", "Core Prefs Error");
define("CORE_LAN9", "Core could not restore from automatic backup. Execution halted.");
define("CORE_LAN10", "Corrupted cookie detected - logged out.");
// Footer
define("CORE_LAN11", "Render time: ");
define("CORE_LAN12", " sec (");
define("CORE_LAN13", " % of that for queries)");
define("CORE_LAN14", "%2.3f cpu sec (%2.2f%% load, %2.3f startup). Clock: ");
define("CORE_LAN15", "DB queries: ");
define("CORE_LAN16", "Memory: ");
define("CORE_LAN_B", "b");
define("CORE_LAN_KB", "kb");
define("CORE_LAN_MB", "Mb");
define("CORE_LAN_GB", "Gb");
define("CORE_LAN_TB", "Tb");
define("LAN_WARNING", "Warning!");
define("LAN_ERROR", "Error");