mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
19.55.2007 71512d1aab25aae01c2d74f0d5c40e6dc0e809c3
opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
@@ -284,11 +284,14 @@
least {1} megabytes of free disk space are required to install OpenDS.
invalid-port-value-range=The LDAP Listener Port must be an integer between \
{0} and {1}.
invalid-secure-port-value-range=The LDAPS Listener Port must be an \
integer between {0} and {1}.
cannot-bind-priviledged-port=Cannot bind to privileged port {0}.\n\nThe port \
could be already in use by another application or maybe you do not have the \
rights to access it.
cannot-bind-port=Cannot bind to port {0}.\n\nThe port could be already in use \
by another application or maybe you do not have the rights to access it.
equal-ports=You must specify different ports LDAP and LDAPS communication.
empty-directory-manager-dn=You must provide an Administrative User DN.
not-a-directory-manager-dn=The provided Administrative User DN is not a valid \
DN.
@@ -428,6 +431,13 @@
server-port-label=LDAP Listener Port:
server-port-tooltip=Enter the port number that the server will use to listen \
for LDAP requests
server-security-label=LDAP Secure Access:
server-security-tooltip=The LDAP Secure Access Configuration for the new \
OpenDS server.
cannot-update-security-warning=Disabled.  A valid keytool command could not be \
found.
server-security-button-label=Configure...
server-security-button-tooltip=Click to configure the LDAP Secure Access.
server-directory-manager-dn-label=Administrative User DN:
server-directory-manager-dn-tooltip=Enter the distinguished name (DN) of the \
Administrative User account that will used for managing OpenDS
@@ -438,6 +448,91 @@
server-directory-manager-pwd-confirm-tooltip=Re-enter the password for the \
OpenDS Administrative User account
cannot-use-default-port=Could not use 389. Port in use or user not authorized.
cannot-use-default-secure-port=Could not use 636. Port in use or user not \
authorized.
no-security=disabled
enable-starttls=Enable StartTLS
enable-ssl=Enable SSL on LDAP Port {0}
self-signed-certificate=Create a new Self-Signed Certificate
jks-certificate=Use existing Java Key Store File
pkcs11-certificate=Use existing PKCS#11 Token
pkcs12-certificate=Use existing PKCS#12 File
#
# Security Options dialog specific labels
#
security-options-dialog-title=OpenDS QuickSetup
security-options-title=Configure Secure Access
security-options-instructions=Specify the options for enabling secure access \
to the server.
security-options-ok-button-tooltip=Close this dialog and accept configuration.
security-options-cancel-button-tooltip=Close this dialog and discard \
configuration.
enable-ssl-label=Enable SSL on Port:
enable-ssl-tooltip=Enables SSL on the specified port.
ssl-port-textfield-tooltip=The LDAPS port.
enable-starttls-label=Enable StartTLS for LDAP
enable-starttls-tooltip=Allows encrypted communication over the standard \
LDAP port.
use-self-signed-label=Generate Self-Signed Certificate (recommended for \
testing only)
use-self-signed-tooltip=Create a new Self-Signed Certificate to encrypt \
communication.
self-signed-certificate-name-label=Host Name:
self-signed-certificate-name-tooltip=The host name will be used to name the \
certificate.
use-existing-certificate-label=Use an Existing Certificate:
use-existing-certificate-tooltip=Select this if you have already a certificate \
you want the new server to use.
keystore-type-label=Key Store Type:
jks-certificate-label=Java Key Store (JKS) File
jks-certificate-tooltip=Select this option if you have a JKS certificate.
pkcs11-certificate-label=PKCS#11 Token
pkcs11-certificate-tooltip=Select this option if you have a PKCS#11 token.
pkcs12-certificate-label=PKCS#12 File
pkcs12-certificate-tooltip=Select this option if you have a PKCS#12 certificate.
keystore-path-label=Key Store Path:
keystore-path-tooltip=Absolute path to the keystore.
keystore-pwd-label=Key Store Password:
keystore-pwd-tooltip=Provide the password required to access the existing \
key store.
ssl-access-label=SSL Access:
starttls-access-label=StartTLS Access:
certificate-label=Certificate:
no-self-signed-cert-name-provided=You must provide the host name for the \
Self-Signed Certificate.
keystore-path-not-provided=You must provide the path of the key store.
keystore-path-does-not-exist=The provided key store path does not exist.
keystore-path-not-a-file=The provided key store path is not a file.
keystore-pwd-empty=You must provide the password of the key store.
error-accessing-jks-keystore=Could not access the JKS key store.  Check that \
the contents of the file\ncorrespond to a valid JKS key store, that you have \
access rights to it and\nthat the provided password is valid.
error-accessing-pkcs11-keystore=Could not access the PKCS#11 key store.  Check \
that is installed and that the\nprovided password is valid.
error-accessing-pkcs12-keystore=Could not access the PKCS#12 key store.  Check \
that the contents of the file\ncorrespond to a valid PKCS#12 key store, that \
you have access rights to it and\nthat the provided password is valid.
pkcs11-keystore-does-not-exist=No certificates for the PCKS#11 key store could \
be found.  Check that is\ninstalled, that you have access rights to it and \
that the key store contains certificates.
pkcs12-keystore-does-not-exist=No certificates for the PCKS#12 key store could \
be found.  Check that the\nprovided path and password are valid and that the \
key store contains certificates.
jks-keystore-does-not-exist=No certificates for the Java Key Store could be \
found.  Check that the provided\npath is valid.
#
# Select Alias dialog specific labels
#
select-alias-title=OpenDS QuickSetup
select-alias-msg=The provided Key Store contains multiple certificates.<br>\
Select the alias of the certificate that you want to be used as Server \
Certificate:
select-alias-ok-button-tooltip=Close this dialog and accept \
selected alias.
select-alias-cancel-button-tooltip=Close this dialog and discard \
selected alias.
#
# Data Options Panel specific labels
@@ -531,9 +626,10 @@
#
browse-button-label=Browse...
browse-button-tooltip=Click to display a file system browser
ldif-files-description=Lightweight Directory Interchange Format (*.ldif)
ldif-files-description=LDAP Data Interchange Format (*.ldif)
open-server-location-dialog-title=Choose Installation Path
open-ldif-file-dialog-title=Choose an LDIF File
open-generic-file-dialog-title=Choose a File
#
# Progress Summary Labels
@@ -608,6 +704,7 @@
progress-points=.....
progress-extracting=Extracting {0}
progress-configuring=Configuring Directory Server
progress-updating-certificates=Configuring Certificates
downloading-ratio=Downloading: {0}% Completed.
validating-ratio=Downloading: {0}% Completed - Validating file: {1} % Completed.
upgrading-ratio=Downloading: {0}% Completed - Upgrading file: {1} % Completed.
@@ -648,6 +745,7 @@
error-creating-temp-file=An error occurred creating the temporary file.
error-writing-to-temp-file=An error occurred writing to temporary file {0}.
error-configuring=Error Configuring Directory Server.
error-configuring-certificate=Error Configuring Certificates.
error-enabling-windows-service=Error Enabling Windows service.
error-disabling-windows-service=Error Disabling Windows service.
error-creating-base-entry=Error Creating Base Entry.