📄 applicationresources.properties
字号:
installation.title=SSL-Explorer:::Install
installation.subtitle=Install
installation.description=Welcome to the <strong>SSL-Explorer</strong> installation wizard. You will now be guided through the process of configuring the basic options to get the SSL-Explorer secure service. When complete, you should start the service, logon as the super user and start building the facilities you will make available to your users. You may return to this wizard at any time.
installation.heading=Install
installation.step.1=Configure Certificate
installation.step.2=Configure User Database
installation.step.3=Configure Super User
installation.step.4=Configure Web Server
installation.step.5=Configure Proxies
installation.step.6=Install Enterprise Edition
installation.step.7=Install Extensions
installation.step.8=Summary
installation.selectCertificateSource.error.couldNotLoadKeystore=The keystore could not be loaded and will be re-created upon completing this wizard. {0}
installation.selectCertificateSource.title=Step 1 - Configure Certificate
installation.selectCertificateSource.description=In order to transmit data to and from the SSL-Explorer securely; you will need to generate an SSL certificate. SSL certificates are used on the internet to verify the identity of a web server in order to facilitate secure exchange of sensitive data such as credit card payments or online banking transactions.
installation.selectCertificateSource.createNewCertificate.title=Create New Certificate
installation.selectCertificateSource.createNewCertificate.description=Choose this option to generate a new untrusted certificate. This will be enough to get your server up and running. You may later generate a Certificate Signing Request (CSR) for transmission to a Certification Authority (CA).
installation.selectCertificateSource.importExistingCertificate.title=Import Existing certificate
installation.selectCertificateSource.importExistingCertificate.description=If you already have a certificate (or keystore), you may use this option to import. You will need to know the passphrase for the certificate / keystore you are importing.
installation.selectCertificateSource.useCurrentCertificate.title=Use Current Certificate
installation.selectCertificateSource.useCurrentCertificate.description=You already have a certificate installed. Choose this option if you wish to continue using it.
installation.createNewCertificate.title=Step 1 - Create New Certificate
installation.createNewCertificate.description=Please complete the details below to generate your untrusted certificate. You should consider getting this certificate signed.
installation.createNewCertificate.error.noHost=You must supply a hostname.
installation.createNewCertificate.error.noOrganisationalUnit=You must supply a Organisational Unit.
installation.createNewCertificate.error.noCompany=You must supply a company.
installation.createNewCertificate.error.noCountryCode=You must supply a countryCode.
installation.createNewCertificate.error.noCity=You must supply a city.
installation.createNewCertificate.error.noState=You must supply a state.
installation.createNewCertificate.hostname=Host name:
installation.createNewCertificate.organisationalUnit=Organisational unit:
installation.createNewCertificate.company=Company:
installation.createNewCertificate.city=City:
installation.createNewCertificate.state=State:
installation.createNewCertificate.countryCode=Country Code:
installation.createNewCertificate.type=Type:
installation.setKeyStorePassword.title=Step 1 - Set Keystore Passphrase
installation.setKeyStorePassword.description=When creating a new certificate, you must provide a passphrase with with to encrypt the generated keystore. This password will be required if you wish to manipulate the keystore file with the command line tools provided with Java.
installation.setKeyStorePassword.password=Passphrase:
installation.setKeyStorePassword.confirmPassword=Confirm passphrase:
installation.setKeyStorePassword.error.keyPasswordsDoNotMatch=The passphrase and confirmed passphrase do not match.
installation.setKeyStorePassword.error.passwordToShort=Passphrase must be at least 6 characters in length.
installation.importExistingCertificate.title=Step 1 - Import Certificate
installation.importExistingCertificate.description=Please provide the pathname to the keystore file that contains the certificate you wish to be imported as your server certificate.
installatiom.importExistingCertificate.type=Type:
installatiom.importExistingCertificate.alias=Alias:
installatiom.importExistingCertificate.filename=Filename:
installatiom.importExistingCertificate.password=Passphrase:
installation.uploadExistingCertificate.failedToUploadFile=Failed to upload certificate with alias of {0}. {1}
installation.uploadExistingCertificate.uploaded=Certificate uploaded OK.
installation.uploadExistingCertificate.noFileProvided=No file to upload has been provided.
installation.uploadExistingCertificate.noAliasProvided=No alias has been provided.
installation.selectUserDatabase.title=Step 2 - Configure User Database
installation.selectUserDatabase.description=Now select the mechanism by which SSL-Explorer obtains information about users and performs authentication. By default there are 3 mechanisms available, <strong>Built-in</strong>, <strong>Active Directory</strong> and <strong>UNIX</strong> although extensions may provide more. Some user databases may require further configuration, <strong>Active Directory</strong> being one.
installation.configureUserDatabase.title=Step 2 - Configure User Database
installation.configureUserDatabase.description=This user database requires further configuration. Please provide all the required details below.
installation.configureUserDatabase.error.failedToOpenUserDatabase=User database could not be opened. {0}
installation.configureSuperUser.title=Step 3 - Configure Super User
installation.configureSuperUser.description=SSL-Explorer has a special user known as the <strong>Super User</strong>. By default, this user may always logon from the localhost and is not subject to any of the usual logon contraints. <br/><br/>It is <strong>strongly recommended</strong> that you disable this user once you have completed configuring SSL-Explorer and have delegated management rights to other users.<br/><br/>Please select the user you wish to configure as the super user. If the underlying user database supports password changing you may also configure the password (leave field blank if you do not wish to change the password).
installation.configureSuperUser.username=Username:
installation.configureSuperUser.password=Password:
installation.configureSuperUser.email=Email:
installation.configureSuperUser.confirmPassword=Confirm password:
installation.configureSuperUser.message.willDeleteOldIfNamedChanged=If you change the <b>username</b> the old user will be removed.
installation.configureSuperUser.error.passwordsDoNotMatch=The password and confirmed password do not match.
installation.configureSuperUser.error.passwordToShort=Password must be at least 6 characters in length.
installation.configureSuperUser.error.noSuperUserSpecified=You must specify a super user.
installation.configureSuperUser.error.noPassword=The super user you have specified does not exist so it will be created. For this to happen you must provide a password.
installation.configureSuperUser.error.superUserDoesntExist=The super user you have specified does not exist. This user database does not support account creation so you must provide an existing account to use.
installation.webServer.title=Step 4 - Configure Web Server
installation.webServer.description=All clients connect to SSL-Explorer's built in HTTP / HTTPS server. This page allows you to configure the basic operation of the web server.
installation.webServer.port=Port:
installation.webServer.protocol=Protocol:
installation.webServer.listeningInterfaces=Listening interfaces:
installation.webServer.validExternalHostnames=Valid external hostnames:
installation.webServer.availableInterfaces=Available Interfaces
installation.webServer.selectedInterfaces=Selected Interfaces
installation.webServer.hostname=Hostname
installation.webServer.validHostnames=Valid Hostnames
installation.webServer.add=Add
installation.webServer.remove=Remove
installation.webServer.error.invalidPortNumber=Invalid port number {0}. Please choose a port between 1 and 65535.
installation.webServer.error.portConflict=The port number <strong>{0}</strong> on interface <strong>{1}</strong> cannot currently be used. This may be because a service is already running on the port number. If you are using the default port <strong>443</strong>, this may be caused by web servers such as Apache or IIS. If this is the case either choose a different port here or configure your web server to run on a different port. Check the console and logs for more detail.
installation.webServer.error.portConflictLess1024=The port number <strong>{0}</strong> on interface <strong>{1}</strong> cannot currently be used. Because you have chosen a port less than 1024, this may happen if you are running on a Unix like system as a user other than <strong>root</strong>. Another possible cause is that there may be a service already running on the provided port number. If you are using the default port <strong>443</strong>, this may be caused by web servers such as Apache or IIS. If this is the case either choose a different port here or configure your web server to run on a different port. Check the console and logs for more detail.
installation.webServer.invalidHostnameAction=Invalid hostname action
installation.webServer.invalidHostnameAction.none.value
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -