diff --git a/include/class_fiche.php b/include/class_fiche.php index 1a2654055..4acaec8e6 100644 --- a/include/class_fiche.php +++ b/include/class_fiche.php @@ -1202,11 +1202,11 @@ class Fiche echo '

'.$this->id." ".$name.'

'; echo ""; echo "". - "". - "". - "". - "". - "". + "". + "". + "". + "". + "". ""; foreach ( $this->row as $op ) @@ -1228,7 +1228,7 @@ class Fiche echo $ac->display_jrnx_detail(1); } - $solde_type=($tot_deb>$tot_cred)?"solde débiteur":"solde créditeur"; + $solde_type=($tot_deb>$tot_cred)?_("solde débiteur"):_("solde créditeur"); $diff=round(abs($tot_deb-$tot_cred),2); echo "". ""; echo '
n° de pièce / Code interne Date Description Montant Débit/Crédit "._("n° de pièce / Code interne")." "._("Date").""._("Description")." "._('Montant')." "._('Débit/Crédit')."
$solde_type". @@ -1394,7 +1394,7 @@ class Fiche $str_ople=(isset($_REQUEST['ople']))?HtmlInput::hidden('ople',$_REQUEST['ople']):''; echo '
'. - HtmlInput::submit('bt_pdf',"Export PDF"). + HtmlInput::submit('bt_pdf',_("Export PDF")). dossier::hidden().$str_ople. HtmlInput::hidden('act','PDF:fichedetail'). $hid->input("type","poste"). @@ -1409,7 +1409,7 @@ class Fiche echo "
'. - HtmlInput::submit('bt_csv',"Export CSV"). + HtmlInput::submit('bt_csv',_("Export CSV")). HtmlInput::hidden('act','CSV:fichedetail'). dossier::hidden().$str_ople. $hid->input("type","poste").