Trad: Et encore de la traduction

This commit is contained in:
Laurent Destailleur 2005-07-10 18:37:47 +00:00
parent 4343b56b2b
commit 981990447a
4 changed files with 8 additions and 3 deletions

View File

@ -21,7 +21,7 @@
* *
*/ */
/*! /**
\file htdocs/compta/index.php \file htdocs/compta/index.php
\ingroup compta \ingroup compta
\brief Page acceuil zone comptabilité \brief Page acceuil zone comptabilité
@ -33,6 +33,8 @@ require("./pre.inc.php");
$user->getrights('banque'); $user->getrights('banque');
$langs->load("compta"); $langs->load("compta");
$langs->load("admin");
$langs->load("bills");
/* /*
* Sécurité accés client * Sécurité accés client
@ -43,13 +45,13 @@ if ($user->societe_id > 0)
$socidp = $user->societe_id; $socidp = $user->societe_id;
} }
llxHeader("","Accueil Compta"); llxHeader("",$langs->trans("AccountancySetup"));
/* /*
* Affichage page * Affichage page
* *
*/ */
print_titre("Paramétrage comptabilité"); print_titre($langs->trans("AccountancySetup"));
print '<table border="0" width="100%">'; print '<table border="0" width="100%">';

View File

@ -24,6 +24,7 @@ VATSummary=VAT Summary
VATPayed=VAT payed VATPayed=VAT payed
SocialContributions=Social contributions SocialContributions=Social contributions
AccountancyTreasuryArea=Accountancy/Treasury area AccountancyTreasuryArea=Accountancy/Treasury area
AccountancySetup=Accountancy setup
NewPayment=New payment NewPayment=New payment
ListPayment=List of payments ListPayment=List of payments
ListOfPayments=List of payments ListOfPayments=List of payments

View File

@ -24,6 +24,7 @@ VATSummary=R
VATPayed=TVA payée VATPayed=TVA payée
SocialContributions=Charges sociales SocialContributions=Charges sociales
AccountancyTreasuryArea=Espace Compta/Tréso AccountancyTreasuryArea=Espace Compta/Tréso
AccountancySetup=Configuration compta
NewPayment=Nouveau paiement NewPayment=Nouveau paiement
Payments=Paiements Payments=Paiements
ListPayment=Liste des paiements ListPayment=Liste des paiements

View File

@ -1005,6 +1005,7 @@ class Propal
/** /**
* \brief Renvoi le libellé d'un statut donné * \brief Renvoi le libellé d'un statut donné
* \param statut id statut * \param statut id statut
* \param size Libellé court si 0, long si non défini
* \return string Libellé * \return string Libellé
*/ */
function LibStatut($statut,$size=1) function LibStatut($statut,$size=1)