fix translation

This commit is contained in:
Philippe GRAND 2019-01-31 14:05:55 +01:00
parent 1501ce2c9f
commit 7cf51a5e35

View File

@ -164,7 +164,7 @@ class AdherentType extends CommonObject
} }
/** /**
* Met a jour en base donnees du type * Updating the type in the database
* *
* @param User $user Object user making change * @param User $user Object user making change
* @param int $notrigger 1=do not execute triggers, 0 otherwise * @param int $notrigger 1=do not execute triggers, 0 otherwise
@ -234,7 +234,7 @@ class AdherentType extends CommonObject
} }
/** /**
* Fonction qui permet de supprimer le status de l'adherent * Function to delete the member's status
* *
* @return int > 0 if OK, 0 if not found, < 0 if KO * @return int > 0 if OK, 0 if not found, < 0 if KO
*/ */
@ -267,7 +267,7 @@ class AdherentType extends CommonObject
} }
/** /**
* Fonction qui permet de recuperer le status de l'adherent * Function that retrieves the status of the member
* *
* @param int $rowid Id of member type to load * @param int $rowid Id of member type to load
* @return int <0 if KO, >0 if OK * @return int <0 if KO, >0 if OK