2013-03-27 19:29:21 +00:00
|
|
|
en:
|
|
|
|
vagrant_hostmanager:
|
2013-04-08 17:20:22 +00:00
|
|
|
action:
|
2013-06-19 16:05:24 +00:00
|
|
|
update_guests: "Updating /etc/hosts file on active guest machines..."
|
2013-06-20 16:54:20 +00:00
|
|
|
update_guest: "[%{name}] Updating /etc/hosts file..."
|
2013-06-19 16:05:24 +00:00
|
|
|
update_host: "Updating /etc/hosts file on host machine (password may be required)..."
|
2013-05-02 19:26:05 +00:00
|
|
|
config:
|
|
|
|
not_a_bool: "A value for %{config_key} can only be true or false, not type '%{value}'"
|
|
|
|
not_an_array_or_string: "A value for %{config_key} must be an Array or String, not type '%{is_class}'"
|
2013-06-06 19:56:01 +00:00
|
|
|
not_a_proc: "A value for %{config_key} must be a Proc, not type '%{is_class}'"
|