[pnfrance-commits] r246 - in trunk/traductions/modules: . formicula formicula/pnlang formicula/pnlang/fra
Auteur Sujet
Post 
  1. Author: gilles69 
  2. Date: 2006-08-26 16:33:03 -0400 (Sat, 26 Aug 2006) 
  3. New Revision: 246 
  4.  
  5. Added: 
  6.    trunk/traductions/modules/formicula/ 
  7.    trunk/traductions/modules/formicula/pnlang/ 
  8.    trunk/traductions/modules/formicula/pnlang/fra/ 
  9.    trunk/traductions/modules/formicula/pnlang/fra/admin.php 
  10.    trunk/traductions/modules/formicula/pnlang/fra/adminapi.php 
  11.    trunk/traductions/modules/formicula/pnlang/fra/index.html 
  12.    trunk/traductions/modules/formicula/pnlang/fra/init.php 
  13.    trunk/traductions/modules/formicula/pnlang/fra/user.php 
  14.    trunk/traductions/modules/formicula/pnlang/fra/userapi.php 
  15.    trunk/traductions/modules/formicula/pnlang/fra/version.php 
  16. Log: 
  17. Tout reste ?\195?\160 faire... 
  18.  
  19. Added: trunk/traductions/modules/formicula/pnlang/fra/admin.php 
  20. =================================================================== 
  21. --- trunk/traductions/modules/formicula/pnlang/fra/admin.php    2006-08-17 14:37:57 UTC (rev 245) 
  22. +++ trunk/traductions/modules/formicula/pnlang/fra/admin.php    2006-08-26 20:33:03 UTC (rev 246) 
  23. @@ -0,0 +1,63 ;@@ 
  24. +<?php 
  25. +// $Id: admin.php 47 2006-08-26 14:07:25Z landseer $ 
  26. +// ---------------------------------------------------------------------- 
  27. +// Original Author of file: Sebastian Fränk 
  28. +// Purpose of file: english Translation Files 
  29. +// ---------------------------------------------------------------------- 
  30. +// 
  31. +//new 
  32. +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'); 
  33. +define('_FOR_ACTIVATESPAMCHECK', 'Activate spamcheck<br />(make sure you the necessary form fields<br />are available, see the docs for more information'); 
  34. +define('_FOR_VISITHOMEPAGE', 'Visit Formicula on NOC'); 
  35. +define('_FOR_ILLEGALEMAIL', 'invalid email address detected'); 
  36. +define('_FOR_SENDERINFO', 'Use this information in the users confirmation mail'); 
  37. +define('_FOR_SENDERNAME', 'Sender name'); 
  38. +define('_FOR_SENDEREMAIL', 'Sender email'); 
  39. +define('_FOR_SENDERSUBJECT', 'Subject'); 
  40. +define('_FOR_SENDERSUBJECTHINT', ' 
  41. +with <ul> 
  42. +    <li>%s = sitename</li> 
  43. +    <li>%l = slogan</li> 
  44. +    <li>%u = site url</li> 
  45. +    <li>%c = contacts sender name</li> 
  46. +    <li>%n<num> = user defined field name <num></li> 
  47. +    <li>%d<num> = user defined field data <num></li> 
  48. +</ul> 
  49. +'); 
  50. +//original 
  51. +define( '_FOR_ADDCONTACT','Add contact' ); 
  52. +define( '_FOR_CANCELDELETE','Cancel deletion routine' ); 
  53. +define( '_FOR_CONFIRMDELETE','Click here to delete this contact' ); 
  54. +define( '_FOR_CONTACTID','ID' ); 
  55. +define( '_FOR_DELETE','Delete contact' ); 
  56. +define( '_FOR_DELETECONTACT','Delete contact' ); 
  57. +define( '_FOR_DELETEUPLOADEDFILE','Delete file after sending' ); 
  58. +define( '_FOR_EDIT','Edit contact' ); 
  59. +define( '_FOR_EDITCONFIG','Change configuration' ); 
  60. +define( '_FOR_EDITCONTACT','Edit contact' ); 
  61. +define( '_FOR_EMAIL','Email' ); 
  62. +define( '_FOR_FORMICULA','Formicula!' ); 
  63. +define( '_FOR_NAME','Contact name' ); 
  64. +define( '_FOR_OPTIONS','Options' ); 
  65. +define( '_FOR_PUBLIC', 'Public' ); 
  66. +define( '_FOR_SENDUSER','Send confirmation email to user?' ); 
  67. +define( '_FOR_SHOWCOMMENT', 'Show comments textarea' ); 
  68. +define( '_FOR_SHOWCOMPANY','Show company?' ); 
  69. +define( '_FOR_SHOWLOCATION','Show location?' ); 
  70. +define( '_FOR_SHOWPHONE','Show phone number?' ); 
  71. +define( '_FOR_SHOWURL','Show URL?' ); 
  72. +define( '_FOR_UPLOADDIRNOTWRITABLE','The webserver cannot write into this folder!' ); 
  73. +define( '_FOR_UPLOADFILEDIR', 'Folder for uploaded files' ); 
  74. +define( '_FOR_VIEWCONTACT','View contacts' ); 
  75. +if( !defined(_FOR_BADAUTHKEY) ) { define('_FOR_BADAUTHKEY', 'Bad AuthKey'); } 
  76. +if( !defined(_FOR_CONTACTCREATED) ) { define('_FOR_CONTACTCREATED', 'Contact created'); } 
  77. +if( !defined(_FOR_CONTACTDELETED) ) { define('_FOR_CONTACTDELETED', 'Contact has been Delete'); } 
  78. +if( !defined(_FOR_CONTACTUPDATED) ) { define('_FOR_CONTACTUPDATED', 'Contact info has been updated'); } 
  79. +if( !defined(_FOR_ERRORCREATINGCONTACT) ) { define('_FOR_ERRORCREATINGCONTACT', 'Unable to create contact!'); } 
  80. +if( !defined(_FOR_NOAUTH) ) { define('_FOR_NOAUTH', 'You are not allowed to administer the Formicula module!'); } 
  81. +if( !defined(_FOR_NOSUCHCONTACT) ) { define('_FOR_NOSUCHCONTACT', 'We do not have a contact with that name.'); } 
  82. +?> 
  83.  
  84. Added: trunk/traductions/modules/formicula/pnlang/fra/adminapi.php 
  85. =================================================================== 
  86. --- trunk/traductions/modules/formicula/pnlang/fra/adminapi.php    2006-08-17 14:37:57 UTC (rev 245) 
  87. +++ trunk/traductions/modules/formicula/pnlang/fra/adminapi.php    2006-08-26 20:33:03 UTC (rev 246) 
  88. @@&nbsp;-0,0 +1,15 ;@@ 
  89. +<?php 
  90. +// made with DefineMachine 0.4 (c) Frank Schummertz, frank.schummertz@landseer-stuttgart.de, 22.03.2003 
  91. +// sourcefile : /var/www/modules/formicula/pnadminapi.php  
  92. +// defines read from /var/www/modules/formicula/pnlang/eng 
  93. +// file created on Thursday 12th February 2004 20:14:12 
  94. +//new 
  95. +//existing 
  96. +if( !defined( _FOR_NOAUTH ) ) { define('_FOR_NOAUTH', 'You have no authorization for this action'); } 
  97. +if( !defined( _FOR_NOCONTACTS ) ) { define('_FOR_NOCONTACTS', 'No contacts found.'); } 
  98. +if( !defined( _FOR_NOSUCHCONTACT ) ) { define('_FOR_NOSUCHCONTACT', 'Unkown Contact'); } 
  99. +?> 
  100. \ No newline at end of file 
  101.  
  102. Added: trunk/traductions/modules/formicula/pnlang/fra/index.html 
  103. =================================================================== 
  104.  
  105. Added: trunk/traductions/modules/formicula/pnlang/fra/init.php 
  106. =================================================================== 
  107. --- trunk/traductions/modules/formicula/pnlang/fra/init.php    2006-08-17 14:37:57 UTC (rev 245) 
  108. +++ trunk/traductions/modules/formicula/pnlang/fra/init.php    2006-08-26 20:33:03 UTC (rev 246) 
  109. @@&nbsp;-0,0 +1,34 ;@@ 
  110. +<?php 
  111. +// $Id: init.php 52 2006-08-26 16:07:13Z landseer $ 
  112. +// ---------------------------------------------------------------------- 
  113. +// POST-NUKE Content Management System 
  114. +// Copyright (C) 2002 by the PostNuke Development Team. 
  115. +// http://www.postnuke.com/ 
  116. +// ---------------------------------------------------------------------- 
  117. +// Based on: 
  118. +// PHP-NUKE Web Portal System - http://phpnuke.org/ 
  119. +// Thatware - http://thatware.org/ 
  120. +// ---------------------------------------------------------------------- 
  121. +// LICENSE 
  122. +// 
  123. +// This program is free software; you can redistribute it and/or 
  124. +// modify it under the terms of the GNU General Public License (GPL
  125. +// as published by the Free Software Foundation; either version 2 
  126. +// of the License, or (at your option) any later version. 
  127. +// 
  128. +// This program is distributed in the hope that it will be useful, 
  129. +// but WIthOUT ANY WARRANTY; without even the implied warranty of 
  130. +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  131. +// GNU General Public License for more details. 
  132. +// 
  133. +// To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  134. +// ---------------------------------------------------------------------- 
  135. +//new 
  136. +define('_FOR_EMAILFROM', 'Email from'); 
  137. +define('_FOR_CREATETABLEFAILED', 'could not create table'); 
  138. +define('_FOR_ALTERTABLEFAILED', 'could not alter table'); 
  139. +define('_FOR_DELETETABLEFAILED', 'could not delete table'); 
  140. +?> 
  141. \ No newline at end of file 
  142.  
  143. Added: trunk/traductions/modules/formicula/pnlang/fra/user.php 
  144. =================================================================== 
  145. --- trunk/traductions/modules/formicula/pnlang/fra/user.php    2006-08-17 14:37:57 UTC (rev 245) 
  146. +++ trunk/traductions/modules/formicula/pnlang/fra/user.php    2006-08-26 20:33:03 UTC (rev 246) 
  147. @@&nbsp;-0,0 +1,79 ;@@ 
  148. +<?php 
  149. +// $Id: user.php 41 2006-08-26 10:22:30Z landseer $ 
  150. +// ---------------------------------------------------------------------- 
  151. +// POST-NUKE Content Management System 
  152. +// Copyright (C) 2001 by the Post-Nuke Development Team. 
  153. +// http://www.postnuke.com/ 
  154. +// ---------------------------------------------------------------------- 
  155. +// Based on: 
  156. +// PHP-NUKE Web Portal System - http://phpnuke.org/ 
  157. +// Thatware - http://thatware.org/ 
  158. +// ---------------------------------------------------------------------- 
  159. +// LICENSE 
  160. +// 
  161. +// This program is free software; you can redistribute it and/or 
  162. +// modify it under the terms of the GNU General Public License (GPL
  163. +// as published by the Free Software Foundation; either version 2 
  164. +// of the License, or (at your option) any later version. 
  165. +// 
  166. +// This program is distributed in the hope that it will be useful, 
  167. +// but WITHOUT ANY WARRANTY; without even the implied warranty of 
  168. +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  169. +// GNU General Public License for more details. 
  170. +// 
  171. +// To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  172. +// ---------------------------------------------------------------------- 
  173. +// Original Author of file: Sebastian Fränk 
  174. +// Purpose of file: English Translation files 
  175. +// Translation team: Read credits in /docs/CREDITS.txt 
  176. +// ---------------------------------------------------------------------- 
  177. +//new 
  178. +define('_FOR_WRONGCAPTCHA', 'Mauvais en mathématiques? Vous devez être meilleur! Essayez encore.'); 
  179. +define('_FOR_SIMPLEMATHEQUATION', 'Merci de donner la réponse à ce simple calcul.'); 
  180. +define('_FOR_ADVICE_EMAIL', 'Merci d\'entrer une adresse valide de la forme example@example.com'); 
  181. +define('_FOR_ADVICE_URL', 'Merci d\'entrer une adresse internet valide de la forme http://www.example.com'); 
  182. +define('_FOR_ADVICE_MANDATORY', 'This is a mandatory field.'); 
  183. +define('_FOR_UPLOADLIMIT', '(Upload, max. 2MB)'); 
  184. +//existing 
  185. +define( '_FOR_BACK', 'Back to Contact Form' ); 
  186. +define( '_FOR_COMMENT', 'Comment' ); 
  187. +define( '_FOR_COMPANY', 'Company' ); 
  188. +define( '_FOR_CONTACTTITLE', 'Contact our team' ); 
  189. +define( '_FOR_EMAIL', 'Your Email' ); 
  190. +define( '_FOR_ERROR', 'There is an error in your form' ); 
  191. +define( '_FOR_ERRORSENDINGUSERMAIL', 'There was an internal error when sending confirmation mail' ); 
  192. +define( '_FOR_HTMLMAIL', 'HTML' ); 
  193. +define( '_FOR_LOCATION', 'Location' ); 
  194. +define( '_FOR_MUSTBE', 'Mandatory field' ); 
  195. +define( '_FOR_NAME', 'Your Name' ); 
  196. +define( '_FOR_ONLINEAPPLYAS', 'Apply as' ); 
  197. +define( '_FOR_ONLINEBIRTHDATE', 'Date of birth' ); 
  198. +define( '_FOR_ONLINECOUNTRY', 'Country' ); 
  199. +define( '_FOR_ONLINEDATE', 'Entry date' ); 
  200. +define( '_FOR_ONLINEJOBAPPLY', 'Apply online!' ); 
  201. +define( '_FOR_ONLINEPRIVACY', 'Thanks for applying, we will keep your data strictly confidential' ); 
  202. +define( '_FOR_ONLINESALARY', 'Salary' ); 
  203. +define( '_FOR_ONLINESTREET', 'Street' ); 
  204. +define( '_FOR_ONLINEZIPCITY', 'Zip City' ); 
  205. +define( '_FOR_PHONE', 'Phone Number' ); 
  206. +define( '_FOR_RESUME','Resume'); 
  207. +define( '_FOR_SEND', 'Send' ); 
  208. +define( '_FOR_SENDTOADMIN', 'This data was sent to us:'); 
  209. +define( '_FOR_SENDTOUSER', 'Confirmation of your submission will be emailed to you in a few minutes.' ); 
  210. +define( '_FOR_TEXTMAIL', 'Text' ); 
  211. +define( '_FOR_THANKS', 'Thank you for your questions/comments to our website!<br>We will reply as soon as possible.' ); 
  212. +define( '_FOR_THEME', 'Contact or Theme' ); 
  213. +define( '_FOR_UPLOADERROR1', 'upload-error: file too big (php.ini)' ); 
  214. +define( '_FOR_UPLOADERROR2', 'upload-error: file too big (form)' ); 
  215. +define( '_FOR_UPLOADERROR3', 'upload-error: file received partially' ); 
  216. +define( '_FOR_UPLOADERROR4', 'upload-error: no file received' ); 
  217. +define( '_FOR_URL', 'Homepage' ); 
  218. +define( '_FOR_USERMAILFORMAT', 'Email Format' ); 
  219. +if( !defined( _FOR_ERRORSENDINGMAIL ) ) { define('_FOR_ERRORSENDINGMAIL', 'There was an error sending the email.'); } 
  220. +if( !defined( _FOR_NOAUTH ) ) { define('_FOR_NOAUTH', 'No authorization for this action.'); } 
  221. +if( !defined( _FOR_NOAUTHFORFORM ) ) { define('_FOR_NOAUTHFORFORM', 'No authorization for this form.'); } 
  222. +?> 
  223. \ No newline at end of file 
  224.  
  225. Added: trunk/traductions/modules/formicula/pnlang/fra/userapi.php 
  226. =================================================================== 
  227. --- trunk/traductions/modules/formicula/pnlang/fra/userapi.php    2006-08-17 14:37:57 UTC (rev 245) 
  228. +++ trunk/traductions/modules/formicula/pnlang/fra/userapi.php    2006-08-26 20:33:03 UTC (rev 246) 
  229. @@&nbsp;-0,0 +1,47 ;@@ 
  230. +<?php  
  231. +// $Id: userapi.php 3 2005-07-05 05:42:53Z landseer $ 
  232. +// ---------------------------------------------------------------------- 
  233. +// POST-NUKE Content Management System 
  234. +// Copyright (C) 2001 by the PostNuke Development Team. 
  235. +// http://www.postnuke.com/ 
  236. +// ---------------------------------------------------------------------- 
  237. +// Based on: 
  238. +// PHP-NUKE Web Portal System - http://phpnuke.org/ 
  239. +// Thatware - http://thatware.org/ 
  240. +// ---------------------------------------------------------------------- 
  241. +// LICENSE 
  242. +// 
  243. +// This program is free software; you can redistribute it and/or 
  244. +// modify it under the terms of the GNU General Public License (GPL
  245. +// as published by the Free Software Foundation; either version 2 
  246. +// of the License, or (at your option) any later version. 
  247. +// 
  248. +// This program is distributed in the hope that it will be useful, 
  249. +// but WIthOUT ANY WARRANTY; without even the implied warranty of 
  250. +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  251. +// GNU General Public License for more details. 
  252. +// 
  253. +// To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  254. +// ---------------------------------------------------------------------- 
  255. +// Original Author of file: Jim McDonald 
  256. +// Purpose of file:  Language defines for pnuserapi.php 
  257. +// ---------------------------------------------------------------------- 
  258. +//new 
  259. +//existing 
  260. +define( '_FOR_ADMINMAIL1', 'A visitor of to your web site used the form for contact and sent the following:' ); 
  261. +define( '_FOR_ADMINMAIL2', 'The user has the following IP address/hostname: ' ); 
  262. +define( '_FOR_FORMNUMBER', 'Form #' ); 
  263. +define( '_FOR_HELLO', 'Hello,' ); 
  264. +define( '_FOR_TEAM', 'Team' ); 
  265. +define( '_FOR_THE', 'The' ); 
  266. +define( '_FOR_USERMAIL1', 'Thank you for the comments posted from our Website. The sent data is:' ); 
  267. +define( '_FOR_USERMAIL2', 'We will respond to your email as soon as possible.' ); 
  268. +if( !defined( _FOR_CONTACTFORM ) ) { define('_FOR_CONTACTFORM', 'Contact Form'); } 
  269. +if( !defined( _FOR_NOAUTH ) ) { define('_FOR_NOAUTH', 'No authorization for this action!'); } 
  270. +if( !defined( _FOR_NOCONTACTS ) ) { define('_FOR_NOCONTACTS', 'No Contacts were found.'); } 
  271. +?> 
  272. \ No newline at end of file 
  273.  
  274. Added: trunk/traductions/modules/formicula/pnlang/fra/version.php 
  275. =================================================================== 
  276. --- trunk/traductions/modules/formicula/pnlang/fra/version.php    2006-08-17 14:37:57 UTC (rev 245) 
  277. +++ trunk/traductions/modules/formicula/pnlang/fra/version.php    2006-08-26 20:33:03 UTC (rev 246) 
  278. @@&nbsp;-0,0 +1,29 ;@@ 
  279. +<?php 
  280. +// $Id: version.php 37 2006-08-24 20:21:49Z landseer $ 
  281. +// ---------------------------------------------------------------------- 
  282. +// POST-NUKE Content Management System 
  283. +// Copyright (C) 2002 by the PostNuke Development Team. 
  284. +// http://www.postnuke.com/ 
  285. +// ---------------------------------------------------------------------- 
  286. +// Based on: 
  287. +// PHP-NUKE Web Portal System - http://phpnuke.org/ 
  288. +// Thatware - http://thatware.org/ 
  289. +// ---------------------------------------------------------------------- 
  290. +// LICENSE 
  291. +// 
  292. +// This program is free software; you can redistribute it and/or 
  293. +// modify it under the terms of the GNU General Public License (GPL
  294. +// as published by the Free Software Foundation; either version 2 
  295. +// of the License, or (at your option) any later version. 
  296. +// 
  297. +// This program is distributed in the hope that it will be useful, 
  298. +// but WIthOUT ANY WARRANTY; without even the implied warranty of 
  299. +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  300. +// GNU General Public License for more details. 
  301. +// 
  302. +// To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  303. +// ---------------------------------------------------------------------- 
  304. +define('_FOR_DESC', 'Tool for creating contact forms of all kinds'); 
  305. +?> 
  306. \ No newline at end of file 
  307.  
  308. _______________________________________________ 
  309. Pnfrance-commits mailing list 
  310. Pnfrance-commits@noc.postnuke.com 
  311. http://noc.postnuke.com/mailman/listinfo/pnfrance-commits 
  312.  
Données personnelles