locales/en.yml in vagrant-openstack-plugin-0.7.0 vs locales/en.yml in vagrant-openstack-plugin-0.8.0

- old
+ new

@@ -24,10 +24,16 @@ The server instance has been paused. ready: |- The server is ready! rebooting_server: |- This server instance is rebooting! + snapshoting_server: |- + This server instance is snapshoting! + snapshot_done: |- + Snapshot is ok + snapshot_in_progress: |- + Snapshot is in progress resuming_server: |- The server instance has been resumed. rsync_folder: |- Rsyncing folder: %{hostpath} => %{guestpath} server_running: |- @@ -43,11 +49,14 @@ high-level network configurations (`config.vm.network`). They will be silently ignored. will_not_destroy: |- The instance '%{name}' will not be destroyed, since the confirmation was declined. - + creating_orchestration_stack: |- + Creating orchestration stack... + deleting_orchestration_stacks: |- + Deleting orchestration stacks... config: api_key_required: |- An API key is required. username_required: |- A username is required. @@ -82,16 +91,28 @@ The floating IP specified in the Vagrantfile does not match an available public IP address returned by OpenStack. floating_ip_not_found: |- A floating IP could not be allocated, as no available floating IPs were found in OpenStack + orchestration_template_error: |- + There was an error while reading orchestration template. + Error: %{err} + orchestration_no_template_file_error: |- + Orchestration template file not found (%{fname}). + states: short_active: |- active long_active: |- The server is up and running. Run `vagrant ssh` to access it. short_build: |- building + short_suspended: |- + suspended + short_paused: |- + paused + short_shutoff: |- + shutdown long_build: |- The server is currently being built. You must wait for this to complete before you can access it. You can delete the server, however, by running `vagrant destroy`. short_error: |-