templates/strings.yml in vagrant-0.5.0 vs templates/strings.yml in vagrant-0.5.1

- old
+ new

@@ -82,10 +82,15 @@ again. Specified output file: <%= output_file %> :box_remove_doesnt_exist: |- The box you're attempting to remove does not exist! +:box_repackage_doesnt_exist: |- + The box you're attempting to repackage does not exist. Please check the + name you specified and try again. As a reminder, the repackage + command is for repackaging boxes which have been added through `vagrant box add` + but the box has been lost. :box_specified_doesnt_exist: |- Specified box `<%= box_name %>` does not exist! The box must be added through the `vagrant box add` command. Please view the documentation associated with the command for more information. @@ -169,9 +174,16 @@ :package_multivm: |- Because this Vagrant environment represents multiple VMs, a specific VM must be specified. This can be done by calling `vagrant package NAME` where NAME is a valid VM represented by your Vagrantfile. +:package_output_exists: |- + The specified file to save the package as already exists. Please + remove this file or specify a different filename for outputting. +:package_requires_directory: |- + A directory was not specified to package. This is an internal + issue. Please send the relevant stack trace (if any) and information + about this issue to the Vagrant team. :package_requires_export: |- Package must be used in conjunction with export. :provisioner_invalid_class: |- Provisioners must be an instance of Vagrant::Provisioners::Base :provisioner_unknown_type: |-