Show
Ignore:
Timestamp:
08/29/06 12:34:21 (6 years ago)
Author:
max-horvath
Message:

"2006-08-29 Max Horvath <max.horvath@…>

  • Cleaned up PHPdoc tags
  • Updated german translation
  • Updated portuguese translation, thanks to Gabriel Hahmann
  • Added spanish translation, thanks to Ricardo Jose Guevara Ochoa"
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/config.php

    r1079 r1084  
    186186 * Note that even if your system uses locales like fr_CA.UTF8, you do not need 
    187187 * 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. 
    190191 */ 
    191192$AVAIL_LOCALE_ARRAY = array('fr_CA' => 'Français', 
    192193                            'en_US' => 'English', 
    193194                            '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' => '日本語'); 
    196198 
    197199/**