From d5761d5f06821b87f29cb26cbc227031062fbc0f Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Wed, 18 Mar 2009 13:46:09 +0000 Subject: [PATCH] Use 'Java' instead of 'java' in the messages. --- opends/src/messages/messages/admin_tool.properties | 32 ++++++++++++++++---------------- 1 files changed, 16 insertions(+), 16 deletions(-) diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties index fb75159..2770742 100644 --- a/opends/src/messages/messages/admin_tool.properties +++ b/opends/src/messages/messages/admin_tool.properties @@ -925,7 +925,7 @@ # Note that the following property contains line breaks in HTML format (<br>) # INFO_CTRL_PANEL_EQUIVALENT_ACTION_TO_UPDATE_JAVA_PROPERTIES=The equivalent \ - procedure to update the java settings from the command line is: <br> \ + procedure to update the Java settings from the command line is: <br> \ Edit the properties in file:<br><b>%s</b><br>\ Then run the following command-line:<br><b>%s</b><br><br> INFO_CTRL_PANEL_DELETE_BASE_DN_DESCRIPTION=Delete base DN '%s'. @@ -1709,39 +1709,39 @@ INFO_CTRL_PANEL_OFFLINE_COMMAND_HELP=<html>(**)The operation is executed on \ the server's process and the command-line does not require many resources. MILD_ERR_CTRL_PANEL_READING_JAVA_SETTINGS_DETAILS=An unexpected error occurred \ - reading the java settings. Details: %s -MILD_ERR_CTRL_PANEL_ERR_READING_JAVA_SETTINGS_SUMMARY=Error reading java \ + reading the Java settings. Details: %s +MILD_ERR_CTRL_PANEL_ERR_READING_JAVA_SETTINGS_SUMMARY=Error reading Java \ settings -INFO_CTRL_PANEL_CHECKING_JAVA_ARGUMENTS_SUMMARY=Checking provided java \ +INFO_CTRL_PANEL_CHECKING_JAVA_ARGUMENTS_SUMMARY=Checking provided Java \ arguments... MILD_ERR_CTRL_PANEL_JAVA_PATH_DOES_NOT_EXIST=Path '%s' does not exist. MILD_ERR_CTRL_PANEL_JAVA_PATH_NOT_A_DIRECTORY=Path '%s' is not a directory. \ - You must specify the path to the java installation to be used. + You must specify the path to the Java installation to be used. MILD_ERR_CTRL_PANEL_JAVA_BINARY_NOT_FOUND=Could not find binary '%s'. You \ - must specify the path to the java installation to be used. + must specify the path to the Java installation to be used. # # Note that the following property contains line breaks in HTML format (<br>) # -INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_ARGUMENTS_DETAILS=The following java \ - arguments could not be used with java binary '%s':<br>%s\ - <br><br>The command-lines associated with those java arguments may not \ +INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_ARGUMENTS_DETAILS=The following Java \ + arguments could not be used with binary '%s':<br>%s\ + <br><br>The command-lines associated with those Java arguments may not \ work.<br>Do you want to continue? -MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_SUMMARY=Error checking java \ +MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_SUMMARY=Error checking Java \ settings MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_DETAILS=An unexpected error \ - occurred checking the provided java settings. Details: %s + occurred checking the provided Java settings. Details: %s INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_TITLE=Modifying Index -INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUMMARY=Updating java settings... +INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUMMARY=Updating Java settings... INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_COMPLETE=Java Settings Updated -INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUCCESSFUL=The java settings were \ +INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUCCESSFUL=The Java settings were \ successfully updated. When the command-lines are executed the new settings \ will be taken into account. -MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_SUMMARY=Error updating java \ +MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_SUMMARY=Error updating Java \ properties MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_DETAILS=An error occurred \ - updating java settings. + updating Java settings. MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_CODE=An error occurred \ - updating java settings. Error code: %d + updating Java settings. Error code: %d INFO_CTRL_PANEL_COMMAND_LINE_NAME_COLUMN=Command-Line Name INFO_CTRL_PANEL_JAVA_ARGUMENTS_COLUMN=Java Arguments INFO_CTRL_PANEL_SERVER_RUNTIME_CELL=%s (Server Runtime) -- Gitblit v1.10.0