forked from Wavyzz/dolibarr
Translations fixed
This commit is contained in:
@@ -232,7 +232,7 @@ function fichinter_rec_prepare_head($object)
|
||||
$head = array();
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT.'/fichinter/card-rec.php?id='.$object->id;
|
||||
$head[$h][1] = $langs->trans("CardFichinter");
|
||||
$head[$h][1] = $langs->trans("InterventionCard");
|
||||
$head[$h][2] = 'card';
|
||||
$h++;
|
||||
|
||||
|
||||
@@ -86,3 +86,4 @@ TypeContact_fichinter_external_BILLING=Customer contact of intervention billing
|
||||
TypeContact_fichinter_external_CUSTOMER=Customer contact of intervention follow-up
|
||||
NotARecurringInterventionalTemplate=Not a recurring intervention template
|
||||
ShowInterventionModel=Show intervention model
|
||||
CreateRepeatableIntervention=Create recurring intervention
|
||||
|
||||
Reference in New Issue
Block a user