0byt3m1n1
Path:
/
data
/
applications
/
aps
/
b2evolution
/
4.0.5-0
/
standard
/
htdocs
/
locales
/
en_US
/
[
Home
]
File: en-IL.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-IL'] = array( 'name' => NT_('English (IL) latin1'), 'charset' => 'iso-8859-1', 'datefmt' => 'Y-m-d', 'timefmt' => 'H:i:s', 'startofweek' => 1, 'messages' => 'en_IL', ); ?>