Trad: Traductions complémentaires

This commit is contained in:
Laurent Destailleur 2005-01-08 11:53:00 +00:00
parent a6c881b6c4
commit b38653fca6
6 changed files with 15 additions and 5 deletions

View File

@ -342,11 +342,12 @@ if ($socid > 0)
if ($user->societe_id == 0) if ($user->societe_id == 0)
{ {
if ($user->rights->facture->creer) { if ($conf->facture->enabled && $user->rights->facture->creer) {
$langs->load("bills"); $langs->load("bills");
print "<a class=\"tabAction\" href=\"facture.php?action=create&socidp=$societe->id\">".$langs->trans("CreateBill")."</a>"; print "<a class=\"tabAction\" href=\"facture.php?action=create&socidp=$societe->id\">".$langs->trans("AddBill")."</a>";
} }
print "<a class=\"tabAction\" href=\"deplacement/fiche.php?socid=$societe->id&amp;action=create\">Créer Déplacement</a>";
print "<a class=\"tabAction\" href=\"deplacement/fiche.php?socid=$societe->id&amp;action=create\">".$langs->trans("AddTrip")."</a>";
} }
print '</div>'; print '</div>';

View File

@ -8,6 +8,7 @@ PaymentMode=Payment mode
ClassifyPayed=Classify 'Payed' ClassifyPayed=Classify 'Payed'
ClassifyCanceled=Classify 'Abandonned' ClassifyCanceled=Classify 'Abandonned'
CreateBill=Create Bill CreateBill=Create Bill
AddBill=Add bill
Send=Send Send=Send
SendRemind=Send reminder SendRemind=Send reminder
DoPaiement=Do payment DoPaiement=Do payment

View File

@ -8,4 +8,9 @@ OrdersInProcess=Orders in process
OrdersToProcess=Orders to process OrdersToProcess=Orders to process
SearchOrder=Search order SearchOrder=Search order
Sendings=Sendings Sendings=Sendings
VAT=VAT
Discount=Discount
CreateOrder=Create Order
RefuseOrder=Refuse order
ApproveOrder=Accept order
AddOrder=Add order AddOrder=Add order

View File

@ -16,4 +16,5 @@ MailTo=Receiver(s)
MailCC=Copy to MailCC=Copy to
MailTopic=Subject MailTopic=Subject
MailText=Message MailText=Message
MailFile=Attach a file MailFile=Attach a file
AddTrip=Add trip

View File

@ -8,6 +8,7 @@ PaymentMode=Mode de paiement
ClassifyPayed=Classer 'Payée' ClassifyPayed=Classer 'Payée'
ClassifyCanceled=Classer 'Abandonnée' ClassifyCanceled=Classer 'Abandonnée'
CreateBill=Créer Facture CreateBill=Créer Facture
AddBill=Créer facture
Send=Envoyer Send=Envoyer
SendRemind=Envoyer rappel SendRemind=Envoyer rappel
DoPaiement=Émettre paiement DoPaiement=Émettre paiement

View File

@ -16,4 +16,5 @@ MailTo=Destinataire(s)
MailCC=Copie à MailCC=Copie à
MailTopic=Sujet MailTopic=Sujet
MailText=Message MailText=Message
MailFile=Joindre un fichier MailFile=Joindre un fichier
AddTrip=Créer déplacement