Trad: Et de la traduction...
This commit is contained in:
parent
fc9db3a639
commit
f445b82a50
@ -18,4 +18,5 @@ VATToPay=VAT to pay
|
|||||||
VATToCollect=VAT to collect
|
VATToCollect=VAT to collect
|
||||||
VATSummary=VAT Summary
|
VATSummary=VAT Summary
|
||||||
VATPayed=VAT payed
|
VATPayed=VAT payed
|
||||||
SocialContributions=Social contributions
|
SocialContributions=Social contributions
|
||||||
|
AccountancyTreasuryArea=Accountancy/Treasury area
|
||||||
@ -45,4 +45,5 @@ ContractNotRunning=This contract is not running
|
|||||||
ErrorProductAlreadyExists=A product with reference %s already exists.
|
ErrorProductAlreadyExists=A product with reference %s already exists.
|
||||||
ErrorProductBadRefOrLabel=Wrong value for reference or label.
|
ErrorProductBadRefOrLabel=Wrong value for reference or label.
|
||||||
ShowProduct=Show product
|
ShowProduct=Show product
|
||||||
ShowService=Show service
|
ShowService=Show service
|
||||||
|
ProductsAndServicesArea=Product and Services area
|
||||||
@ -18,4 +18,5 @@ VATToPay=TVA
|
|||||||
VATToCollect=TVA à récupéré
|
VATToCollect=TVA à récupéré
|
||||||
VATSummary=Résumé TVA
|
VATSummary=Résumé TVA
|
||||||
VATPayed=TVA payée
|
VATPayed=TVA payée
|
||||||
SocialContributions=Charges sociales
|
SocialContributions=Charges sociales
|
||||||
|
AccountancyTreasuryArea=Espace Compta/Tréso
|
||||||
@ -48,4 +48,5 @@ ErrorProductAlreadyExists=Un produit avec la r
|
|||||||
ErrorProductBadRefOrLabel=La valeur de la reference ou du libellé est incorrecte.
|
ErrorProductBadRefOrLabel=La valeur de la reference ou du libellé est incorrecte.
|
||||||
Suppliers=Fournisseurs
|
Suppliers=Fournisseurs
|
||||||
ShowProduct=Afficher produit
|
ShowProduct=Afficher produit
|
||||||
ShowService=Afficher service
|
ShowService=Afficher service
|
||||||
|
ProductsAndServicesArea=Espace Produit et Services
|
||||||
@ -53,7 +53,7 @@ if ($_POST["action"] == 'update')
|
|||||||
|
|
||||||
llxHeader("","",$langs->trans("ProductsAndServices"));
|
llxHeader("","",$langs->trans("ProductsAndServices"));
|
||||||
|
|
||||||
print_titre($langs->trans("ProductsAndServices"));
|
print_titre($langs->trans("ProductsAndServicesArea"));
|
||||||
|
|
||||||
print '<table border="0" width="100%">';
|
print '<table border="0" width="100%">';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user