Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Grunberg2015-10-14 20:16:27 +0000
committerRoland Grunberg2015-10-21 19:13:09 +0000
commit5e3bb356357cd47c9887749470904e4cb07be318 (patch)
treedbecd837a95023a08e26ae9d5cab78ecb485c3b7 /vagrant/org.eclipse.linuxtools.vagrant.ui/src/org/eclipse/linuxtools/internal/vagrant/ui/wizards/WizardMessages.properties
parent5bcdbbd120303ca8e571609343e101e9e5b42bba (diff)
downloadorg.eclipse.linuxtools-5e3bb356357cd47c9887749470904e4cb07be318.tar.gz
org.eclipse.linuxtools-5e3bb356357cd47c9887749470904e4cb07be318.tar.xz
org.eclipse.linuxtools-5e3bb356357cd47c9887749470904e4cb07be318.zip
Implement 'Add Box' functionality for Box View.
Change-Id: I30e248aea29579f4ee54f09663a5aaf98deed793 Reviewed-on: https://git.eclipse.org/r/58655 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.properties18
1 files changed, 18 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
new file mode 100644
index 0000000000..12d4f287d6
--- /dev/null
+++ b/vagrant/org.eclipse.linuxtools.vagrant.ui/src/org/eclipse/linuxtools/internal/vagrant/ui/wizards/WizardMessages.properties
@@ -0,0 +1,18 @@
+################################################################################
+# 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...

Back to the top