Ignore:
Timestamp:
12/25/07 17:32:57 (4 years ago)
Author:
hverton
Message:

added support for multiple panels per module
updated English locale file
update dbsetup_include.php
files in the template cache now have a more logical name
after login, check if the user theme exists before selecting it. If not, fall back to the site default. If this theme doesn't exist either, terminate with an error message
new CSS tag for optgroups

File:
1 edited

Legend:

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

    r1173 r1182  
    746746    $localestrings['472'] = "Panel content not defined"; 
    747747    $localestrings['473'] = "Panel filename not defined"; 
     748    $localestrings['474'] = "Module:"; 
    748749    $localestrings['480'] = "Update Panel"; 
    749750    $localestrings['481'] = "Could not update Panel"; 
     
    24142415    $localestrings['039'] = "There are %u unread posts in %u threads."; 
    24152416    $localestrings['039a'] = "There is 1 unread post in 1 thread."; 
     2417    $localestrings['039b'] = "There are %u unread posts in 1 thread."; 
    24162418    $localestrings['040'] = "Posted by "; 
    24172419    $localestrings['041'] = "on "; 
Note: See TracChangeset for help on using the changeset viewer.