|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*/ |
|
|
|
package sun.security.util; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*/ |
|
public class AuthResources_de extends java.util.ListResourceBundle { |
|
|
|
private static final Object[][] contents = { |
|
|
|
|
|
{"invalid.null.input.value", "Ung\u00FCltige Nulleingabe: {0}"}, |
|
{"NTDomainPrincipal.name", "NTDomainPrincipal: {0}"}, |
|
{"NTNumericCredential.name", "NTNumericCredential: {0}"}, |
|
{"Invalid.NTSid.value", "Ung\u00FCltiger NTSid-Wert"}, |
|
{"NTSid.name", "NTSid: {0}"}, |
|
{"NTSidDomainPrincipal.name", "NTSidDomainPrincipal: {0}"}, |
|
{"NTSidGroupPrincipal.name", "NTSidGroupPrincipal: {0}"}, |
|
{"NTSidPrimaryGroupPrincipal.name", "NTSidPrimaryGroupPrincipal: {0}"}, |
|
{"NTSidUserPrincipal.name", "NTSidUserPrincipal: {0}"}, |
|
{"NTUserPrincipal.name", "NTUserPrincipal: {0}"}, |
|
|
|
|
|
{"UnixNumericGroupPrincipal.Primary.Group.name", |
|
"UnixNumericGroupPrincipal [Prim\u00E4rgruppe]: {0}"}, |
|
{"UnixNumericGroupPrincipal.Supplementary.Group.name", |
|
"UnixNumericGroupPrincipal [Zusatzgruppe]: {0}"}, |
|
{"UnixNumericUserPrincipal.name", "UnixNumericUserPrincipal: {0}"}, |
|
{"UnixPrincipal.name", "UnixPrincipal: {0}"}, |
|
|
|
|
|
{"Unable.to.properly.expand.config", "{0} kann nicht ordnungsgem\u00E4\u00DF erweitert werden"}, |
|
{"extra.config.No.such.file.or.directory.", |
|
"{0} (Datei oder Verzeichnis nicht vorhanden)"}, |
|
{"Configuration.Error.No.such.file.or.directory", |
|
"Konfigurationsfehler:\n\tDatei oder Verzeichnis nicht vorhanden"}, |
|
{"Configuration.Error.Invalid.control.flag.flag", |
|
"Konfigurationsfehler:\n\tUng\u00FCltiges Steuerkennzeichen {0}"}, |
|
{"Configuration.Error.Can.not.specify.multiple.entries.for.appName", |
|
"Konfigurationsfehler:\n\tEs k\u00F6nnen nicht mehrere Angaben f\u00FCr {0} gemacht werden."}, |
|
{"Configuration.Error.expected.expect.read.end.of.file.", |
|
"Konfigurationsfehler:\n\t[{0}] erwartet, [Dateiende] gelesen"}, |
|
{"Configuration.Error.Line.line.expected.expect.found.value.", |
|
"Konfigurationsfehler:\n\tZeile {0}: [{1}] erwartet, [{2}] gefunden"}, |
|
{"Configuration.Error.Line.line.expected.expect.", |
|
"Konfigurationsfehler:\n\tZeile {0}: [{1}] erwartet"}, |
|
{"Configuration.Error.Line.line.system.property.value.expanded.to.empty.value", |
|
"Konfigurationsfehler:\n\tZeile {0}: Systemeigenschaft [{1}] auf leeren Wert erweitert"}, |
|
|
|
|
|
{"username.","Benutzername: "}, |
|
{"password.","Kennwort: "}, |
|
|
|
|
|
{"Please.enter.keystore.information", |
|
"Geben Sie die Keystore-Informationen ein"}, |
|
{"Keystore.alias.","Keystore-Alias: "}, |
|
{"Keystore.password.","Keystore-Kennwort: "}, |
|
{"Private.key.password.optional.", |
|
"Private Key-Kennwort (optional): "}, |
|
|
|
|
|
{"Kerberos.username.defUsername.", |
|
"Kerberos-Benutzername [{0}]: "}, |
|
{"Kerberos.password.for.username.", |
|
"Kerberos-Kennwort f\u00FCr {0}: "}, |
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*/ |
|
public Object[][] getContents() { |
|
return contents; |
|
} |
|
} |