|
@@ -2,6 +2,7 @@
|
|
|
$RES['app.name']="Hortonworks Management Center";
|
|
|
$RES['page.title']="Hortonworks Management Center";
|
|
|
$RES['page.footer.body']="Hortonworks © 2012";
|
|
|
+$RES['topnav.help.link']="http://docs.hortonworks.com/CURRENT/index.htm#Troubleshooting_HDP_Deployment/Troubleshooting_HDP_Deployment.htm";
|
|
|
$RES['welcome.header']="Welcome to Hortonworks Management Center!";
|
|
|
$RES['welcome.body']="<p>Hortonworks Management Center makes it easy for you to install, configure, and manage your Hadoop cluster.</p><p>First, we will walk you through setting up your cluster with a step-by-step wizard.</p>";
|
|
|
$RES['welcome.note']="Before you proceed, make sure you have performed all the pre-installation steps.";
|
|
@@ -13,9 +14,9 @@ $RES['reinstall.header']="You have not set up a cluster yet.";
|
|
|
$RES['reinstall.body']="We'll walk you through setting up your cluster with a 7-step wizard.";
|
|
|
$RES['reinstall.submit.label']="Let's get started!";
|
|
|
$RES['uninstallFailed.header']="Cluster uninstallation failed";
|
|
|
-$RES['uninstallFailed.body']="Failed to uninstall the cluster. (REFERENCE MATERIAL FOR MANUAL UNINSTALL PROCEDURE HERE)";
|
|
|
+$RES['uninstallFailed.body']="Failed to uninstall the cluster. <a href='http://docs.hortonworks.com/CURRENT/index.htm#Troubleshooting_HDP_Deployment/Troubleshooting_HDP_Deployment.htm' target='_blank'>View the troubleshooting guide.</a>";
|
|
|
$RES['common.sshUsername.label']="SSH Username";
|
|
|
-$RES['common.sshPrivateKeyFile.label']="SSH Private Key File";
|
|
|
+$RES['common.sshPrivateKeyFile.label']="SSH Private Key File for <i>root</i>";
|
|
|
$RES['common.hostsFile.label']="Hosts File (newline-delimited list of hostnames)";
|
|
|
$RES['initWizard.createCluster.pageSummary.header']="Name your Hadoop cluster";
|
|
|
$RES['initWizard.createCluster.pageSummary.body']="";
|