Trad: Traductions complmentaires

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->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&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>';

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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