Project

General

Profile

« Previous | Next » 

Revision 913

Added by Matthias over 15 years ago

added French languages to modules

View differences:

trunk/CHANGELOG
12 12

  
13 13
------------------------------------- 2.8.0 -------------------------------------
14 14
17-Jan-2009 Matthias Gallas
15
+	added French languages to modules
15 16
!	changed handling of post_date in news modul (thanks to susigross)
16 17
+	added hour and minute support to default published_when field in news modul
17 18
13-Jan-2009 Christian Sommer
trunk/wb/modules/wrapper/languages/FR.php
1
<?php
2

  
3
// $Id$
4

  
5
/*
6

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

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

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

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

  
24
 -----------------------------------------------------------------------------------------
25
  DEUTSCHE SPRACHDATEI FUER DAS MODUL: WRAPPER
26
 -----------------------------------------------------------------------------------------
27
*/
28

  
29
// Deutsche Modulbeschreibung
30
$module_description = "Ce module permet l'int&eacute;gration de contenus externes sur votre page &agrave; l'aide de cadres enlign&eacute; (iframe)";
31

  
32
// Ueberschriften und Textausgaben
33
$MOD_WRAPPER['NOTICE'] = 'Votre navigateur ne supporte pas les cadres enlign&eacute;<br />Cliquez sur le lien ci-dessous pour vous rendre au site qui &eacute;tais sens&eacute; ?tre affich&eacute; ici...<br />';
34

  
35
?>
0 36

  
trunk/wb/modules/menu_link/languages/FR.php
1
<?php
2

  
3
// $Id$
4

  
5
/*
6

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

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

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

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

  
24
 -----------------------------------------------------------------------------------------
25
  ENGLISH LANGUAGE FILE FOR THE ADDON: MENU_LINK
26
 -----------------------------------------------------------------------------------------
27
*/
28

  
29
// Headings and text outputs
30
$MOD_MENU_LINK['TEXT']				= 'Cliquez ICI pour retourn&eacute; &agrave; la page principale';
31
$MOD_MENU_LINK['EXTERNAL_LINK'] = 'Lien externe';
32

  
33
?>
0 34

  
trunk/wb/modules/wysiwyg/languages/FR.php
1
<?php
2

  
3
// $Id$
4

  
5
/*
6

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

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

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

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

  
24
 -----------------------------------------------------------------------------------------
25
  DEUTSCHE SPRACHDATEI FUER DAS MODUL: WYSIWYG
26
 -----------------------------------------------------------------------------------------
27
*/
28

  
29
// Deutsche Modulbeschreibung
30
$module_description = "Ce module permet de modifier le contenu de la page &agrave; l'aide d'un &eacute;diteur graphique";
31

  
32
?>
0 33

  
trunk/wb/modules/jsadmin/languages/FR.php
1
<?php
2

  
3
// $Id$
4

  
5
/*
6

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

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

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

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

  
24
 -----------------------------------------------------------------------------------------
25
  ENGLISH LANGUAGE FILE FOR THE ADDON: JAVASCRIPT ADMIN
26
 -----------------------------------------------------------------------------------------
27
*/
28

  
29
// Headings and text outputs
30
$MOD_JSADMIN['TXT_HEADING_B'] 				= 'Veuillez s&eacute;lectionner la fonction JavaScript que vous voulez actier';
31
$MOD_JSADMIN['TXT_PERSIST_ORDER_B'] 		= 'Rappel de la hierarchie des pages ouvertes';
32
$MOD_JSADMIN['TXT_AJAX_ORDER_PAGES_B'] 	= 'Pouvoir utilis&eacute; le drag-and-drop pour r&eacute;organiser les pages';
33
$MOD_JSADMIN['TXT_AJAX_ORDER_SECTIONS_B'] = 'Pouvoir utilis&eacute; le drag-and-drop pour r&eacute;organiser les rubriques';
34
$MOD_JSADMIN['TXT_ERROR_INSTALLINFO_B'] 	= '<h1>Erreur</h1><p><strong>Administration en JavaScript</strong> requiert le framework YUI (Yahoo User Interface).<br />Les fichiers suivant sont n&eacute;cessaire pour le fonctionnement <strong>Administration en JavaScript</strong>:<br /><br />';
35

  
36
?>
0 37

  
trunk/wb/modules/show_menu2/languages/FR.php
1
<?php
2

  
3
// $Id$
4

  
5
/*
6
    show_menu2: show_menu replacement for Website Baker 
7
    Copyright (C) 2006-2008, Brodie Thiesfield
8

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

  
14
    This program 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 this program; if not, write to the Free Software
21
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  
22
    02110-1301, USA.
23
*/
24

  
25
// Deutsche Modulbeschreibung
26
$module_description = 'Ce module int&egrave;gre la fonction de menu avanc&eacute;e <code> show_menu2 () </ code> dans Website Baker. Une information d&eacute;taill&eacute;e est disponible sur <a href="http://code.jellycan.com/show_menu2/" target="_blank"> http://code.jellycan.com/show_menu2/ </a> ou dans le fichier <a href = "{WB_URL}/modules/show_menu2/README_DE" target = "_blank"> README </a>.';
27

  
28
?>
0 29

  
trunk/wb/modules/captcha_control/languages/FR.php
1
<?php
2

  
3
// $Id$
4

  
5
/*
6

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

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

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

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

  
24
 -----------------------------------------------------------------------------------------
25
  FRENCH LANGUAGE FILE FOR THE CAPTCHA-CONTROL ADMIN TOOL
26
 -----------------------------------------------------------------------------------------
27
*/
28

  
29
// Headings and text outputs
30
$MOD_CAPTCHA_CONTROL['HEADING']           = 'Captcha et contr&ocirc;le ASP';
31
$MOD_CAPTCHA_CONTROL['HOWTO']             = 'Ici vous pouvez contr&ocirc;ler le comportement du "CAPTCHA" et du ASP ("Advanced Spam Protection" ou Protection avanc&eacute;e contre le spam). Pour faire fonctionner ASP avec un module, ce module doit &ecirc;tre adapt&eacute; pour utiliser ASP.';
32

  
33
// Text and captions of form elements
34
$MOD_CAPTCHA_CONTROL['CAPTCHA_CONF']      = 'Configuration CAPTCHA';
35
$MOD_CAPTCHA_CONTROL['CAPTCHA_TYPE']      = 'Type de CAPTCHA';
36
$MOD_CAPTCHA_CONTROL['CAPTCHA_EXP']       = 'Les param&egrave;tres CAPTCHA pour les modules sont situ&eacute;s dans les param&egrave;tres respectifs de chaque module';
37
$MOD_CAPTCHA_CONTROL['USE_SIGNUP_CAPTCHA']= 'Activer CAPTCHA pour le signup';
38
$MOD_CAPTCHA_CONTROL['ENABLED']           = 'Activ&eacute;';
39
$MOD_CAPTCHA_CONTROL['DISABLED']          = 'D&eacute;sactiv&eacute;';
40
$MOD_CAPTCHA_CONTROL['ASP_CONF']          = 'Configuration de la protection avanc&eacute;e contre le spam';
41
$MOD_CAPTCHA_CONTROL['ASP_TEXT']          = 'Activer ASP (si disponible)';
42
$MOD_CAPTCHA_CONTROL['ASP_EXP']           = "ASP essaie de d&eacute;terminer si un post provient d'un humain ou d'un spam-bot.";
43
$MOD_CAPTCHA_CONTROL['CALC_TEXT']         = 'Calcul en texte';
44
$MOD_CAPTCHA_CONTROL['CALC_IMAGE']        = 'Calcul en image';
45
$MOD_CAPTCHA_CONTROL['CALC_TTF_IMAGE']    = 'Calcul en image en variant les polices et le fond'; 
46
$MOD_CAPTCHA_CONTROL['TTF_IMAGE']         = 'Image en variant les polices et le fond';
47
$MOD_CAPTCHA_CONTROL['OLD_IMAGE']         = 'Ancien style (non recommand&eacute;)';
48
$MOD_CAPTCHA_CONTROL['TEXT']              = 'Text-CAPTCHA';
49
$MOD_CAPTCHA_CONTROL['CAPTCHA_ENTER_TEXT']= 'Questions et r&eacute;ponses';
50
$MOD_CAPTCHA_CONTROL['CAPTCHA_TEXT_DESC'] = 'Effacez ceci en entier pour ajouter vos propres entr&eacute;es'."\n".'ou vos changements ne seront pas enregistr&eacute;s!'."\n".'### exemple ###'."\n".'Entrez ici vos questions et vos r&eacute;ponses.'."\n".'Fonctionnement:'."\n".'?quel est le <b>pr&eacute;nom</b> de <b>Claudia</b> Schiffer ?'."\n".'!Claudia'."\n".'?Question 2'."\n".'!R&eacute;ponse 2'."\n".''."\n"."Si la langue n'est pas importante."."\n".' ... '."\n".'Ou si la langue est importante, faites:'."\n"."?EN:What's <b>Claudia</b> Schiffer's <b>first name</b>?"."\n".'!Claudia'."\n".'?EN:Question 2'."\n".'!R&eacute;ponse 2'."\n".'?FR:quel est le <b>pr&eacute;nom</b> de <b>Claudia</b> Schiffer ?'."\n".'!Claudia'."\n".' ... '."\n".'### exemple ###'."\n".'';
51

  
52
$MOD_CAPTCHA['VERIFICATION']           = 'V&eacute;rification';
53
$MOD_CAPTCHA['ADDITION']               = 'plus ';
54
$MOD_CAPTCHA['SUBTRAKTION']            = 'moins';
55
$MOD_CAPTCHA['MULTIPLIKATION']         = 'multipli&eacute; par';
56
$MOD_CAPTCHA['VERIFICATION_INFO_RES']  = 'Indiquer le r&eacute;sultat';
57
$MOD_CAPTCHA['VERIFICATION_INFO_TEXT'] = 'Indiquer le texte';
58
$MOD_CAPTCHA['VERIFICATION_INFO_QUEST'] = 'R&eacute;ponse de la question';
59
$MOD_CAPTCHA['INCORRECT_VERIFICATION'] = 'V&eacute;rification &eacute;chou&eacute;e';
60

  
61
?>
0 62

  
trunk/wb/modules/form/languages/FR.php
1
<?php
2

  
3
// $Id$
4

  
5
/*
6

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

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

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

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

  
24
*/
25

  
26
//Modul Description
27
$module_description = 'This module allows you to create customised online forms, such as a feedback form. Thank-you to Rudolph Lartey who help enhance this module, providing code for extra field types, etc.';
28

  
29
//Variables for the  backend
30
$MOD_FORM['SETTINGS'] = 'Configurations du formulaire';
31

  
32
?>
0 33

  
trunk/wb/modules/backup/languages/FR.php
1
<?php
2

  
3
// $Id$
4

  
5
/*
6

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

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

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

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

  
24
 -----------------------------------------------------------------------------------------
25
  ENGLISH LANGUAGE FILE FOR THE ADDON: BACKUP
26
 -----------------------------------------------------------------------------------------
27
*/
28

  
29
// text outputs
30
$MOD_BACKUP['BACKUP_ALL_TABLES'] 	= 	'Sauvegarder toutes les tables de la base de donn&eacute;es';
31
$MOD_BACKUP['BACKUP_WB_SPECIFIC'] 	= 	'Sauvegarder seulement les tables reli&eacute; &agrave; WB de la base de donn&eacute;es.';
32
$TEXT['BACKUP_DATABASE']				=	'Sauvegarde de la Base de donn&eacute;es';
33

  
34
?>
0 35

  
trunk/wb/modules/output_filter/languages/FR.php
1
<?php
2

  
3
// $Id$
4

  
5
/*
6

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

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

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

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

  
24
 -----------------------------------------------------------------------------------------
25
  FICHIER DE LANGUE FRANCAIS POUR L'AJOUT: OUTPUT_FILTER
26
 -----------------------------------------------------------------------------------------
27
*/
28

  
29
// Headings and text outputs
30
$MOD_MAIL_FILTER['HEADING']				= 'Options: Filtre de sortie';
31
$MOD_MAIL_FILTER['HOWTO']= 'Vous pouvez configurer les filtres de sorties avec les options suivantes.<p style="line-height:1.5em;"><strong>Astuce: </strong>Les liens <i>Mailto</i> peuvent &ecirc;tres encrypt&eacute; par une fonction JavaScript. Pour utilis&eacute; cette option, vous devez ajouter le code suivant dans la section &lt;head&gt; mod&egrave;le (index.php) :  <code style="background:#FFA;color:#900;">&lt;?php '."register_frontend_modfiles('js');".'?&gt;</code>. Sans cette modification, seulement le charact&egrave;re @ dans la balise <i>Mailto</i> sera remplac&eacute;.</p>';
32

  
33
// Text and captions of form elements
34
$MOD_MAIL_FILTER['BASIC_CONF']			= 'Configuration courriel de base';
35
$MOD_MAIL_FILTER['EMAIL_FILTER']		= 'Filtr&eacute; les adresses courriels dans les texte';
36
$MOD_MAIL_FILTER['MAILTO_FILTER']		= 'Filtr&eacute; les adresses courriels dans les liens <i>mailto</i>';
37
$MOD_MAIL_FILTER['ENABLED']				= 'Activ&eacute;';
38
$MOD_MAIL_FILTER['DISABLED']			= 'D&eacute;activ&eacute;';
39

  
40
$MOD_MAIL_FILTER['REPLACEMENT_CONF']= 'Remplacement de courriels';
41
$MOD_MAIL_FILTER['AT_REPLACEMENT']	= 'Remplacer "@" par';
42
$MOD_MAIL_FILTER['DOT_REPLACEMENT']	= 'Remplacer "." par';
43

  
44
?>
0 45

  
trunk/wb/modules/reload/languages/FR.php
1
<?php
2
// $Id$
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
?>
0 38

  
trunk/wb/modules/code/languages/FR.php
1
<?php
2

  
3
// $Id$
4

  
5
/*
6

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

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

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

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

  
24
 -----------------------------------------------------------------------------------------
25
  DEUTSCHE SPRACHDATEI FUER DAS MODUL: CODE
26
 -----------------------------------------------------------------------------------------
27
*/
28

  
29
// Deutsche Modulbeschreibung
30
$module_description = "Ce module permet d'ex&eacute;cuter des commandes PHP (merci de limiter l'acc&egrave;s &agrave; des personnes dignes de confiance!)";
31

  
32
?>
0 33

  
trunk/wb/modules/fckeditor/languages/FR.php
1
<?php
2

  
3
// $Id$
4

  
5
/*
6

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

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

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

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

  
24
 -----------------------------------------------------------------------------------------
25
  DEUTSCHE SPRACHDATEI FUER DAS MODUL: FCKEDITOR
26
 -----------------------------------------------------------------------------------------
27
*/
28

  
29
// Deutsche Modulbeschreibung
30
$module_description = 'Ce module permet de modifier le contenu de la page avec <a href="http://www.fckeditor.net/" target="_blank">FCKeditor v2.6</a>.';
31

  
32
?>
0 33

  
trunk/wb/modules/news/languages/FR.php
1
<?php
2

  
3
// $Id$
4

  
5
/*
6

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

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

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

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

  
24
*/
25

  
26
//Modul Description
27
$module_description = 'This page type is designed for making a news page.';
28

  
29
//Variables for the  backend
30
$MOD_NEWS['SETTINGS'] = 'Configurations Nouvelles';
31

  
32
//Variables for the frontend
33
$MOD_NEWS['TEXT_READ_MORE'] = 'En savoir plus';
34
$MOD_NEWS['TEXT_POSTED_BY'] = 'Post&eacute; par';
35
$MOD_NEWS['TEXT_ON'] = '&agrave;';
36
$MOD_NEWS['TEXT_LAST_CHANGED'] = 'Derni&egrave;re modification';
37
$MOD_NEWS['TEXT_AT'] = '&agrave;';
38
$MOD_NEWS['TEXT_BACK'] = 'Retour';
39
$MOD_NEWS['TEXT_COMMENTS'] = 'Commentaires';
40
$MOD_NEWS['TEXT_COMMENT'] = 'Commentaire';
41
$MOD_NEWS['TEXT_ADD_COMMENT'] = 'Ajouter un commentaire';
42
$MOD_NEWS['TEXT_BY'] = 'Par';
43

  
44
?>
0 45

  

Also available in: Unified diff