Changeset 1081 in ExiteCMS for trunk/files/locales/English.main.global.php
- Timestamp:
- 11/07/07 16:57:20 (5 years ago)
- File:
-
- 1 edited
-
trunk/files/locales/English.main.global.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/files/locales/English.main.global.php
r1080 r1081 7 7 */ 8 8 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 17 10 $locale['months'] = " |January|February|March|April|May|June|July|August|September|October|November|December"; 18 11 $locale['shortmonths'] = " |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");21 12 22 13 // Standard User Levels
Note: See TracChangeset
for help on using the changeset viewer.
