- Author: gilles69
- Date: 2006-07-26 02:20:26 -0400 (Wed, 26 Jul 2006)
- New Revision: 244
- Added:
- trunk/traductions/modules/Book/
- trunk/traductions/modules/Book/installation-pack-fra.txt
- trunk/traductions/modules/Book/pnlang/
- trunk/traductions/modules/Book/pnlang/fra/
- trunk/traductions/modules/Book/pnlang/fra/admin.php
- trunk/traductions/modules/Book/pnlang/fra/first.php
- trunk/traductions/modules/Book/pnlang/fra/index.html
- trunk/traductions/modules/Book/pnlang/fra/init.php
- trunk/traductions/modules/Book/pnlang/fra/user.php
- trunk/traductions/modules/Book/pnlang/fra/userapi.php
- Log:
- Traduction du module Book faite par Eraser
- Added: trunk/traductions/modules/Book/installation-pack-fra.txt
- ===================================================================
- --- trunk/traductions/modules/Book/installation-pack-fra.txt 2006-07-18 11:25:25 UTC (rev 243)
- +++ trunk/traductions/modules/Book/installation-pack-fra.txt 2006-07-26 06:20:26 UTC (rev 244)
- @@ -0,0 +1,14 @@
- +Pacakge de langue française pour le module Book.
- +Traduction par eraser
- +
- +*--------------*
- +| Installation |
- +*--------------*
- +
- +Si vous lisez ceci c'est que vous avez décompressé le fichier Book-packfra.rar sur votre disque dur.
- +
- +Maintenant, copiez le dossier Book et collez le dossier à l'intérieur du dossier "modules" de votre package Postnuke.
- +
- +Il n'y a aucun remplacement de fichiers donc l'opération devrait se faire directement.
- +
- +Contrôlez bien que votre dossier "fra" se trouve bien à l'intérieur du dossier "pnlang"
- \ No newline at end of file
- Added: trunk/traductions/modules/Book/pnlang/fra/admin.php
- ===================================================================
- --- trunk/traductions/modules/Book/pnlang/fra/admin.php 2006-07-18 11:25:25 UTC (rev 243)
- +++ trunk/traductions/modules/Book/pnlang/fra/admin.php 2006-07-26 06:20:26 UTC (rev 244)
- @@ -0,0 +1,164 @@
- +<?php
- +// Generated: $d$ by $id$
- +// ----------------------------------------------------------------------
- +// PostNuke Content Management System
- +// Copyright (C) 2001 by the PostNuke Development Team.
- +// http://www.postnuke.com/
- +// ----------------------------------------------------------------------
- +// Based on:
- +// PHP-NUKE Web Portal System - http://phpnuke.org/
- +// Thatware - http://thatware.org/
- +// ----------------------------------------------------------------------
- +// LICENSE
- +//
- +// This program is free software; you can redistribute it and/or
- +// modify it under the terms of the GNU General Public License (GPL)
- +// as published by the Free Software Foundation; either version 2
- +// of the License, or (at your option) any later version.
- +//
- +// This program is distributed in the hope that it will be useful,
- +// but WITHOUT ANY WARRANTY; without even the implied warranty of
- +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- +// GNU General Public License for more details.
- +//
- +// To read the license please visit http://www.gnu.org/copyleft/gpl.html
- +// ----------------------------------------------------------------------
- +// Original Author of file:
- +// Purpose of file: Translation files
- +// Translation team: Read credits in /docs/CREDITS.txt
- +// ----------------------------------------------------------------------
- +define('_ADDBOOK','Créer un nouveau livre');
- +define('_CANCELBOOKDELETE','Annuler la suppression');
- +define('_EDITBOOK','Editer le nom du livre');
- +define('_EDITBOOKCONFIG','Editer la configuration');
- +define('_BOOKCREATED','Article du livre crée');
- +define('_BOOKDISPLAYBOLD','Afficher les noms des article en gras');
- +define('_BOOKITEMSPERPAGE','Articles par page');
- +define('_BOOKMODIFYCONFIG','Modifier la configuration des articles');
- +define('_BOOKOPTIONS','Options');
- +define('_BOOKUPDATE','Mettre à jour l\'article');
- +define('_BOOKUPDATED','Chapitre mis à jour');
- +
- +define('_BOOK', 'Module BookThe book module');
- +define('_BOOKCHAPTERCREATED','Chapitre du livre crée');
- +define('_BOOKARTICLECREATED','Un article a été crée');
- +define('_BOOKDELETECHAPTER','Suprimer un chapitre');
- +define('_BOOKDELETEARTICLE','Suprimer un article');
- +define('_NEWBOOKCHAPTER','Créer un nouveau chapitre');
- +define('_NEWBOOKARTICLE', 'Créer un nouvel article');
- +define('_CREATECHAPTERFAILED', 'Création d\'un nouveau chapitre impossible');
- +define('_CREATEARTICLEFAILED', 'Création d\'un nouvel article impossible');
- +define('_BOOKADD','Ajouter un livre');
- +define('_BOOKNAME', 'Entrer le nom du livre');
- +define('_BOOKADDCHAPTER','ajouter un chapitre');
- +define('_BOOKCHAPNAME', 'Entrer le nom du chapitre');
- +define('_BOOKCHAPNUMBER', 'Entrer le numéro du chapitre. (Ca doit être 1 ou plus)');
- +define('_BOOKCHAPOWNER','The book the chapter belongs to.');
- +define('_NEWBOOK','Entrer le nom d\un nouveau livre');
- +define('_BOOKEDIT','Editer le titre du livre');
- +define('_BOOKEDITCHAPTER','Editer le titre du chapitre');
- +define('_BOOKEDITARTICLE','Editer l\'article');
- +define('_BOOKDELETE','Supprimer un livre');
- +define('_BOOKDELETEBUTTON','Supprimer le livre');
- +define('_BOOKCHAPDELETE','Supprimer un chapitre');
- +define('_BOOKARTICLEDELETE','Supprimer un article');
- +define('_BOOKNUMBER','ID du livre');
- +define('_VIEWBOOK','Livres en cour');
- +define('_BOOKNOCHAPBEFOREBOOK','Vous devez créer un livre avant de créer un chapitre ou un article.');
- +define('_BOOKNOARTBEFORECHAP','Vous devez créer un chapitre avant de créer un article.');
- +
- +define('_ARTICLETITLE','Titre de l\'article:');
- +define('_ARTICLECONTENT','Contenu de l\'article:');
- +define('_ARTICLEID','ID de l\'article:');
- +define('_ARTICLENEXT','l\'ID du prochain article:');
- +define('_ARTICLEPREV','l\'ID du précédent article:');
- +define('_ARTICLETITLE','Titre de l\'article:');
- +define('_BOOKADDARTICLE','Ajouter un article');
- +define('_BOOKEDITFAILED','Impossible d\éditer le livre.');
- +define('_BOOKDELETEWARNING','Attention : supprimer un livre supprimera par la même tous les chapitres et articles rattachés. Soyez sure que ce soit bien celà que vous voulez faire avant de cliquer sur envoyer.');
- +define('_BOOKDELETED','Le livre a été suppirmé ainsi que tout son contenu.');
- +define('_BOOKDELETECHAPWARNING','Attention : supprimer un article supprimera par la même tous les articles rattachés. Soyez sure que ce soit bien celà que vous voulez faire avant de cliquer sur envoyer.');
- +define('_BOOKNOCHAPTERS','Il n\'y a pas de chapitre à supprimer');
- +define('_BOOKDELETECHAPBUTTON','Supprimer le chapitre');
- +define('_BOOKCHAPTERDELETED','Le chapitre a été supprimé avec succes');
- +define('_BOOKARTDELETE','Supprimer un article');
- +define('_BOOKDELETEARTBUTTON','Supprimer l\'article');
- +define('_BOOKNOARTICLES','Il n\'y a pas d\'article à supprimer');
- +define('_BOOKARTICLEDELETED','l\'article a été supprimé.');
- +define('_BOOKNOBOOKS','Il n\'y a pas de livre à consulter');
- +define('_BOOKUPDATEBUTTON','Mettre à jour le livre');
- +define('_BOOKEDIT','Editer le nom du livre');
- +define('_BOOKEDITNAME','Nom du livre');
- +define('_BOOKEDITBOOK','Editer ce livre');
- +define('_BOOKEDITCHAPTERNAME','Nom du chapitre');
- +define('_BOOKEDITCHAPTERNUMBER','Numéro du chapitre');
- +define('_BOOKEDITCHAPTERBOOK','Livre auquel ce chapitre est rattaché');
- +define('_BOOKUPDATECHATPER','Mettre à jour le chapitre');
- +define('_BOOKNOAUTH','Vous n\'êtes pas autorisé à accéder à cette page.');
- +define('_BOOKEDITARTICLE','Editer un article');
- +define('_BOOKEDITARTICLEMENU','L\'article à éditer');
- +define('_BOOKGETARTICLEBUTTON','Editer l\'article');
- +define('_BOOKUPDATEARTICLEBUTTON','Update article');
- +define('_BOOKNOARTICLEEDIT','Il n\'y a pas d\'article à éditer');
- +define('_BOOKARTICLEUPDATED','L\'article a été mis à jour.');
- +define('_BOOKARTICLENUMBER','Numéro de l\'article:');
- +define('_NEWBOOKFIGURE','Créer un figure');
- +define('_BOOKEDITFIGURE', 'Editer la figure');
- +define('_BOOKFIGUREDELETE','Supprimer la figure');
- +define('_BOOKFIGURECREATED','La figure a été crée');
- +define('_BOOKADDFIGURE','Ajouter une figure');
- +define('_BOOKNOFIGURES','Il n\'y a pas de figure a éditer');
- +define('_BOOKDELETEFIGURE','Supprimer la figure');
- +define('_BOOKPICKTODELETE','Choisissez une figure à supprimer');
- +define('_BOOKFIGURE50','Les dernières 50 figures');
- +define('_BOOKORENTERFIGUREID','Ou entrez l\'ID de la figure: ');
- +define('_BOOKFIGUREDELETED','La figure a été supprimée avec succès');
- +define('_BOOKFIGURENOTDELTED','Supression de la figure impossible. Verrifiez l\'ID de votre figure.');
- +define('_BOOKDOCUMENTSPROCESSED','Tous les documents ont été mis à jour');
- +define('_BOOKPROCESSBUTTON','Traiter tous les articles soumis');
- +define('_BOOKGLOSSEDITFAILED','L\'addition du glossaire a échoué');
- +define('_CREATEGLOSSASRYFAILED','Impossible de créer un article de glossaire');
- +define('_BOOKADDGLOSSARY','Ajotuer un article de glossaire');
- +define('_BOOKEDITGLOSSARY','Modifier un article de glossaire');
- +define('_BOOKGLOSSARYDELETE','Supprimer l\'article du glossaire');
- +define('_BOOKADDGLOSSARY','Nouvel article de glossaire');
- +define('_BOOKGLOSSARYTERMID','ID du terme du glossaire: ');
- +define('_BOOKCURRENTGLOSSARYITEMS','Termes du glossaire courrant');
- +define('_BOOKNOGLOSSARY','Cet article de glossaire n\'existe pas');
- +define('_BOOKGLOSSARYUPDATED','GLossaire mis à jour');
- +define('_NEWBOOKGLOSSARY','Créer une entrée de glossaire');
- +define('_BOOKDELETEGLOSSARY','Supprimer l\'article du glossaire');
- +define('_BOOKGLOSSARYELETED','Terme du glossaire supprimé');
- +define('_BOOKGLOSSARYCREATED','Article du glossaire crée');
- +define('_BOOKFIGURENUMBER','Numéro de la figure:');
- +define('_BOOKCHAPTERNUMBER','Numéro du chapitre:');
- +define('_BOOKBOOKID','ID du livre:');
- +define('_BOOKFIGURETITLE','Titre de la figure:');
- +define('_BOOKFIGURELEGEND','Légende de la figure:');
- +define('_BOOKIMAGEPATH','Chemin d\'accès à la figure:');
- +define('_SEARCHBOOK','Rechercher des livres');
- +define('_BOOKS','Livres');
- +define('_BOOKEXPORTBUTTON','Exporter un chapitre');
- +define('_BOOKEXPORTCHAPTER','exporter le chapitre');
- +define('_BOOKCHAPCHOOSEEXPORT','Choisissez le chapitre à exporter');
- +define('_BOOKIMPORTBUTTON','Importer un chapitre');
- +define('_BOOKIMPORTINST','Collez votre chapitre modifié dans cette boite et il sera importé.');
- +define('_BOOKIMPORTSUCCESS','Le chapitre a été importé avec succès');
- +define('_BOOKIMPORTFAILED','L\'importation du livre a échoué.');
- +define('_BOOKARTDELETE','Sélectionnez la figure à éditer, ensuite cliquez sur le bouton');
- +define('_BOOKPICKFIGBUTTON','Editez la figure');
- +define('_BOOKLISTFIGURES','Listez toutes les figures');
- +define('_BOOKLISTFIGURESBUTTON','La liste des figures');
- +//define('','');
- +//define('','');
- +//define('','');
- +//define('','');
- +//define('','');
- +//define('','');
- +//define('','');
- +//define('','');
- +//define('','');
- +//define('','');
- +
- +
- +?>
- \ No newline at end of file
- Added: trunk/traductions/modules/Book/pnlang/fra/first.php
- ===================================================================
- --- trunk/traductions/modules/Book/pnlang/fra/first.php 2006-07-18 11:25:25 UTC (rev 243)
- +++ trunk/traductions/modules/Book/pnlang/fra/first.php 2006-07-26 06:20:26 UTC (rev 244)
- @@ -0,0 +1,8 @@
- +<?php // $Id: first.php,v 1.2 2005/08/30 19:29:32 paustian Exp $
- +// ----------------------------------------------------------------------
- +// Original Author of file: Jim McDonald
- +// Purpose of file: Language defines for first.php block
- +// ----------------------------------------------------------------------
- +//
- +define('_BOOKBLOCKADDITIONTITLE', 'Montrer tous les livres disponibles');
- +?>
- \ No newline at end of file
- Added: trunk/traductions/modules/Book/pnlang/fra/index.html
- ===================================================================
- Added: trunk/traductions/modules/Book/pnlang/fra/init.php
- ===================================================================
- --- trunk/traductions/modules/Book/pnlang/fra/init.php 2006-07-18 11:25:25 UTC (rev 243)
- +++ trunk/traductions/modules/Book/pnlang/fra/init.php 2006-07-26 06:20:26 UTC (rev 244)
- @@ -0,0 +1,32 @@
- +<?php
- +// Generated: $d$ by $id$
- +// ----------------------------------------------------------------------
- +// PostNuke Content Management System
- +// Copyright (C) 2001 by the PostNuke Development Team.
- +// http://www.postnuke.com/
- +// ----------------------------------------------------------------------
- +// Based on:
- +// PHP-NUKE Web Portal System - http://phpnuke.org/
- +// Thatware - http://thatware.org/
- +// ----------------------------------------------------------------------
- +// LICENSE
- +//
- +// This program is free software; you can redistribute it and/or
- +// modify it under the terms of the GNU General Public License (GPL)
- +// as published by the Free Software Foundation; either version 2
- +// of the License, or (at your option) any later version.
- +//
- +// This program is distributed in the hope that it will be useful,
- +// but WITHOUT ANY WARRANTY; without even the implied warranty of
- +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- +// GNU General Public License for more details.
- +//
- +// To read the license please visit http://www.gnu.org/copyleft/gpl.html
- +// ----------------------------------------------------------------------
- +// Original Author of file: Timothy Paustian
- +// Purpose of file: Translation files
- +// Translation team: Read credits in /docs/CREDITS.txt
- +// ----------------------------------------------------------------------
- +define('_CREATETABLEFAILED','Création de la table impossible');
- +define('_UPDATETABLEFAILED','Mis à jour de la table impossible');
- +?>
- \ No newline at end of file
- Added: trunk/traductions/modules/Book/pnlang/fra/user.php
- ===================================================================
- --- trunk/traductions/modules/Book/pnlang/fra/user.php 2006-07-18 11:25:25 UTC (rev 243)
- +++ trunk/traductions/modules/Book/pnlang/fra/user.php 2006-07-26 06:20:26 UTC (rev 244)
- @@ -0,0 +1,35 @@
- +<?php
- +// Generated: $d$ by $id$
- +// ----------------------------------------------------------------------
- +// PostNuke Content Management System
- +// Copyright (C) 2001 by the PostNuke Development Team.
- +// http://www.postnuke.com/
- +// ----------------------------------------------------------------------
- +// Based on:
- +// PHP-NUKE Web Portal System - http://phpnuke.org/
- +// Thatware - http://thatware.org/
- +// ----------------------------------------------------------------------
- +// LICENSE
- +//
- +// This program is free software; you can redistribute it and/or
- +// modify it under the terms of the GNU General Public License (GPL)
- +// as published by the Free Software Foundation; either version 2
- +// of the License, or (at your option) any later version.
- +//
- +// This program is distributed in the hope that it will be useful,
- +// but WITHOUT ANY WARRANTY; without even the implied warranty of
- +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- +// GNU General Public License for more details.
- +//
- +// To read the license please visit http://www.gnu.org/copyleft/gpl.html
- +// ----------------------------------------------------------------------
- +// Original Author of file: Timothy Paustian
- +// Purpose of file: Translation files
- +// Translation team: Read credits in /docs/CREDITS.txt
- +// ----------------------------------------------------------------------
- +define('_BOOKCHAPTERSEMPTY','Il n\'y a pas de chapitres dans ce livre');
- +define('_BOOKDOESNOTEXIST','Ce livre n\'existe pas');
- +define('_BOOKCHAPTEREMPTY', 'Il n\'y a pas d\'articles à ce chapitre');
- +define('_BOOKGETARTICLEBUTTON', 'Editez l\'article');
- +
- +?>
- \ No newline at end of file
- Added: trunk/traductions/modules/Book/pnlang/fra/userapi.php
- ===================================================================
- --- trunk/traductions/modules/Book/pnlang/fra/userapi.php 2006-07-18 11:25:25 UTC (rev 243)
- +++ trunk/traductions/modules/Book/pnlang/fra/userapi.php 2006-07-26 06:20:26 UTC (rev 244)
- @@ -0,0 +1,32 @@
- +<?php
- +// Generated: $d$ by $id$
- +// ----------------------------------------------------------------------
- +// PostNuke Content Management System
- +// Copyright (C) 2001 by the PostNuke Development Team.
- +// http://www.postnuke.com/
- +// ----------------------------------------------------------------------
- +// Based on:
- +// PHP-NUKE Web Portal System - http://phpnuke.org/
- +// Thatware - http://thatware.org/
- +// ----------------------------------------------------------------------
- +// LICENSE
- +//
- +// This program is free software; you can redistribute it and/or
- +// modify it under the terms of the GNU General Public License (GPL)
- +// as published by the Free Software Foundation; either version 2
- +// of the License, or (at your option) any later version.
- +//
- +// This program is distributed in the hope that it will be useful,
- +// but WITHOUT ANY WARRANTY; without even the implied warranty of
- +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- +// GNU General Public License for more details.
- +//
- +// To read the license please visit http://www.gnu.org/copyleft/gpl.html
- +// ----------------------------------------------------------------------
- +// Original Author of file: Timothy Paustian
- +// Purpose of file: Translation files
- +// Translation team: Read credits in /docs/CREDITS.txt
- +// ----------------------------------------------------------------------
- +define('_GETFAILED','Chargement impossible');
- +define('_BOOKSETCOUNTERFAILED','Chargement impossible');
- +?>
- \ No newline at end of file
- _______________________________________________
- Pnfrance-commits mailing list
- Pnfrance-commits@noc.postnuke.com
- http://noc.postnuke.com/mailman/listinfo/pnfrance-commits
| [pnfrance-commits] r244 - in trunk/traductions/modules: . book book/pnlang book/pnlang/fra | |
| Auteur | Sujet |
|---|---|
|
pncvs Droide enregistré depuis : oct. 2005 Messages : 709 dernière visite: 02.04.07 |
Code: [Télécharger] [Cacher] |
| 26.07.2006, 08:30 | |
Généré par pnForum Version 2.6
CA_Aphrodite design by Vjacheslav Trushkin - phpBBStyles.com
Ported to PostNuke pnForum by Chestnut - http://dev.pnconcept.com
CA_Aphrodite design by Vjacheslav Trushkin - phpBBStyles.com
Ported to PostNuke pnForum by Chestnut - http://dev.pnconcept.com




