Ignore:
Timestamp:
10/20/08 00:59:18 (4 years ago)
Author:
hverton
Message:

removed the v7.1 batch upgrade module. Not needed for v7.2
fixed lots of small issues that surfaced while testing installation and upgrades of v7.2
several small layout and consistency fixes

File:
1 edited

Legend:

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

    r1883 r1885  
    30343034        $localestrings['ac04'] = "Installed Modules"; 
    30353035        $localestrings['ac05'] = "Webmaster Toolbox"; 
     3036        $localestrings['banned'] = "The website administrator has banned your IP address\nfrom accessing this website"; 
    30363037        $localestrings['https'] = "This website allows only logins secured by HTTPS"; 
    30373038        $localestrings['sysusr'] = "Automatic Post"; 
     
    37463747if (!defined('LP_COUNTRIES')) define('LP_COUNTRIES', "us|gb|ca|au|nz|in|za|ir|mt|hk|pr"); 
    37473748if (!defined('LP_VERSION')) define('LP_VERSION', "7.20"); 
    3748 if (!defined('LP_DATE')) define('LP_DATE', "1224441621"); 
     3749if (!defined('LP_DATE')) define('LP_DATE', "1224445621"); 
    37493750$lp_date = LP_DATE; 
    37503751 
Note: See TracChangeset for help on using the changeset viewer.