From 8990a259a41f2f90606233139c4937fc1c8182cc Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Wed, 18 Feb 2015 10:12:37 +0000
Subject: [PATCH] CR-6114 OPENDJ-1822 Separate generated content from formatting

---
 opendj-config/src/main/resources/com/forgerock/opendj/dsconfig/dsconfig.properties |   69 ++++++++++++++++++++++++++++++++++
 1 files changed, 68 insertions(+), 1 deletions(-)

diff --git a/opendj-config/src/main/resources/com/forgerock/opendj/dsconfig/dsconfig.properties b/opendj-config/src/main/resources/com/forgerock/opendj/dsconfig/dsconfig.properties
index 385717c..8b167a3 100644
--- a/opendj-config/src/main/resources/com/forgerock/opendj/dsconfig/dsconfig.properties
+++ b/opendj-config/src/main/resources/com/forgerock/opendj/dsconfig/dsconfig.properties
@@ -20,7 +20,7 @@
 # CDDL HEADER END
 #
 #      Copyright 2006-2010 Sun Microsystems, Inc.
-#      Portions Copyright 2011-2014 ForgeRock AS
+#      Portions Copyright 2011-2015 ForgeRock AS.
 #
 # Format string definitions
 #
@@ -436,3 +436,70 @@
 INFO_DSCFG_BATCH_FILE_PATH_256=Path to a batch file containing \
 a set of dsconfig commands to be executed
 
+# Strings for generated reference documentation.
+REF_DSCFG_ALLOW_UNLIMITED_1000=A value of "-1" or "unlimited" for no limit.
+REF_DSCFG_ACI_SYNTAX_REL_URL_1001=<link xlink:show="new" \
+ xlink:href="admin-guide#about-acis" \
+ xlink:role="http://docbook.org/xlink/role/olink" \
+ ><citetitle>About Access Control Instructions</citetitle></link>
+REF_DSCFG_DURATION_SYNTAX_REL_URL_1002=<itemizedlist>                    \
+ <para>                                                                  \
+   Some property values take a time duration.                            \
+   Durations are expressed as numbers followed by units.                 \
+   For example <literal>1 s</literal> means one second,                  \
+   and <literal>2 w</literal> means two weeks.                           \
+   Some durations have minimum granularity or maximum units,             \
+   so you cannot necessary specify every duration                        \
+   in milliseconds or weeks for example.                                 \
+   Some durations allow you to use a special value to mean unlimited.    \
+   Units are specified as follows.                                       \
+ </para>                                                                 \
+                                                                         \
+ <listitem><para><literal>ms</literal>: milliseconds</para></listitem>   \
+ <listitem><para><literal>s</literal>: seconds</para></listitem>         \
+ <listitem><para><literal>m</literal>: minutes</para></listitem>         \
+ <listitem><para><literal>h</literal>: hours</para></listitem>           \
+ <listitem><para><literal>d</literal>: days</para></listitem>            \
+ <listitem><para><literal>w</literal>: weeks</para></listitem>           \
+</itemizedlist>
+REF_DSCFG_ARG_ADDITIONAL_INFO_1003=%s properties depend on the %s type, \
+ which depends on the %s option.
+REF_DSCFG_SUBTYPE_DEPENDENCIES_1004=%s properties depend on the %s type, \
+ which depends on the %s you provide.
+REF_DSCFG_SUBTYPE_TYPES_INTRO_1005=By default, OpenDJ directory server \
+ supports the following %s types:
+REF_DSCFG_CHILD_DEFAULT_1006=Default %s: %s
+REF_DSCFG_CHILD_ENABLED_BY_DEFAULT_1007=Enabled by default: %b
+REF_DSCFG_CHILD_LINK_1008=See %s for the properties of this %s type.
+REF_DSCFG_PROPS_INTRO_1009=%s of type %s have the following properties:
+REF_DSCFG_PROPS_LABEL_DEFAULT_VALUE_1010=Default Value
+REF_DSCFG_PROPS_LABEL_ALLOWED_VALUES_1011=Allowed Values
+REF_DSCFG_PROPS_LABEL_MULTI_VALUED_1012=Multi-valued
+REF_DSCFG_PROPS_LABEL_REQUIRED_1013=Required
+REF_DSCFG_PROPS_LABEL_ADMIN_ACTION_REQUIRED_1014=Admin Action Required
+REF_DSCFG_PROPS_LABEL_ADVANCED_PROPERTY_1015=Advanced Property
+REF_DSCFG_PROPS_LABEL_READ_ONLY_1016=Read-only
+REF_DSCFG_ADMIN_ACTION_COMPONENT_RESTART_1017=The %s must be disabled \
+ and re-enabled for changes to this setting to take effect
+REF_DSCFG_ADMIN_ACTION_SERVER_RESTART_1018=Restart the server
+REF_DSCFG_ADMIN_ACTION_NONE_1019=None
+REF_DSCFG_PROP_YES_1020=Yes
+REF_DSCFG_PROP_YES_ADVANCED_1021=Yes (Use --advanced in interactive mode.)
+REF_DSCFG_PROP_NO_1022=No
+REF_DSCFG_DEFAULT_BEHAVIOR_NONE_1023=None
+REF_DSCFG_DEFAULT_BEHAVIOR_1024=%s
+REF_DSCFG_AGGREGATION_1025=The DN of any %s
+REF_DSCFG_ANY_ATTRIBUTE_1026=The name of an attribute type defined in the server schema
+REF_DSCFG_JAVA_PLUGIN_1027=A Java class that implements or extends the class(es):
+REF_DSCFG_VALID_DN_1028=A valid DN
+REF_DSCFG_DURATION_MAX_UNIT_1029=Maximum unit is "%s"
+REF_DSCFG_DURATION_LOWER_LIMIT_1030=Lower limit is %d %s
+REF_DSCFG_DURATION_UPPER_LIMIT_1031=Upper limit is %d %s
+REF_DSCFG_INT_1032=An integer value
+REF_DSCFG_INT_LOWER_LIMIT_1033=Lower value is %d
+REF_DSCFG_INT_UPPER_LIMIT_1034=Upper value is %d
+REF_DSCFG_INT_UNIT_1035=Unit is %s
+REF_DSCFG_IP_ADDRESS_1036=An IP address
+REF_DSCFG_IP_ADDRESS_MASK_1037=An IP address mask
+REF_DSCFG_STRING_1038=A String
+REF_DSCFG_UNKNOWN_1039=Unknown

--
Gitblit v1.10.0