Trad: Et encore de la traduction
This commit is contained in:
parent
4343b56b2b
commit
981990447a
@ -21,7 +21,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/*!
|
||||
/**
|
||||
\file htdocs/compta/index.php
|
||||
\ingroup compta
|
||||
\brief Page acceuil zone comptabilité
|
||||
@ -33,6 +33,8 @@ require("./pre.inc.php");
|
||||
$user->getrights('banque');
|
||||
|
||||
$langs->load("compta");
|
||||
$langs->load("admin");
|
||||
$langs->load("bills");
|
||||
|
||||
/*
|
||||
* Sécurité accés client
|
||||
@ -43,13 +45,13 @@ if ($user->societe_id > 0)
|
||||
$socidp = $user->societe_id;
|
||||
}
|
||||
|
||||
llxHeader("","Accueil Compta");
|
||||
llxHeader("",$langs->trans("AccountancySetup"));
|
||||
|
||||
/*
|
||||
* Affichage page
|
||||
*
|
||||
*/
|
||||
print_titre("Paramétrage comptabilité");
|
||||
print_titre($langs->trans("AccountancySetup"));
|
||||
|
||||
print '<table border="0" width="100%">';
|
||||
|
||||
|
||||
@ -24,6 +24,7 @@ VATSummary=VAT Summary
|
||||
VATPayed=VAT payed
|
||||
SocialContributions=Social contributions
|
||||
AccountancyTreasuryArea=Accountancy/Treasury area
|
||||
AccountancySetup=Accountancy setup
|
||||
NewPayment=New payment
|
||||
ListPayment=List of payments
|
||||
ListOfPayments=List of payments
|
||||
|
||||
@ -24,6 +24,7 @@ VATSummary=R
|
||||
VATPayed=TVA payée
|
||||
SocialContributions=Charges sociales
|
||||
AccountancyTreasuryArea=Espace Compta/Tréso
|
||||
AccountancySetup=Configuration compta
|
||||
NewPayment=Nouveau paiement
|
||||
Payments=Paiements
|
||||
ListPayment=Liste des paiements
|
||||
|
||||
@ -1005,6 +1005,7 @@ class Propal
|
||||
/**
|
||||
* \brief Renvoi le libellé d'un statut donné
|
||||
* \param statut id statut
|
||||
* \param size Libellé court si 0, long si non défini
|
||||
* \return string Libellé
|
||||
*/
|
||||
function LibStatut($statut,$size=1)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user