Project

General

Profile

1
<?php
2
// $Id: FR.php 913 2009-01-17 15:20:24Z Ruebenwurzel $
3

    
4
/*
5

    
6
 Website Baker Project <http://www.websitebaker.org/>
7
 Copyright (C) 2004-2008, Ryan Djurovich
8

    
9
 Website Baker is free software; you can redistribute it and/or modify
10
 it under the terms of the GNU General Public License as published by
11
 the Free Software Foundation; either version 2 of the License, or
12
 (at your option) any later version.
13

    
14
 Website Baker is distributed in the hope that it will be useful,
15
 but WITHOUT ANY WARRANTY; without even the implied warranty of
16
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17
 GNU General Public License for more details.
18

    
19
 You should have received a copy of the GNU General Public License
20
 along with Website Baker; if not, write to the Free Software
21
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
22

    
23
 -----------------------------------------------------------------------------------------
24
  FICHIER DE LANGUE FRANCAIS POUR L'AJOUT: RELOAD ADDINS
25
 -----------------------------------------------------------------------------------------
26
*/
27

    
28
// Headings and text outputs
29
$MOD_RELOAD['PLEASE_SELECT'] 			= 'Veuillez s&eacute;lectionner quel ajout que vous voulez recharg&eacute;.';
30
$MOD_RELOAD['MODULES'] 					= 'Modules';
31
$MOD_RELOAD['TEMPLATES'] 				= 'Mod&egrave;les';
32
$MOD_RELOAD['LANGUAGES'] 				= 'Langues';
33
$MOD_RELOAD['MODULES_RELOADED'] 		= 'Modules recharg&eacute; avec succ&egrave;s';
34
$MOD_RELOAD['TEMPLATES_RELOADED']	= 'Mod&egrave;les recharg&eacute; avec succ&egrave;s.';
35
$MOD_RELOAD['LANGUAGES_RELOADED']	= 'Langues recharg&eacute;s avec succ&egrave;s.';
36

    
37
?>
(3-3/7)