Changeset 1182 in ExiteCMS for trunk/files/locales/en.main.global.php


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

Location:
trunk/files/locales
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/files/locales

    • Property svn:ignore set to
      *.php
  • trunk/files/locales/en.main.global.php

    r1145 r1182  
    33// locale       : English 
    44// locale name  : main.global 
    5 // generated on : Wed Nov 21 2007, 16:35:07 CET 
     5// generated on : Tue Dec 25 2007, 15:30:41 CET 
    66// translators  : ExiteCMS team,WanWizard 
    77// ---------------------------------------------------------- 
     
    4141$locale['039'] = "There are %u unread posts in %u threads."; 
    4242$locale['039a'] = "There is 1 unread post in 1 thread."; 
     43$locale['039b'] = "There are %u unread posts in 1 thread."; 
    4344$locale['040'] = "Posted by "; 
    4445$locale['041'] = "on "; 
Note: See TracChangeset for help on using the changeset viewer.