Show
Ignore:
Timestamp:
04/28/05 21:31:24 (8 years ago)
Author:
fproulx
Message:

2005-04-28 Fran�ois Proulx <francois.proulx@…>

  • More translations in .PO
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/classes/MainUI.php

    r594 r597  
    150150                        { 
    151151                                $html .= '<p>'._("Logged in as:").' '.$user->getUsername().'</p>'."\n"; 
    152                                 $html .= '<a class="administration" HREF="'.BASE_SSL_PATH.'?content=myprofile"><img class="administration" src="/images/profile.gif" border="0"> My profile</a>'."\n"; 
     152                                $html .= '<a class="administration" HREF="'.BASE_SSL_PATH.'?content=myprofile"><img class="administration" src="/images/profile.gif" border="0"> '._("My profile").'</a>'."\n"; 
    153153                 
    154154                $gw_id = $session->get(SESS_GW_ID_VAR); 
     
    157157                 
    158158                if($gw_id && $gw_address && $gw_port) 
    159                     $html .= '<a class="administration" HREF="'.BASE_SSL_PATH.'login/?logout=true&gw_id='.$gw_id.'&gw_address='.$gw_address.'&gw_port='.$gw_port.'"><img class="administration" src="/images/logout.gif" border="0"> Logout</a>'."\n"; 
     159                    $html .= '<a class="administration" HREF="'.BASE_SSL_PATH.'login/?logout=true&gw_id='.$gw_id.'&gw_address='.$gw_address.'&gw_port='.$gw_port.'"><img class="administration" src="/images/logout.gif" border="0"> '._("Logout").'</a>'."\n"; 
    160160                else 
    161                                     $html .= '<a class="administration" HREF="'.BASE_SSL_PATH.'login/?logout=true"><img class="administration" src="/images/logout.gif" border="0"> Logout</a>'."\n"; 
     161                                    $html .= '<a class="administration" HREF="'.BASE_SSL_PATH.'login/?logout=true"><img class="administration" src="/images/logout.gif" border="0"> '._("Logout").'</a>'."\n"; 
    162162 
    163163                        } 
     
    185185                        */ 
    186186                        $html .= '<span class="navigation">'; 
    187                         $html .= Network :: getCurrentNetwork()->getName().". Building your wireless community"; 
     187                        $html .= Network :: getCurrentNetwork()->getName()." "._("Building your wireless community"); 
    188188                        $html .= '</span>'; 
    189189                        $html .= "</div>"."\n"; //End navigation