From f49a6c8c15da9d7c530b9ebe9a164399afcb8acd Mon Sep 17 00:00:00 2001
From: Chris Ridd <chris.ridd@forgerock.com>
Date: Fri, 21 Dec 2012 17:00:39 +0000
Subject: [PATCH] Update other languages for OPENDJ-668

---
 opends/src/admin/messages/AdministrationConnectorCfgDefn_ko.properties |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/opends/src/admin/messages/AdministrationConnectorCfgDefn_ko.properties b/opends/src/admin/messages/AdministrationConnectorCfgDefn_ko.properties
index f098329..89dde16 100644
--- a/opends/src/admin/messages/AdministrationConnectorCfgDefn_ko.properties
+++ b/opends/src/admin/messages/AdministrationConnectorCfgDefn_ko.properties
@@ -10,5 +10,11 @@
 property.listen-port.description=Only a single port number may be provided.
 property.ssl-cert-nickname.synopsis=Specifies the nickname (also called the alias) of the certificate that the Administration Connector will use when performing SSL communication.
 property.ssl-cert-nickname.default-behavior.alias.synopsis=Let the server decide.
+property.ssl-cipher-suite.synopsis=Specifies the names of the SSL cipher suites that are allowed for use in SSL communication.
+property.ssl-cipher-suite.default-behavior.alias.synopsis=Uses the default set of SSL cipher suites provided by the server's JVM.
+property.ssl-cipher-suite.requires-admin-action.synopsis=Changes to this property take effect immediately but will only impact new SSL/TLS-based sessions created after the change.
+property.ssl-protocol.synopsis=Specifies the names of the SSL protocols that are allowed for use in SSL communication.
+property.ssl-protocol.default-behavior.alias.synopsis=Uses the default set of SSL protocols provided by the server's JVM.
+property.ssl-protocol.requires-admin-action.synopsis=Changes to this property take effect immediately but only impact new SSL/TLS-based sessions created after the change.
 property.trust-manager-provider.synopsis=Specifies the name of the trust manager that is used with the Administration Connector .
 property.trust-manager-provider.syntax.aggregation.constraint-synopsis=The referenced trust manager provider must be enabled.

--
Gitblit v1.10.0