Changeset 1068

Show
Ignore:
Timestamp:
05/26/06 02:40:54 (7 years ago)
Author:
fproulx
Message:

2006-05-26 François Proulx <francois.proulx@…>

  • Added Japanese translation .po file (Thanks to taedu AT ninjin-net DOT net)
Location:
trunk/wifidog-auth
Files:
4 added
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/CHANGELOG

    r1067 r1068  
     12006-05-26 François Proulx <francois.proulx@gmail.com> 
     2        * Added Japanese translation .po file (Thanks to taedu AT ninjin-net DOT net) 
     3 
    142006-05-24 François Proulx <francois.proulx@gmail.com> 
    25        * Stylesheet changes for left_area_bottom content block. 
  • trunk/wifidog-auth/wifidog/config.php

    r1065 r1068  
    186186                            'en_US' => 'English', 
    187187                            'de_DE' => 'Deutsch', 
     188                            'ja_JP' => '日本語 (Japanese)', 
    188189                            'pt_PT' => 'Português'); 
    189190 
     
    322323 
    323324define('EMAIL_MAILER', 'mail'); // "mail", "sendmail", or "smtp" 
    324    
     325 
    325326// Valid only for SMTP 
    326327define('EMAIL_HOST', '');