Ignore:
Timestamp:
10/18/07 16:23:22 (17 years ago)
Author:
wmerlotto
Message:

Internacionalização - Removido mais strings hardcoded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/preferences/inc/class.uiaclprefs2.inc.php

    r2 r84  
    168168                        $this->template->set_file($templates); 
    169169 
     170                        $this->template->set_var("users_list", lang("Users List")); 
     171                        $this->template->set_var("attributes", lang("Attributes")); 
     172                        $this->template->set_var("read", lang("Read"));  
     173                        $this->template->set_var("add", lang("Add")); 
     174                        $this->template->set_var("edit", lang("Edit")); 
     175                        $this->template->set_var("delete", lang("Delete")); 
     176                        $this->template->set_var("private", lang("Private")); 
     177                        $this->template->set_var("remove", lang("Remove")); 
     178                        $this->template->set_var("cancel", lang("Cancel")); 
     179 
    170180                        if ($submit) 
    171181                                $this->template->set_var('errors',lang('ACL grants have been updated')); 
Note: See TracChangeset for help on using the changeset viewer.