templates/strings.yml in vagrant-0.4.1 vs templates/strings.yml in vagrant-0.4.2
- old
+ new
@@ -68,10 +68,16 @@
and then try to add it again.
:box_add_already_exists: |-
A box with the name '<%= box_name %>' already exists, please use another name or use `vagrant box remove <%= box_name %>`
:box_download_unknown_type: |-
Unknown URI type for box download.
+:box_file_exists: |-
+ The specified output file for packaging already exists. Please move
+ the file or modify the output filename parameter then try to package
+ again.
+
+ Specified output file: <%= output_file %>
:box_remove_doesnt_exist: |-
The box you're attempting to remove does not exist!
:box_specified_doesnt_exist: |-
Specified box `<%= box_name %>` does not exist!
@@ -134,10 +140,15 @@
:network_not_found: |-
The specified host network could not be found: <%= name %>.
If the name specification is removed, Vagrant will create a new
host only network for you. Alternatively, please create the
specified network manually.
+:network_collides: |-
+ The specified host network collides with a non-hostonly network!
+ This will cause your specified IP to be inaccessible. Please change
+ the IP or name of your host only network to not match that of
+ a bridged or non-hostonly network.
:package_include_file_doesnt_exist: |-
File specified to include: '<%= filename %>' does not exist!
:package_multivm: |-
Because this Vagrant environment represents multiple VMs, a
specific VM must be specified. This can be done by calling
@@ -210,17 +221,22 @@
The specified system type is unknown: <%= system %>. Please change this
to a proper value.
:system_unspecified: |-
A VM system type must be specified! This is done via the `config.vm.system`
configuration value. Please read the documentation online for more information.
+:unison_not_found: |-
+ The `unison` binary was not found on the guest machine. This is required
+ for folder syncing via unison. Please install unison on your system to
+ use folder syncing. You may also disable folder syncing, install unison,
+ re-enable syncing, then call a `vagrant reload` to enable syncing.
:unknown_vm: |-
The specified VM could not be found: <%= vm %>
:virtualbox_import_failure: |-
The VM import failed! Try running `VBoxManage import` on the box file
manually for more verbose error output.
:virtualbox_invalid_version: |-
Vagrant has detected that you have VirtualBox version <%= version %> installed!
- Vagrant requires that you use at least VirtualBox version 3.1. Please install
+ Vagrant requires that you use at least VirtualBox version 3.2. Please install
a more recent version of VirtualBox to continue.
:virtualbox_not_detected: |-
Vagrant could not detect VirtualBox! Make sure VirtualBox is properly installed.
If VirtualBox is installed, it may be an incorrect version. Vagrant currently
only supports VirtualBox 3.1.x. Please install the proper version to continue.