[pnfrance-commits] r244 - in trunk/traductions/modules: . book book/pnlang book/pnlang/fra
Auteur Sujet
Post 
  1. Author: gilles69 
  2. Date: 2006-07-26 02:20:26 -0400 (Wed, 26 Jul 2006) 
  3. New Revision: 244 
  4.  
  5. Added: 
  6.    trunk/traductions/modules/Book/ 
  7.    trunk/traductions/modules/Book/installation-pack-fra.txt 
  8.    trunk/traductions/modules/Book/pnlang/ 
  9.    trunk/traductions/modules/Book/pnlang/fra/ 
  10.    trunk/traductions/modules/Book/pnlang/fra/admin.php 
  11.    trunk/traductions/modules/Book/pnlang/fra/first.php 
  12.    trunk/traductions/modules/Book/pnlang/fra/index.html 
  13.    trunk/traductions/modules/Book/pnlang/fra/init.php 
  14.    trunk/traductions/modules/Book/pnlang/fra/user.php 
  15.    trunk/traductions/modules/Book/pnlang/fra/userapi.php 
  16. Log: 
  17. Traduction du module Book faite par Eraser 
  18.  
  19. Added: trunk/traductions/modules/Book/installation-pack-fra.txt 
  20. =================================================================== 
  21. --- trunk/traductions/modules/Book/installation-pack-fra.txt    2006-07-18 11:25:25 UTC (rev 243) 
  22. +++ trunk/traductions/modules/Book/installation-pack-fra.txt    2006-07-26 06:20:26 UTC (rev 244) 
  23. @@ -0,0 +1,14 ;@@ 
  24. +Pacakge de langue française pour le module Book. 
  25. +Traduction par eraser 
  26. +*--------------* 
  27. +| Installation | 
  28. +*--------------* 
  29. +Si vous lisez ceci c'est que vous avez décompressé le fichier Book-packfra.rar sur votre disque dur. 
  30. +Maintenant, copiez le dossier Book et collez le dossier à l'intérieur du dossier "modules" de votre package Postnuke
  31. +Il n'y a aucun remplacement de fichiers donc l'opération devrait se faire directement. 
  32. +Contrôlez bien que votre dossier "fra" se trouve bien à l'intérieur du dossier "pnlang" 
  33. \ No newline at end of file 
  34.  
  35. Added: trunk/traductions/modules/Book/pnlang/fra/admin.php 
  36. =================================================================== 
  37. --- trunk/traductions/modules/Book/pnlang/fra/admin.php    2006-07-18 11:25:25 UTC (rev 243) 
  38. +++ trunk/traductions/modules/Book/pnlang/fra/admin.php    2006-07-26 06:20:26 UTC (rev 244) 
  39. @@ -0,0 +1,164 ;@@ 
  40. +<?php 
  41. +// Generated: $d$ by $id$ 
  42. +// ---------------------------------------------------------------------- 
  43. +// PostNuke Content Management System 
  44. +// Copyright (C) 2001 by the PostNuke Development Team. 
  45. +// http://www.postnuke.com/ 
  46. +// ---------------------------------------------------------------------- 
  47. +// Based on: 
  48. +// PHP-NUKE Web Portal System - http://phpnuke.org/ 
  49. +// Thatware - http://thatware.org/ 
  50. +// ---------------------------------------------------------------------- 
  51. +// LICENSE 
  52. +// 
  53. +// This program is free software; you can redistribute it and/or 
  54. +// modify it under the terms of the GNU General Public License (GPL
  55. +// as published by the Free Software Foundation; either version 2 
  56. +// of the License, or (at your option) any later version. 
  57. +// 
  58. +// This program is distributed in the hope that it will be useful, 
  59. +// but WITHOUT ANY WARRANTY; without even the implied warranty of 
  60. +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  61. +// GNU General Public License for more details. 
  62. +// 
  63. +// To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  64. +// ---------------------------------------------------------------------- 
  65. +// Original Author of file:  
  66. +// Purpose of file: Translation files 
  67. +// Translation team: Read credits in /docs/CREDITS.txt 
  68. +// ---------------------------------------------------------------------- 
  69. +define('_ADDBOOK','Créer un nouveau livre'); 
  70. +define('_CANCELBOOKDELETE','Annuler la suppression'); 
  71. +define('_EDITBOOK','Editer le nom du livre'); 
  72. +define('_EDITBOOKCONFIG','Editer la configuration'); 
  73. +define('_BOOKCREATED','Article du livre crée'); 
  74. +define('_BOOKDISPLAYBOLD','Afficher les noms des article en gras'); 
  75. +define('_BOOKITEMSPERPAGE','Articles par page'); 
  76. +define('_BOOKMODIFYCONFIG','Modifier la configuration des articles'); 
  77. +define('_BOOKOPTIONS','Options'); 
  78. +define('_BOOKUPDATE','Mettre à jour l\'article'); 
  79. +define('_BOOKUPDATED','Chapitre mis à jour'); 
  80. +define('_BOOK', 'Module BookThe book module'); 
  81. +define('_BOOKCHAPTERCREATED','Chapitre du livre crée'); 
  82. +define('_BOOKARTICLECREATED','Un article a été crée'); 
  83. +define('_BOOKDELETECHAPTER','Suprimer un chapitre'); 
  84. +define('_BOOKDELETEARTICLE','Suprimer un article'); 
  85. +define('_NEWBOOKCHAPTER','Créer un nouveau chapitre'); 
  86. +define('_NEWBOOKARTICLE', 'Créer un nouvel article'); 
  87. +define('_CREATECHAPTERFAILED', 'Création d\'un nouveau chapitre impossible'); 
  88. +define('_CREATEARTICLEFAILED', 'Création d\'un nouvel article impossible'); 
  89. +define('_BOOKADD','Ajouter un livre'); 
  90. +define('_BOOKNAME', 'Entrer le nom du livre'); 
  91. +define('_BOOKADDCHAPTER','ajouter un chapitre'); 
  92. +define('_BOOKCHAPNAME', 'Entrer le nom du chapitre'); 
  93. +define('_BOOKCHAPNUMBER', 'Entrer le numéro du chapitre. (Ca doit être 1 ou plus)'); 
  94. +define('_BOOKCHAPOWNER','The book the chapter belongs to.'); 
  95. +define('_NEWBOOK','Entrer le nom d\un nouveau livre'); 
  96. +define('_BOOKEDIT','Editer le titre du livre'); 
  97. +define('_BOOKEDITCHAPTER','Editer le titre du chapitre'); 
  98. +define('_BOOKEDITARTICLE','Editer l\'article'); 
  99. +define('_BOOKDELETE','Supprimer un livre'); 
  100. +define('_BOOKDELETEBUTTON','Supprimer le livre'); 
  101. +define('_BOOKCHAPDELETE','Supprimer un chapitre'); 
  102. +define('_BOOKARTICLEDELETE','Supprimer un article'); 
  103. +define('_BOOKNUMBER','ID du livre'); 
  104. +define('_VIEWBOOK','Livres en cour'); 
  105. +define('_BOOKNOCHAPBEFOREBOOK','Vous devez créer un livre avant de créer un chapitre ou un article.'); 
  106. +define('_BOOKNOARTBEFORECHAP','Vous devez créer un chapitre avant de créer un article.'); 
  107. +define('_ARTICLETITLE','Titre de l\'article:'); 
  108. +define('_ARTICLECONTENT','Contenu de l\'article:'); 
  109. +define('_ARTICLEID','ID de l\'article:'); 
  110. +define('_ARTICLENEXT','l\'ID du prochain article:'); 
  111. +define('_ARTICLEPREV','l\'ID du précédent article:'); 
  112. +define('_ARTICLETITLE','Titre de l\'article:'); 
  113. +define('_BOOKADDARTICLE','Ajouter un article'); 
  114. +define('_BOOKEDITFAILED','Impossible d\éditer le livre.'); 
  115. +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.'); 
  116. +define('_BOOKDELETED','Le livre a été suppirmé ainsi que tout son contenu.'); 
  117. +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.'); 
  118. +define('_BOOKNOCHAPTERS','Il n\'y a pas de chapitre à supprimer'); 
  119. +define('_BOOKDELETECHAPBUTTON','Supprimer le chapitre'); 
  120. +define('_BOOKCHAPTERDELETED','Le chapitre a été supprimé avec succes'); 
  121. +define('_BOOKARTDELETE','Supprimer un article'); 
  122. +define('_BOOKDELETEARTBUTTON','Supprimer l\'article'); 
  123. +define('_BOOKNOARTICLES','Il n\'y a pas d\'article à supprimer'); 
  124. +define('_BOOKARTICLEDELETED','l\'article a été supprimé.'); 
  125. +define('_BOOKNOBOOKS','Il n\'y a pas de livre à consulter'); 
  126. +define('_BOOKUPDATEBUTTON','Mettre à jour le livre'); 
  127. +define('_BOOKEDIT','Editer le nom du livre'); 
  128. +define('_BOOKEDITNAME','Nom du livre'); 
  129. +define('_BOOKEDITBOOK','Editer ce livre'); 
  130. +define('_BOOKEDITCHAPTERNAME','Nom du chapitre'); 
  131. +define('_BOOKEDITCHAPTERNUMBER','Numéro du chapitre'); 
  132. +define('_BOOKEDITCHAPTERBOOK','Livre auquel ce chapitre est rattaché'); 
  133. +define('_BOOKUPDATECHATPER','Mettre à jour le chapitre'); 
  134. +define('_BOOKNOAUTH','Vous n\'êtes pas autorisé à accéder à cette page.'); 
  135. +define('_BOOKEDITARTICLE','Editer un article'); 
  136. +define('_BOOKEDITARTICLEMENU','L\'article à éditer'); 
  137. +define('_BOOKGETARTICLEBUTTON','Editer l\'article'); 
  138. +define('_BOOKUPDATEARTICLEBUTTON','Update article'); 
  139. +define('_BOOKNOARTICLEEDIT','Il n\'y a pas d\'article à éditer'); 
  140. +define('_BOOKARTICLEUPDATED','L\'article a été mis à jour.'); 
  141. +define('_BOOKARTICLENUMBER','Numéro de l\'article:'); 
  142. +define('_NEWBOOKFIGURE','Créer un figure'); 
  143. +define('_BOOKEDITFIGURE', 'Editer la figure'); 
  144. +define('_BOOKFIGUREDELETE','Supprimer la figure'); 
  145. +define('_BOOKFIGURECREATED','La figure a été crée'); 
  146. +define('_BOOKADDFIGURE','Ajouter une figure'); 
  147. +define('_BOOKNOFIGURES','Il n\'y a pas de figure a éditer'); 
  148. +define('_BOOKDELETEFIGURE','Supprimer la figure'); 
  149. +define('_BOOKPICKTODELETE','Choisissez une figure à supprimer'); 
  150. +define('_BOOKFIGURE50','Les dernières 50 figures'); 
  151. +define('_BOOKORENTERFIGUREID','Ou entrez l\'ID de la figure: '); 
  152. +define('_BOOKFIGUREDELETED','La figure a été supprimée avec succès'); 
  153. +define('_BOOKFIGURENOTDELTED','Supression de la figure impossible. Verrifiez l\'ID de votre figure.'); 
  154. +define('_BOOKDOCUMENTSPROCESSED','Tous les documents ont été mis à jour'); 
  155. +define('_BOOKPROCESSBUTTON','Traiter tous les articles soumis'); 
  156. +define('_BOOKGLOSSEDITFAILED','L\'addition du glossaire a échoué'); 
  157. +define('_CREATEGLOSSASRYFAILED','Impossible de créer un article de glossaire'); 
  158. +define('_BOOKADDGLOSSARY','Ajotuer un article de glossaire'); 
  159. +define('_BOOKEDITGLOSSARY','Modifier un article de glossaire'); 
  160. +define('_BOOKGLOSSARYDELETE','Supprimer l\'article du glossaire'); 
  161. +define('_BOOKADDGLOSSARY','Nouvel article de glossaire'); 
  162. +define('_BOOKGLOSSARYTERMID','ID du terme du glossaire: '); 
  163. +define('_BOOKCURRENTGLOSSARYITEMS','Termes du glossaire courrant'); 
  164. +define('_BOOKNOGLOSSARY','Cet article de glossaire n\'existe pas'); 
  165. +define('_BOOKGLOSSARYUPDATED','GLossaire mis à jour'); 
  166. +define('_NEWBOOKGLOSSARY','Créer une entrée de glossaire'); 
  167. +define('_BOOKDELETEGLOSSARY','Supprimer l\'article du glossaire'); 
  168. +define('_BOOKGLOSSARYELETED','Terme du glossaire supprimé'); 
  169. +define('_BOOKGLOSSARYCREATED','Article du glossaire crée'); 
  170. +define('_BOOKFIGURENUMBER','Numéro de la figure:'); 
  171. +define('_BOOKCHAPTERNUMBER','Numéro du chapitre:'); 
  172. +define('_BOOKBOOKID','ID du livre:'); 
  173. +define('_BOOKFIGURETITLE','Titre de la figure:'); 
  174. +define('_BOOKFIGURELEGEND','Légende de la figure:'); 
  175. +define('_BOOKIMAGEPATH','Chemin d\'accès à la figure:'); 
  176. +define('_SEARCHBOOK','Rechercher des livres'); 
  177. +define('_BOOKS','Livres'); 
  178. +define('_BOOKEXPORTBUTTON','Exporter un chapitre'); 
  179. +define('_BOOKEXPORTCHAPTER','exporter le chapitre'); 
  180. +define('_BOOKCHAPCHOOSEEXPORT','Choisissez le chapitre à exporter'); 
  181. +define('_BOOKIMPORTBUTTON','Importer un chapitre'); 
  182. +define('_BOOKIMPORTINST','Collez votre chapitre modifié dans cette boite et il sera importé.'); 
  183. +define('_BOOKIMPORTSUCCESS','Le chapitre a été importé avec succès'); 
  184. +define('_BOOKIMPORTFAILED','L\'importation du livre a échoué.'); 
  185. +define('_BOOKARTDELETE','Sélectionnez la figure à éditer, ensuite cliquez sur le bouton'); 
  186. +define('_BOOKPICKFIGBUTTON','Editez la figure'); 
  187. +define('_BOOKLISTFIGURES','Listez toutes les figures'); 
  188. +define('_BOOKLISTFIGURESBUTTON','La liste des figures'); 
  189. +//define('',''); 
  190. +//define('',''); 
  191. +//define('',''); 
  192. +//define('',''); 
  193. +//define('',''); 
  194. +//define('',''); 
  195. +//define('',''); 
  196. +//define('',''); 
  197. +//define('',''); 
  198. +//define('',''); 
  199. +?> 
  200. \ No newline at end of file 
  201.  
  202. Added: trunk/traductions/modules/Book/pnlang/fra/first.php 
  203. =================================================================== 
  204. --- trunk/traductions/modules/Book/pnlang/fra/first.php    2006-07-18 11:25:25 UTC (rev 243) 
  205. +++ trunk/traductions/modules/Book/pnlang/fra/first.php    2006-07-26 06:20:26 UTC (rev 244) 
  206. @@&nbsp;-0,0 +1,8 ;@@ 
  207. +<?php // $Id: first.php,v 1.2 2005/08/30 19:29:32 paustian Exp $ 
  208. +// ---------------------------------------------------------------------- 
  209. +// Original Author of file: Jim McDonald 
  210. +// Purpose of file:  Language defines for first.php block 
  211. +// ---------------------------------------------------------------------- 
  212. +// 
  213. +define('_BOOKBLOCKADDITIONTITLE', 'Montrer tous les livres disponibles'); 
  214. +?> 
  215. \ No newline at end of file 
  216.  
  217. Added: trunk/traductions/modules/Book/pnlang/fra/index.html 
  218. =================================================================== 
  219.  
  220. Added: trunk/traductions/modules/Book/pnlang/fra/init.php 
  221. =================================================================== 
  222. --- trunk/traductions/modules/Book/pnlang/fra/init.php    2006-07-18 11:25:25 UTC (rev 243) 
  223. +++ trunk/traductions/modules/Book/pnlang/fra/init.php    2006-07-26 06:20:26 UTC (rev 244) 
  224. @@&nbsp;-0,0 +1,32 ;@@ 
  225. +<?php 
  226. +// Generated: $d$ by $id$ 
  227. +// ---------------------------------------------------------------------- 
  228. +// PostNuke Content Management System 
  229. +// Copyright (C) 2001 by the PostNuke Development Team. 
  230. +// http://www.postnuke.com/ 
  231. +// ---------------------------------------------------------------------- 
  232. +// Based on: 
  233. +// PHP-NUKE Web Portal System - http://phpnuke.org/ 
  234. +// Thatware - http://thatware.org/ 
  235. +// ---------------------------------------------------------------------- 
  236. +// LICENSE 
  237. +// 
  238. +// This program is free software; you can redistribute it and/or 
  239. +// modify it under the terms of the GNU General Public License (GPL
  240. +// as published by the Free Software Foundation; either version 2 
  241. +// of the License, or (at your option) any later version. 
  242. +// 
  243. +// This program is distributed in the hope that it will be useful, 
  244. +// but WITHOUT ANY WARRANTY; without even the implied warranty of 
  245. +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  246. +// GNU General Public License for more details. 
  247. +// 
  248. +// To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  249. +// ---------------------------------------------------------------------- 
  250. +// Original Author of file: Timothy Paustian 
  251. +// Purpose of file: Translation files 
  252. +// Translation team: Read credits in /docs/CREDITS.txt 
  253. +// ---------------------------------------------------------------------- 
  254. +define('_CREATETABLEFAILED','Création de la table impossible'); 
  255. +define('_UPDATETABLEFAILED','Mis à jour de la table impossible'); 
  256. +?> 
  257. \ No newline at end of file 
  258.  
  259. Added: trunk/traductions/modules/Book/pnlang/fra/user.php 
  260. =================================================================== 
  261. --- trunk/traductions/modules/Book/pnlang/fra/user.php    2006-07-18 11:25:25 UTC (rev 243) 
  262. +++ trunk/traductions/modules/Book/pnlang/fra/user.php    2006-07-26 06:20:26 UTC (rev 244) 
  263. @@&nbsp;-0,0 +1,35 ;@@ 
  264. +<?php 
  265. +// Generated: $d$ by $id$ 
  266. +// ---------------------------------------------------------------------- 
  267. +// PostNuke Content Management System 
  268. +// Copyright (C) 2001 by the PostNuke Development Team. 
  269. +// http://www.postnuke.com/ 
  270. +// ---------------------------------------------------------------------- 
  271. +// Based on: 
  272. +// PHP-NUKE Web Portal System - http://phpnuke.org/ 
  273. +// Thatware - http://thatware.org/ 
  274. +// ---------------------------------------------------------------------- 
  275. +// LICENSE 
  276. +// 
  277. +// This program is free software; you can redistribute it and/or 
  278. +// modify it under the terms of the GNU General Public License (GPL
  279. +// as published by the Free Software Foundation; either version 2 
  280. +// of the License, or (at your option) any later version. 
  281. +// 
  282. +// This program is distributed in the hope that it will be useful, 
  283. +// but WITHOUT ANY WARRANTY; without even the implied warranty of 
  284. +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  285. +// GNU General Public License for more details. 
  286. +// 
  287. +// To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  288. +// ---------------------------------------------------------------------- 
  289. +// Original Author of file: Timothy Paustian 
  290. +// Purpose of file: Translation files 
  291. +// Translation team: Read credits in /docs/CREDITS.txt 
  292. +// ---------------------------------------------------------------------- 
  293. +define('_BOOKCHAPTERSEMPTY','Il n\'y a pas de chapitres dans ce livre'); 
  294. +define('_BOOKDOESNOTEXIST','Ce livre n\'existe pas'); 
  295. +define('_BOOKCHAPTEREMPTY', 'Il n\'y a pas d\'articles à ce chapitre'); 
  296. +define('_BOOKGETARTICLEBUTTON', 'Editez l\'article'); 
  297. +?> 
  298. \ No newline at end of file 
  299.  
  300. Added: trunk/traductions/modules/Book/pnlang/fra/userapi.php 
  301. =================================================================== 
  302. --- trunk/traductions/modules/Book/pnlang/fra/userapi.php    2006-07-18 11:25:25 UTC (rev 243) 
  303. +++ trunk/traductions/modules/Book/pnlang/fra/userapi.php    2006-07-26 06:20:26 UTC (rev 244) 
  304. @@&nbsp;-0,0 +1,32 ;@@ 
  305. +<?php 
  306. +// Generated: $d$ by $id$ 
  307. +// ---------------------------------------------------------------------- 
  308. +// PostNuke Content Management System 
  309. +// Copyright (C) 2001 by the PostNuke Development Team. 
  310. +// http://www.postnuke.com/ 
  311. +// ---------------------------------------------------------------------- 
  312. +// Based on: 
  313. +// PHP-NUKE Web Portal System - http://phpnuke.org/ 
  314. +// Thatware - http://thatware.org/ 
  315. +// ---------------------------------------------------------------------- 
  316. +// LICENSE 
  317. +// 
  318. +// This program is free software; you can redistribute it and/or 
  319. +// modify it under the terms of the GNU General Public License (GPL
  320. +// as published by the Free Software Foundation; either version 2 
  321. +// of the License, or (at your option) any later version. 
  322. +// 
  323. +// This program is distributed in the hope that it will be useful, 
  324. +// but WITHOUT ANY WARRANTY; without even the implied warranty of 
  325. +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  326. +// GNU General Public License for more details. 
  327. +// 
  328. +// To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  329. +// ---------------------------------------------------------------------- 
  330. +// Original Author of file: Timothy Paustian 
  331. +// Purpose of file: Translation files 
  332. +// Translation team: Read credits in /docs/CREDITS.txt 
  333. +// ---------------------------------------------------------------------- 
  334. +define('_GETFAILED','Chargement impossible'); 
  335. +define('_BOOKSETCOUNTERFAILED','Chargement impossible'); 
  336. +?> 
  337. \ No newline at end of file 
  338.  
  339. _______________________________________________ 
  340. Pnfrance-commits mailing list 
  341. Pnfrance-commits@noc.postnuke.com 
  342. http://noc.postnuke.com/mailman/listinfo/pnfrance-commits 
  343.  
Données personnelles