Revision 913
Added by Matthias almost 16 years ago
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égration de contenus externes sur votre page à l'aide de cadres enligné (iframe)"; |
|
31 |
|
|
32 |
// Ueberschriften und Textausgaben |
|
33 |
$MOD_WRAPPER['NOTICE'] = 'Votre navigateur ne supporte pas les cadres enligné<br />Cliquez sur le lien ci-dessous pour vous rendre au site qui étais sensé ?tre affiché 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é à 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 à l'aide d'un é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é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é le drag-and-drop pour réorganiser les pages'; |
|
33 |
$MOD_JSADMIN['TXT_AJAX_ORDER_SECTIONS_B'] = 'Pouvoir utilisé le drag-and-drop pour ré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é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ègre la fonction de menu avancée <code> show_menu2 () </ code> dans Website Baker. Une information détaillé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ôle ASP'; |
|
31 |
$MOD_CAPTCHA_CONTROL['HOWTO'] = 'Ici vous pouvez contrôler le comportement du "CAPTCHA" et du ASP ("Advanced Spam Protection" ou Protection avancée contre le spam). Pour faire fonctionner ASP avec un module, ce module doit être adapté 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ètres CAPTCHA pour les modules sont situés dans les paramètres respectifs de chaque module'; |
|
37 |
$MOD_CAPTCHA_CONTROL['USE_SIGNUP_CAPTCHA']= 'Activer CAPTCHA pour le signup'; |
|
38 |
$MOD_CAPTCHA_CONTROL['ENABLED'] = 'Activé'; |
|
39 |
$MOD_CAPTCHA_CONTROL['DISABLED'] = 'Désactivé'; |
|
40 |
$MOD_CAPTCHA_CONTROL['ASP_CONF'] = 'Configuration de la protection avancée contre le spam'; |
|
41 |
$MOD_CAPTCHA_CONTROL['ASP_TEXT'] = 'Activer ASP (si disponible)'; |
|
42 |
$MOD_CAPTCHA_CONTROL['ASP_EXP'] = "ASP essaie de dé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é)'; |
|
48 |
$MOD_CAPTCHA_CONTROL['TEXT'] = 'Text-CAPTCHA'; |
|
49 |
$MOD_CAPTCHA_CONTROL['CAPTCHA_ENTER_TEXT']= 'Questions et réponses'; |
|
50 |
$MOD_CAPTCHA_CONTROL['CAPTCHA_TEXT_DESC'] = 'Effacez ceci en entier pour ajouter vos propres entrées'."\n".'ou vos changements ne seront pas enregistrés!'."\n".'### exemple ###'."\n".'Entrez ici vos questions et vos réponses.'."\n".'Fonctionnement:'."\n".'?quel est le <b>prénom</b> de <b>Claudia</b> Schiffer ?'."\n".'!Claudia'."\n".'?Question 2'."\n".'!Ré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éponse 2'."\n".'?FR:quel est le <b>prénom</b> de <b>Claudia</b> Schiffer ?'."\n".'!Claudia'."\n".' ... '."\n".'### exemple ###'."\n".''; |
|
51 |
|
|
52 |
$MOD_CAPTCHA['VERIFICATION'] = 'Vérification'; |
|
53 |
$MOD_CAPTCHA['ADDITION'] = 'plus '; |
|
54 |
$MOD_CAPTCHA['SUBTRAKTION'] = 'moins'; |
|
55 |
$MOD_CAPTCHA['MULTIPLIKATION'] = 'multiplié par'; |
|
56 |
$MOD_CAPTCHA['VERIFICATION_INFO_RES'] = 'Indiquer le résultat'; |
|
57 |
$MOD_CAPTCHA['VERIFICATION_INFO_TEXT'] = 'Indiquer le texte'; |
|
58 |
$MOD_CAPTCHA['VERIFICATION_INFO_QUEST'] = 'Réponse de la question'; |
|
59 |
$MOD_CAPTCHA['INCORRECT_VERIFICATION'] = 'Vérification échoué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ées'; |
|
31 |
$MOD_BACKUP['BACKUP_WB_SPECIFIC'] = 'Sauvegarder seulement les tables relié à WB de la base de données.'; |
|
32 |
$TEXT['BACKUP_DATABASE'] = 'Sauvegarde de la Base de donné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 êtres encrypté par une fonction JavaScript. Pour utilisé cette option, vous devez ajouter le code suivant dans la section <head> modèle (index.php) : <code style="background:#FFA;color:#900;"><?php '."register_frontend_modfiles('js');".'?></code>. Sans cette modification, seulement le charactère @ dans la balise <i>Mailto</i> sera remplacé.</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é les adresses courriels dans les texte'; |
|
36 |
$MOD_MAIL_FILTER['MAILTO_FILTER'] = 'Filtré les adresses courriels dans les liens <i>mailto</i>'; |
|
37 |
$MOD_MAIL_FILTER['ENABLED'] = 'Activé'; |
|
38 |
$MOD_MAIL_FILTER['DISABLED'] = 'Déactivé'; |
|
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électionner quel ajout que vous voulez rechargé.'; |
|
30 |
$MOD_RELOAD['MODULES'] = 'Modules'; |
|
31 |
$MOD_RELOAD['TEMPLATES'] = 'Modèles'; |
|
32 |
$MOD_RELOAD['LANGUAGES'] = 'Langues'; |
|
33 |
$MOD_RELOAD['MODULES_RELOADED'] = 'Modules rechargé avec succès'; |
|
34 |
$MOD_RELOAD['TEMPLATES_RELOADED'] = 'Modèles rechargé avec succès.'; |
|
35 |
$MOD_RELOAD['LANGUAGES_RELOADED'] = 'Langues rechargés avec succè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écuter des commandes PHP (merci de limiter l'accès à 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é par'; |
|
35 |
$MOD_NEWS['TEXT_ON'] = 'à'; |
|
36 |
$MOD_NEWS['TEXT_LAST_CHANGED'] = 'Dernière modification'; |
|
37 |
$MOD_NEWS['TEXT_AT'] = 'à'; |
|
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
added French languages to modules