Ignore:
Timestamp:
08/22/11 16:28:50 (13 years ago)
Author:
alexandrecorreia
Message:

Ticket #2189 - Corrigido a tradução quando o valor excede o limite de upload do PHP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/admin/inc/class.uiconfig.inc.php

    r3018 r4979  
    182182                        } 
    183183                         
    184                          
    185184                        if($appname=="admin") {                                                  
    186185                                /* 
     
    195194                        } 
    196195                        $t->set_var('title',lang('Site Configuration')); 
     196                        $t->set_var('lang_Value_exceeds_the_PHP_upload_limit_for_this_server', lang('Value exceeds the PHP upload limit for this server')); 
    197197                        $t->set_var('action_url',$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiconfig.index&appname=' . $appname)); 
    198198                        $t->set_var('th_bg',     $GLOBALS['phpgw_info']['theme']['th_bg']); 
Note: See TracChangeset for help on using the changeset viewer.