[pnfrance-cvsnotices] traductions/pnpacks/PostNuke/system/Mailer/pnlang/eng admin.php, NONE, 1.1 index.html, NONE, 1.1 version.php, NONE, 1.1
Auteur Sujet
Post 
  1. Update of /cvsroot/pnfrance/traductions/pnpacks/PostNuke/system/Mailer/pnlang/eng 
  2. In directory perky.postnuke.com:/tmp/cvs-serv25134/pnpacks/PostNuke/system/Mailer/pnlang/eng 
  3.  
  4. Added Files: 
  5.     admin.php index.html version.php  
  6. Log Message: 
  7.  
  8.  
  9. --- NEW FILE: admin.php --- 
  10. <?php 
  11. // $Id: admin.php,v 1.1 2005/10/24 16:09:12 chestnut Exp $ 
  12. // ---------------------------------------------------------------------- 
  13. // PostNuke Content Management System 
  14. // Copyright (C) 2001 by the PostNuke Development Team. 
  15. // http://www.postnuke.com/ 
  16. // ---------------------------------------------------------------------- 
  17. // Based on: 
  18. // PHP-NUKE Web Portal System - http://phpnuke.org/ 
  19. // Thatware - http://thatware.org/ 
  20. // ---------------------------------------------------------------------- 
  21. // LICENSE 
  22. // 
  23. // This program is free software; you can redistribute it and/or 
  24. // modify it under the terms of the GNU General Public License (GPL
  25. // as published by the Free Software Foundation; either version 2 
  26. // of the License, or (at your option) any later version. 
  27. // 
  28. // This program is distributed in the hope that it will be useful, 
  29. // but WITHOUT ANY WARRANTY; without even the implied warranty of 
  30. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
  31. // GNU General Public License for more details. 
  32. // 
  33. // To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  34. // ---------------------------------------------------------------------- 
  35. // Original Author of file: Everyone 
  36. // Purpose of file: Translation files 
  37. // Translation team: Read credits in /docs/CREDITS.txt 
  38. // ---------------------------------------------------------------------- 
  39.  
  40. /** 
  41.  * ;@package PostNuke_System_Modules 
  42.  * ;@subpackage  PostNuke_Mailer 
  43.  * ;@license http://www.gnu.org/copyleft/gpl.html 
  44. */ 
  45.  
  46. define('_MAILER','PostNuke mailer'); 
  47. define('_MAILERMODIFYCONFIG', 'Modify mailer configuration'); 
  48. define('_MAILERTESTCONFIG', 'Test configuration'); 
  49. define('_MAILERUPDATECONFIG', 'Update configuration'); 
  50. define('_MAILERTRANSPORT', 'Default mail transport'); 
  51. define('_MAILERPHPMAIL', 'PHP mail()'); 
  52. define('_MAILERSENDMAIL', 'Sendmail'); 
  53. define('_MAILERQMAIL', 'QMail'); 
  54. define('_MAILERSMTPMAIL', 'SMTP'); 
  55. define('_MAILERCHARSET', 'Default character set (default: iso-8859-1)'); 
  56. define('_MAILERENCODING', 'Default encoding (default: 8-bit)'); 
  57. define('_MAILERCONTENTTYPE', 'Default content type (default: text/plain)'); 
  58. define('_MAILERWORDWRAP', 'Word wrap (default: 50)'); 
  59. define('_MAILERMSMAILHEADERS', 'Use Microsoft mail client headers'); 
  60. define('_MAILERSENDMAILPATH', 'Sendmail path'); 
  61. define('_MAILERSMTPSERVER','SMTP server (default: localhost)'); 
  62. define('_MAILERSMTPPORT','SMTP port (default: 25)'); 
  63. define('_MAILERSMTPTIMEOUT', 'SMTP time-out (in seconds -- default: 10)'); 
  64. define('_MAILERSMTPAUTH', 'Enable SMTP authentication'); 
  65. define('_MAILERSMTPUSERNAME', 'SMTP user name'); 
  66. define('_MAILERSMTPPASSWORD', 'SMTP password'); 
  67. define('_MAILERFROMADDRESS', 'From address:'); 
  68. define('_MAILERFROMNAME', 'From name:'); 
  69. define('_MAILERTOADDRESS', 'To address:'); 
  70. define('_MAILERSUBJECT', 'Subject'); 
  71. define('_MAILERHTML', 'HTML-formatted message'); 
  72. define('_MAILERTONAME', 'To name:'); 
  73. define('_MAILERBODY', 'Message:'); 
  74. define('_MAILERMESSAGESENT', 'Message sent'); 
  75. define('_MAILERMESSAGENOTSENT', 'Message not sent'); 
  76. define('_MAILERADMIN', 'Site administrator'); 
  77. define('_MAILERPNMAIL', 'Send message via pnMail API'); 
  78. ?> 
  79. --- NEW FILE: index.html --- 
  80.  
  81. --- NEW FILE: version.php --- 
  82. <?php 
  83. // Generated: $Id: version.php,v 1.1 2005/10/24 16:09:12 chestnut Exp $ 
  84. // ---------------------------------------------------------------------- 
  85. // PostNuke Content Management System 
  86. // Copyright (C) 2001 by The PostNuke Development Team. 
  87. // http://www.postnuke.com/ 
  88. // ---------------------------------------------------------------------- 
  89. // Based on: 
  90. // PHP-NUKE Web Portal System - http://phpnuke.org/ 
  91. // Thatware - http://thatware.org/ 
  92. // ---------------------------------------------------------------------- 
  93. // LICENSE 
  94. // 
  95. // This program is free software; you can redistribute it and/or 
  96. // modify it under the terms of the GNU General Public License (GPL
  97. // as published by the Free Software Foundation; either version 2 
  98. // of the License, or (at your option) any later version. 
  99. // 
  100. // This program is distributed in the hope that it will be useful, 
  101. // but WITHOUT ANY WARRANTY; without even the implied warranty of 
  102. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
  103. // GNU General Public License for more details. 
  104. // 
  105. // To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  106. // ---------------------------------------------------------------------- 
  107. // Original Author of file: Your Name 
  108. // Purpose of file: Blank mod Version language file 
  109. // Translation team: Read credits in /docs/CREDITS.txt 
  110. // ---------------------------------------------------------------------- 
  111. /** 
  112.   * ;@author       Frank Chestnut [Chestnut] 
  113.   * ;@version      $Revision: 1.1 $ 
  114.   * ;@package      PostNuke_System_Modules 
  115.   * ;@subpackage   Admin 
  116.   * ;@license      http://www.gnu.org/copyleft/gpl.html GNU General Public License 
  117.  */ 
  118.  
  119. define('_MAILER_NAME',        'Mailer'); 
  120. define('_MAILER_DISPLAYNAME', 'Mailer'); 
  121. define('_MAILER_DESCRIPTION', 'PostNuke Mailer'); 
  122.  
  123. ?> 
  124. _______________________________________________ 
  125. Pnfrance-cvsnotices mailing list 
  126. Pnfrance-cvsnotices@lists.postnuke.com 
  127. http://perky.postnuke.com/mailman/listinfo/pnfrance-cvsnotices 
  128.  
Données personnelles