mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +01:00
LSpeople : Updated translation
This commit is contained in:
parent
4789128c9e
commit
0dd705b18a
2 changed files with 8 additions and 2 deletions
|
@ -121,8 +121,8 @@ $GLOBALS['LSobjects']['LSpeople'] = array (
|
|||
'recursive' => true,
|
||||
),
|
||||
'predefinedFilters' => array (
|
||||
'(jpegPhoto=*)' => 'Avec photo',
|
||||
'(!(jpegPhoto=*))' => 'Sans photo'
|
||||
'(jpegPhoto=*)' => 'With photo',
|
||||
'(!(jpegPhoto=*))' => 'Without photo'
|
||||
)
|
||||
),
|
||||
|
||||
|
|
|
@ -157,6 +157,12 @@ $GLOBALS['LSlang'] = array (
|
|||
"Users" =>
|
||||
"Utilisateurs",
|
||||
|
||||
"With photo" =>
|
||||
"Avec photo",
|
||||
|
||||
"Without photo" =>
|
||||
"Sans photo",
|
||||
|
||||
"Your new password : %{mdp}" =>
|
||||
"Votre nouveau mot de passe : %{mdp}",
|
||||
|
||||
|
|
Loading…
Reference in a new issue