MessageResources-en.inc 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?php
  2. $RES['app.name']="Hortonworks Management Center";
  3. $RES['page.title']="Hortonworks Management Center";
  4. $RES['page.footer.body']="Hortonworks &copy; 2012";
  5. $RES['welcome.header']="Welcome to Hortonworks Management Center!";
  6. $RES['welcome.body']="<p>Hortonworks Management Center makes it really easy for you to install, configure, and manage your Hadoop cluster.</p><p>First, we'll walk you through setting up your cluster with a 7-step wizard.</p>";
  7. $RES['welcome.note']="Before you proceed, make sure you have performed all the pre-installation steps (REFERENCE MATERIAL HERE).";
  8. $RES['welcome.submit.label']="Let's get started!";
  9. $RES['installFailed.header']="Cluster installation failed";
  10. $RES['installFailed.body']="Cluster installation failed. To continue, you will need to uninstall the cluster first and re-install the cluster.";
  11. $RES['installFailed.submit.label']="Start the uninstall process";
  12. $RES['reinstall.header']="You have not set up a cluster yet.";
  13. $RES['reinstall.body']="We'll walk you through setting up your cluster with a 7-step wizard.";
  14. $RES['reinstall.submit.label']="Let's get started!";
  15. $RES['common.sshUsername.label']="SSH Username";
  16. $RES['common.sshPrivateKeyFile.label']="SSH Private Key File";
  17. $RES['common.hostsFile.label']="Hosts File (newline-delimited list of hostnames)";
  18. $RES['initWizard.createCluster.pageSummary.header']="Let's create a new Hadoop cluster";
  19. $RES['initWizard.createCluster.pageSummary.body']="";
  20. $RES['initWizard.createCluster.clusterName.label']="Name of your new cluster";
  21. $RES['initWizard.createCluster.submit.label']="Create Cluster";
  22. $RES['initWizard.addNodes.pageSummary.header']="Which nodes do you want to install Hadoop on?";
  23. $RES['initWizard.addNodes.pageSummary.body']="We'll use the SSH private key and a file containing a list of hostnames to perform installation on your nodes. The public key that is paired with the private key must already be installed on all the nodes.";
  24. $RES['initWizard.addNodes.useLocalYum.label']="Use local yum mirror instead of downloading packages from the internet";
  25. $RES['initWizard.addNodes.yumRepoFilePath.label']="YUM Repo File Path";
  26. $RES['initWizard.addNodes.apacheArtifactsDownloadUrl.label']="Apache Artifacts Download URL";
  27. $RES['initWizard.addNodes.gplArtifactsDownloadUrl.label']="GPL Artifacts Download URL";
  28. $RES['initWizard.addNodes.submit.label']="Add Nodes";
  29. $RES['initWizard.selectServices.pageSummary.header']="Which services do you want to install?";
  30. $RES['initWizard.selectServices.pageSummary.body']="We'll automatically take care of dependencies (e.g., HBase requires ZooKeeper, etc.)";
  31. $RES['initWizard.selectServices.submit.label']="Select Services";
  32. $RES['initWizard.assignMasters.pageSummary.header']="Assign Master Services to Hosts";
  33. $RES['initWizard.assignMasters.pageSummary.body']="We have come up with recommendations on where the master services should be hosted. Modify as you see fit.";
  34. $RES['initWizard.assignMasters.submit.label']="Next";
  35. $RES['initWizard.configureCluster.pageSummary.header']="Specify Mount Points";
  36. $RES['initWizard.configureCluster.pageSummary.body']="We found the following mount points on your nodes. Please confirm/modify the mount points to use for your nodes.";
  37. $RES['initWizard.configureCluster.customMountPoints.label']="Custom mount points";
  38. $RES['initWizard.configureCluster.preview.label']="Preview directories to be used";
  39. $RES['initWizard.configureCluster.submit.label']="Next";
  40. $RES['initWizard.configureClusterAdvanced.pageSummary.header']="Customize Settings";
  41. $RES['initWizard.configureClusterAdvanced.pageSummary.body']="We have come up with reasonable default settings. Customize as you see fit.";
  42. $RES['initWizard.configureClusterAdvanced.submit.label']="Next";
  43. $RES['initWizard.reviewAndDeploy.pageSummary.header']="Review and Deploy";
  44. $RES['initWizard.reviewAndDeploy.pageSummary.body']="<p>We are ready to deploy! Please review your settings below.</p><p>If you wish to make any changes, you can click on any of the installation stages above. Note that if you do go back to a stage, you will have to go through all the subsequent stages again.</p>";
  45. $RES['initWizard.reviewAndDeploy.submit.label']='Deploy';
  46. $RES['addNodesWizard.addNodes.pageSummary.header']="Which nodes are you adding to the cluster?";
  47. $RES['addNodesWizard.addNodes.pageSummary.body']="We'll use the SSH private key and a file containing a list of hostnames to perform installation on your nodes. The public key that is paired with the private key must already be installed on all the nodes.";
  48. $RES['addNodesWizard.addNodes.submit.label']="Add Nodes";
  49. $RES['addNodesWizard.selectServices.pageSummary.header']='Which services do you want to install?';
  50. $RES['addNodesWizard.selectServices.pageSummary.body']="Some services will be installed by default.";
  51. $RES['addNodesWizard.selectServices.submit.label']="Deploy";
  52. $RES['uninstallWizard.pageSummary.header']="Uninstall Cluster";
  53. $RES['uninstallWizard.pageSummary.body']="<span class='label label-important'>Warning</span> Proceed with caution! This will delete all services from all of your nodes in the cluster (and all of your data, if you choose the <i>wipe out</i> option).";
  54. $RES['uninstallWizard.wipeout.label']="Perform wipe out (delete all data)";
  55. $RES['uninstallWizard.submit.label']="Uninstall Cluster";
  56. $RES['initWizard.configureClusterAdvanced.validation.error']="We've encountered invalid settings.";
  57. ?>