Trad: Traductions complmentaires
This commit is contained in:
parent
a6c881b6c4
commit
b38653fca6
@ -342,11 +342,12 @@ if ($socid > 0)
|
||||
|
||||
if ($user->societe_id == 0)
|
||||
{
|
||||
if ($user->rights->facture->creer) {
|
||||
if ($conf->facture->enabled && $user->rights->facture->creer) {
|
||||
$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&action=create\">Créer Déplacement</a>";
|
||||
|
||||
print "<a class=\"tabAction\" href=\"deplacement/fiche.php?socid=$societe->id&action=create\">".$langs->trans("AddTrip")."</a>";
|
||||
}
|
||||
|
||||
print '</div>';
|
||||
|
||||
@ -8,6 +8,7 @@ PaymentMode=Payment mode
|
||||
ClassifyPayed=Classify 'Payed'
|
||||
ClassifyCanceled=Classify 'Abandonned'
|
||||
CreateBill=Create Bill
|
||||
AddBill=Add bill
|
||||
Send=Send
|
||||
SendRemind=Send reminder
|
||||
DoPaiement=Do payment
|
||||
|
||||
@ -8,4 +8,9 @@ OrdersInProcess=Orders in process
|
||||
OrdersToProcess=Orders to process
|
||||
SearchOrder=Search order
|
||||
Sendings=Sendings
|
||||
VAT=VAT
|
||||
Discount=Discount
|
||||
CreateOrder=Create Order
|
||||
RefuseOrder=Refuse order
|
||||
ApproveOrder=Accept order
|
||||
AddOrder=Add order
|
||||
@ -16,4 +16,5 @@ MailTo=Receiver(s)
|
||||
MailCC=Copy to
|
||||
MailTopic=Subject
|
||||
MailText=Message
|
||||
MailFile=Attach a file
|
||||
MailFile=Attach a file
|
||||
AddTrip=Add trip
|
||||
@ -8,6 +8,7 @@ PaymentMode=Mode de paiement
|
||||
ClassifyPayed=Classer 'Payée'
|
||||
ClassifyCanceled=Classer 'Abandonnée'
|
||||
CreateBill=Créer Facture
|
||||
AddBill=Créer facture
|
||||
Send=Envoyer
|
||||
SendRemind=Envoyer rappel
|
||||
DoPaiement=Émettre paiement
|
||||
|
||||
@ -16,4 +16,5 @@ MailTo=Destinataire(s)
|
||||
MailCC=Copie à
|
||||
MailTopic=Sujet
|
||||
MailText=Message
|
||||
MailFile=Joindre un fichier
|
||||
MailFile=Joindre un fichier
|
||||
AddTrip=Créer déplacement
|
||||
Loading…
Reference in New Issue
Block a user