LSpeople : Updated translation

This commit is contained in:
Benjamin Renard 2010-02-19 14:38:41 +01:00
parent 4789128c9e
commit 0dd705b18a
2 changed files with 8 additions and 2 deletions

View file

@ -121,8 +121,8 @@ $GLOBALS['LSobjects']['LSpeople'] = array (
'recursive' => true,
),
'predefinedFilters' => array (
'(jpegPhoto=*)' => 'Avec photo',
'(!(jpegPhoto=*))' => 'Sans photo'
'(jpegPhoto=*)' => 'With photo',
'(!(jpegPhoto=*))' => 'Without photo'
)
),

View file

@ -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}",