Subversion Repositories Sites.tela-botanica.org

Compare Revisions

Ignore whitespace Rev 540 → Rev 541

/trunk/client/annuaire/bibliotheque/Words/lang.fr.php
19,11 → 19,6
// $Id: lang.fr.php,v 1.4 2004/10/22 18:22:52 kouber Exp $
 
/**
* Include needed files
*/
require_once("Numbers/Words.php");
 
/**
* Class for translating numbers into French.
*
* @author Kouber Saparev <kouber@php.net>
/trunk/client/annuaire/bibliotheque/Words.php
58,7 → 58,7
*/
function toWords($num, $locale = 'en_US') {
 
include_once("Numbers/Words/lang.${locale}.php");
include_once("Words/lang.${locale}.php");
 
$classname = "Numbers_Words_${locale}";
 
/trunk/client/annuaire/recu_pdf_corps.php
82,7 → 82,7
$pdf->SetFont('Arial', '', 10) ;
$pdf->Cell(0, 0, 'Articles 200, 238 bis et 885-0 du code général des impôts (CGI)', 0, 1, "C") ;
 
$pdf->Cell(0, 10, 'REÇU A CONSERVER ET A JOINDRE A VOTRE DECLARATION DE REVENUS 2009', 0, 1, "L") ;
$pdf->Cell(0, 10, 'REÇU A CONSERVER ET A JOINDRE A VOTRE DECLARATION DE REVENUS 2008', 0, 1, "L") ;
 
// On met le logo de Tela
$pdf->Image($chemin."logotb.png", 12, 35, "29", "", "PNG", "http://www.tela-botanica.org/") ;