Trad: Et de la traduction...

This commit is contained in:
Laurent Destailleur 2005-02-12 00:13:37 +00:00
parent fc9db3a639
commit f445b82a50
5 changed files with 9 additions and 5 deletions

View File

@ -19,3 +19,4 @@ 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

View File

@ -46,3 +46,4 @@ 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

View File

@ -19,3 +19,4 @@ VATToCollect=TVA
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

View File

@ -49,3 +49,4 @@ ErrorProductBadRefOrLabel=La valeur de la reference ou du libell
Suppliers=Fournisseurs Suppliers=Fournisseurs
ShowProduct=Afficher produit ShowProduct=Afficher produit
ShowService=Afficher service ShowService=Afficher service
ProductsAndServicesArea=Espace Produit et Services

View File

@ -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%">';