From 0b52d06fb43a49f0abfedb58d062a85c2c73fb85 Mon Sep 17 00:00:00 2001 From: opensides <opensides> Date: Tue, 27 Jul 2004 22:50:27 +0000 Subject: [PATCH] mise a jour des fichiers de traduction mise a jour des commenttaires doxygen --- htdocs/langs/fr_BE/bills.lang | 11 ++++++++++- htdocs/lib/CMailFile.class.php | 2 +- htdocs/lib/functions.inc.php | 15 +++++++++++---- htdocs/lib/ldap.lib.php | 2 +- htdocs/lib/mysql.lib.php | 13 +++++++++---- htdocs/lib/price.lib.php | 2 +- htdocs/lib/thermometer.php | 2 +- htdocs/lib/webcal.class.php | 2 +- 8 files changed, 35 insertions(+), 14 deletions(-) diff --git a/htdocs/langs/fr_BE/bills.lang b/htdocs/langs/fr_BE/bills.lang index 6a67f7fba99..3e2ff4733b8 100644 --- a/htdocs/langs/fr_BE/bills.lang +++ b/htdocs/langs/fr_BE/bills.lang @@ -1,3 +1,12 @@ # Dolibarr language file - fr_BE - bills Bill=Facture -Bills=Factures \ No newline at end of file +Bills=Factures +ClassifyPayed=Classer 'Pay�e' +ClassifyCanceled=Classer 'Abandonn�e' +Send=Envoyer +SendRemind=Envoyer rappel +DoPaiement=Emettre paiement +BuildPDF=G�n�rer le PDF +RebuildPDF=Reg�n�rer le PDF +VAT=TVA +Amount=Montant \ No newline at end of file diff --git a/htdocs/lib/CMailFile.class.php b/htdocs/lib/CMailFile.class.php index 5ac11742422..cd2f3d05219 100644 --- a/htdocs/lib/CMailFile.class.php +++ b/htdocs/lib/CMailFile.class.php @@ -23,7 +23,7 @@ to chunk_split \author Dan Potter. \author Eric Seigne \author Laurent Destailleur. - \version 1.2. + \version $Revision$ */ /*! \class CMailFile diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index 51316a76050..01d51bad7bd 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -860,10 +860,16 @@ function dol_delete_file($file) } -/* - * - * - */ +/*! + \brief fonction print_barre_liste + \param titre titre de la page + \param page num�ro de la page + \param file lien + \param options + \param sortfield + \param sortorder + \param form +*/ function print_barre_liste($titre, $page, $file, $options='', $sortfield='', $sortorder='', $form='', $num=-1) { @@ -1231,6 +1237,7 @@ function stat_print($basename,$bc1,$bc2,$ftc, $jour) { } + function tab_count($basename,$bc1,$bc2,$ftc) { $db = pg_Connect("","","","","$basename"); diff --git a/htdocs/lib/ldap.lib.php b/htdocs/lib/ldap.lib.php index 52cdf66e6b8..4209e1258e6 100644 --- a/htdocs/lib/ldap.lib.php +++ b/htdocs/lib/ldap.lib.php @@ -26,7 +26,7 @@ \brief Librairie contenant les fonctions pour acc�der au serveur ldap. \author Rodolphe Quiedeville. \author Benoit Mortier. - \version 1.2. + \version $Revision$ Ensemble des fonctions permettant d'acc�der � un serveur ldap. */ diff --git a/htdocs/lib/mysql.lib.php b/htdocs/lib/mysql.lib.php index b3809a807f4..21717e3ad6f 100644 --- a/htdocs/lib/mysql.lib.php +++ b/htdocs/lib/mysql.lib.php @@ -3,9 +3,6 @@ * Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org> * Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net> * - * $Id$ - * $Source$ - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -20,6 +17,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * $Id$ + * $Source$ + * */ /*! \file mysql.lib.php @@ -27,7 +27,7 @@ \author Fabien Seisen \author Rodolphe Quiedeville. \author Laurent Destailleur. - \version 1.2. + \version $Revision$ Ensemble des fonctions permettant de g�rer la database de dolibarr. */ @@ -343,6 +343,11 @@ class DoliDb { } } +/*! + \brief formatage de la date en format unix. + \param fname + \return date +*/ function pdate($fname) { diff --git a/htdocs/lib/price.lib.php b/htdocs/lib/price.lib.php index 53b9a017dab..7e933b1ec1e 100644 --- a/htdocs/lib/price.lib.php +++ b/htdocs/lib/price.lib.php @@ -23,7 +23,7 @@ /*! \file price.lib.php \brief librairie contenant les fonctions pour calculer un prix. \author Rodolphe Quiedeville. - \version 1.2. + \version $Revision$ Ensemble des fonctions permettant de calculer un prix. */ diff --git a/htdocs/lib/thermometer.php b/htdocs/lib/thermometer.php index c2afe7bf979..7ed87425299 100644 --- a/htdocs/lib/thermometer.php +++ b/htdocs/lib/thermometer.php @@ -25,7 +25,7 @@ \brief Classe permettant d'afficher un thermometre. \author Rodolphe Quiedeville. \author Timothy Kanters. - \version 1.2. + \version $Revision$ Ensemble des fonctions permettant d'afficher un thermometre monetaire. */ diff --git a/htdocs/lib/webcal.class.php b/htdocs/lib/webcal.class.php index ca2e9c4321a..b2ffa2ea6a0 100644 --- a/htdocs/lib/webcal.class.php +++ b/htdocs/lib/webcal.class.php @@ -23,7 +23,7 @@ /*! \file webcal.class.php \brief Classe permettant d'acceder a la database webcalendar. \author Rodolphe Quiedeville. - \version 1.2. + \version $Revision$ Ensemble des fonctions permettant d'acceder a la database webcalendar. */ -- GitLab