Show
Ignore:
Timestamp:
09/18/05 00:23:10 (8 years ago)
Author:
fproulx
Message:

2005-09-17 Francois Proulx <francois.proulx@…>

  • Fixed a few bugs in Radius class
  • Improved syntax and completed 100% of French translations
Files:
1 modified

Legend:

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

    r757 r760  
    197197                $html = ''; 
    198198                $name = "{$user_prefix}"; 
    199                 $html .= "Node: \n"; 
     199                $html .= _("Node: "); 
    200200                $sql = "SELECT node_id, name from nodes WHERE 1=1 $sql_additional_where ORDER BY node_id"; 
    201201                $node_rows = null; 
     
    642642                $html .= "<div class='admin_container'>\n"; 
    643643                $html .= "<div class='admin_class'>Node (".get_class($this)." instance)</div>\n"; 
    644                 $html .= "<h3>"._("Edit a hotspot")."</h3>\n"; 
     644                $html .= "<h3>"._("Edit a node")."</h3>\n"; 
    645645                 
    646646                // Display stats