[pnfrance-commits] r221 - in trunk/traductions/pnpacks/postnuke/system: authldap/pnlang/fra authpn/pnlang/fra
Auteur Sujet
Post 
  1. Author: gilles69 
  2. Date: 2006-05-25 14:37:55 -0400 (Thu, 25 May 2006) 
  3. New Revision: 221 
  4.  
  5. Modified: 
  6.    trunk/traductions/pnpacks/PostNuke/system/AuthLDAP/pnlang/fra/admin.php 
  7.    trunk/traductions/pnpacks/PostNuke/system/AuthLDAP/pnlang/fra/version.php 
  8.    trunk/traductions/pnpacks/PostNuke/system/AuthPN/pnlang/fra/admin.php 
  9.    trunk/traductions/pnpacks/PostNuke/system/AuthPN/pnlang/fra/version.php 
  10. Log: 
  11. traduction de F. Divorne 
  12.  
  13. Modified: trunk/traductions/pnpacks/PostNuke/system/AuthLDAP/pnlang/fra/admin.php 
  14. =================================================================== 
  15. --- trunk/traductions/pnpacks/PostNuke/system/AuthLDAP/pnlang/fra/admin.php    2006-05-25 18:10:53 UTC (rev 220) 
  16. +++ trunk/traductions/pnpacks/PostNuke/system/AuthLDAP/pnlang/fra/admin.php    2006-05-25 18:37:55 UTC (rev 221) 
  17. @@ -27,19 +27,19 ;@@ 
  18.  // Purpose of file: Translation files 
  19.  // Translation team: Read credits in /docs/CREDITS.txt 
  20.  // ---------------------------------------------------------------------- 
  21. -define('_AUTHLDAP','LDAP authentication'); 
  22. -define('_AUTHLDAPPN','PN only'); 
  23. -define('_AUTHLDAPLDAP','LDAP only'); 
  24. -define('_AUTHLDAPPNLDAP','PN and LDAP'); 
  25. -define('_AUTHLDAPPNLDAPTEXT','Authentication using'); 
  26. +define('_AUTHLDAP','authentification LDAP');//TO CHECK authentication LDAP 
  27. +define('_AUTHLDAPPN','PN seulement'); 
  28. +define('_AUTHLDAPLDAP','LDAP seulement'); 
  29. +define('_AUTHLDAPPNLDAP','PN et LDAP'); 
  30. +define('_AUTHLDAPPNLDAPTEXT','Authentification utilisant');//TO CHECK Authentication using 
  31.  define('_AUTHLDAPBASEDN','Base DN'); 
  32. -define('_AUTHLDAPBINDAS','Bind as'); 
  33. -define('_AUTHLDAPBINDPASS','Bind password'); 
  34. -define('_AUTHLDAPSEARCHDN','Search base'); 
  35. -define('_AUTHLDAPUPDOK','Configuration updated'); 
  36. -define('_AUTHLDAPDEFAULTGROUP','Add new user to group'); 
  37. -define('_AUTHLDAPSERVADR','Server address'); 
  38. -define('_AUTHLDAPEDITCONFIG', 'Modify LDAP configuration'); 
  39. -define('_AUTHLDAPSEARCHATTR', 'Search user using attribute'); 
  40. +define('_AUTHLDAPBINDAS','Lié comme'); 
  41. +define('_AUTHLDAPBINDPASS','Lié mot de passe'); 
  42. +define('_AUTHLDAPSEARCHDN','Recherche base'); 
  43. +define('_AUTHLDAPUPDOK','Configuration mise à jour'); 
  44. +define('_AUTHLDAPDEFAULTGROUP','Ajouter nouvel utilisateur au groupe'); 
  45. +define('_AUTHLDAPSERVADR','Adresse du serveur'); 
  46. +define('_AUTHLDAPEDITCONFIG', 'Modifier configuration LDAP'); 
  47. +define('_AUTHLDAPSEARCHATTR', 'Rechercher utilisateur en employant attribut'); 
  48.   
  49.  ?> 
  50. \ No newline at end of file 
  51.  
  52. Modified: trunk/traductions/pnpacks/PostNuke/system/AuthLDAP/pnlang/fra/version.php 
  53. =================================================================== 
  54. --- trunk/traductions/pnpacks/PostNuke/system/AuthLDAP/pnlang/fra/version.php    2006-05-25 18:10:53 UTC (rev 220) 
  55. +++ trunk/traductions/pnpacks/PostNuke/system/AuthLDAP/pnlang/fra/version.php    2006-05-25 18:37:55 UTC (rev 221) 
  56. @@ -37,6 +37,6 ;@@ 
  57.   
  58.  define('_AUTHLDAP_NAME',        'AuthLDAP'); 
  59.  define('_AUTHLDAP_DISPLAYNAME', 'AuthLDAP'); 
  60. -define('_AUTHLDAP_DESCRIPTION', 'LDAP authentication'); 
  61. +define('_AUTHLDAP_DESCRIPTION', 'Authentification LDAP'); 
  62.   
  63.  ?> 
  64. \ No newline at end of file 
  65.  
  66. Modified: trunk/traductions/pnpacks/PostNuke/system/AuthPN/pnlang/fra/admin.php 
  67. =================================================================== 
  68. --- trunk/traductions/pnpacks/PostNuke/system/AuthPN/pnlang/fra/admin.php    2006-05-25 18:10:53 UTC (rev 220) 
  69. +++ trunk/traductions/pnpacks/PostNuke/system/AuthPN/pnlang/fra/admin.php    2006-05-25 18:37:55 UTC (rev 221) 
  70. @@ -34,10 +34,10 ;@@ 
  71.   * ;@license      http://www.gnu.org/copyleft/gpl.html GNU General Public License 
  72.   */ 
  73.   
  74. -define('_AUTHPN', 'PostNuke authentication'); 
  75. -define('_AUTHPNMODIFYCONFIG', 'Modify authentication configuration'); 
  76. -define('_AUTHPNMODULES', 'Authentication modules'); 
  77. -define('_AUTHPNHELP', 'Comma-separated list of modules'); 
  78. -define('_AUTHPNUPDATECONFIG', 'Update configuration'); 
  79. +define('_AUTHPN', 'Authentification PostNuke'); 
  80. +define('_AUTHPNMODIFYCONFIG', 'Modifier la configuration de l\'authentification'); 
  81. +define('_AUTHPNMODULES', 'Modules d\'authentification'); 
  82. +define('_AUTHPNHELP', 'Liste de modules séparés par virgules'); 
  83. +define('_AUTHPNUPDATECONFIG', 'Configuration mise à jour'); 
  84.   
  85.  ?> 
  86. \ No newline at end of file 
  87.  
  88. Modified: trunk/traductions/pnpacks/PostNuke/system/AuthPN/pnlang/fra/version.php 
  89. =================================================================== 
  90. --- trunk/traductions/pnpacks/PostNuke/system/AuthPN/pnlang/fra/version.php    2006-05-25 18:10:53 UTC (rev 220) 
  91. +++ trunk/traductions/pnpacks/PostNuke/system/AuthPN/pnlang/fra/version.php    2006-05-25 18:37:55 UTC (rev 221) 
  92. @@ -37,6 +37,6 ;@@ 
  93.   
  94.  define('_AUTHPN_NAME',        'AuthPN'); 
  95.  define('_AUTHPN_DISPLAYNAME', 'AuthPN'); 
  96. -define('_AUTHPN_DESCRIPTION', 'PN authorisation'); 
  97. +define('_AUTHPN_DESCRIPTION', 'Authorisation PN'); 
  98.   
  99.  ?> 
  100. \ No newline at end of file 
  101.  
  102. _______________________________________________ 
  103. Pnfrance-commits mailing list 
  104. Pnfrance-commits@noc.postnuke.com 
  105. http://noc.postnuke.com/mailman/listinfo/pnfrance-commits 
  106.  
Données personnelles