1 |
776 |
jeremybenn |
# 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 |
|
|
|
38 |
|
|
GSSException.BAD_MECH=An unsupported mechanism was requested.
|
39 |
|
|
GSSException.BAD_NAME=An invalid name was supplied.
|
40 |
|
|
GSSException.BAD_NAMETYPE=A supplied name was of an unsupported type.
|
41 |
|
|
GSSException.BAD_BINDINGS=Incorrect channel bindings were supplied.
|
42 |
|
|
GSSException.BAD_STATUS=An invalid status code was supplied.
|
43 |
|
|
GSSException.BAD_MIC=A token had an invalid MIC.
|
44 |
|
|
GSSException.NO_CRED=No credentials were supplied, or the credentials were unavailable or inaccessible.
|
45 |
|
|
GSSException.NO_CONTEXT=Invalid context has been supplied.
|
46 |
|
|
GSSException.DEFECTIVE_TOKEN=A supplied token was invalid.
|
47 |
|
|
GSSException.DEFECTIVE_CREDENTIAL=A supplied credential was invalid.
|
48 |
|
|
GSSException.CREDENTIALS_EXPIRED=The referenced credentials have expired.
|
49 |
|
|
GSSException.CONTEXT_EXPIRED=The context has expired.
|
50 |
|
|
GSSException.FAILURE=Miscellaneous failure.
|
51 |
|
|
GSSException.BAD_QOP=The quality-of-protection requested could not be provided.
|
52 |
|
|
GSSException.UNAUTHORIZED=The operation is forbidden by local security policy.
|
53 |
|
|
GSSException.UNAVAILABLE=The operation or option is unavailable.
|
54 |
|
|
GSSException.DUPLICATE_ELEMENT=The requested credential element already exists.
|
55 |
|
|
GSSException.NAME_NOT_MN=The provided name was not a mechanism name.
|
56 |
|
|
GSSException.OLD_TOKEN=The token\'s validity period has expired.
|
57 |
|
|
GSSException.DUPLICATE_TOKEN=The token was a duplicate of an earlier version.
|
58 |
|
|
GSSException.UNSEQ_TOKEN=A later token has already been processed.
|
59 |
|
|
GSSException.GAP_TOKEN=An expected per-message token was not received.
|
60 |
|
|
|