*** empty log message ***

This commit is contained in:
sebastian 2005-06-02 11:29:47 +00:00
parent 4be5d1b783
commit 6665b9f379
13 changed files with 545 additions and 741 deletions

View file

@ -462,14 +462,18 @@ $ui_fmask = array(
'type' => 'select',
'label' => 'Language',
'options' => array(
'en_GB' => 'English (GB)',
'nl_NL' => 'Nederlands (NL)',
'ar_JO' => 'Arabic(JO)',
'am_AM' => 'Armenian(AM)',
'en_UK' => 'English (UK)',
'en_US' => 'English (US)',
'es_CO' => 'Español (CO)',
'cz_CZ' => 'Česky (CZ)',
'de_DE' => 'Deutsch (DE)',
'hu_HU' => 'Magyar (HU)',
'nl_NL' => 'Nederlands (NL)',
'sr_CS' => 'Srpski (CS)',
'es_CO' => "Español (CO)"
)
'ru_RU' => 'Russia(RU)'
)
)
),