Ignore:
Timestamp:
10/11/07 17:45:00 (17 years ago)
Author:
wmerlotto
Message:

Internacionalização - Removido mais strings hardcoded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/preferences.php

    r61 r83  
    151151        $GLOBALS['phpgw']->template->set_var('lang_font_size',lang('Font Size')); 
    152152        $GLOBALS['phpgw']->template->set_var('lang_signature',lang('Signature')); 
     153        $GLOBALS['phpgw']->template->set_var('dont_use',lang('Don\'t use')); 
     154        $GLOBALS['phpgw']->template->set_var('one_day',lang('1 Day')); 
     155        $GLOBALS['phpgw']->template->set_var('two_days',lang('2 Days')); 
     156        $GLOBALS['phpgw']->template->set_var('three_days',lang('3 Days')); 
     157        $GLOBALS['phpgw']->template->set_var('four_days',lang('4 Days')); 
     158        $GLOBALS['phpgw']->template->set_var('five_days',lang('5 Day')); 
     159        $GLOBALS['phpgw']->template->set_var('small',lang('Small')); 
     160        $GLOBALS['phpgw']->template->set_var('medium',lang('Medium')); 
     161        $GLOBALS['phpgw']->template->set_var('normal',lang('Normal')); 
     162        $GLOBALS['phpgw']->template->set_var('big',lang('Big')); 
     163 
     164 
     165 
     166         
    153167         
    154168        $boemailadmin   = CreateObject('emailadmin.bo'); 
Note: See TracChangeset for help on using the changeset viewer.