Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Grunberg2015-10-23 21:11:05 +0000
committerRoland Grunberg2015-11-02 20:55:10 +0000
commita506e5f52af0cf52c9be4504c6e04d5c9c26eefa (patch)
treefdd74ce8e3523d4ae28ea6638ae88b0300c4b200 /vagrant/org.eclipse.linuxtools.vagrant.ui/src/org/eclipse/linuxtools/internal/vagrant/ui/wizards/WizardMessages.properties
parent544c2e54afae9ccf7c9e3c91e7f2ad9ba5804c9f (diff)
downloadorg.eclipse.linuxtools-a506e5f52af0cf52c9be4504c6e04d5c9c26eefa.tar.gz
org.eclipse.linuxtools-a506e5f52af0cf52c9be4504c6e04d5c9c26eefa.tar.xz
org.eclipse.linuxtools-a506e5f52af0cf52c9be4504c6e04d5c9c26eefa.zip
Add a wizard for VM creation.
- Create a VM with default settings from an existing box - Create a VM from an existing Vagrantfile Change-Id: Ieffbc05db518e05ccda9284e6da88587586fdbfd Reviewed-on: https://git.eclipse.org/r/59051 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com>
Diffstat (limited to 'vagrant/org.eclipse.linuxtools.vagrant.ui/src/org/eclipse/linuxtools/internal/vagrant/ui/wizards/WizardMessages.properties')
-rw-r--r--vagrant/org.eclipse.linuxtools.vagrant.ui/src/org/eclipse/linuxtools/internal/vagrant/ui/wizards/WizardMessages.properties16
1 files changed, 16 insertions, 0 deletions
diff --git a/vagrant/org.eclipse.linuxtools.vagrant.ui/src/org/eclipse/linuxtools/internal/vagrant/ui/wizards/WizardMessages.properties b/vagrant/org.eclipse.linuxtools.vagrant.ui/src/org/eclipse/linuxtools/internal/vagrant/ui/wizards/WizardMessages.properties
index 12d4f287d6..c51727eca1 100644
--- a/vagrant/org.eclipse.linuxtools.vagrant.ui/src/org/eclipse/linuxtools/internal/vagrant/ui/wizards/WizardMessages.properties
+++ b/vagrant/org.eclipse.linuxtools.vagrant.ui/src/org/eclipse/linuxtools/internal/vagrant/ui/wizards/WizardMessages.properties
@@ -16,3 +16,19 @@ ImagePull.name.tooltip=Enter the name to give this Box
ImagePull.loc.label=Location:
ImagePull.loc.tooltip=Enter either a file path, url, or name of a remote Box
ImagePull.search.label=Search...
+
+CreateVM.title=Create VM
+CreateVM.label=Create a VM based on an existing Box or Vagrantfile.
+CreateVM.desc=Specify a VM name, and an existing Box name, or Vagrantfile
+CreateVM.name.label=VM Name:
+CreateVMPage.name.tooltip=Enter the name to give this VM
+CreateVMPage.File.CheckBox=Custom Vagrantfile
+CreateVMPage.loc.label=Vagrantfile:
+CreateVMPage.loc.tooltip=Enter a file path to an existing Vagrantfile
+CreateVMPage.search.label=Search...
+CreateVMPage.boxName.label=Box Name:
+CreateVMPage.boxName.tooltip=Enter the name of the Box to use
+CreateVMPage.emptyBoxName=Please provide a Box name.
+CreateVMPage.emptyVagrantfile=Please provide a Vagrantfile.
+CreateVMPage.emptyVMName=Please provide a VM name.
+CreateVMPage.invalidVagrantfile=Vagrantfile no longer exists or cannot be read.

Back to the top