From 43d448ea9173f0ffc89920a14d874356f51351fc Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Tue, 22 Dec 2009 16:54:18 +0000 Subject: [PATCH] Fix for issue 4414 (It would be nice to have the equivalent command-line displayed in setup) Implement the feature as it is described in the issue. --- opends/src/messages/messages/quicksetup.properties | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/quicksetup.properties b/opends/src/messages/messages/quicksetup.properties index e002c66..51037fe 100644 --- a/opends/src/messages/messages/quicksetup.properties +++ b/opends/src/messages/messages/quicksetup.properties @@ -883,6 +883,18 @@ INFO_REVIEW_PANEL_TITLE=Review INFO_REVIEW_REPLICATE_SUFFIX=Replicate contents with base DNs:%n%s INFO_REVIEW_STEP=Review +INFO_REVIEW_DISPLAY_TEXT=Show Summary +INFO_REVIEW_DISPLAY_EQUIVALENT_COMMAND=Show Equivalent Command-Line +INFO_INSTALL_SETUP_EQUIVALENT_COMMAND_LINE=Equivalent non-interactive \ + command-line to setup server: +INFO_INSTALL_ENABLE_REPLICATION_EQUIVALENT_COMMAND_LINE=Equivalent \ + non-interactive command-line to enable replication: +INFO_INSTALL_INITIALIZE_REPLICATION_EQUIVALENT_COMMAND_LINE=Equivalent \ + non-interactive command-line to initialize replication: +INFO_INSTALL_ENABLE_REPLICATION_EQUIVALENT_COMMAND_LINES=Equivalent \ + non-interactive command-lines to enable replication: +INFO_INSTALL_INITIALIZE_REPLICATION_EQUIVALENT_COMMAND_LINES=Equivalent \ + non-interactive command-lines to initialize replication: INFO_SECURITY_OPTIONS_CANCEL_BUTTON_TOOLTIP=Close this dialog and discard \ configuration. INFO_SECURITY_OPTIONS_DIALOG_TITLE=Security Options -- Gitblit v1.10.0