jdk/src/java.base/share/classes/sun/security/tools/keytool/Resources_es.java
author weijun
Wed, 02 Dec 2015 16:44:57 +0800
changeset 34382 5d11306d6969
parent 30374 2abaf49910ea
child 39004 509853dd7d6c
permissions -rw-r--r--
8130132: jarsigner should emit warning if weak algorithms or keysizes are used Reviewed-by: mullan
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
     1
/*
26866
481a9b9b4190 8059462: Typo in keytool resource file
vinnie
parents: 25859
diff changeset
     2
 * Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
     4
 *
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
     7
 * published by the Free Software Foundation.  Oracle designates this
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
     8
 * particular file as subject to the "Classpath" exception as provided
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
     9
 * by Oracle in the LICENSE file that accompanied this code.
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    10
 *
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    11
 * This code is distributed in the hope that it will be useful, but WITHOUT
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    12
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    13
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    14
 * version 2 for more details (a copy is included in the LICENSE file that
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    15
 * accompanied this code).
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    16
 *
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    17
 * You should have received a copy of the GNU General Public License version
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    18
 * 2 along with this work; if not, write to the Free Software Foundation,
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    19
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    20
 *
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    21
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    22
 * or visit www.oracle.com if you need additional information or have any
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    23
 * questions.
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    24
 */
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    25
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    26
package sun.security.tools.keytool;
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    27
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    28
/**
30374
2abaf49910ea 8079478: some docs cleanup for sun.security
avstepan
parents: 26866
diff changeset
    29
 * This class represents the <code>ResourceBundle</code>
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    30
 * for the keytool.
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    31
 *
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    32
 */
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    33
public class Resources_es extends java.util.ListResourceBundle {
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    34
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    35
    private static final Object[][] contents = {
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    36
        {"NEWLINE", "\n"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    37
        {"STAR",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    38
                "*******************************************"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    39
        {"STARNN",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    40
                "*******************************************\n\n"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    41
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    42
        // keytool: Help part
20196
a64aabd2fa13 8025215: jdk8 l10n resource file translation update 4
mfang
parents: 14182
diff changeset
    43
        {".OPTION.", " [OPTION]..."},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    44
        {"Options.", "Opciones:"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    45
        {"Use.keytool.help.for.all.available.commands",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    46
                 "Utilice\"keytool -help\" para todos los comandos disponibles"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    47
        {"Key.and.Certificate.Management.Tool",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    48
                 "Herramienta de Gesti\u00F3n de Certificados y Claves"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    49
        {"Commands.", "Comandos:"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    50
        {"Use.keytool.command.name.help.for.usage.of.command.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    51
                "Utilice \"keytool -command_name -help\" para la sintaxis de nombre_comando"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    52
        // keytool: help: commands
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    53
        {"Generates.a.certificate.request",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    54
                "Genera una solicitud de certificado"}, //-certreq
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    55
        {"Changes.an.entry.s.alias",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    56
                "Cambia un alias de entrada"}, //-changealias
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    57
        {"Deletes.an.entry",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    58
                "Suprime una entrada"}, //-delete
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    59
        {"Exports.certificate",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    60
                "Exporta el certificado"}, //-exportcert
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    61
        {"Generates.a.key.pair",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    62
                "Genera un par de claves"}, //-genkeypair
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    63
        {"Generates.a.secret.key",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    64
                "Genera un clave secreta"}, //-genseckey
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    65
        {"Generates.certificate.from.a.certificate.request",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    66
                "Genera un certificado a partir de una solicitud de certificado"}, //-gencert
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    67
        {"Generates.CRL", "Genera CRL"}, //-gencrl
22983
dcf263874c96 8026741: jdk8 l10n resource file translation update 5
mfang
parents: 20196
diff changeset
    68
        {"Generated.keyAlgName.secret.key",
dcf263874c96 8026741: jdk8 l10n resource file translation update 5
mfang
parents: 20196
diff changeset
    69
                "Clave secreta {0} generada"}, //-genseckey
dcf263874c96 8026741: jdk8 l10n resource file translation update 5
mfang
parents: 20196
diff changeset
    70
        {"Generated.keysize.bit.keyAlgName.secret.key",
dcf263874c96 8026741: jdk8 l10n resource file translation update 5
mfang
parents: 20196
diff changeset
    71
                "Clave secreta {1} de {0} bits generada"}, //-genseckey
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    72
        {"Imports.entries.from.a.JDK.1.1.x.style.identity.database",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    73
                "Importa entradas desde una base de datos de identidades JDK 1.1.x-style"}, //-identitydb
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    74
        {"Imports.a.certificate.or.a.certificate.chain",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    75
                "Importa un certificado o una cadena de certificados"}, //-importcert
22983
dcf263874c96 8026741: jdk8 l10n resource file translation update 5
mfang
parents: 20196
diff changeset
    76
        {"Imports.a.password",
dcf263874c96 8026741: jdk8 l10n resource file translation update 5
mfang
parents: 20196
diff changeset
    77
                "Importa una contrase\u00F1a"}, //-importpass
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    78
        {"Imports.one.or.all.entries.from.another.keystore",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    79
                "Importa una o todas las entradas desde otro almac\u00E9n de claves"}, //-importkeystore
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    80
        {"Clones.a.key.entry",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    81
                "Clona una entrada de clave"}, //-keyclone
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    82
        {"Changes.the.key.password.of.an.entry",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    83
                "Cambia la contrase\u00F1a de clave de una entrada"}, //-keypasswd
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    84
        {"Lists.entries.in.a.keystore",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    85
                "Enumera las entradas de un almac\u00E9n de claves"}, //-list
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    86
        {"Prints.the.content.of.a.certificate",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    87
                "Imprime el contenido de un certificado"}, //-printcert
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    88
        {"Prints.the.content.of.a.certificate.request",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    89
                "Imprime el contenido de una solicitud de certificado"}, //-printcertreq
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    90
        {"Prints.the.content.of.a.CRL.file",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    91
                "Imprime el contenido de un archivo CRL"}, //-printcrl
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    92
        {"Generates.a.self.signed.certificate",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    93
                "Genera un certificado autofirmado"}, //-selfcert
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    94
        {"Changes.the.store.password.of.a.keystore",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    95
                "Cambia la contrase\u00F1a de almac\u00E9n de un almac\u00E9n de claves"}, //-storepasswd
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    96
        // keytool: help: options
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    97
        {"alias.name.of.the.entry.to.process",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    98
                "nombre de alias de la entrada que se va a procesar"}, //-alias
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    99
        {"destination.alias",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   100
                "alias de destino"}, //-destalias
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   101
        {"destination.key.password",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   102
                "contrase\u00F1a de clave de destino"}, //-destkeypass
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   103
        {"destination.keystore.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   104
                "nombre de almac\u00E9n de claves de destino"}, //-destkeystore
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   105
        {"destination.keystore.password.protected",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   106
                "almac\u00E9n de claves de destino protegido por contrase\u00F1a"}, //-destprotected
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   107
        {"destination.keystore.provider.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   108
                "nombre de proveedor de almac\u00E9n de claves de destino"}, //-destprovidername
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   109
        {"destination.keystore.password",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   110
                "contrase\u00F1a de almac\u00E9n de claves de destino"}, //-deststorepass
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   111
        {"destination.keystore.type",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   112
                "tipo de almac\u00E9n de claves de destino"}, //-deststoretype
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   113
        {"distinguished.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   114
                "nombre distintivo"}, //-dname
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   115
        {"X.509.extension",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   116
                "extensi\u00F3n X.509"}, //-ext
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   117
        {"output.file.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   118
                "nombre de archivo de salida"}, //-file and -outfile
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   119
        {"input.file.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   120
                "nombre de archivo de entrada"}, //-file and -infile
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   121
        {"key.algorithm.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   122
                "nombre de algoritmo de clave"}, //-keyalg
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   123
        {"key.password",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   124
                "contrase\u00F1a de clave"}, //-keypass
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   125
        {"key.bit.size",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   126
                "tama\u00F1o de bit de clave"}, //-keysize
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   127
        {"keystore.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   128
                "nombre de almac\u00E9n de claves"}, //-keystore
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   129
        {"new.password",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   130
                "nueva contrase\u00F1a"}, //-new
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   131
        {"do.not.prompt",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   132
                "no solicitar"}, //-noprompt
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   133
        {"password.through.protected.mechanism",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   134
                "contrase\u00F1a a trav\u00E9s de mecanismo protegido"}, //-protected
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   135
        {"provider.argument",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   136
                "argumento del proveedor"}, //-providerarg
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   137
        {"provider.class.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   138
                "nombre de clase del proveedor"}, //-providerclass
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   139
        {"provider.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   140
                "nombre del proveedor"}, //-providername
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   141
        {"provider.classpath",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   142
                "classpath de proveedor"}, //-providerpath
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   143
        {"output.in.RFC.style",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   144
                "salida en estilo RFC"}, //-rfc
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   145
        {"signature.algorithm.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   146
                "nombre de algoritmo de firma"}, //-sigalg
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   147
        {"source.alias",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   148
                "alias de origen"}, //-srcalias
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   149
        {"source.key.password",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   150
                "contrase\u00F1a de clave de origen"}, //-srckeypass
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   151
        {"source.keystore.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   152
                "nombre de almac\u00E9n de claves de origen"}, //-srckeystore
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   153
        {"source.keystore.password.protected",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   154
                "almac\u00E9n de claves de origen protegido por contrase\u00F1a"}, //-srcprotected
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   155
        {"source.keystore.provider.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   156
                "nombre de proveedor de almac\u00E9n de claves de origen"}, //-srcprovidername
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   157
        {"source.keystore.password",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   158
                "contrase\u00F1a de almac\u00E9n de claves de origen"}, //-srcstorepass
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   159
        {"source.keystore.type",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   160
                "tipo de almac\u00E9n de claves de origen"}, //-srcstoretype
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   161
        {"SSL.server.host.and.port",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   162
                "puerto y host del servidor SSL"}, //-sslserver
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   163
        {"signed.jar.file",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   164
                "archivo jar firmado"}, //=jarfile
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   165
        {"certificate.validity.start.date.time",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   166
                "fecha/hora de inicio de validez del certificado"}, //-startdate
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   167
        {"keystore.password",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   168
                "contrase\u00F1a de almac\u00E9n de claves"}, //-storepass
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   169
        {"keystore.type",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   170
                "tipo de almac\u00E9n de claves"}, //-storetype
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   171
        {"trust.certificates.from.cacerts",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   172
                "certificados de protecci\u00F3n de cacerts"}, //-trustcacerts
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   173
        {"verbose.output",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   174
                "salida detallada"}, //-v
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   175
        {"validity.number.of.days",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   176
                "n\u00FAmero de validez de d\u00EDas"}, //-validity
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   177
        {"Serial.ID.of.cert.to.revoke",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   178
                 "identificador de serie del certificado que se va a revocar"}, //-id
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   179
        // keytool: Running part
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   180
        {"keytool.error.", "error de herramienta de claves: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   181
        {"Illegal.option.", "Opci\u00F3n no permitida:  "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   182
        {"Illegal.value.", "Valor no permitido: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   183
        {"Unknown.password.type.", "Tipo de contrase\u00F1a desconocido: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   184
        {"Cannot.find.environment.variable.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   185
                "No se ha encontrado la variable del entorno: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   186
        {"Cannot.find.file.", "No se ha encontrado el archivo: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   187
        {"Command.option.flag.needs.an.argument.", "La opci\u00F3n de comando {0} necesita un argumento."},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   188
        {"Warning.Different.store.and.key.passwords.not.supported.for.PKCS12.KeyStores.Ignoring.user.specified.command.value.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   189
                "Advertencia: los almacenes de claves en formato PKCS12 no admiten contrase\u00F1as de clave y almacenamiento distintas. Se ignorar\u00E1 el valor especificado por el usuario, {0}."},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   190
        {".keystore.must.be.NONE.if.storetype.is.{0}",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   191
                "-keystore debe ser NONE si -storetype es {0}"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   192
        {"Too.many.retries.program.terminated",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   193
                 "Ha habido demasiados intentos, se ha cerrado el programa"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   194
        {".storepasswd.and.keypasswd.commands.not.supported.if.storetype.is.{0}",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   195
                "Los comandos -storepasswd y -keypasswd no est\u00E1n soportados si -storetype es {0}"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   196
        {".keypasswd.commands.not.supported.if.storetype.is.PKCS12",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   197
                "Los comandos -keypasswd no est\u00E1n soportados si -storetype es PKCS12"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   198
        {".keypass.and.new.can.not.be.specified.if.storetype.is.{0}",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   199
                "-keypass y -new no se pueden especificar si -storetype es {0}"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   200
        {"if.protected.is.specified.then.storepass.keypass.and.new.must.not.be.specified",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   201
                "si se especifica -protected, no deben especificarse -storepass, -keypass ni -new"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   202
        {"if.srcprotected.is.specified.then.srcstorepass.and.srckeypass.must.not.be.specified",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   203
                "Si se especifica -srcprotected, no se puede especificar -srcstorepass ni -srckeypass"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   204
        {"if.keystore.is.not.password.protected.then.storepass.keypass.and.new.must.not.be.specified",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   205
                "Si keystore no est\u00E1 protegido por contrase\u00F1a, no se deben especificar -storepass, -keypass ni -new"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   206
        {"if.source.keystore.is.not.password.protected.then.srcstorepass.and.srckeypass.must.not.be.specified",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   207
                "Si el almac\u00E9n de claves de origen no est\u00E1 protegido por contrase\u00F1a, no se deben especificar -srcstorepass ni -srckeypass"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   208
        {"Illegal.startdate.value", "Valor de fecha de inicio no permitido"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   209
        {"Validity.must.be.greater.than.zero",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   210
                "La validez debe ser mayor que cero"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   211
        {"provName.not.a.provider", "{0} no es un proveedor"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   212
        {"Usage.error.no.command.provided", "Error de sintaxis: no se ha proporcionado ning\u00FAn comando"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   213
        {"Source.keystore.file.exists.but.is.empty.", "El archivo de almac\u00E9n de claves de origen existe, pero est\u00E1 vac\u00EDo: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   214
        {"Please.specify.srckeystore", "Especifique -srckeystore"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   215
        {"Must.not.specify.both.v.and.rfc.with.list.command",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   216
                "No se deben especificar -v y -rfc simult\u00E1neamente con el comando 'list'"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   217
        {"Key.password.must.be.at.least.6.characters",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   218
                "La contrase\u00F1a de clave debe tener al menos 6 caracteres"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   219
        {"New.password.must.be.at.least.6.characters",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   220
                "La nueva contrase\u00F1a debe tener al menos 6 caracteres"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   221
        {"Keystore.file.exists.but.is.empty.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   222
                "El archivo de almac\u00E9n de claves existe, pero est\u00E1 vac\u00EDo: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   223
        {"Keystore.file.does.not.exist.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   224
                "El archivo de almac\u00E9n de claves no existe: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   225
        {"Must.specify.destination.alias", "Se debe especificar un alias de destino"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   226
        {"Must.specify.alias", "Se debe especificar un alias"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   227
        {"Keystore.password.must.be.at.least.6.characters",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   228
                "La contrase\u00F1a del almac\u00E9n de claves debe tener al menos 6 caracteres"},
22983
dcf263874c96 8026741: jdk8 l10n resource file translation update 5
mfang
parents: 20196
diff changeset
   229
        {"Enter.the.password.to.be.stored.",
dcf263874c96 8026741: jdk8 l10n resource file translation update 5
mfang
parents: 20196
diff changeset
   230
                "Introduzca la contrase\u00F1a que se va a almacenar:  "},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   231
        {"Enter.keystore.password.", "Introduzca la contrase\u00F1a del almac\u00E9n de claves:  "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   232
        {"Enter.source.keystore.password.", "Introduzca la contrase\u00F1a de almac\u00E9n de claves de origen:  "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   233
        {"Enter.destination.keystore.password.", "Introduzca la contrase\u00F1a de almac\u00E9n de claves de destino:  "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   234
        {"Keystore.password.is.too.short.must.be.at.least.6.characters",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   235
         "La contrase\u00F1a del almac\u00E9n de claves es demasiado corta, debe tener al menos 6 caracteres"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   236
        {"Unknown.Entry.Type", "Tipo de Entrada Desconocido"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   237
        {"Too.many.failures.Alias.not.changed", "Demasiados fallos. No se ha cambiado el alias"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   238
        {"Entry.for.alias.alias.successfully.imported.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   239
                 "La entrada del alias {0} se ha importado correctamente."},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   240
        {"Entry.for.alias.alias.not.imported.", "La entrada del alias {0} no se ha importado."},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   241
        {"Problem.importing.entry.for.alias.alias.exception.Entry.for.alias.alias.not.imported.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   242
                 "Problema al importar la entrada del alias {0}: {1}.\nNo se ha importado la entrada del alias {0}."},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   243
        {"Import.command.completed.ok.entries.successfully.imported.fail.entries.failed.or.cancelled",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   244
                 "Comando de importaci\u00F3n completado: {0} entradas importadas correctamente, {1} entradas incorrectas o canceladas"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   245
        {"Warning.Overwriting.existing.alias.alias.in.destination.keystore",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   246
                 "Advertencia: se sobrescribir\u00E1 el alias {0} en el almac\u00E9n de claves de destino"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   247
        {"Existing.entry.alias.alias.exists.overwrite.no.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   248
                 "El alias de entrada existente {0} ya existe, \u00BFdesea sobrescribirlo? [no]:  "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   249
        {"Too.many.failures.try.later", "Demasiados fallos; int\u00E9ntelo m\u00E1s adelante"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   250
        {"Certification.request.stored.in.file.filename.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   251
                "Solicitud de certificaci\u00F3n almacenada en el archivo <{0}>"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   252
        {"Submit.this.to.your.CA", "Enviar a la CA"},
20196
a64aabd2fa13 8025215: jdk8 l10n resource file translation update 4
mfang
parents: 14182
diff changeset
   253
        {"if.alias.not.specified.destalias.and.srckeypass.must.not.be.specified",
a64aabd2fa13 8025215: jdk8 l10n resource file translation update 4
mfang
parents: 14182
diff changeset
   254
            "si no se especifica el alias, no se debe especificar destalias ni srckeypass"},
a64aabd2fa13 8025215: jdk8 l10n resource file translation update 4
mfang
parents: 14182
diff changeset
   255
        {"The.destination.pkcs12.keystore.has.different.storepass.and.keypass.Please.retry.with.destkeypass.specified.",
a64aabd2fa13 8025215: jdk8 l10n resource file translation update 4
mfang
parents: 14182
diff changeset
   256
            "El almac\u00E9n de claves pkcs12 de destino tiene storepass y keypass diferentes. Vuelva a intentarlo con -destkeypass especificado."},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   257
        {"Certificate.stored.in.file.filename.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   258
                "Certificado almacenado en el archivo <{0}>"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   259
        {"Certificate.reply.was.installed.in.keystore",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   260
                "Se ha instalado la respuesta del certificado en el almac\u00E9n de claves"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   261
        {"Certificate.reply.was.not.installed.in.keystore",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   262
                "No se ha instalado la respuesta del certificado en el almac\u00E9n de claves"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   263
        {"Certificate.was.added.to.keystore",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   264
                "Se ha agregado el certificado al almac\u00E9n de claves"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   265
        {"Certificate.was.not.added.to.keystore",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   266
                "No se ha agregado el certificado al almac\u00E9n de claves"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   267
        {".Storing.ksfname.", "[Almacenando {0}]"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   268
        {"alias.has.no.public.key.certificate.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   269
                "{0} no tiene clave p\u00FAblica (certificado)"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   270
        {"Cannot.derive.signature.algorithm",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   271
                "No se puede derivar el algoritmo de firma"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   272
        {"Alias.alias.does.not.exist",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   273
                "El alias <{0}> no existe"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   274
        {"Alias.alias.has.no.certificate",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   275
                "El alias <{0}> no tiene certificado"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   276
        {"Key.pair.not.generated.alias.alias.already.exists",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   277
                "No se ha generado el par de claves, el alias <{0}> ya existe"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   278
        {"Generating.keysize.bit.keyAlgName.key.pair.and.self.signed.certificate.sigAlgName.with.a.validity.of.validality.days.for",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   279
                "Generando par de claves {1} de {0} bits para certificado autofirmado ({2}) con una validez de {3} d\u00EDas\n\tpara: {4}"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   280
        {"Enter.key.password.for.alias.", "Introduzca la contrase\u00F1a de clave para <{0}>"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   281
        {".RETURN.if.same.as.keystore.password.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   282
                "\t(INTRO si es la misma contrase\u00F1a que la del almac\u00E9n de claves):  "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   283
        {"Key.password.is.too.short.must.be.at.least.6.characters",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   284
                "La contrase\u00F1a de clave es demasiado corta; debe tener al menos 6 caracteres"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   285
        {"Too.many.failures.key.not.added.to.keystore",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   286
                "Demasiados fallos; no se ha agregado la clave al almac\u00E9n de claves"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   287
        {"Destination.alias.dest.already.exists",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   288
                "El alias de destino <{0}> ya existe"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   289
        {"Password.is.too.short.must.be.at.least.6.characters",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   290
                "La contrase\u00F1a es demasiado corta; debe tener al menos 6 caracteres"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   291
        {"Too.many.failures.Key.entry.not.cloned",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   292
                "Demasiados fallos. No se ha clonado la entrada de clave"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   293
        {"key.password.for.alias.", "contrase\u00F1a de clave para <{0}>"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   294
        {"Keystore.entry.for.id.getName.already.exists",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   295
                "La entrada de almac\u00E9n de claves para <{0}> ya existe"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   296
        {"Creating.keystore.entry.for.id.getName.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   297
                "Creando entrada de almac\u00E9n de claves para <{0}> ..."},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   298
        {"No.entries.from.identity.database.added",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   299
                "No se han agregado entradas de la base de datos de identidades"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   300
        {"Alias.name.alias", "Nombre de Alias: {0}"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   301
        {"Creation.date.keyStore.getCreationDate.alias.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   302
                "Fecha de Creaci\u00F3n: {0,date}"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   303
        {"alias.keyStore.getCreationDate.alias.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   304
                "{0}, {1,date}, "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   305
        {"alias.", "{0}, "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   306
        {"Entry.type.type.", "Tipo de Entrada: {0}"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   307
        {"Certificate.chain.length.", "Longitud de la Cadena de Certificado: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   308
        {"Certificate.i.1.", "Certificado[{0,number,integer}]:"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   309
        {"Certificate.fingerprint.SHA1.", "Huella Digital de Certificado (SHA1): "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   310
        {"Keystore.type.", "Tipo de Almac\u00E9n de Claves: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   311
        {"Keystore.provider.", "Proveedor de Almac\u00E9n de Claves: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   312
        {"Your.keystore.contains.keyStore.size.entry",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   313
                "Su almac\u00E9n de claves contiene {0,number,integer} entrada"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   314
        {"Your.keystore.contains.keyStore.size.entries",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   315
                "Su almac\u00E9n de claves contiene {0,number,integer} entradas"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   316
        {"Failed.to.parse.input", "Fallo al analizar la entrada"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   317
        {"Empty.input", "Entrada vac\u00EDa"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   318
        {"Not.X.509.certificate", "No es un certificado X.509"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   319
        {"alias.has.no.public.key", "{0} no tiene clave p\u00FAblica"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   320
        {"alias.has.no.X.509.certificate", "{0} no tiene certificado X.509"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   321
        {"New.certificate.self.signed.", "Nuevo Certificado (Autofirmado):"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   322
        {"Reply.has.no.certificates", "La respuesta no tiene certificados"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   323
        {"Certificate.not.imported.alias.alias.already.exists",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   324
                "Certificado no importado, el alias <{0}> ya existe"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   325
        {"Input.not.an.X.509.certificate", "La entrada no es un certificado X.509"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   326
        {"Certificate.already.exists.in.keystore.under.alias.trustalias.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   327
                "El certificado ya existe en el almac\u00E9n de claves con el alias <{0}>"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   328
        {"Do.you.still.want.to.add.it.no.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   329
                "\u00BFA\u00FAn desea agregarlo? [no]:  "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   330
        {"Certificate.already.exists.in.system.wide.CA.keystore.under.alias.trustalias.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   331
                "El certificado ya existe en el almac\u00E9n de claves de la CA del sistema, con el alias <{0}>"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   332
        {"Do.you.still.want.to.add.it.to.your.own.keystore.no.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   333
                "\u00BFA\u00FAn desea agregarlo a su propio almac\u00E9n de claves? [no]:  "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   334
        {"Trust.this.certificate.no.", "\u00BFConfiar en este certificado? [no]:  "},
20196
a64aabd2fa13 8025215: jdk8 l10n resource file translation update 4
mfang
parents: 14182
diff changeset
   335
        {"YES", "S\u00CD"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   336
        {"New.prompt.", "Nuevo {0}: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   337
        {"Passwords.must.differ", "Las contrase\u00F1as deben ser distintas"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   338
        {"Re.enter.new.prompt.", "Vuelva a escribir el nuevo {0}: "},
26866
481a9b9b4190 8059462: Typo in keytool resource file
vinnie
parents: 25859
diff changeset
   339
        {"Re.enter.password.", "Vuelva a introducir la contrase\u00F1a: "},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   340
        {"Re.enter.new.password.", "Volver a escribir la contrase\u00F1a nueva: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   341
        {"They.don.t.match.Try.again", "No coinciden. Int\u00E9ntelo de nuevo"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   342
        {"Enter.prompt.alias.name.", "Escriba el nombre de alias de {0}:  "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   343
        {"Enter.new.alias.name.RETURN.to.cancel.import.for.this.entry.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   344
                 "Indique el nuevo nombre de alias\t(INTRO para cancelar la importaci\u00F3n de esta entrada):  "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   345
        {"Enter.alias.name.", "Introduzca el nombre de alias:  "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   346
        {".RETURN.if.same.as.for.otherAlias.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   347
                "\t(INTRO si es el mismo que para <{0}>)"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   348
        {".PATTERN.printX509Cert",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   349
                "Propietario: {0}\nEmisor: {1}\nN\u00FAmero de serie: {2}\nV\u00E1lido desde: {3} hasta: {4}\nHuellas digitales del Certificado:\n\t MD5: {5}\n\t SHA1: {6}\n\t SHA256: {7}\n\t Nombre del Algoritmo de Firma: {8}\n\t Versi\u00F3n: {9}"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   350
        {"What.is.your.first.and.last.name.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   351
                "\u00BFCu\u00E1les son su nombre y su apellido?"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   352
        {"What.is.the.name.of.your.organizational.unit.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   353
                "\u00BFCu\u00E1l es el nombre de su unidad de organizaci\u00F3n?"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   354
        {"What.is.the.name.of.your.organization.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   355
                "\u00BFCu\u00E1l es el nombre de su organizaci\u00F3n?"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   356
        {"What.is.the.name.of.your.City.or.Locality.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   357
                "\u00BFCu\u00E1l es el nombre de su ciudad o localidad?"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   358
        {"What.is.the.name.of.your.State.or.Province.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   359
                "\u00BFCu\u00E1l es el nombre de su estado o provincia?"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   360
        {"What.is.the.two.letter.country.code.for.this.unit.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   361
                "\u00BFCu\u00E1l es el c\u00F3digo de pa\u00EDs de dos letras de la unidad?"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   362
        {"Is.name.correct.", "\u00BFEs correcto {0}?"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   363
        {"no", "no"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   364
        {"yes", "s\u00ED"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   365
        {"y", "s"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   366
        {".defaultValue.", "  [{0}]:  "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   367
        {"Alias.alias.has.no.key",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   368
                "El alias <{0}> no tiene clave"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   369
        {"Alias.alias.references.an.entry.type.that.is.not.a.private.key.entry.The.keyclone.command.only.supports.cloning.of.private.key",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   370
                 "El alias <{0}> hace referencia a un tipo de entrada que no es una clave privada. El comando -keyclone s\u00F3lo permite la clonaci\u00F3n de entradas de claves privadas"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   371
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   372
        {".WARNING.WARNING.WARNING.",
20196
a64aabd2fa13 8025215: jdk8 l10n resource file translation update 4
mfang
parents: 14182
diff changeset
   373
            "*****************  WARNING WARNING WARNING  *****************"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   374
        {"Signer.d.", "#%d de Firmante:"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   375
        {"Timestamp.", "Registro de Hora:"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   376
        {"Signature.", "Firma:"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   377
        {"CRLs.", "CRL:"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   378
        {"Certificate.owner.", "Propietario del Certificado: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   379
        {"Not.a.signed.jar.file", "No es un archivo jar firmado"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   380
        {"No.certificate.from.the.SSL.server",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   381
                "Ning\u00FAn certificado del servidor SSL"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   382
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   383
        {".The.integrity.of.the.information.stored.in.your.keystore.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   384
            "* La integridad de la informaci\u00F3n almacenada en el almac\u00E9n de claves  *\n* NO se ha comprobado.  Para comprobar dicha integridad, *\n* debe proporcionar la contrase\u00F1a del almac\u00E9n de claves.                  *"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   385
        {".The.integrity.of.the.information.stored.in.the.srckeystore.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   386
            "* La integridad de la informaci\u00F3n almacenada en srckeystore*\n* NO se ha comprobado.  Para comprobar dicha integridad, *\n* debe proporcionar la contrase\u00F1a de srckeystore.                *"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   387
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   388
        {"Certificate.reply.does.not.contain.public.key.for.alias.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   389
                "La respuesta de certificado no contiene una clave p\u00FAblica para <{0}>"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   390
        {"Incomplete.certificate.chain.in.reply",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   391
                "Cadena de certificado incompleta en la respuesta"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   392
        {"Certificate.chain.in.reply.does.not.verify.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   393
                "La cadena de certificado de la respuesta no verifica: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   394
        {"Top.level.certificate.in.reply.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   395
                "Certificado de nivel superior en la respuesta:\n"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   396
        {".is.not.trusted.", "... no es de confianza. "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   397
        {"Install.reply.anyway.no.", "\u00BFInstalar respuesta de todos modos? [no]:  "},
20196
a64aabd2fa13 8025215: jdk8 l10n resource file translation update 4
mfang
parents: 14182
diff changeset
   398
        {"NO", "NO"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   399
        {"Public.keys.in.reply.and.keystore.don.t.match",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   400
                "Las claves p\u00FAblicas en la respuesta y en el almac\u00E9n de claves no coinciden"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   401
        {"Certificate.reply.and.certificate.in.keystore.are.identical",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   402
                "La respuesta del certificado y el certificado en el almac\u00E9n de claves son id\u00E9nticos"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   403
        {"Failed.to.establish.chain.from.reply",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   404
                "No se ha podido definir una cadena a partir de la respuesta"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   405
        {"n", "n"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   406
        {"Wrong.answer.try.again", "Respuesta incorrecta, vuelva a intentarlo"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   407
        {"Secret.key.not.generated.alias.alias.already.exists",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   408
                "No se ha generado la clave secreta, el alias <{0}> ya existe"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   409
        {"Please.provide.keysize.for.secret.key.generation",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   410
                "Proporcione el valor de -keysize para la generaci\u00F3n de claves secretas"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   411
20196
a64aabd2fa13 8025215: jdk8 l10n resource file translation update 4
mfang
parents: 14182
diff changeset
   412
        {"verified.by.s.in.s", "Verificado por %s en %s"},
a64aabd2fa13 8025215: jdk8 l10n resource file translation update 4
mfang
parents: 14182
diff changeset
   413
        {"warning.not.verified.make.sure.keystore.is.correct",
a64aabd2fa13 8025215: jdk8 l10n resource file translation update 4
mfang
parents: 14182
diff changeset
   414
            "ADVERTENCIA: no se ha verificado. Aseg\u00FArese de que el valor de -keystore es correcto."},
a64aabd2fa13 8025215: jdk8 l10n resource file translation update 4
mfang
parents: 14182
diff changeset
   415
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   416
        {"Extensions.", "Extensiones: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   417
        {".Empty.value.", "(Valor vac\u00EDo)"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   418
        {"Extension.Request.", "Solicitud de Extensi\u00F3n:"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   419
        {"PKCS.10.Certificate.Request.Version.1.0.Subject.s.Public.Key.s.format.s.key.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   420
                "Solicitud de Certificado PKCS #10 (Versi\u00F3n 1.0)\nAsunto: %s\nClave P\u00FAblica: %s formato %s clave\n"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   421
        {"Unknown.keyUsage.type.", "Tipo de uso de clave desconocido: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   422
        {"Unknown.extendedkeyUsage.type.", "Tipo de uso de clave extendida desconocido: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   423
        {"Unknown.AccessDescription.type.", "Tipo de descripci\u00F3n de acceso desconocido: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   424
        {"Unrecognized.GeneralName.type.", "Tipo de nombre general no reconocido: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   425
        {"This.extension.cannot.be.marked.as.critical.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   426
                 "Esta extensi\u00F3n no se puede marcar como cr\u00EDtica. "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   427
        {"Odd.number.of.hex.digits.found.", "Se ha encontrado un n\u00FAmero impar de d\u00EDgitos hexadecimales: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   428
        {"Unknown.extension.type.", "Tipo de extensi\u00F3n desconocida: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   429
        {"command.{0}.is.ambiguous.", "El comando {0} es ambiguo:"}
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   430
    };
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   431
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   432
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   433
    /**
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   434
     * Returns the contents of this <code>ResourceBundle</code>.
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   435
     *
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   436
     * @return the contents of this <code>ResourceBundle</code>.
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   437
     */
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   438
    @Override
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   439
    public Object[][] getContents() {
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   440
        return contents;
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   441
    }
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   442
}