Ignore:
Timestamp:
11/07/07 16:57:20 (5 years ago)
Author:
root
Message:

removed empty locale index files
moved some locale settings (charset, country, dateinfo) from $locale to $settings
updated the modules and templates that used these variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/files/locales/English.main.global.php

    r1080 r1081  
    77*/ 
    88 
    9 // Locale Settings 
    10 setlocale(LC_TIME, "en_GB", "en","GB"); // Linux Server (Windows may differ) 
    11 $locale['country'] = "GB"; 
    12 $locale['charset'] = "iso-8859-1"; 
    13 $locale['tinymce'] = "en"; 
    14 $locale['phpmailer'] = "en"; 
    15  
    16 // Full & Short Months, Date info 
     9// Full & Short Months 
    1710$locale['months'] = "&nbsp|January|February|March|April|May|June|July|August|September|October|November|December"; 
    1811$locale['shortmonths'] = "&nbsp|Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sept|Oct|Nov|Dec"; 
    19 $locale['dateformat'] = "mm-dd-yyyy"; 
    20 $locale['datesequence'] = array("M", "D", "Y"); 
    2112 
    2213// Standard User Levels 
Note: See TracChangeset for help on using the changeset viewer.