[pnfrance-commits] r248 - trunk/traductions/modules/formicula/pnlang/fra
Auteur Sujet
Post 
  1. Author: gilles69 
  2. Date: 2006-08-27 14:34:22 -0400 (Sun, 27 Aug 2006) 
  3. New Revision: 248 
  4.  
  5. Modified: 
  6.    trunk/traductions/modules/formicula/pnlang/fra/admin.php 
  7.    trunk/traductions/modules/formicula/pnlang/fra/adminapi.php 
  8.    trunk/traductions/modules/formicula/pnlang/fra/init.php 
  9.    trunk/traductions/modules/formicula/pnlang/fra/user.php 
  10.    trunk/traductions/modules/formicula/pnlang/fra/userapi.php 
  11.    trunk/traductions/modules/formicula/pnlang/fra/version.php 
  12. Log: 
  13. traduction de YokaV ! 
  14.  
  15. Modified: trunk/traductions/modules/formicula/pnlang/fra/admin.php 
  16. =================================================================== 
  17. --- trunk/traductions/modules/formicula/pnlang/fra/admin.php    2006-08-26 20:51:32 UTC (rev 247) 
  18. +++ trunk/traductions/modules/formicula/pnlang/fra/admin.php    2006-08-27 18:34:22 UTC (rev 248) 
  19. @@ -1,63 +1,69 ;@@ 
  20. -<?php 
  21. -// $Id: admin.php 47 2006-08-26 14:07:25Z landseer $ 
  22. -// ---------------------------------------------------------------------- 
  23. -// Original Author of file: Sebastian Fränk 
  24. -// Purpose of file: english Translation Files 
  25. -// ---------------------------------------------------------------------- 
  26. -// 
  27. -//new 
  28. -define('_FOR_EXCLUDEFROMSPAMCHECK', 'Do not use spam check in these forms<br />(comma separated list of form ids, e.g. embedded forms in pagesetter. The redirect may not work here correctly'); 
  29. -define('_FOR_ACTIVATESPAMCHECK', 'Activate spamcheck<br />(make sure you the necessary form fields<br />are available, see the docs for more information'); 
  30. -define('_FOR_VISITHOMEPAGE', 'Visit Formicula on NOC'); 
  31. -define('_FOR_ILLEGALEMAIL', 'invalid email address detected'); 
  32. -define('_FOR_SENDERINFO', 'Use this information in the users confirmation mail'); 
  33. -define('_FOR_SENDERNAME', 'Sender name'); 
  34. -define('_FOR_SENDEREMAIL', 'Sender email'); 
  35. -define('_FOR_SENDERSUBJECT', 'Subject'); 
  36. -define('_FOR_SENDERSUBJECTHINT', ' 
  37. -with <ul> 
  38. -    <li>%s = sitename</li> 
  39. -    <li>%l = slogan</li> 
  40. -    <li>%u = site url</li> 
  41. -    <li>%c = contacts sender name</li> 
  42. -    <li>%n<num> = user defined field name <num></li> 
  43. -    <li>%d<num> = user defined field data <num></li> 
  44. -</ul> 
  45. -'); 
  46. -//original 
  47. -define( '_FOR_ADDCONTACT','Add contact' ); 
  48. -define( '_FOR_CANCELDELETE','Cancel deletion routine' ); 
  49. -define( '_FOR_CONFIRMDELETE','Click here to delete this contact' ); 
  50. -define( '_FOR_CONTACTID','ID' ); 
  51. -define( '_FOR_DELETE','Delete contact' ); 
  52. -define( '_FOR_DELETECONTACT','Delete contact' ); 
  53. -define( '_FOR_DELETEUPLOADEDFILE','Delete file after sending' ); 
  54. -define( '_FOR_EDIT','Edit contact' ); 
  55. -define( '_FOR_EDITCONFIG','Change configuration' ); 
  56. -define( '_FOR_EDITCONTACT','Edit contact' ); 
  57. -define( '_FOR_EMAIL','Email' ); 
  58. -define( '_FOR_FORMICULA','Formicula!' ); 
  59. -define( '_FOR_NAME','Contact name' ); 
  60. -define( '_FOR_OPTIONS','Options' ); 
  61. -define( '_FOR_PUBLIC', 'Public' ); 
  62. -define( '_FOR_SENDUSER','Send confirmation email to user?' ); 
  63. -define( '_FOR_SHOWCOMMENT', 'Show comments textarea' ); 
  64. -define( '_FOR_SHOWCOMPANY','Show company?' ); 
  65. -define( '_FOR_SHOWLOCATION','Show location?' ); 
  66. -define( '_FOR_SHOWPHONE','Show phone number?' ); 
  67. -define( '_FOR_SHOWURL','Show URL?' ); 
  68. -define( '_FOR_UPLOADDIRNOTWRITABLE','The webserver cannot write into this folder!' ); 
  69. -define( '_FOR_UPLOADFILEDIR', 'Folder for uploaded files' ); 
  70. -define( '_FOR_VIEWCONTACT','View contacts' ); 
  71. -if( !defined(_FOR_BADAUTHKEY) ) { define('_FOR_BADAUTHKEY', 'Bad AuthKey'); } 
  72. -if( !defined(_FOR_CONTACTCREATED) ) { define('_FOR_CONTACTCREATED', 'Contact created'); } 
  73. -if( !defined(_FOR_CONTACTDELETED) ) { define('_FOR_CONTACTDELETED', 'Contact has been Delete'); } 
  74. -if( !defined(_FOR_CONTACTUPDATED) ) { define('_FOR_CONTACTUPDATED', 'Contact info has been updated'); } 
  75. -if( !defined(_FOR_ERRORCREATINGCONTACT) ) { define('_FOR_ERRORCREATINGCONTACT', 'Unable to create contact!'); } 
  76. -if( !defined(_FOR_NOAUTH) ) { define('_FOR_NOAUTH', 'You are not allowed to administer the Formicula module!'); } 
  77. -if( !defined(_FOR_NOSUCHCONTACT) ) { define('_FOR_NOSUCHCONTACT', 'We do not have a contact with that name.'); } 
  78. -?> 
  79. +<?php 
  80. +// $Id: admin.php 47 2006-08-26 14:07:25Z landseer $ 
  81. +// ---------------------------------------------------------------------- 
  82. +// Original Author of file: Sebastian Fränk 
  83. +// Purpose of file: english Translation Files 
  84. +// ---------------------------------------------------------------------- 
  85. +// 
  86. +//new  
  87. +define('_FOR_EXCLUDEFROMSPAMCHECK', 'Ne pas activer l\'anti-spam pour ces formulaires  
  88. +(utiliser la virgule pour séparer les ID des formulaires,  
  89. +ex : formulaires incorporés dans pagesetter. La redirection  
  90. +peut ne pas fonctionner correctement pour ceux-ci)');  
  91. +define('_FOR_ACTIVATESPAMCHECK', 'Activer l\'anti-spam  
  92. +(il faut être certain que les champs  
  93. +du formulaire soient disponibles,  
  94. +lire la documentation pour plus d\'informations)  
  95. +');  
  96. +define('_FOR_VISITHOMEPAGE', 'Se rendre sur le NOC de Formicula');  
  97. +define('_FOR_ILLEGALEMAIL', 'Adresse e-mail invalide détectée');  
  98. +define('_FOR_SENDERINFO', 'Utiliser cette information dans le mail de confirmation envoyé à l\'expéditeur');  
  99. +define('_FOR_SENDERNAME', 'Nom de l\'expéditeur');  
  100. +define('_FOR_SENDEREMAIL', 'E-mail de l\'expéditeur');  
  101. +define('_FOR_SENDERSUBJECT', 'Sujet');  
  102. +define('_FOR_SENDERSUBJECTHINT', '  
  103. +avec <ul>  
  104. +    <li>%s = nom du site</li>  
  105. +    <li>%l = slogan du site</li>  
  106. +    <li>%u = url du site</li>  
  107. +    <li>%c = nom de l\'expéditeur</li>  
  108. +    <li>%n<num> = nom de champ défini pour l\'utilisateur<num></li>  
  109. +    <li>%d<num> = nom de champ défini pour les données<num></li>  
  110. +</ul>  
  111. +');  
  112. +  
  113. +//original  
  114. +define( '_FOR_ADDCONTACT','Ajouter un contact' );  
  115. +define( '_FOR_CANCELDELETE','Annuler la supression automatique' ); //?? Cancel deletion routine  
  116. +define( '_FOR_CONFIRMDELETE','Cliquer ici pour supprimer ce contact' );  
  117. +define( '_FOR_CONTACTID','ID' );  
  118. +define( '_FOR_DELETE','Supprimer le contact' );  
  119. +define( '_FOR_DELETECONTACT','Supprimer le contact' );  
  120. +define( '_FOR_DELETEUPLOADEDFILE','Supprimer le fichier après l\'envoi' );  
  121. +define( '_FOR_EDIT','Editer le contact' );  
  122. +define( '_FOR_EDITCONFIG','Modifier la configuration' );  
  123. +define( '_FOR_EDITCONTACT','Editer le contact' );  
  124. +define( '_FOR_EMAIL','E-mail' );  
  125. +define( '_FOR_FORMICULA','Formicula!' );  
  126. +define( '_FOR_NAME','Nom du contact' );  
  127. +define( '_FOR_OPTIONS','Options' );  
  128. +define( '_FOR_PUBLIC', 'Public' );  
  129. +define( '_FOR_SENDUSER','Envoyer un e-mail de confirmation à l\'expéditeur ?' );  
  130. +define( '_FOR_SHOWCOMMENT', 'Afficher la zone de commentaire' );  
  131. +define( '_FOR_SHOWCOMPANY','Afficher la société ?' );  
  132. +define( '_FOR_SHOWLOCATION','Afficher l\'adresse?' );  
  133. +define( '_FOR_SHOWPHONE','Afficher le numéro de téléphone ?' );  
  134. +define( '_FOR_SHOWURL','Afficher l\'url ?' );  
  135. +define( '_FOR_UPLOADDIRNOTWRITABLE','Le serveur ne peut pas écrire dans ce dossier !' );  
  136. +define( '_FOR_UPLOADFILEDIR', 'Dossier d\'upload des fichiers' );  
  137. +define( '_FOR_VIEWCONTACT','Afficher les contacts' );  
  138. +  
  139. +if( !defined(_FOR_BADAUTHKEY) ) { define('_FOR_BADAUTHKEY', 'Mauvaise clé d\'authentification'); }  
  140. +if( !defined(_FOR_CONTACTCREATED) ) { define('_FOR_CONTACTCREATED', 'Contact créé'); }  
  141. +if( !defined(_FOR_CONTACTDELETED) ) { define('_FOR_CONTACTDELETED', 'Contact supprimé'); }  
  142. +if( !defined(_FOR_CONTACTUPDATED) ) { define('_FOR_CONTACTUPDATED', 'Contact mis à jour'); }  
  143. +if( !defined(_FOR_ERRORCREATINGCONTACT) ) { define('_FOR_ERRORCREATINGCONTACT', 'Impossible de créer le contact !'); }  
  144. +if( !defined(_FOR_NOAUTH) ) { define('_FOR_NOAUTH', 'Vous n\'êtes pas autorisé d\'administrer le module Formicula !'); }  
  145. +if( !defined(_FOR_NOSUCHCONTACT) ) { define('_FOR_NOSUCHCONTACT', 'Nous n\'avons pas de contact ayant ce nom.'); } 
  146. +?> 
  147.  
  148. Modified: trunk/traductions/modules/formicula/pnlang/fra/adminapi.php 
  149. =================================================================== 
  150. --- trunk/traductions/modules/formicula/pnlang/fra/adminapi.php    2006-08-26 20:51:32 UTC (rev 247) 
  151. +++ trunk/traductions/modules/formicula/pnlang/fra/adminapi.php    2006-08-27 18:34:22 UTC (rev 248) 
  152. @@&nbsp;-1,15 +1,15 ;@@ 
  153. -<?php 
  154. -// made with DefineMachine 0.4 (c) Frank Schummertz, frank.schummertz@landseer-stuttgart.de, 22.03.2003 
  155. -// sourcefile : /var/www/modules/formicula/pnadminapi.php  
  156. -// defines read from /var/www/modules/formicula/pnlang/eng 
  157. -// file created on Thursday 12th February 2004 20:14:12 
  158. -//new 
  159. -//existing 
  160. -if( !defined( _FOR_NOAUTH ) ) { define('_FOR_NOAUTH', 'You have no authorization for this action'); } 
  161. -if( !defined( _FOR_NOCONTACTS ) ) { define('_FOR_NOCONTACTS', 'No contacts found.'); } 
  162. -if( !defined( _FOR_NOSUCHCONTACT ) ) { define('_FOR_NOSUCHCONTACT', 'Unkown Contact'); } 
  163. +<?php 
  164. +// made with DefineMachine 0.4 (c) Frank Schummertz, frank.schummertz@landseer-stuttgart.de, 22.03.2003 
  165. +// sourcefile : /var/www/modules/formicula/pnadminapi.php  
  166. +// defines read from /var/www/modules/formicula/pnlang/eng 
  167. +// file created on Thursday 12th February 2004 20:14:12 
  168. +//new 
  169. +//existing 
  170. +if( !defined( _FOR_NOAUTH ) ) { define('_FOR_NOAUTH', 'Vous n\'êtes pas autorisé à faire cela'); }  
  171. +if( !defined( _FOR_NOCONTACTS ) ) { define('_FOR_NOCONTACTS', 'Pas de contacts trouvé.'); }  
  172. +if( !defined( _FOR_NOSUCHCONTACT ) ) { define('_FOR_NOSUCHCONTACT', 'Contact inconnu'); }  
  173.  ?> 
  174. \ No newline at end of file 
  175.  
  176. Modified: trunk/traductions/modules/formicula/pnlang/fra/init.php 
  177. =================================================================== 
  178. --- trunk/traductions/modules/formicula/pnlang/fra/init.php    2006-08-26 20:51:32 UTC (rev 247) 
  179. +++ trunk/traductions/modules/formicula/pnlang/fra/init.php    2006-08-27 18:34:22 UTC (rev 248) 
  180. @@&nbsp;-1,34 +1,34 ;@@ 
  181. -<?php 
  182. -// $Id: init.php 52 2006-08-26 16:07:13Z landseer $ 
  183. -// ---------------------------------------------------------------------- 
  184. -// POST-NUKE Content Management System 
  185. -// Copyright (C) 2002 by the PostNuke Development Team. 
  186. -// http://www.postnuke.com/ 
  187. -// ---------------------------------------------------------------------- 
  188. -// Based on: 
  189. -// PHP-NUKE Web Portal System - http://phpnuke.org/ 
  190. -// Thatware - http://thatware.org/ 
  191. -// ---------------------------------------------------------------------- 
  192. -// LICENSE 
  193. -// 
  194. -// This program is free software; you can redistribute it and/or 
  195. -// modify it under the terms of the GNU General Public License (GPL
  196. -// as published by the Free Software Foundation; either version 2 
  197. -// of the License, or (at your option) any later version. 
  198. -// 
  199. -// This program is distributed in the hope that it will be useful, 
  200. -// but WIthOUT ANY WARRANTY; without even the implied warranty of 
  201. -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  202. -// GNU General Public License for more details. 
  203. -// 
  204. -// To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  205. -// ---------------------------------------------------------------------- 
  206. -//new 
  207. -define('_FOR_EMAILFROM', 'Email from'); 
  208. -define('_FOR_CREATETABLEFAILED', 'could not create table'); 
  209. -define('_FOR_ALTERTABLEFAILED', 'could not alter table'); 
  210. -define('_FOR_DELETETABLEFAILED', 'could not delete table'); 
  211. +<?php 
  212. +// $Id: init.php 52 2006-08-26 16:07:13Z landseer $ 
  213. +// ---------------------------------------------------------------------- 
  214. +// POST-NUKE Content Management System 
  215. +// Copyright (C) 2002 by the PostNuke Development Team. 
  216. +// http://www.postnuke.com/ 
  217. +// ---------------------------------------------------------------------- 
  218. +// Based on: 
  219. +// PHP-NUKE Web Portal System - http://phpnuke.org/ 
  220. +// Thatware - http://thatware.org/ 
  221. +// ---------------------------------------------------------------------- 
  222. +// LICENSE 
  223. +// 
  224. +// This program is free software; you can redistribute it and/or 
  225. +// modify it under the terms of the GNU General Public License (GPL
  226. +// as published by the Free Software Foundation; either version 2 
  227. +// of the License, or (at your option) any later version. 
  228. +// 
  229. +// This program is distributed in the hope that it will be useful, 
  230. +// but WIthOUT ANY WARRANTY; without even the implied warranty of 
  231. +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  232. +// GNU General Public License for more details. 
  233. +// 
  234. +// To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  235. +// ---------------------------------------------------------------------- 
  236. +//new 
  237. +define('_FOR_EMAILFROM', 'E-mail en provenance de');  
  238. +define('_FOR_CREATETABLEFAILED', 'impossible de créer la table');  
  239. +define('_FOR_ALTERTABLEFAILED', 'impossible de modifier la table');  
  240. +define('_FOR_DELETETABLEFAILED', 'impossible de supprimer la table');  
  241.  ?> 
  242. \ No newline at end of file 
  243.  
  244. Modified: trunk/traductions/modules/formicula/pnlang/fra/user.php 
  245. =================================================================== 
  246. --- trunk/traductions/modules/formicula/pnlang/fra/user.php    2006-08-26 20:51:32 UTC (rev 247) 
  247. +++ trunk/traductions/modules/formicula/pnlang/fra/user.php    2006-08-27 18:34:22 UTC (rev 248) 
  248. @@&nbsp;-1,79 +1,79 ;@@ 
  249. -<?php 
  250. -// $Id: user.php 41 2006-08-26 10:22:30Z landseer $ 
  251. -// ---------------------------------------------------------------------- 
  252. -// POST-NUKE Content Management System 
  253. -// Copyright (C) 2001 by the Post-Nuke Development Team. 
  254. -// http://www.postnuke.com/ 
  255. -// ---------------------------------------------------------------------- 
  256. -// Based on: 
  257. -// PHP-NUKE Web Portal System - http://phpnuke.org/ 
  258. -// Thatware - http://thatware.org/ 
  259. -// ---------------------------------------------------------------------- 
  260. -// LICENSE 
  261. -// 
  262. -// This program is free software; you can redistribute it and/or 
  263. -// modify it under the terms of the GNU General Public License (GPL
  264. -// as published by the Free Software Foundation; either version 2 
  265. -// of the License, or (at your option) any later version. 
  266. -// 
  267. -// This program is distributed in the hope that it will be useful, 
  268. -// but WITHOUT ANY WARRANTY; without even the implied warranty of 
  269. -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  270. -// GNU General Public License for more details. 
  271. -// 
  272. -// To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  273. -// ---------------------------------------------------------------------- 
  274. -// Original Author of file: Sebastian Fränk 
  275. -// Purpose of file: English Translation files 
  276. -// Translation team: Read credits in /docs/CREDITS.txt 
  277. -// ---------------------------------------------------------------------- 
  278. -//new 
  279. -define('_FOR_WRONGCAPTCHA', 'Mauvais en mathématiques? Vous devez être meilleur! Essayez encore.'); 
  280. -define('_FOR_SIMPLEMATHEQUATION', 'Merci de donner la réponse à ce simple calcul.'); 
  281. -define('_FOR_ADVICE_EMAIL', 'Merci d\'entrer une adresse valide de la forme example@example.com'); 
  282. -define('_FOR_ADVICE_URL', 'Merci d\'entrer une adresse internet valide de la forme http://www.example.com'); 
  283. -define('_FOR_ADVICE_MANDATORY', 'This is a mandatory field.'); 
  284. -define('_FOR_UPLOADLIMIT', '(Upload, max. 2MB)'); 
  285. -//existing 
  286. -define( '_FOR_BACK', 'Back to Contact Form' ); 
  287. -define( '_FOR_COMMENT', 'Comment' ); 
  288. -define( '_FOR_COMPANY', 'Company' ); 
  289. -define( '_FOR_CONTACTTITLE', 'Contact our team' ); 
  290. -define( '_FOR_EMAIL', 'Your Email' ); 
  291. -define( '_FOR_ERROR', 'There is an error in your form' ); 
  292. -define( '_FOR_ERRORSENDINGUSERMAIL', 'There was an internal error when sending confirmation mail' ); 
  293. -define( '_FOR_HTMLMAIL', 'HTML' ); 
  294. -define( '_FOR_LOCATION', 'Location' ); 
  295. -define( '_FOR_MUSTBE', 'Mandatory field' ); 
  296. -define( '_FOR_NAME', 'Your Name' ); 
  297. -define( '_FOR_ONLINEAPPLYAS', 'Apply as' ); 
  298. -define( '_FOR_ONLINEBIRTHDATE', 'Date of birth' ); 
  299. -define( '_FOR_ONLINECOUNTRY', 'Country' ); 
  300. -define( '_FOR_ONLINEDATE', 'Entry date' ); 
  301. -define( '_FOR_ONLINEJOBAPPLY', 'Apply online!' ); 
  302. -define( '_FOR_ONLINEPRIVACY', 'Thanks for applying, we will keep your data strictly confidential' ); 
  303. -define( '_FOR_ONLINESALARY', 'Salary' ); 
  304. -define( '_FOR_ONLINESTREET', 'Street' ); 
  305. -define( '_FOR_ONLINEZIPCITY', 'Zip City' ); 
  306. -define( '_FOR_PHONE', 'Phone Number' ); 
  307. -define( '_FOR_RESUME','Resume'); 
  308. -define( '_FOR_SEND', 'Send' ); 
  309. -define( '_FOR_SENDTOADMIN', 'This data was sent to us:'); 
  310. -define( '_FOR_SENDTOUSER', 'Confirmation of your submission will be emailed to you in a few minutes.' ); 
  311. -define( '_FOR_TEXTMAIL', 'Text' ); 
  312. -define( '_FOR_THANKS', 'Thank you for your questions/comments to our website!<br>We will reply as soon as possible.' ); 
  313. -define( '_FOR_THEME', 'Contact or Theme' ); 
  314. -define( '_FOR_UPLOADERROR1', 'upload-error: file too big (php.ini)' ); 
  315. -define( '_FOR_UPLOADERROR2', 'upload-error: file too big (form)' ); 
  316. -define( '_FOR_UPLOADERROR3', 'upload-error: file received partially' ); 
  317. -define( '_FOR_UPLOADERROR4', 'upload-error: no file received' ); 
  318. -define( '_FOR_URL', 'Homepage' ); 
  319. -define( '_FOR_USERMAILFORMAT', 'Email Format' ); 
  320. -if( !defined( _FOR_ERRORSENDINGMAIL ) ) { define('_FOR_ERRORSENDINGMAIL', 'There was an error sending the email.'); } 
  321. -if( !defined( _FOR_NOAUTH ) ) { define('_FOR_NOAUTH', 'No authorization for this action.'); } 
  322. -if( !defined( _FOR_NOAUTHFORFORM ) ) { define('_FOR_NOAUTHFORFORM', 'No authorization for this form.'); } 
  323. +<?php 
  324. +// $Id: user.php 41 2006-08-26 10:22:30Z landseer $ 
  325. +// ---------------------------------------------------------------------- 
  326. +// POST-NUKE Content Management System 
  327. +// Copyright (C) 2001 by the Post-Nuke Development Team. 
  328. +// http://www.postnuke.com/ 
  329. +// ---------------------------------------------------------------------- 
  330. +// Based on: 
  331. +// PHP-NUKE Web Portal System - http://phpnuke.org/ 
  332. +// Thatware - http://thatware.org/ 
  333. +// ---------------------------------------------------------------------- 
  334. +// LICENSE 
  335. +// 
  336. +// This program is free software; you can redistribute it and/or 
  337. +// modify it under the terms of the GNU General Public License (GPL
  338. +// as published by the Free Software Foundation; either version 2 
  339. +// of the License, or (at your option) any later version. 
  340. +// 
  341. +// This program is distributed in the hope that it will be useful, 
  342. +// but WITHOUT ANY WARRANTY; without even the implied warranty of 
  343. +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  344. +// GNU General Public License for more details. 
  345. +// 
  346. +// To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  347. +// ---------------------------------------------------------------------- 
  348. +// Original Author of file: Sebastian Fränk 
  349. +// Purpose of file: English Translation files 
  350. +// Translation team: Read credits in /docs/CREDITS.txt 
  351. +// ---------------------------------------------------------------------- 
  352. +//new  
  353. +define('_FOR_WRONGCAPTCHA', 'Mauvais en mathématiques ? Vous pouvez faire mieux, réessayez.');  
  354. +define('_FOR_SIMPLEMATHEQUATION', 'Svp résolvez ce simple problème de math');  
  355. +define('_FOR_ADVICE_EMAIL', 'Svp entrez une adresse e-mail valide. ex : nom@exemple.com.');  
  356. +define('_FOR_ADVICE_URL', 'Svp entrez un site internet valide. ex : http://www.exemple.com.');  
  357. +define('_FOR_ADVICE_MANDATORY', 'Ceci est un champ obligatoire.');  
  358. +define('_FOR_UPLOADLIMIT', '(Upload, max. 2MB)');  
  359. +  
  360. +//existing  
  361. +define( '_FOR_BACK', 'Revenir au formulaire de contact' );  
  362. +define( '_FOR_COMMENT', 'Commentaire' );  
  363. +define( '_FOR_COMPANY', 'Société' );  
  364. +define( '_FOR_CONTACTTITLE', 'Contacter notre groupe' );  
  365. +define( '_FOR_EMAIL', 'E-mail' );  
  366. +define( '_FOR_ERROR', 'Il y a une erreur dans votre formulaire' );  
  367. +define( '_FOR_ERRORSENDINGUSERMAIL', 'Il y a eu une erreur interne lors de l\'envoi de l\'e-mail de confirmation' );  
  368. +define( '_FOR_HTMLMAIL', 'HTML' );  
  369. +define( '_FOR_LOCATION', 'Adresse' );  
  370. +define( '_FOR_MUSTBE', 'Champs obligatoires :' );  
  371. +define( '_FOR_NAME', 'Nom' );  
  372. +define( '_FOR_ONLINEAPPLYAS', 'Appliquer à' ); //?? Apply as  
  373. +define( '_FOR_ONLINEBIRTHDATE', 'Date anniversaire' );  
  374. +define( '_FOR_ONLINECOUNTRY', 'Pays' );  
  375. +define( '_FOR_ONLINEDATE', 'Date d\'entrée' ); //?? Entry date  
  376. +define( '_FOR_ONLINEJOBAPPLY', 'Appliquer en ligne !' ); //?? Aplly online!  
  377. +define( '_FOR_ONLINEPRIVACY', 'Merci pour votre message, vos données seront gardées de façon strictement confidentiel' ); //?? Thanks for applying,  
  378. +define( '_FOR_ONLINESALARY', 'Salaire' ); //?? Salary  
  379. +define( '_FOR_ONLINESTREET', 'Rue' );  
  380. +define( '_FOR_ONLINEZIPCITY', 'Code postal' );  
  381. +define( '_FOR_PHONE', 'Numéro de téléphone' );  
  382. +define( '_FOR_RESUME','Résumé');  
  383. +define( '_FOR_SEND', 'Envoyer' );  
  384. +define( '_FOR_SENDTOADMIN', 'Cette donnée nous a été envoyée :');  
  385. +define( '_FOR_SENDTOUSER', 'La confirmation de votre soumission vous sera envoyée dans quelques minutes.' );  
  386. +define( '_FOR_TEXTMAIL', 'Texte' );  
  387. +define( '_FOR_THANKS', 'Merci pour vos questions/commentaires sûr notre website !<br>Nous répondrons dés que possible.' );  
  388. +define( '_FOR_THEME', 'Contacter' );  
  389. +define( '_FOR_UPLOADERROR1', 'upload-erreur: fichier trop gros (php.ini)' );  
  390. +define( '_FOR_UPLOADERROR2', 'upload-erreur: fichier trop gros (form)' );  
  391. +define( '_FOR_UPLOADERROR3', 'upload-erreur: fichier reçu partiellement' );  
  392. +define( '_FOR_UPLOADERROR4', 'upload-erreur: pas de fichier reçu' );  
  393. +define( '_FOR_URL', 'Site web' );  
  394. +define( '_FOR_USERMAILFORMAT', 'Format de l\'e-mail' );  
  395. +  
  396. +if( !defined( _FOR_ERRORSENDINGMAIL ) ) { define('_FOR_ERRORSENDINGMAIL', 'Il y a eu une erreur lors de l\'envoi de l\'e-mail.'); }  
  397. +if( !defined( _FOR_NOAUTH ) ) { define('_FOR_NOAUTH', 'Vous n\'êtes pas autorisé à faire cela.'); }  
  398. +if( !defined( _FOR_NOAUTHFORFORM ) ) { define('_FOR_NOAUTHFORFORM', 'Pas d\'autorisation pour ce formulaire.'); }  
  399.  ?> 
  400. \ No newline at end of file 
  401.  
  402. Modified: trunk/traductions/modules/formicula/pnlang/fra/userapi.php 
  403. =================================================================== 
  404. --- trunk/traductions/modules/formicula/pnlang/fra/userapi.php    2006-08-26 20:51:32 UTC (rev 247) 
  405. +++ trunk/traductions/modules/formicula/pnlang/fra/userapi.php    2006-08-27 18:34:22 UTC (rev 248) 
  406. @@&nbsp;-1,47 +1,47 ;@@ 
  407. -<?php  
  408. -// $Id: userapi.php 3 2005-07-05 05:42:53Z landseer $ 
  409. -// ---------------------------------------------------------------------- 
  410. -// POST-NUKE Content Management System 
  411. -// Copyright (C) 2001 by the PostNuke Development Team. 
  412. -// http://www.postnuke.com/ 
  413. -// ---------------------------------------------------------------------- 
  414. -// Based on: 
  415. -// PHP-NUKE Web Portal System - http://phpnuke.org/ 
  416. -// Thatware - http://thatware.org/ 
  417. -// ---------------------------------------------------------------------- 
  418. -// LICENSE 
  419. -// 
  420. -// This program is free software; you can redistribute it and/or 
  421. -// modify it under the terms of the GNU General Public License (GPL
  422. -// as published by the Free Software Foundation; either version 2 
  423. -// of the License, or (at your option) any later version. 
  424. -// 
  425. -// This program is distributed in the hope that it will be useful, 
  426. -// but WIthOUT ANY WARRANTY; without even the implied warranty of 
  427. -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  428. -// GNU General Public License for more details. 
  429. -// 
  430. -// To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  431. -// ---------------------------------------------------------------------- 
  432. -// Original Author of file: Jim McDonald 
  433. -// Purpose of file:  Language defines for pnuserapi.php 
  434. -// ---------------------------------------------------------------------- 
  435. -//new 
  436. -//existing 
  437. -define( '_FOR_ADMINMAIL1', 'A visitor of to your web site used the form for contact and sent the following:' ); 
  438. -define( '_FOR_ADMINMAIL2', 'The user has the following IP address/hostname: ' ); 
  439. -define( '_FOR_FORMNUMBER', 'Form #' ); 
  440. -define( '_FOR_HELLO', 'Hello,' ); 
  441. -define( '_FOR_TEAM', 'Team' ); 
  442. -define( '_FOR_THE', 'The' ); 
  443. -define( '_FOR_USERMAIL1', 'Thank you for the comments posted from our Website. The sent data is:' ); 
  444. -define( '_FOR_USERMAIL2', 'We will respond to your email as soon as possible.' ); 
  445. -if( !defined( _FOR_CONTACTFORM ) ) { define('_FOR_CONTACTFORM', 'Contact Form'); } 
  446. -if( !defined( _FOR_NOAUTH ) ) { define('_FOR_NOAUTH', 'No authorization for this action!'); } 
  447. -if( !defined( _FOR_NOCONTACTS ) ) { define('_FOR_NOCONTACTS', 'No Contacts were found.'); } 
  448. +<?php  
  449. +// $Id: userapi.php 3 2005-07-05 05:42:53Z landseer $ 
  450. +// ---------------------------------------------------------------------- 
  451. +// POST-NUKE Content Management System 
  452. +// Copyright (C) 2001 by the PostNuke Development Team. 
  453. +// http://www.postnuke.com/ 
  454. +// ---------------------------------------------------------------------- 
  455. +// Based on: 
  456. +// PHP-NUKE Web Portal System - http://phpnuke.org/ 
  457. +// Thatware - http://thatware.org/ 
  458. +// ---------------------------------------------------------------------- 
  459. +// LICENSE 
  460. +// 
  461. +// This program is free software; you can redistribute it and/or 
  462. +// modify it under the terms of the GNU General Public License (GPL
  463. +// as published by the Free Software Foundation; either version 2 
  464. +// of the License, or (at your option) any later version. 
  465. +// 
  466. +// This program is distributed in the hope that it will be useful, 
  467. +// but WIthOUT ANY WARRANTY; without even the implied warranty of 
  468. +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  469. +// GNU General Public License for more details. 
  470. +// 
  471. +// To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  472. +// ---------------------------------------------------------------------- 
  473. +// Original Author of file: Jim McDonald 
  474. +// Purpose of file:  Language defines for pnuserapi.php 
  475. +// ---------------------------------------------------------------------- 
  476. +//new 
  477. +//existing  
  478. +define( '_FOR_ADMINMAIL1', 'Un visiteur de votre site web a utilisé le formulaire de contact pour vous envoyer ceci :' );  
  479. +define( '_FOR_ADMINMAIL2', 'L\'utilisateur avait l\'adresse IP/FAI suivant : ' );  
  480. +define( '_FOR_FORMNUMBER', 'Formulaire #' );  
  481. +define( '_FOR_HELLO', 'Bonjour,' );  
  482. +define( '_FOR_TEAM', 'Groupe' );  
  483. +define( '_FOR_THE', 'Le' );  
  484. +define( '_FOR_USERMAIL1', 'Merci pour le commentaire posté via notre site web. Les données envoyées sont :' );  
  485. +define( '_FOR_USERMAIL2', 'Nous répondrons à votre e-mail dés que possible.' );  
  486. +  
  487. +if( !defined( _FOR_CONTACTFORM ) ) { define('_FOR_CONTACTFORM', 'Formulaire de Contact'); }  
  488. +if( !defined( _FOR_NOAUTH ) ) { define('_FOR_NOAUTH', 'Vous n\'êtes pas autorisé à faire cela!'); }  
  489. +if( !defined( _FOR_NOCONTACTS ) ) { define('_FOR_NOCONTACTS', 'Aucun contact trouvé.'); }  
  490.  ?> 
  491. \ No newline at end of file 
  492.  
  493. Modified: trunk/traductions/modules/formicula/pnlang/fra/version.php 
  494. =================================================================== 
  495. --- trunk/traductions/modules/formicula/pnlang/fra/version.php    2006-08-26 20:51:32 UTC (rev 247) 
  496. +++ trunk/traductions/modules/formicula/pnlang/fra/version.php    2006-08-27 18:34:22 UTC (rev 248) 
  497. @@&nbsp;-1,29 +1,30 ;@@ 
  498. -<?php 
  499. -// $Id: version.php 37 2006-08-24 20:21:49Z landseer $ 
  500. -// ---------------------------------------------------------------------- 
  501. -// POST-NUKE Content Management System 
  502. -// Copyright (C) 2002 by the PostNuke Development Team. 
  503. -// http://www.postnuke.com/ 
  504. -// ---------------------------------------------------------------------- 
  505. -// Based on: 
  506. -// PHP-NUKE Web Portal System - http://phpnuke.org/ 
  507. -// Thatware - http://thatware.org/ 
  508. -// ---------------------------------------------------------------------- 
  509. -// LICENSE 
  510. -// 
  511. -// This program is free software; you can redistribute it and/or 
  512. -// modify it under the terms of the GNU General Public License (GPL
  513. -// as published by the Free Software Foundation; either version 2 
  514. -// of the License, or (at your option) any later version. 
  515. -// 
  516. -// This program is distributed in the hope that it will be useful, 
  517. -// but WIthOUT ANY WARRANTY; without even the implied warranty of 
  518. -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  519. -// GNU General Public License for more details. 
  520. -// 
  521. -// To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  522. -// ---------------------------------------------------------------------- 
  523. -define('_FOR_DESC', 'Tool for creating contact forms of all kinds'); 
  524. +<?php 
  525. +// $Id: version.php 37 2006-08-24 20:21:49Z landseer $ 
  526. +// ---------------------------------------------------------------------- 
  527. +// POST-NUKE Content Management System 
  528. +// Copyright (C) 2002 by the PostNuke Development Team. 
  529. +// http://www.postnuke.com/ 
  530. +// ---------------------------------------------------------------------- 
  531. +// Based on: 
  532. +// PHP-NUKE Web Portal System - http://phpnuke.org/ 
  533. +// Thatware - http://thatware.org/ 
  534. +// ---------------------------------------------------------------------- 
  535. +// LICENSE 
  536. +// 
  537. +// This program is free software; you can redistribute it and/or 
  538. +// modify it under the terms of the GNU General Public License (GPL
  539. +// as published by the Free Software Foundation; either version 2 
  540. +// of the License, or (at your option) any later version. 
  541. +// 
  542. +// This program is distributed in the hope that it will be useful, 
  543. +// but WIthOUT ANY WARRANTY; without even the implied warranty of 
  544. +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  545. +// GNU General Public License for more details. 
  546. +// 
  547. +// To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  548. +// ---------------------------------------------------------------------- 
  549. +define('_FOR_DESC', 'Module permettant de créer des formulaires de contact de toute sorte');  
  550.  ?> 
  551. \ No newline at end of file 
  552.  
  553. _______________________________________________ 
  554. Pnfrance-commits mailing list 
  555. Pnfrance-commits@noc.postnuke.com 
  556. http://noc.postnuke.com/mailman/listinfo/pnfrance-commits 
  557.  
Données personnelles