Ignore:
Timestamp:
05/21/08 16:40:23 (16 years ago)
Author:
wmerlotto
Message:

Internacionalizacao do ExpressoAdmin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoAdmin1_2/inc/class.totalsessions.inc.php

    r2 r283  
    3636                function show_total_sessions() 
    3737                { 
    38                         $GLOBALS['phpgw_info']['flags']['app_header'] = 'ExpressoAdmin - '.lang('Total Sessions'); 
     38                        $GLOBALS['phpgw_info']['flags']['app_header'] = $GLOBALS['phpgw_info']['apps']['expressoAdmin1_2']['title'].' - '.lang('Total sessions'); 
    3939                        $GLOBALS['phpgw']->common->phpgw_header(); 
    4040                        echo parse_navbar(); 
     
    4545                        $total = $this->get_total_sessions(); 
    4646                         
    47                         $this->template->set_var('lang_total', lang('totalsessions')); 
    48                         $this->template->set_var('lang_back', lang('back')); 
     47                        $this->template->set_var('lang_total', lang('Total sessions')); 
     48                        $this->template->set_var('lang_back', lang('Back')); 
    4949                        $this->template->set_var('back_url', $GLOBALS['phpgw']->link('/expressoAdmin1_2/index.php')); 
    5050                        $this->template->set_var('total', $total); 
Note: See TracChangeset for help on using the changeset viewer.