MessagesBundle.properties 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # MessagesBundle.properties -- English GSS messages.
  2. # Copyright (C) 2004 Free Software Foundation, Inc.
  3. #
  4. # This file is a part of GNU Classpath.
  5. #
  6. # GNU Classpath is free software; you can redistribute it and/or
  7. # modify it under the terms of the GNU General Public License as
  8. # published by the Free Software Foundation; either version 2 of the
  9. # License, or (at your option) any later version.
  10. #
  11. # GNU Classpath is distributed in the hope that it will be useful, but
  12. # WITHOUT ANY WARRANTY; without even the implied warranty of
  13. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  14. # General Public License for more details.
  15. #
  16. # You should have received a copy of the GNU General Public License
  17. # along with GNU Classpath; if not, write to the Free Software
  18. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  19. # USA
  20. #
  21. # Linking this library statically or dynamically with other modules is
  22. # making a combined work based on this library. Thus, the terms and
  23. # conditions of the GNU General Public License cover the whole
  24. # combination.
  25. #
  26. # As a special exception, the copyright holders of this library give
  27. # you permission to link this library with independent modules to
  28. # produce an executable, regardless of the license terms of these
  29. # independent modules, and to copy and distribute the resulting
  30. # executable under terms of your choice, provided that you also meet,
  31. # for each linked independent module, the terms and conditions of the
  32. # license of that module. An independent module is a module which is
  33. # not derived from or based on this library. If you modify this
  34. # library, you may extend this exception to your version of the
  35. # library, but you are not obligated to do so. If you do not wish to
  36. # do so, delete this exception statement from your version.
  37. GSSException.BAD_MECH=An unsupported mechanism was requested.
  38. GSSException.BAD_NAME=An invalid name was supplied.
  39. GSSException.BAD_NAMETYPE=A supplied name was of an unsupported type.
  40. GSSException.BAD_BINDINGS=Incorrect channel bindings were supplied.
  41. GSSException.BAD_STATUS=An invalid status code was supplied.
  42. GSSException.BAD_MIC=A token had an invalid MIC.
  43. GSSException.NO_CRED=No credentials were supplied, or the credentials were unavailable or inaccessible.
  44. GSSException.NO_CONTEXT=Invalid context has been supplied.
  45. GSSException.DEFECTIVE_TOKEN=A supplied token was invalid.
  46. GSSException.DEFECTIVE_CREDENTIAL=A supplied credential was invalid.
  47. GSSException.CREDENTIALS_EXPIRED=The referenced credentials have expired.
  48. GSSException.CONTEXT_EXPIRED=The context has expired.
  49. GSSException.FAILURE=Miscellaneous failure.
  50. GSSException.BAD_QOP=The quality-of-protection requested could not be provided.
  51. GSSException.UNAUTHORIZED=The operation is forbidden by local security policy.
  52. GSSException.UNAVAILABLE=The operation or option is unavailable.
  53. GSSException.DUPLICATE_ELEMENT=The requested credential element already exists.
  54. GSSException.NAME_NOT_MN=The provided name was not a mechanism name.
  55. GSSException.OLD_TOKEN=The token\'s validity period has expired.
  56. GSSException.DUPLICATE_TOKEN=The token was a duplicate of an earlier version.
  57. GSSException.UNSEQ_TOKEN=A later token has already been processed.
  58. GSSException.GAP_TOKEN=An expected per-message token was not received.