home *** CD-ROM | disk | FTP | other *** search
/ Freelog 49 / Freelog049.iso / Extra / Internet / Mozilla / mozilla-l10n-fr-FR-1.4-1.xpi / bin / chrome / fr-FR.jar / locale / fr-FR / mozldap / ldap.properties < prev   
Text File  |  2003-08-16  |  7KB  |  291 lines

  1. # The contents of this file are subject to the Mozilla Public
  2. # License Version 1.1 (the "License"); you may not use this file
  3. # except in compliance with the License. You may obtain a copy of
  4. # the License at http://www.mozilla.org/MPL/
  5. # Software distributed under the License is distributed on an "AS
  6. # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  7. # implied. See the License for the specific language governing
  8. # rights and limitations under the License.
  9. # The Original Code is the mozilla.org LDAP XPCOM SDK.
  10. # The Initial Developer of the Original Code is Netscape
  11. # Communications Corporation.  Portions created by Netscape are 
  12. # Copyright (C) 2000 Netscape Communications Corporation.  All
  13. # Rights Reserved.
  14. # Contributor(s): Dan Mosedale <dmose@netscape.com> (Original Author)
  15. #                 Chuck Boatwright <cboatwri@netscape.com>
  16. # Alternatively, the contents of this file may be used under the
  17. # terms of the GNU General Public License Version 2 or later (the
  18. # "GPL"), in which case the provisions of the GPL are applicable 
  19. # instead of those above.  If you wish to allow use of your 
  20. # version of this file only under the terms of the GPL and not to
  21. # allow others to use your version of this file under the MPL,
  22. # indicate your decision by deleting the provisions above and
  23. # replace them with the notice and other provisions required by
  24. # the GPL.  If you do not delete the provisions above, a recipient
  25. # may use your version of this file under either the MPL or the
  26. # GPL.
  27.  
  28. # The following two strings are used when prompting the user for authentication
  29. # information:
  30.  
  31. ## @name AUTH_PROMPT_TITLE
  32. ## @loc none
  33. authPromptTitle=Le mot de passe du serveur LDAP est requis
  34.  
  35. ## @name AUTH_PROMPT_TEXT
  36. ## @loc %1$S should not be localized.  It is the hostname of the LDAP server.
  37. authPromptText=Veuillez entrer votre mot de passe pour %1$S.
  38.  
  39. # These are string versions of all the errors defined in
  40. # nsILDAPErrors.idl, as well as the nsresult codes based on those
  41. # errors.  See that file for the genesis of these codes, as well as 
  42. # for info about how to get documentation about their precise
  43. # meanings.
  44.  
  45. ## @name OPERATIONS_ERROR
  46. ## @loc none
  47. 1=Erreur d'ex\u00e9cutions
  48.  
  49. ## @name PROTOCOL_ERROR
  50. ## @loc none
  51. 2=Erreur de protocole
  52.  
  53. ## @name TIMELIMIT_EXCEEDED
  54. ## @loc none
  55. 3=D\u00e9lai d\u00e9pass\u00e9
  56.  
  57. ## @name SIZELIMIT_EXCEEDED
  58. ## @loc none
  59. 4=Taille limite d\u00e9pass\u00e9e
  60.  
  61. ## @name COMPARE_FALSE
  62. ## @loc none
  63. 5=Comparaison fausse
  64.  
  65. ## @name COMPARE_TRUE
  66. ## @loc none
  67. 6=Comparaison vraie
  68.  
  69. ## @name STRONG_AUTH_NOT_SUPPORTED
  70. ## @loc none
  71. 7=M\u00e9thode d'authentification non support\u00e9e
  72.  
  73. ## @name STRONG_AUTH_REQUIRED
  74. ## @loc none
  75. 8=Authentification forte requise
  76.  
  77. ## @name PARTIAL_RESULTS
  78. ## @loc none
  79. 9=R\u00e9sultats partiels et redirection re\u00e7us
  80.  
  81. ## @name REFERRAL
  82. ## @loc none
  83. 10=Redirection re\u00e7ue
  84.  
  85. ## @name ADMINLIMIT_EXCEEDED
  86. ## @loc none
  87. 11=Limite administrative d\u00e9pass\u00e9e
  88.  
  89. ## @name UNAVAILABLE_CRITICAL_EXTENSION
  90. ## @loc none
  91. 12=Extension critique indisponible
  92.  
  93. ## @name CONFIDENTIALITY_REQUIRED
  94. ## @loc none
  95. 13=Confidentialit\u00e9 requise
  96.  
  97. ## @name SASL_BIND_IN_PROGRESS
  98. ## @loc none
  99. 14=Authentification SASL en cours
  100.  
  101. ## @name NO_SUCH_ATTRIBUTE
  102. ## @loc none
  103. 16=Pas de tel attribut
  104.  
  105. ## @name UNDEFINED_TYPE
  106. ## @loc none
  107. 17=Type d'attribut non d\u00e9fini
  108.  
  109. ## @name INAPPROPRIATE MATCHIN
  110. ## @loc none
  111. 18=Correspondance inappropri\u00e9e
  112.  
  113. ## @name CONSTRAINT_VIOLATION
  114. ## @loc none
  115. 19=Violation de contrainte
  116.  
  117. ## @name TYPE_OR_VALUE_EXISTS
  118. ## @loc none
  119. 20=Le type ou la valeur existe
  120.  
  121. ## @name INVALID_SYNTAX
  122. ## @loc none
  123. 21=Syntaxe incorrecte
  124.  
  125. ## @name NO_SUCH_OBJECT
  126. ## @loc none
  127. 32=Pas de tel objet
  128.  
  129. ## @name ALIAS_PROBLEM
  130. ## @loc none
  131. 33=Probl\u00e8me d'alias
  132.  
  133. ## @name INVALID_DN_ SYNTAX
  134. ## @loc none
  135. 34=Syntaxe DN incorrecte
  136.  
  137. ## @name IS_LEAF
  138. ## @loc none
  139. 35=L'objet est un noeud terminal
  140.  
  141. ## @name ALIAS_DEREF_PROBLEM
  142. ## @loc none
  143. 36=Probl\u00e8me de d\u00e9r\u00e9f\u00e9rencement d'alias
  144.  
  145. ## @name INAPPROPRIATE_AUTH
  146. ## @loc none
  147. 48=Authentification inappropri\u00e9e
  148.  
  149. ## @name INVALID_CREDENTIALS
  150. ## @loc none
  151. 49=Authentification incorrecte
  152.  
  153. ## @name INSUFFICIENT_ACCESS
  154. ## @loc none
  155. 50=Acc\u00e8s insuffisant
  156.  
  157. ## @name BUSY
  158. ## @loc none
  159. 51=Le serveur LDAP est occup\u00e9
  160.  
  161. ## @name UNAVAILABLE
  162. ## @loc none
  163. 52=Le serveur LDAP est indisponible
  164.  
  165. ## @name UNWILLING_TO_PERFORM
  166. ## @loc none
  167. 53=Le serveur LDAP n'est pas dispos\u00e9 \u00e0 ex\u00e9cuter
  168.  
  169. ## @name LOOP_DETECT
  170. ## @loc none
  171. 54=Boucle d\u00e9tect\u00e9e
  172.  
  173. ## @name SORT_CONTROL_MISSING
  174. ## @loc none
  175. 60=La commande de tri est manquante
  176.  
  177. ## @name INDEX_RANGE_ERROR
  178. ## @loc none
  179. 61=Les r\u00e9sultats de la recherche d\u00e9passent l'intervalle indiqu\u00e9
  180.  
  181. ## @name NAMING_VIOLATION
  182. ## @loc none
  183. 64=Violation de nommage
  184.  
  185. ## @name OBJECT_CLASS_VIOLATION
  186. ## @loc none
  187. 65=Violation de classe d'objet
  188.  
  189. ## @name NOT_ALLOWED_ON_NONLEAF
  190. ## @loc none
  191. 66=Ex\u00e9cution non autoris\u00e9e sur un noeud non terminal
  192.  
  193. ## @name NOT_ALLOWED_ON_RDN
  194. ## @loc none
  195. 67=Ex\u00e9cution non autoris\u00e9e sur RDN
  196.  
  197. ## @name ALREADY_EXISTS
  198. ## @loc none
  199. 68=Existe d\u00e9j\u00e0
  200.  
  201. ## @name NO_OBJECT_CLASS_MODS
  202. ## @loc none
  203. 69=Impossible de modifier la classe d'objet
  204.  
  205. ## @name RESULTS_TOO_LARGE
  206. ## @loc none
  207. 70=R\u00e9sultats trop grands
  208.  
  209. ## @name AFFECTS_MULTIPLE_DSAS
  210. ## @loc none
  211. 71=Affecte les serveurs multiples
  212.  
  213. ## @name OTHER
  214. ## @loc none
  215. 80=Erreur inconnue
  216.  
  217. ## @name SERVER_DOWN
  218. ## @loc none
  219. 81=Impossible de contacter le serveur LDAP
  220.  
  221. ## @name LOCAL_ERROR
  222. ## @loc none
  223. 82=Erreur locale
  224.  
  225. ## @name ENCODING_ERROR
  226. ## @loc none
  227. 83=Erreur d'encodage
  228.  
  229. ## @name DECODING_ERROR
  230. ## @loc none
  231. 84=Erreur de d\u00e9codage
  232.  
  233. ## @name TIMEOUT
  234. ## @loc none
  235. 85=Le serveur LDAP a d\u00e9pass\u00e9 le temps allou\u00e9
  236.  
  237. ## @name AUTH_UNKNOWN
  238. ## @loc none
  239. 86=M\u00e9thode d'authentification inconnue
  240.  
  241. ## @name FILTER_ERROR
  242. ## @loc none
  243. 87=Filtre de recherche incorrect
  244.  
  245. ## @name USER_CANCELLED
  246. ## @loc none
  247. 88=Ex\u00e9cution annul\u00e9e par l'utilisateur
  248.  
  249. ## @name PARAM_ERROR
  250. ## @loc none
  251. 89=Mauvais param\u00e8tre \u00e0 un sous-programme LDAP
  252.  
  253. ## @name NO_MEMORY
  254. ## @loc none
  255. 90=Plus de m\u00e9moire
  256.  
  257. ## @name CONNECT_ERROR
  258. ## @loc none
  259. 91=Impossible de se connecter au serveur LDAP
  260.  
  261. ## @name NOT_SUPPORTED
  262. ## @loc none
  263. 92=Non support\u00e9 par cette version du protocole LDAP
  264.  
  265. ## @name CONTROL_NOT_FOUND
  266. ## @loc none
  267. 93=Commande LDAP demand\u00e9e non trouv\u00e9e
  268.  
  269. ## @name NO_RESULTS_RETURNED
  270. ## @loc none
  271. 94=Aucuns r\u00e9sultats retourn\u00e9s
  272.  
  273. ## @name MORE_RESULTS_TO_RETURN
  274. ## @loc none
  275. 95=Plus de r\u00e9sultats \u00e0 retourner
  276.  
  277. ## @name CLIENT_LOOP
  278. ## @loc none
  279. 96=Boucle d\u00e9tect\u00e9e par le client
  280.  
  281. ## @name REFERRAL_LIMIT_EXCEEDED
  282. ## @loc none
  283. 97=Nombre de sauts pour la redirection d\u00e9pass\u00e9
  284.