Fix: Message erreur incorrect
This commit is contained in:
parent
376baa46fe
commit
11277c17d4
@ -863,7 +863,7 @@ class pdf_crabe extends ModelePDFFactures
|
|||||||
$pdf->SetTextColor(200,0,0);
|
$pdf->SetTextColor(200,0,0);
|
||||||
$pdf->SetFont('Arial','B',8);
|
$pdf->SetFont('Arial','B',8);
|
||||||
$pdf->MultiCell(100, 3, $outputlangs->transnoentities("ErrorLogoFileNotFound",$logo), 0, 'L');
|
$pdf->MultiCell(100, 3, $outputlangs->transnoentities("ErrorLogoFileNotFound",$logo), 0, 'L');
|
||||||
$pdf->MultiCell(100, 3, $outputlangs->transnoentities("ErrorGoToModuleSetup"), 0, 'L');
|
$pdf->MultiCell(100, 3, $outputlangs->transnoentities("ErrorGoToGlobalSetup"), 0, 'L');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (defined("FAC_PDF_INTITULE"))
|
else if (defined("FAC_PDF_INTITULE"))
|
||||||
|
|||||||
@ -503,7 +503,7 @@ class pdf_huitre extends ModelePDFFactures
|
|||||||
$pdf->SetTextColor(200,0,0);
|
$pdf->SetTextColor(200,0,0);
|
||||||
$pdf->SetFont('Arial','B',8);
|
$pdf->SetFont('Arial','B',8);
|
||||||
$pdf->MultiCell(80, 3, $outputlangs->transnoentities("ErrorLogoFileNotFound",$logo), 0, 'L');
|
$pdf->MultiCell(80, 3, $outputlangs->transnoentities("ErrorLogoFileNotFound",$logo), 0, 'L');
|
||||||
$pdf->MultiCell(80, 3, $outputlangs->transnoentities("ErrorGoToModuleSetup"), 0, 'L');
|
$pdf->MultiCell(80, 3, $outputlangs->transnoentities("ErrorGoToGlobalSetup"), 0, 'L');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (defined("FAC_PDF_INTITULE"))
|
else if (defined("FAC_PDF_INTITULE"))
|
||||||
|
|||||||
@ -620,7 +620,7 @@ class pdf_oursin extends ModelePDFFactures
|
|||||||
$pdf->SetTextColor(200,0,0);
|
$pdf->SetTextColor(200,0,0);
|
||||||
$pdf->SetFont('Arial','B',8);
|
$pdf->SetFont('Arial','B',8);
|
||||||
$pdf->MultiCell(80, 3, $langs->transnoentities("ErrorLogoFileNotFound",$logo), 0, 'L');
|
$pdf->MultiCell(80, 3, $langs->transnoentities("ErrorLogoFileNotFound",$logo), 0, 'L');
|
||||||
$pdf->MultiCell(80, 3, $langs->transnoentities("ErrorGoToModuleSetup"), 0, 'L');
|
$pdf->MultiCell(80, 3, $langs->transnoentities("ErrorGoToGlobalSetup"), 0, 'L');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (defined("FAC_PDF_INTITULE"))
|
else if (defined("FAC_PDF_INTITULE"))
|
||||||
|
|||||||
@ -13,7 +13,7 @@ ErrorConstantNotDefined=Parameter %s not defined
|
|||||||
ErrorUnknown=Unkown error
|
ErrorUnknown=Unkown error
|
||||||
ErrorSQL=SQL Error
|
ErrorSQL=SQL Error
|
||||||
ErrorLogoFileNotFound=Logo file '%s' was not found
|
ErrorLogoFileNotFound=Logo file '%s' was not found
|
||||||
ErrorGoToGlobalSetup=Go to Global setup to fix this
|
ErrorGoToGlobalSetup=Go to 'Company/Fundation' setup to fix this
|
||||||
ErrorGoToModuleSetup=Go to Module setup to fix this
|
ErrorGoToModuleSetup=Go to Module setup to fix this
|
||||||
ErrorFailedToSendMail=Failed to send mail (sender=%s, receiver=%s)
|
ErrorFailedToSendMail=Failed to send mail (sender=%s, receiver=%s)
|
||||||
ErrorAttachedFilesDisabled=Attaching files feature is disabled on this serveur
|
ErrorAttachedFilesDisabled=Attaching files feature is disabled on this serveur
|
||||||
|
|||||||
@ -13,7 +13,7 @@ ErrorConstantNotDefined=Param
|
|||||||
ErrorUnknown=Erreur inconnue
|
ErrorUnknown=Erreur inconnue
|
||||||
ErrorSQL=Erreur SQL
|
ErrorSQL=Erreur SQL
|
||||||
ErrorLogoFileNotFound=Le fichier logo '%s' n'a pas été trouvé
|
ErrorLogoFileNotFound=Le fichier logo '%s' n'a pas été trouvé
|
||||||
ErrorGoToGlobalSetup=Allez dans la Configuration générale pour corriger
|
ErrorGoToGlobalSetup=Allez dans la Configuration 'Société/Institution' pour corriger
|
||||||
ErrorGoToModuleSetup=Allez dans la Configuration du module pour corriger
|
ErrorGoToModuleSetup=Allez dans la Configuration du module pour corriger
|
||||||
ErrorFailedToSendMail=Échec de l'envoi du mail (emetteur=%s, destinataire=%s)
|
ErrorFailedToSendMail=Échec de l'envoi du mail (emetteur=%s, destinataire=%s)
|
||||||
ErrorAttachedFilesDisabled=La gestion des fichiers associés est désactivée sur ce serveur
|
ErrorAttachedFilesDisabled=La gestion des fichiers associés est désactivée sur ce serveur
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user