home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Komunik / phoenix / chrome / en-US.jar / locale / en-US / global / ldapAutoCompErrs.properties < prev    next >
Text File  |  2002-06-03  |  6KB  |  145 lines

  1. # ----- BEGIN LICENSE BLOCK -----
  2. # Version: MPL 1.1/GPL 2.0/LGPL 2.1
  3. #
  4. # The contents of this file are subject to the Mozilla Public License Version
  5. # 1.1 (the "License"); you may not use this file except in compliance with
  6. # the License. You may obtain a copy of the License at
  7. # http://www.mozilla.org/MPL/
  8. #
  9. # Software distributed under the License is distributed on an "AS IS" basis,
  10. # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11. # for the specific language governing rights and limitations under the
  12. # License.
  13. #
  14. # The Original Code is the mozilla.org autocomplete code.
  15. # The Initial Developer of the Original Code is Netscape
  16. # Communications Corporation.  Portions created by Netscape are 
  17. # Copyright (C) 2001 Netscape Communications Corporation.  All
  18. # Rights Reserved.
  19. # Contributor(s): Dan Mosedale <dmose@netscape.com>
  20. #                 Robin Foster-Clark <robinf@netscape.com>
  21. #
  22. # Alternatively, the contents of this file may be used under the terms of
  23. # either of the GNU General Public License Version 2 or later (the "GPL"),
  24. # or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  25. # in which case the provisions of the GPL or the LGPL are applicable instead
  26. # of those above. If you wish to allow use of your version of this file only
  27. # under the terms of either the GPL or the LGPL, and not to allow others to
  28. # use your version of this file under the terms of the MPL, indicate your
  29. # decision by deleting the provisions above and replace them with the notice
  30. # and other provisions required by the LGPL or the GPL. If you do not delete
  31. # the provisions above, a recipient may use your version of this file under
  32. # the terms of any one of the MPL, the GPL or the LGPL.
  33. #
  34. # ----- END LICENSE BLOCK -----
  35.  
  36. # These are error strings for problems that happen while in the
  37. # various states declared in nsILDAPAutoCompFormatter.idl.  Note that
  38. # the number that indexes each error state is the same as the number 
  39. # corresponding to that state in nsILDAPAutoCompFormatter.idl.
  40.  
  41. ## @name ERR_STATE_UNBOUND
  42. ## @loc none
  43. 0=LDAP initialization problem
  44.  
  45. ## @name ERR_STATE_INITIALIZING
  46. ## @loc none
  47. 1=LDAP server connection failed
  48.  
  49. ## @name ERR_STATE_BINDING
  50. ## @loc none
  51. 2=LDAP server connection failed
  52.  
  53. ## @name ERR_STATE_BOUND
  54. ## @loc none
  55. 3=LDAP server communications problem
  56.  
  57. ## @name ERR_STATE_SEARCHING
  58. ## @loc none
  59. 4=LDAP server search problem
  60.  
  61.  
  62. # The format of the alert dialog itself
  63. #
  64. ## @name ALERT_FORMAT
  65. ## @loc None of %1$S, %2$S, %3$S, and %4$S should be localized.  %1$S is the 
  66. ##      ERROR_CODE string below, %2$S is the error code itself, %3$S is an
  67. ##      LDAP SDK error message from chrome://mozldap/locale/ldap.properties,
  68. ##      and %4$S is a hint relating to that specific error, found in this file.
  69. alertFormat=%1$S %2$S: %3$S\n\n %4$S
  70.  
  71. # This string is used in ALERT_FORMAT
  72. #
  73. ## @name ERROR_CODE
  74. ## @loc none
  75. errCode=Error code
  76.  
  77.  
  78. ## The following errors are for error codes other than LDAP-specific ones.
  79. ## Someday mozilla will actually have a system for mapping nsresults to
  80. ## error strings that's actually widely used, unlike nsIErrorService.  But
  81. ## until it does, these strings live here...
  82.  
  83. ## @name HOST_NOT_FOUND
  84. ## @loc none
  85. 5000=Host not found
  86.  
  87. ## @name GENERIC_ERROR
  88. ## @loc none
  89. 9999=Unknown error
  90.  
  91.  
  92. # Hints to for the user, associated with specific error codes (ie error code
  93. # + 10000)
  94.  
  95.  
  96. ## @name TIMELIMIT_EXCEEDED_HINT
  97. ## @loc none
  98. 10003=Please try again later, or else contact your System Administrator.
  99.  
  100. ## @name STRONGAUTH_REQUIRED_HINT
  101. ## @loc none
  102. 10008=Strong authentication is not currently supported.
  103.  
  104. ## @name INVALID_SYNTAX_HINT
  105. ## @loc none
  106. 10021=Verify that the search filter is correct, and then try again, or else contact your System Administrator. To verify that the search filter is correct, from the Edit menu, choose Preferences, then choose Mail & Newsgroups, and then choose Addressing. Click Edit Directories, and select the LDAP server being used. Click Edit, and then click Advanced to display the Search Filter.
  107.  
  108. ## @name NO_SUCH_OBJECT_HINT
  109. ## @loc none
  110. 10032=Verify that the Base DN is correct, and then try again, or else contact your System Administrator. To verify that the Base DN is correct, from the Edit menu, choose Preferences, then choose Mail & Newsgroups, and then choose Addressing. Click Edit Directories, and select the LDAP server being used. Click Edit to display the Base DN.
  111.  
  112. ## @name BUSY_HINT
  113. ## @loc none
  114. 10051=Please try again later.
  115.  
  116. ## @name SERVER_DOWN_HINT
  117. ## @loc none
  118. 10081=Verify that the Hostname and Port Number are correct, and then try again, or else contact your System Administrator. To verify that the Hostname and Port Number are correct, from the Edit menu, choose Preferences, then choose Mail & Newsgroups, and then choose Addressing. Click Edit Directories, and select the LDAP server being used. Click Edit to display the Hostname. Click Advanced to display the Port Number.
  119.  
  120. ## @name TIMEOUT_HINT
  121. ## @loc none
  122. 10085=Please try again later.
  123.  
  124. ## @name FILTER_ERROR_HINT
  125. ## @loc none
  126. 10087=Verify that the search filter is correct, and then try again, or else contact your System Administrator. To verify that the search filter is correct, from the Edit menu, choose Preferences, then choose Mail & Newsgroups, and then choose Addressing. Click Edit Directories, and select the LDAP server being used. Click Edit, and then click Advanced to display the Search Filter.
  127.  
  128. ## @name NO_MEMORY_HINT
  129. ## @loc none
  130. 10090=Please close some other windows and/or applications and try again.
  131.  
  132. ## @name CONNECT_ERROR_HINT
  133. ## @loc none
  134. 10091=Verify that the Hostname and Port Number are correct, and then try again, or else contact your System Administrator. To verify that the Hostname and Port Number are correct, from the Edit menu, choose Preferences, then choose Mail & Newsgroups, and then choose Addressing. Click Edit Directories, and select the LDAP server being used. Click Edit to display the Hostname. Click Advanced to display the Port Number.
  135.  
  136. ## @name HOST_NOT_FOUND_HINT
  137. ## @loc none
  138. 15000=Verify that the Hostname is correct, and then try again, or else contact your System Administrator. To verify that the Hostname is correct, from the Edit menu, choose Preferences, then choose Mail & Newsgroups, and then choose Addressing. Click Edit Directories, and select the LDAP server being used. Click Edit to display the Hostname.
  139.  
  140. ## @name GENERIC_HINT
  141. ## @loc none
  142. 19999=Please contact your System Administrator.
  143.