mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Translations fixed
This commit is contained in:
parent
c07be3dfc3
commit
0cc2ce2c11
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user