forked from kaikramer/keystore-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mapping spanish characters to unicode
- Loading branch information
Showing
10 changed files
with
270 additions
and
270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
kse/src/main/resources/org/kse/crypto/filetype/resources_es.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
CryptoFileType.JksKs=Almacenamiento de claves JKS | ||
CryptoFileType.JceksKs=Almacenamiento de claves JCEKS | ||
CryptoFileType.Pkcs12Ks=Almacenamiento de claves PKCS #12 | ||
CryptoFileType.BksV1Ks=Almacenamiento de claves BKS versión 1 | ||
CryptoFileType.BksV1Ks=Almacenamiento de claves BKS versi\u00F3n 1 | ||
CryptoFileType.BksKs=Almacenamiento de claves BKS | ||
CryptoFileType.UberKs=Almacenamiento de claves UBER | ||
CryptoFileType.BcfKs=Almacenamiento de claves BCFKS | ||
CryptoFileType.Certificate=Certificado | ||
CryptoFileType.Pkcs10Csr=Solicitud de firma de certificado PKCS #10 (CSR) | ||
CryptoFileType.SpkacCsr=Solicitud de firma de certificado SPKAC (CSR) | ||
CryptoFileType.Crl=Lista de revocación de certificados (CRL) | ||
CryptoFileType.Crl=Lista de revocaci\u00F3n de certificados (CRL) | ||
CryptoFileType.EncPkcs8Pvk=Clave privada PKCS #8 encriptada | ||
CryptoFileType.UnencPkcs8Pvk=Clave privada PKCS #8 sin encriptar | ||
CryptoFileType.EncMsPvk=Clave privada Microsoft PVK encriptada | ||
CryptoFileType.UnencMsPvk=Clave privada Microsoft PVK sin encriptar | ||
CryptoFileType.EncOpenSslPvk=Clave privada OpenSSL encriptada | ||
CryptoFileType.UnencOpenSslPvk=Clave privada OpenSSL sin encriptar | ||
CryptoFileType.OpenSslPub=Clave pública OpenSSL | ||
CryptoFileType.OpenSslPub=Clave p\u00FAblica OpenSSL | ||
CryptoFileType.Jar=Archivo JAR | ||
CryptoFileType.Unknown=Tipo de archivo desconocido |
8 changes: 4 additions & 4 deletions
8
kse/src/main/resources/org/kse/crypto/jcepolicy/resources_es.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
|
||
NoGetCryptoStrength.exception.message=No se pudo obtener la resistencia criptográfica para la política JCE ''{0}''. | ||
NoGetPolicyDetails.exception.message=No se pudo obtener los detalles para la política JCE ''{0}''. | ||
NoGetCryptoStrength.exception.message=No se pudo obtener la resistencia criptogr\u00E1fica para la pol\u00EDtica JCE ''{0}''. | ||
NoGetPolicyDetails.exception.message=No se pudo obtener los detalles para la pol\u00EDtica JCE ''{0}''. | ||
|
||
JcePolicy.LocalPolicy=Política Local | ||
JcePolicy.UsExportPolicy=Política de Exportación de EE. UU. | ||
JcePolicy.LocalPolicy=Pol\u00EDtica Local | ||
JcePolicy.UsExportPolicy=Pol\u00EDtica de Exportaci\u00F3n de EE. UU. | ||
|
||
CryptoStrength.Limited=Limitada | ||
CryptoStrength.Unlimited=Ilimitada |
8 changes: 4 additions & 4 deletions
8
kse/src/main/resources/org/kse/crypto/keypair/resources_es.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
NoGenerateKeypair.exception.message=No se pudo generar el par de claves ''{0}''. | ||
NoPublicKeysize.exception.message=No se pudo obtener el tamaño de la clave pública. | ||
NoPrivateKeysize.exception.message=No se pudo obtener el tamaño de la clave privada. | ||
NoCheckCompriseValidKeypair.exception.message=No se pudo comprobar que las claves pública y privada constituyen un par de claves. | ||
NoCheckCompriseValidKeypairAlg.exception.message=No se pudo comprobar que las claves pública y privada constituyen un par de claves - el algoritmo ''{0}'' no es compatible. | ||
NoPublicKeysize.exception.message=No se pudo obtener el tama\u00F1o de la clave p\u00FAblica. | ||
NoPrivateKeysize.exception.message=No se pudo obtener el tama\u00F1o de la clave privada. | ||
NoCheckCompriseValidKeypair.exception.message=No se pudo comprobar que las claves p\u00FAblica y privada constituyen un par de claves. | ||
NoCheckCompriseValidKeypairAlg.exception.message=No se pudo comprobar que las claves p\u00FAblica y privada constituyen un par de claves - el algoritmo ''{0}'' no es compatible. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
|
||
NoGetPasswordNulled.message=No se pudo recuperar la contraseña ya que previamente se anuló. | ||
NoGetPasswordNulled.message=No se pudo recuperar la contrase\u00F1a ya que previamente se anul\u00F3. |
12 changes: 6 additions & 6 deletions
12
kse/src/main/resources/org/kse/gui/about/resources_es.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.