Show
Ignore:
Timestamp:
01/09/08 16:49:58 (5 years ago)
Author:
benoitg
Message:
  • Add gettext calls, fixes #413
Files:
1 modified

Legend:

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

    r1249 r1320  
    135135        /*max_width*/ 
    136136        $html .= "<li class='admin_element_item_container'>\n"; 
    137         $html .= "<div class='admin_element_label'>" . ("Width") . ": </div>\n"; 
     137        $html .= "<div class='admin_element_label'>" . _("Width") . ": </div>\n"; 
    138138        $html .= "<div class='admin_element_data'>\n"; 
    139139        $name = "banner_add_group_{this->getId()}_max_width"; 
     
    144144        /*max_height*/ 
    145145        $html .= "<li class='admin_element_item_container'>\n"; 
    146         $html .= "<div class='admin_element_label'>" . ("Height") . ": </div>\n"; 
     146        $html .= "<div class='admin_element_label'>" . _("Height") . ": </div>\n"; 
    147147        $html .= "<div class='admin_element_data'>\n"; 
    148148        $name = "banner_add_group_{this->getId()}_max_height";