Changeset 1084 for trunk/wifidog-auth/wifidog/config.php
- Timestamp:
- 08/29/06 12:34:21 (6 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/wifidog/config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/config.php
r1079 r1084 186 186 * Note that even if your system uses locales like fr_CA.UTF8, you do not need 187 187 * to change this, ifidog will translate for you. 188 * @TODO: Setting an array of only one entry should disable the language select 189 * box. 188 * 189 * @todo Setting an array of only one entry should disable the language select 190 * box. 190 191 */ 191 192 $AVAIL_LOCALE_ARRAY = array('fr_CA' => 'Français', 192 193 'en_US' => 'English', 193 194 'de_DE' => 'Deutsch', 194 'ja_JP' => '日本語 (Japanese)', 195 'pt_PT' => 'Português'); 195 'es_ES' => 'Español', 196 'pt_BR' => 'Português', 197 'ja_JP' => '日本語'); 196 198 197 199 /**
