0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
b2evolution
/
4.1.5b-1.bak
/
standard
/
htdocs
/
locales
/
en_US
/
[
Home
]
File: en-CA.locale.php
<?php /** * Locale definition * * IMPORTANT: Try to keep the locale names short, they take away valuable space on the screen! * * Documentation of the keys: * - 'messages': The directory where the locale's files are. (may seem redundant but allows to have fr-FR and fr-CA * tap into the same language file.) * - 'charset': Character set of the locale's messages files. */ $locale_defs['en-CA'] = array( 'name' => NT_('English (CA) latin1'), 'charset' => 'iso-8859-1', 'datefmt' => 'm/d/y', 'timefmt' => 'h:i:s a', 'startofweek' => 0, 'messages' => 'en_CA', ); ?>