0N/A/*
3909N/A * Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
0N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A *
0N/A * This code is free software; you can redistribute it and/or modify it
0N/A * under the terms of the GNU General Public License version 2 only, as
2362N/A * published by the Free Software Foundation. Oracle designates this
0N/A * particular file as subject to the "Classpath" exception as provided
2362N/A * by Oracle in the LICENSE file that accompanied this code.
0N/A *
0N/A * This code is distributed in the hope that it will be useful, but WITHOUT
0N/A * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/A * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/A * version 2 for more details (a copy is included in the LICENSE file that
0N/A * accompanied this code).
0N/A *
0N/A * You should have received a copy of the GNU General Public License version
0N/A * 2 along with this work; if not, write to the Free Software Foundation,
0N/A * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/A *
2362N/A * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2362N/A * or visit www.oracle.com if you need additional information or have any
2362N/A * questions.
0N/A */
0N/A
0N/Apackage sun.security.util;
0N/A
0N/A/**
0N/A * <p> This class represents the <code>ResourceBundle</code>
0N/A * for the following packages:
0N/A *
0N/A * <ol>
0N/A * <li> com.sun.security.auth
0N/A * <li> com.sun.security.auth.login
0N/A * </ol>
0N/A *
0N/A */
0N/Apublic class AuthResources_es extends java.util.ListResourceBundle {
0N/A
0N/A private static final Object[][] contents = {
0N/A
0N/A // NT principals
3516N/A {"invalid.null.input.value", "entrada nula no v\u00E1lida: {0}"},
3516N/A {"NTDomainPrincipal.name", "NTDomainPrincipal: {0}"},
3516N/A {"NTNumericCredential.name", "NTNumericCredential: {0}"},
3516N/A {"Invalid.NTSid.value", "Valor de NTSid no v\u00E1lido"},
3516N/A {"NTSid.name", "NTSid: {0}"},
3516N/A {"NTSidDomainPrincipal.name", "NTSidDomainPrincipal: {0}"},
3516N/A {"NTSidGroupPrincipal.name", "NTSidGroupPrincipal: {0}"},
3516N/A {"NTSidPrimaryGroupPrincipal.name", "NTSidPrimaryGroupPrincipal: {0}"},
3516N/A {"NTSidUserPrincipal.name", "NTSidUserPrincipal: {0}"},
3516N/A {"NTUserPrincipal.name", "NTUserPrincipal: {0}"},
0N/A
0N/A // UnixPrincipals
3516N/A {"UnixNumericGroupPrincipal.Primary.Group.name",
3516N/A "UnixNumericGroupPrincipal [Grupo Principal] {0}"},
3516N/A {"UnixNumericGroupPrincipal.Supplementary.Group.name",
3516N/A "UnixNumericGroupPrincipal [Grupo Adicional] {0}"},
3516N/A {"UnixNumericUserPrincipal.name", "UnixNumericUserPrincipal: {0}"},
3516N/A {"UnixPrincipal.name", "UnixPrincipal: {0}"},
0N/A
0N/A // com.sun.security.auth.login.ConfigFile
3516N/A {"Unable.to.properly.expand.config", "No se ha podido ampliar correctamente {0}"},
3516N/A {"extra.config.No.such.file.or.directory.",
2317N/A "{0} (No existe tal archivo o directorio)"},
3516N/A {"Configuration.Error.No.such.file.or.directory",
3516N/A "Error de Configuraci\u00F3n:\n\tNo existe tal archivo o directorio"},
3516N/A {"Configuration.Error.Invalid.control.flag.flag",
3516N/A "Error de Configuraci\u00F3n:\n\tIndicador de control no v\u00E1lido, {0}"},
3516N/A {"Configuration.Error.Can.not.specify.multiple.entries.for.appName",
3516N/A "Error de Configuraci\u00F3n:\n\tNo se pueden especificar varias entradas para {0}"},
3516N/A {"Configuration.Error.expected.expect.read.end.of.file.",
3516N/A "Error de configuraci\u00F3n:\n\tse esperaba [{0}], se ha le\u00EDdo [final de archivo]"},
3516N/A {"Configuration.Error.Line.line.expected.expect.found.value.",
3516N/A "Error de configuraci\u00F3n:\n\tL\u00EDnea {0}: se esperaba [{1}], se ha encontrado [{2}]"},
3516N/A {"Configuration.Error.Line.line.expected.expect.",
3516N/A "Error de configuraci\u00F3n:\n\tL\u00EDnea {0}: se esperaba [{1}]"},
3516N/A {"Configuration.Error.Line.line.system.property.value.expanded.to.empty.value",
3516N/A "Error de configuraci\u00F3n:\n\tL\u00EDnea {0}: propiedad de sistema [{1}] ampliada a valor vac\u00EDo"},
0N/A
0N/A // com.sun.security.auth.module.JndiLoginModule
3516N/A {"username.","nombre de usuario: "},
3516N/A {"password.","contrase\u00F1a: "},
0N/A
0N/A // com.sun.security.auth.module.KeyStoreLoginModule
3516N/A {"Please.enter.keystore.information",
3516N/A "Introduzca la informaci\u00F3n del almac\u00E9n de claves"},
3516N/A {"Keystore.alias.","Alias de Almac\u00E9n de Claves: "},
3516N/A {"Keystore.password.","Contrase\u00F1a de Almac\u00E9n de Claves: "},
3516N/A {"Private.key.password.optional.",
3516N/A "Contrase\u00F1a de Clave Privada (opcional): "},
0N/A
0N/A // com.sun.security.auth.module.Krb5LoginModule
3516N/A {"Kerberos.username.defUsername.",
2317N/A "Nombre de usuario de Kerberos [{0}]: "},
3516N/A {"Kerberos.password.for.username.",
3516N/A "Contrase\u00F1a de Kerberos de {0}: "},
0N/A
0N/A /*** EVERYTHING BELOW IS DEPRECATED ***/
0N/A
0N/A // com.sun.security.auth.PolicyFile
3516N/A {".error.parsing.", ": error de an\u00E1lisis "},
3516N/A {"COLON", ": "},
3516N/A {".error.adding.Permission.", ": error al agregar el permiso "},
3516N/A {"SPACE", " "},
3516N/A {".error.adding.Entry.", ": error al agregar la entrada "},
3516N/A {"LPARAM", "("},
3516N/A {"RPARAM", ")"},
3516N/A {"attempt.to.add.a.Permission.to.a.readonly.PermissionCollection",
3516N/A "se ha intentado agregar un permiso a una recopilaci\u00F3n de permisos de s\u00F3lo lectura"},
0N/A
0N/A // com.sun.security.auth.PolicyParser
3516N/A {"expected.keystore.type", "se esperaba un tipo de almac\u00E9n de claves"},
4174N/A {"can.not.specify.Principal.with.a.wildcard.class.without.a.wildcard.name",
4174N/A "no se puede especificar Principal con una clase de comod\u00EDn sin un nombre de comod\u00EDn"},
3516N/A {"expected.codeBase.or.SignedBy", "se esperaba codeBase o SignedBy"},
3516N/A {"only.Principal.based.grant.entries.permitted",
3516N/A "s\u00F3lo se permite otorgar entradas basadas en Principal"},
3516N/A {"expected.permission.entry", "se esperaba un permiso de entrada"},
3516N/A {"number.", "n\u00FAmero "},
4174N/A {"expected.expect.read.end.of.file.",
4174N/A "se esperaba [{0}], se ha le\u00EDdo final de archivo"},
3516N/A {"expected.read.end.of.file", "se esperaba ';', se ha le\u00EDdo el final de archivo"},
3516N/A {"line.", "l\u00EDnea "},
3516N/A {".expected.", ": se esperaba '"},
3516N/A {".found.", "', se ha encontrado '"},
3516N/A {"QUOTE", "'"},
0N/A
0N/A // SolarisPrincipals
3516N/A {"SolarisNumericGroupPrincipal.Primary.Group.",
3516N/A "SolarisNumericGroupPrincipal [Grupo Principal]: "},
3516N/A {"SolarisNumericGroupPrincipal.Supplementary.Group.",
3516N/A "SolarisNumericGroupPrincipal [Grupo Adicional]: "},
3516N/A {"SolarisNumericUserPrincipal.",
2317N/A "SolarisNumericUserPrincipal: "},
3516N/A {"SolarisPrincipal.", "SolarisPrincipal: "},
4174N/A // provided.null.name is the NullPointerException message when a
4174N/A // developer incorrectly passes a null name to the constructor of
4174N/A // subclasses of java.security.Principal
3516N/A {"provided.null.name", "se ha proporcionado un nombre nulo"}
0N/A
0N/A };
0N/A
0N/A /**
0N/A * Returns the contents of this <code>ResourceBundle</code>.
0N/A *
0N/A * <p>
0N/A *
0N/A * @return the contents of this <code>ResourceBundle</code>.
0N/A */
0N/A public Object[][] getContents() {
0N/A return contents;
0N/A }
0N/A}