Ignore:
Timestamp:
08/21/08 18:31:24 (4 years ago)
Author:
hverton
Message:

further setup updates
new dbsetup_include file
added an option to locale_load() to override the system locale

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/tools/language_pack_English.php

    r1660 r1661  
    32253225        $localestrings['434'] = "The Database '%s' does not exist or the database user has no rights to access it."; 
    32263226        $localestrings['435'] = "Insufficient rights to create new tables in database '%s'."; 
     3227        $localestrings['436'] = "(optional)"; 
    32273228        $localestrings['440'] = "Super Admin login details"; 
    32283229        $localestrings['441'] = "Username:"; 
     
    34223423if (!defined('LP_CHARSET')) define('LP_CHARSET', "iso-8859-1"); 
    34233424if (!defined('LP_VERSION')) define('LP_VERSION', "7.10"); 
    3424 if (!defined('LP_DATE')) define('LP_DATE', "1219327583"); 
    3425 $lp_date = "1219327583"; 
     3425if (!defined('LP_DATE')) define('LP_DATE', "1219335044"); 
     3426$lp_date = "1219335044"; 
    34263427 
    34273428/*---------------------------------------------------+ 
Note: See TracChangeset for help on using the changeset viewer.