Traduce button
This commit is contained in:
parent
28e20f1826
commit
5216bbca72
@ -137,11 +137,11 @@ else {
|
||||
|
||||
print $formventilation->select_bookkeeping_importkey('importkey', GETPOST('importkey'));
|
||||
|
||||
print '<div class="inline-block divButAction"><input type="submit" class="butAction" value="' . $langs->trans("DelBookKeeping") . '" /></div>';
|
||||
print '<div class="inline-block divButAction"><input type="submit" class="butAction" value="' . $langs->trans("DelBookKeeping") . '" />';
|
||||
|
||||
print '</form>';
|
||||
|
||||
print '<a href="./card.php?action=create" class="butAction">' . $langs->trans("NewAccountingMvt") . '</a>';
|
||||
print '<a href="./card.php?action=create" class="butAction">' . $langs->trans("NewAccountingMvt") . '</a></div>';
|
||||
|
||||
print '<form name="add" action="' . $_SERVER["PHP_SELF"] . '" method="POST">';
|
||||
print '<input type="hidden" name="token" value="' . $_SESSION['newtoken'] . '">';
|
||||
|
||||
@ -122,6 +122,7 @@ CustomerInvoicePayment=Payment of invoice customer
|
||||
|
||||
ThirdPartyAccount=Thirdparty account
|
||||
|
||||
NewAccountingMvt=New movement
|
||||
NumMvts=Number of movement
|
||||
ListeMvts=List of the movement
|
||||
ErrorDebitCredit=Debit and Credit cannot have a value at the same time
|
||||
|
||||
@ -120,6 +120,7 @@ CustomerInvoicePayment=Pago Factura a cliente
|
||||
|
||||
ThirdPartyAccount=Cuenta tercero
|
||||
|
||||
NewAccountingMvt=Nueva movimiento
|
||||
NumMvts=Número de movimiento
|
||||
ListeMvts=Apuntes del movimiento
|
||||
ErrorDebitCredit=Débito y Crédito no pueden terner valor al mismo tiempo
|
||||
|
||||
@ -122,6 +122,7 @@ CustomerInvoicePayment=Règlement de facture client
|
||||
|
||||
ThirdPartyAccount=Compte tiers
|
||||
|
||||
NewAccountingMvt=Nouveau mouvement
|
||||
NumMvts=Numéro de mouvement
|
||||
ListeMvts=Liste du mouvement
|
||||
ErrorDebitCredit=Debit et Credit ne peuvent avoir une valeur en même temps
|
||||
|
||||
Loading…
Reference in New Issue
Block a user