translation
This commit is contained in:
parent
2268180002
commit
4f5d29e36f
1 changed files with 2 additions and 2 deletions
|
|
@ -88,9 +88,9 @@ if ( ! isset($_REQUEST['action']))
|
|||
|
||||
|
||||
$str="";
|
||||
$str='Utilisateur Normal';
|
||||
$str=_('Utilisateur Normal');
|
||||
if ( $l_line['use_admin'] == 1 )
|
||||
$str=' Administrateur global';
|
||||
$str=_('Administrateur');
|
||||
|
||||
// get profile
|
||||
$profile=$cn->get_value("select p_name from profile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue