locales/en.yml in vagrant-vbguest-0.6.0.pre0 vs locales/en.yml in vagrant-vbguest-0.6.0.pre1

- old
+ new

@@ -9,12 +9,10 @@ start_copy_iso: "Copy iso file %{from} into the box %{to}" start_copy_script: "Copy installer file %{from} into the box %{to}" restart_vm: "Restarting VM to apply changes..." suggest_restart: "Guest Additions got installed. However, they seem not be loaded correctly. Please restart the box runing `vagrant reload %{name}`" restart_loop_guard_activated: "Guest Additions will not load, even after reboot." - no_install_script_for_platform: "Sorry, don't know how to install on a %{platform} system. Stopping installation." - generic_install_script_for_platform: "%{platform} is currently not supported, will try generic Linux method..." guest_version_reports_differ: |- Got different reports about installed GuestAdditions version: Virtualbox on your host claims: %{driver} VBoxService inside the vm claims: %{service} Going on, assuming VBoxService is correct... @@ -31,9 +29,17 @@ Could not locate a local Virtualbox Guest Additions iso file. However, the no_remote option was set and thus I will downlownload it from %{from} Please configure a local path to the iso using `config.vbguest.iso_path` in your Vagrantfile or the `--iso` command line option. + + installer: + no_installer_for_platform: |- + Sorry, don't know how to %{method} Virtualbox Guest Additions on this platform. Stopping installation. + generic_linux_installer: |- + The guest's platform is currently not supported, will try generic Linux method... + do_not_inherit_match_method: |- + Installer classes must proviode their own `match?` method. download: with: "Downloading VirtualBox Guest Additions ISO with %{class}..." cleaning: "Cleaning up downloaded VirtualBox Guest Additions ISO..." unknown_type: "Unknown or unsupported URI type given for VirtualBox Guest Additions ISO download."