Minor change in translation

This commit is contained in:
Laurent Destailleur 2009-02-13 22:50:58 +00:00
parent 05e6299b21
commit 31f4821f76
5 changed files with 21 additions and 18 deletions

View File

@ -2937,7 +2937,7 @@ else
}
}
// Valider
// Validate
if ($fac->statut == 0 && $num_lignes > 0 && (($fac->type < 2 && $fac->total_ttc >= 0) || ($fac->type == 2 && $fac->total_ttc <= 0)))
{
if ($user->rights->facture->valider)
@ -2959,7 +2959,7 @@ else
}
}
// Envoyer
// Send by mail
if (($fac->statut == 1 || $fac->statut == 2) && $user->rights->facture->envoyer)
{
if ($facidnext)
@ -2972,19 +2972,22 @@ else
}
}
// Envoyer une relance
if (($fac->statut == 1 || $fac->statut == 2) && $resteapayer > 0 && $user->rights->facture->envoyer)
if ($conf->global->FACTURE_SHOW_SEND_REMINDER)
{
if ($facidnext)
// Envoyer une relance
if (($fac->statut == 1 || $fac->statut == 2) && $resteapayer > 0 && $user->rights->facture->envoyer)
{
print '<span class="butActionRefused" title="'.$langs->trans("DisabledBecauseReplacedInvoice").'">'.$langs->trans('SendRemindByMail').'</span>';
}
else
{
print '<a class="butAction" href="'.$_SERVER['PHP_SELF'].'?facid='.$fac->id.'&amp;action=prerelance&amp;mode=init">'.$langs->trans('SendRemindByMail').'</a>';
if ($facidnext)
{
print '<span class="butActionRefused" title="'.$langs->trans("DisabledBecauseReplacedInvoice").'">'.$langs->trans('SendRemindByMail').'</span>';
}
else
{
print '<a class="butAction" href="'.$_SERVER['PHP_SELF'].'?facid='.$fac->id.'&amp;action=prerelance&amp;mode=init">'.$langs->trans('SendRemindByMail').'</a>';
}
}
}
// Emettre paiement
if ($fac->type != 2 && $fac->statut == 1 && $fac->paye == 0 && $user->rights->facture->paiement)
{

View File

@ -73,8 +73,8 @@ DeleteBill=Delete invoice
SearchACustomerInvoice=Search a customer invoice
SearchASupplierInvoice=Search a supplier invoice
CancelBill=Cancel an invoice
SendByMail=EMail
SendRemindByMail=EMail reminder
SendByMail=Send by EMail
SendRemindByMail=Send reminder by EMail
DoPayment=Do payment
DoPaymentBack=Do payment back
ConvertToReduc=Convert into future discount

View File

@ -7,8 +7,8 @@ NoContactCard=No card among contacts
Permission=Permission
Permissions=Permissions
EditPassword=Edit password
SendNewPassword=Send new password
ReinitPassword=Generate new password
SendNewPassword=Regenerate and send password
ReinitPassword=Regenerate password
PasswordChangedTo=Password changed to: %s
SubjectNewPassword=Your new password for Dolibarr
AvailableRights=Available permissions

View File

@ -73,7 +73,7 @@ DeleteBill=Supprimer facture
SearchACustomerInvoice=Rechercher une facture client
SearchASupplierInvoice=Rechercher une facture fournisseur
CancelBill=Annuler une facture
SendByMail=Envoyer
SendByMail=Envoyer par mail
SendRemindByMail=Envoyer rappel
DoPayment=Émettre réglement
DoPaymentBack=Émettre remboursement

View File

@ -7,8 +7,8 @@ NoContactCard=Pas de fiche parmi les contacts
Permission=Droit
Permissions=Droits
EditPassword=Modifier mot de passe
SendNewPassword=Envoyer nouveau mot de passe
ReinitPassword=Générer nouveau mot de passe
SendNewPassword=Regénérer et envoyer mot de passe
ReinitPassword=Regénérer mot de passe
PasswordChangedTo=Mot de passe modifié en: %s
SubjectNewPassword=Votre mot de passe pour Dolibarr
AvailableRights=Permissions disponibles