diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php
index c03caadbb0f..5029057ab93 100644
--- a/htdocs/compta/facture.php
+++ b/htdocs/compta/facture.php
@@ -758,7 +758,7 @@ if ($_GET['action'] == 'create')
print '
| '.$langs->trans('ProductsAndServices').' | '.$langs->trans('Qty').' | '.$langs->trans('Discount').' | | ';
if ($conf->service->enabled)
{
- print 'Si produit de type service à durée limitée |
';
+ print ''.$langs->trans('ServiceLimitedDuration').' | ';
}
for ($i = 1 ; $i <= $NBLINES ; $i++)
{
@@ -772,9 +772,9 @@ if ($_GET['action'] == 'create')
if ($conf->service->enabled)
{
print '';
- print 'Du ';
+ print $langs->trans('From').' ';
print $html->select_date('','date_start'.$i,0,0,1);
- print ' au ';
+ print ' '.$langs->trans('to').' ';
print $html->select_date('','date_end'.$i,0,0,1);
print ' | ';
}
@@ -799,7 +799,7 @@ if ($_GET['action'] == 'create')
if ($num > 0)
{
- print '| Factures récurrentes : |