Skip to content
Snippets Groups Projects
Commit 98199044 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Trad: Et encore de la traduction

parent 4343b56b
No related branches found
No related tags found
No related merge requests found
......@@ -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");
/*
* Scurit accs 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 dfini
* \return string Libell
*/
function LibStatut($statut,$size=1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment