All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.org.ops4j.gaderian.module.properties Maven / Gradle / Ivy

The newest version!
#Copyright (C) 2005 Johan Maasing johan at zoom.nu
#
#Licensed under the Apache License, Version 2.0 (the "License");
#you may not use this file except in compliance with the License.
#You may obtain a copy of the License at
#
#http://www.apache.org/licenses/LICENSE-2.0
#
#Unless required by applicable law or agreed to in writing, software
#distributed under the License is distributed on an "AS IS" BASIS,
#WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#See the License for the specific language governing permissions and
#limitations under the License.

application.console.message.numloadedstores=Loaded {0} KeyStore(s)
keystore.general.unknown=Unknown
keystore.general.cancel=Cancel
keystore.general.ok=Ok
keystore.menu=KeyStore
keystore.noname=
keystore.noname.tooltip=Display this keystore
keystore.menu.load=Load KeyStore
keystore.menu.load.tooltip=Load a KeyStore from a file.
keystore.load.notselected=No KeyStore selected
keystore.load.loaded=Loaded KeyStore: 
keystore.load.filtype.jks=Java KeyStore files (*.jks)
keystore.load.filtype.pkcs12=PKCS12 files (*.p12, *.pkcs12)
keystore.load.password=KeyStore password
keystore.load.password.tooltip=Leave the field blank to bypass the integrity check of the KeyStore
keystore.save.password=Create a password that protects the integerity of the KeyStore
keystore.save.password.title=Create KeyStore password
keystore.load.type=Type of KeyStore
keystore.load.unreadable=KeyStore file is not readable
keystore.load.unknown=KeyStore has an unknown format.
keystore.menu.save=Save
keystore.menu.save.tooltip=Save the keystore
keystore.menu.saveAs=Save as
keystore.menu.saveAs.tooltip=Save the keystore with another filename
keystore.menu.save.overwrite=KeyStore exists, overwrite the current file?
keystore.menu.save.overwrite.title=KeyStore exists
keystore.menu.save.error=Unable to save the KeyStore
keystore.menu.create=Create a new KeyStore
keystore.display.tab=KeyStore Information
keystore.display.tab.tooltip=Show information about the KeyStore
keystore.display.file=File
keystore.display.type=Type of KeyStore
keystore.display.provider=Provider
keystore.display.providerinfo=Provider information
keystore.display.numkeys=Number of key entries
keystore.display.numcerts=Number of certificate entries
keystore.display.numunknown=Number of unknown entries
keystore.display.certtab=Certificates
keystore.display.certtab.tooltip=Displays the certificate entries in the KeyStore
keystore.display.cert.type=Certificate type
keystore.display.cert.selectone=Select the certificate entry to display.
keystore.display.cert.subject=Subject name
keystore.display.cert.issuer=Issuer name
keystore.display.cert.notbefore=Not before
keystore.display.cert.notafter=Not after
keystore.display.cert.alternatename.unknowntype=Unknown type of name
keystore.display.cert.alternatename.parseerror=Unable to read alternate name.
keystore.display.cert.keyusage=Key usage
keystore.display.cert.keyusage.notknown=Key usage is not specified
keystore.display.cert.keyusage.toshort=Key usage flags are to few
keystore.display.cert.version=Version
keystore.display.cert.serial=Serial number
keystore.display.cert.sigalgname=Signature algorithm name
keystore.display.cert.sigalgoid=Signature algorithm OID
keystore.display.cert.signature=Signature
keystore.key.algorithm=Key algorithm
keystore.key.encoding=Encoding format
keystore.key.encoded=Key
keystore.key.public=Public key
keystore.display.key.selectone=Select the key entry to display.
keystore.display.keytab=Keys
keystore.display.keytab.tooltip=Displays the key entries in the KeyStore
keystore.key.passphrase.title=Enter key password
keystore.key.passphrase.label=Key password
keystore.key.passphrase.tooltip=Enter the password that protects the key
keystore.key.passphrase.ok=Unlock
keystore.display.key.notrecovered=Can not recover the key data.
keystore.display.key.nocert=Key has no associated certificate
keystore.display.key.certtitle=Associated certificate
password.create.label=New Password
password.create.verify.label=Verify Password
password.create.validate.title=Password invalid
password.create.validate.toshoort=Password is to short, it should be at least {0} characters.
password.create.validate.nomatch=Passwords are not the same
keystore.import.cert.tooltip=Import a X.509 certificate. The certificate must be DER-encoded and in binary or printable (Base64) encoding.
keystore.import.cert=Import certificate
keystore.import.cert.error=Unable to import certificate.
keystore.import.cert.filetype=X.509 certificate (*.crt)
keystore.import.cert.confirm.title=Confirm certificate import
keystore.import.cert.confirm.ok=Import
keystore.import.cert.confirm.message=Enter the alias to use for the certificate
keystore.import.cert.alias=Alias
keystore.import.cert.alias.toshort=Alias is to short
keystore.import.cert.alias.exists=Alias already exists in the keystore, replace it?
keystore.import.cert.alias.exists.title=Overwrite entry?
keystore.import.cert.icon=/nu/zoom/swing/desktop/plugin/keystore/resources/ImportCert.png
keystore.display.key.icon=/nu/zoom/swing/desktop/plugin/keystore/resources/keypair.png
keystore.display.cert.icon=/nu/zoom/swing/desktop/plugin/keystore/resources/cert.png
keystore.display.cert.chain.icon=/nu/zoom/swing/desktop/plugin/keystore/resources/chain.png
keystore.menu.load.icon=/nu/zoom/swing/desktop/plugin/keystore/resources/Open16.gif
keystore.menu.save.icon=/nu/zoom/swing/desktop/plugin/keystore/resources/Save16.gif
keystore.load.loaded.icon=/nu/zoom/swing/desktop/plugin/keystore/resources/keystore.png
keystore.menu.saveAs.icon=/nu/zoom/swing/desktop/plugin/keystore/resources/SaveAs16.gif




© 2015 - 2024 Weber Informatics LLC | Privacy Policy