From 5b1f1d1f2b1feabddc5c6b27cf2a3c5765c4c111 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Mon, 19 Oct 2009 18:30:34 +0000 Subject: [PATCH] Fix for issue 4284 (Add ability to Duplicate an existing entry with the Control Panel). --- opends/src/messages/messages/admin_tool.properties | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties index 20d999a..bfb7558 100644 --- a/opends/src/messages/messages/admin_tool.properties +++ b/opends/src/messages/messages/admin_tool.properties @@ -232,12 +232,20 @@ INFO_NOT_AVAILABLE_AUTHENTICATION_REQUIRED_CLI_LEGEND=* Information only \ available if you provide valid authentication information when launching the \ status command. +# +# Note that the following property contains line breaks in HTML format (<br>) +# and a <html> tag. +# INFO_NOT_AVAILABLE_AUTHENTICATION_REQUIRED_TOOLTIP=<html>Information is only \ available if you are authenticated<br>as an administrative user. INFO_NOT_AVAILABLE_SERVER_DOWN_CLI_LABEL=<not available> (*) INFO_NOT_AVAILABLE_SERVER_DOWN_CLI_LEGEND=* Information only available if \ server is running and you provide valid authentication information when \ launching the status command. +# +# Note that the following property contains line breaks in HTML format (<br>) +# and a <html> tag. +# INFO_NOT_AVAILABLE_SERVER_DOWN_TOOLTIP=<html>Information is only available if \ server is running and you are authenticated<br>as an administrative user. INFO_NOTHING_SELECTED_TO_UNINSTALL=You must select something to be \ @@ -2148,6 +2156,9 @@ INFO_CTRL_PANEL_LDIF_SYNTAX_LABEL=Enter LDIF syntax for the new entry: INFO_CTRL_PANEL_CHECK_SYNTAX_BUTTON=Check Syntax +INFO_CTRL_PANEL_DUPLICATE_ENTRY_TITLE=Duplicate Entry +INFO_CTRL_PANEL_DUPLICATE_ENTRY_MENU=Duplicate Entry... + INFO_CTRL_PANEL_NEW_GROUP_PANEL_TITLE=New Group MILD_ERR_CTRL_PANEL_NAME_OF_GROUP_REQUIRED=You must provide a value for the \ name of the group. @@ -2833,3 +2844,17 @@ INFO_CTRL_PANEL_MULTIPLE_TASKS_SELECTED=-Multiple Tasks Selected- INFO_CTRL_PANEL_NO_TASK_SPECIFIC_DETAILS=-No Task Specific Details- INFO_OPERATION_START_TIME_MESSAGE=Operation date: %s + +INFO_CTRL_PANEL_CHOOSE_PARENT_ENTRY_DN=Choose Parent DN +INFO_CTRL_PANEL_DUPLICATE_ENTRY_NAME_LABEL=New Entry Name: +INFO_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DN_LABEL=Parent Entry DN: +MILD_ERR_CTRL_PANEL_DUPLICATE_ENTRY_NAME_EMPTY=You must provide the name of \ + the new entry. +MILD_ERR_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DN_NOT_VALID=You must provide a \ + valid DN for the parent entry. +MILD_ERR_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DOES_NOT_EXIST=The parent entry \ + does not exist. +INFO_CTRL_PANEL_DUPLICATE_ENTRY_DN=Entry DN: +INFO_CTRL_PANEL_ENTRY_TO_DUPLICATE_HAS_PASSWORD_WARNING=The duplicated entry \ + will contain a password with value '%s' + -- Gitblit v1.10.0