################################################################################ # Copyright (c) 2014, 2015 Red Hat. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html # # Contributors: # Red Hat - Initial Contribution ############################################################################### ImagePull.title=Add Box ImagePull.label=Add a box from file, url, or from repository. ImagePull.desc=Specify a Box name, and Box location. ImagePull.name.label=Name: 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... AddBoxPage.emptyBoxName=Please provide a Box name. AddBoxPage.emptyBoxLoc=Please provide a Box location. 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 reference, 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.boxRef.label=Box Reference: CreateVMPage.boxRef.tooltip=Enter the name or file path of the Box to use CreateVMPage.emptyBoxRef=Please provide a Box reference. CreateVMPage.emptyVagrantfile=Please provide a Vagrantfile. CreateVMPage.emptyVMName=Please provide a VM name. CreateVMPage.invalidVagrantfile=Vagrantfile no longer exists or cannot be read. CreateVMAdvancedComposite.EnvironmentVariables=Environment Variables... CreateVMAdvancedComposite.DefaultKey=New Environment Variable CreateVMAdvancedComposite.DefaultValue=Default Environment Variable Value CreateVMAdvancedComposite.Key=Key CreateVMAdvancedComposite.Value=Value CreateVmCommandHandler.VMExists.msg=A virtual machine with the same name already exists. CreateVmCommandHandler.VMExists.title=Virtual machine name exists PackageVMPage.desc=Specify a new Box name and destination Folder. PackageVMPage.folder.desc=Enter the destination folder for the new Box. PackageVMPage.folder.empty=Please provider a Box folder. PackageVMPage.folder.label=Folder PackageVMPage.folder.not.exist=Folder does not exist. PackageVMPage.folder.not.writeable=Folder is not writeable. PackageVMPage.label=Package A VM into a Box PackageVMWizard.title=Package VM SSHVMCommandHandler.invalidCredentials=The SSH credentials for this VM are not properly defined. Please ensure that the VM has an SSH Service running. SSHVMCommandHandler.sshError=Unable to SSH into Virtual Machine VagrantCommandNotFound.msg=The 'vagrant' command could not be found. Please make sure Vagrant is installed and configured to be on the system PATH VagrantCommandNotFound.title=vagrant command not found