MessageResources-en.inc 6.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?php
  2. /*
  3. *
  4. * Licensed to the Apache Software Foundation (ASF) under one
  5. * or more contributor license agreements. See the NOTICE file
  6. * distributed with this work for additional information
  7. * regarding copyright ownership. The ASF licenses this file
  8. * to you under the Apache License, Version 2.0 (the
  9. * "License"); you may not use this file except in compliance
  10. * with the License. You may obtain a copy of the License at
  11. *
  12. * http://www.apache.org/licenses/LICENSE-2.0
  13. *
  14. * Unless required by applicable law or agreed to in writing,
  15. * software distributed under the License is distributed on an
  16. * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  17. * KIND, either express or implied. See the License for the
  18. * specific language governing permissions and limitations
  19. * under the License.
  20. *
  21. */
  22. $RES['app.name']="Ambari";
  23. $RES['page.title']="Ambari";
  24. $RES['page.footer.body']="<a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Licensed under the Apache License, Version 2.0</a>.<br><a href='/hmc/licenses/NOTICE.txt' target='_blank'>See third-party tools/resources that Ambari uses and their respective authors</a>";
  25. $RES['topnav.help.link']="http://incubator.apache.org/ambari/install.html";
  26. $RES['welcome.header']="Welcome to Ambari!";
  27. $RES['welcome.body']="";
  28. $RES['welcome.note']="Before you proceed, make sure you have performed all the pre-installation steps.";
  29. $RES['welcome.submit.label']="Get started";
  30. $RES['installFailed.header']="Cluster installation failed";
  31. $RES['installFailed.body']="Cluster installation failed. To continue, you will need to uninstall the cluster first and re-install the cluster.";
  32. $RES['installFailed.submit.label']="Start the uninstall process";
  33. $RES['reinstall.header']="You have not set up a cluster yet.";
  34. $RES['reinstall.body']="We'll walk you through setting up your cluster with a 7-step wizard.";
  35. $RES['reinstall.submit.label']="Let's get started!";
  36. $RES['uninstallFailed.header']="Cluster uninstallation failed";
  37. $RES['uninstallFailed.body']="Failed to uninstall the cluster";
  38. $RES['common.sshUsername.label']="SSH Username";
  39. $RES['common.sshPrivateKeyFile.label']="SSH Private Key File for <i>root</i>";
  40. $RES['common.hostsFile.label']="Hosts File (newline-delimited list of hostnames)";
  41. $RES['initWizard.createCluster.pageSummary.header']="Name your Hadoop cluster";
  42. $RES['initWizard.createCluster.pageSummary.body']="";
  43. $RES['initWizard.createCluster.clusterName.label']="Name of your new cluster";
  44. $RES['initWizard.createCluster.submit.label']="Next";
  45. $RES['initWizard.addNodes.pageSummary.header']="Which nodes do you want to install Hadoop on?";
  46. $RES['initWizard.addNodes.pageSummary.body']="We will use the SSH private key for the <i>root</i> user and a file containing a list of hostnames to perform installation on your nodes. The corresponding public key must already be in <i>authorized_keys</i> on all the nodes.";
  47. $RES['initWizard.addNodes.useLocalYum.label']="Use local yum mirror instead of downloading packages from the internet";
  48. $RES['initWizard.addNodes.yumRepoFilePath.label']="YUM Repo File Path";
  49. $RES['initWizard.addNodes.apacheArtifactsDownloadUrl.label']="Apache Artifacts Download URL";
  50. $RES['initWizard.addNodes.gplArtifactsDownloadUrl.label']="GPL Artifacts Download URL";
  51. $RES['initWizard.addNodes.submit.label']="Add Nodes";
  52. $RES['initWizard.selectServices.pageSummary.header']="Which services do you want to install?";
  53. $RES['initWizard.selectServices.pageSummary.body']="We will automatically take care of dependencies (e.g., HBase requires ZooKeeper, etc.)";
  54. $RES['initWizard.selectServices.submit.label']="Select Services";
  55. $RES['initWizard.assignMasters.pageSummary.header']="Assign Master Services to Hosts";
  56. $RES['initWizard.assignMasters.pageSummary.body']="We have come up with recommendations on where the master services should be hosted. Modify as you see fit.";
  57. $RES['initWizard.assignMasters.submit.label']="Next";
  58. $RES['initWizard.configureCluster.pageSummary.header']="Specify Disk Mount Points";
  59. $RES['initWizard.configureCluster.pageSummary.body']="We found the following disk mount points on your nodes. Please confirm/modify the mount points to use for your nodes.";
  60. $RES['initWizard.configureCluster.customMountPoints.label']="Custom mount points";
  61. $RES['initWizard.configureCluster.preview.label']="Preview directories to be used";
  62. $RES['initWizard.configureCluster.submit.label']="Next";
  63. $RES['initWizard.configureClusterAdvanced.pageSummary.header']="Customize Settings";
  64. $RES['initWizard.configureClusterAdvanced.pageSummary.body']="We have come up with reasonable default settings. Customize as you see fit.";
  65. $RES['initWizard.configureClusterAdvanced.back.label']="&lt; Back";
  66. $RES['initWizard.configureClusterAdvanced.next.label']="Next &gt;";
  67. $RES['initWizard.configureClusterAdvanced.submit.label']="Finished customizing all components";
  68. $RES['initWizard.reviewAndDeploy.pageSummary.header']="Review and Deploy";
  69. $RES['initWizard.reviewAndDeploy.pageSummary.body']="<p>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>";
  70. $RES['initWizard.reviewAndDeploy.submit.label']='Deploy';
  71. $RES['addNodesWizard.addNodes.pageSummary.header']="Which nodes are you adding to the cluster?";
  72. $RES['addNodesWizard.addNodes.pageSummary.body']="We will use the SSH private key for the <i>root</i> user and a file containing a list of hostnames to perform installation on your nodes. The corresponding public key must already be in <i>authorized_keys</i> on all the nodes.";
  73. $RES['addNodesWizard.addNodes.submit.label']="Add Nodes";
  74. $RES['addNodesWizard.selectServices.pageSummary.header']='Install Services';
  75. $RES['addNodesWizard.selectServices.pageSummary.body']="Select the services that you wish to install on your nodes. Note that some services are selected by default and cannot be deselected.";
  76. $RES['addNodesWizard.selectServices.submit.label']="Proceed";
  77. $RES['uninstallWizard.pageSummary.header']="Uninstall Cluster";
  78. $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).";
  79. $RES['uninstallWizard.wipeout.label']="Perform wipe out (delete all data)";
  80. $RES['uninstallWizard.submit.label']="Uninstall Cluster";
  81. $RES['initWizard.configureClusterAdvanced.validation.error']="We've encountered invalid settings.";
  82. ?>