locales/en.yml in vagrant-ovirt4-1.2.2 vs locales/en.yml in vagrant-ovirt4-1.2.3
- old
+ new
@@ -12,10 +12,12 @@
VM is not running. Please run `vagrant up` first.
powering_up: |-
VM is currently powering up. Please run `vagrant halt` to abort or wait until its status is 'up'.
wait_for_ready_vm: |-
Waiting for VM to become "ready" to start...
+ wait_for_ready_volume: |-
+ Waiting for disk resize to finish...
error_recovering: |-
An error occured. Recovering..
waiting_for_ip: |-
Waiting for VM to get an IP address...
rsync_folder: |-
@@ -56,12 +58,16 @@
errors:
remove_vm_error: |-
Error removing VM '%{vm_name}'. oVirt error message was '%{error_message}'
no_vm_error: |-
No VM found with id '%{vm_id}'
+ rsync_error: |-
+ An rsync error occurred. oVirt error message was '%{error_message}'
create_vm_error: |-
Creation failed. oVirt error message was '%{error_message}'
+ update_bios_error: |-
+ BIOS update failed. oVirt error message was '%{error_message}'
start_vm_error: |-
Unable to start VM: %{error_message}
no_network_error: |-
No network provided and none were imported from the template. There would be no way to communicate with this machine.
network_not_found_error: |-
@@ -74,5 +80,7 @@
The VM has not reported an IP address. Please ensure the ovirt-guest-agent is running and the machine is up.
remove_active_snapshot_error: |-
Snapshot with id %{id} is the active snapshot which cannot be removed.
remove_snapshot_error: |-
Snapshot with id %{id} Could not be removed. Details: %{error_message}.
+ resize_disk_error: |-
+ Disk resize failed. oVirt error message was '%{error_message}'