Fix: Typo
This commit is contained in:
parent
1418f2e3f8
commit
6f0b281f2d
@ -24,7 +24,7 @@
|
|||||||
* \ingroup facture
|
* \ingroup facture
|
||||||
* \brief Page of a customer payment
|
* \brief Page of a customer payment
|
||||||
* \remarks Nearly same file than fournisseur/paiement/fiche.php
|
* \remarks Nearly same file than fournisseur/paiement/fiche.php
|
||||||
* \version $Id$
|
* \version $Id: fiche.php,v 1.75 2011/07/20 12:37:23 eldy Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require("../../main.inc.php");
|
require("../../main.inc.php");
|
||||||
@ -348,7 +348,7 @@ if ($user->societe_id == 0 && $action == '')
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
print '<a class="butActionRefused" href="#" title="'.dol_escape_htmltag($langs->trans("CantRemovePaymentWithOneInvoicePaid")).'">'.$langs->trans('Delete').'</a>';
|
print '<a class="butActionRefused" href="#" title="'.dol_escape_htmltag($langs->transnoentitiesnoconv("CantRemovePaymentWithOneInvoicePaid")).'">'.$langs->trans('Delete').'</a>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -357,5 +357,5 @@ print '</div>';
|
|||||||
|
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|
||||||
llxFooter('$Date$ - $Revision$');
|
llxFooter('$Date: 2011/07/20 12:37:23 $ - $Revision: 1.75 $');
|
||||||
?>
|
?>
|
||||||
|
|||||||
@ -363,7 +363,7 @@ ValidateInvoice=Validate invoice
|
|||||||
Cash=Cash
|
Cash=Cash
|
||||||
Reported=Delayed
|
Reported=Delayed
|
||||||
DisabledBecausePayments=Not possible since there is some payments
|
DisabledBecausePayments=Not possible since there is some payments
|
||||||
CantRemovePaymentWithOneInvoicePaid=Can't remove payment since there is at least on invoice classified payed
|
CantRemovePaymentWithOneInvoicePaid=Can't remove payment since there is at least one invoice classified payed
|
||||||
ExpectedToPay=Expected payment
|
ExpectedToPay=Expected payment
|
||||||
PayedByThisPayment=Payed by this payment
|
PayedByThisPayment=Payed by this payment
|
||||||
ClosePaidInvoicesAutomatically=Classify "Payed" all invoices entierely payed.
|
ClosePaidInvoicesAutomatically=Classify "Payed" all invoices entierely payed.
|
||||||
|
|||||||
@ -35,7 +35,7 @@ ErrorInternalErrorDetected=Error detected
|
|||||||
ErrorNoRequestRan=No request ran
|
ErrorNoRequestRan=No request ran
|
||||||
ErrorWrongHostParameter=Wrong host parameter
|
ErrorWrongHostParameter=Wrong host parameter
|
||||||
ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post again the form.
|
ErrorYourCountryIsNotDefined=Your country is not defined. Go to Home-Setup-Edit and post again the form.
|
||||||
ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least on child records.
|
ErrorRecordIsUsedByChild=Failed to delete this record. This record is used by at least one child records.
|
||||||
ErrorWrongValue=Wrong value
|
ErrorWrongValue=Wrong value
|
||||||
ErrorWrongValueForParameterX=Wrong value for parameter %s
|
ErrorWrongValueForParameterX=Wrong value for parameter %s
|
||||||
ErrorNoRequestInError=No request in error
|
ErrorNoRequestInError=No request in error
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user