locales/en.yml in vagrant-vcenter-0.1.1 vs locales/en.yml in vagrant-vcenter-0.2.0
- old
+ new
@@ -7,16 +7,10 @@
VM will not be destroyed
vm_already_running: |-
VM is already running
vm_halted_cannot_suspend: |-
VM is not running or already suspended, cannot suspend it.
- sync:
- rsync_not_found_warning: |-
- Warning! Folder sync disabled because the rsync binary is missing.
- Make sure rsync is installed and the binary can be found in the PATH.
- rsync_folder: |-
- Rsyncing folder: %{hostpath} => %{guestpath}
config:
hostname: |-
Configuration must specify a vCenter hostname
username: |-
Configuration must specify a vCenter username
@@ -30,9 +24,17 @@
Configuration must specify a compute resource name
network_name: |-
Configuration must specify a resource pool name
resourcepool_name: |-
Configuration must specify a resource pool name
+ no_prep_type: |-
+ The only supported prep type is linux. hack away.
+ ipaddress: |-
+ Configuration must specify a ipaddress
+ gateway: |-
+ Configuration must specify a gateway
+ netmask: |-
+ Configuration must specify a netmask
states:
not_created: |-
The environment has not yet been created. Run `vagrant up` to
create the environment. If a machine is not created, only the
default provider will be shown. So if a provider is not listed,