locales/en.yml in vagrant-vcloud-0.1.2 vs locales/en.yml in vagrant-vcloud-0.2.0
- old
+ new
@@ -2,14 +2,15 @@
vagrant_vcloud:
vm_not_created: "The VM has not been created"
will_not_destroy: "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."
- 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}
+ 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:
api_version: "Configuration must specify a vCloud API version (default=5.1)"
catalog_name: "Configuration must specify a vCloud Director Catalog (for the VM templates images)"
ip_dns: "DNS configuration must be specified as an Array type"
compute_resource: "Configuration must specify a compute resource name"