Ajout traduction
This commit is contained in:
parent
668b045607
commit
03a89b1901
@ -112,6 +112,8 @@ class MenuLeft {
|
||||
*/
|
||||
if ($mainmenu == 'home')
|
||||
{
|
||||
$langs->load("users");
|
||||
|
||||
$newmenu->add(DOL_URL_ROOT.'/user/fiche.php?id='.$user->id.'&leftmenu=home', $langs->trans("MyInformations"));
|
||||
|
||||
if($user->admin)
|
||||
|
||||
@ -69,4 +69,5 @@ LoginAccountDisable=Account disabled, put a new login to activate it.
|
||||
UsePersonalValue=Use personal value
|
||||
ErrorFailedToSaveFile=Error - Failed to save file
|
||||
GuiLanguage=Interface language
|
||||
InternalUser=Internal user
|
||||
InternalUser=Internal user
|
||||
MyInformations=My informations
|
||||
@ -69,4 +69,5 @@ LoginAccountDisable=Le compte est d
|
||||
UsePersonalValue=Utiliser valeur personalisée
|
||||
ErrorFailedToSaveFile=Erreur - l'enregistrement du fichier a échoué
|
||||
GuiLanguage=Langage de l'interface
|
||||
InternalUser=Utilisateur interne
|
||||
InternalUser=Utilisateur interne
|
||||
MyInformations=Mes informations
|
||||
Loading…
Reference in New Issue
Block a user