From 2d50b2f0856fe119dbc762af538bcb9708912614 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Tue, 26 Nov 2013 20:30:06 -0200 Subject: [PATCH] provisioner/docker: Add missing I18n --- templates/locales/en.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index 75dfd72b7..0f0dfedbd 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -42,6 +42,17 @@ en: to automatically delete Chef nodes and clients. chef_run_list_empty: |- Warning: Chef run list is empty. This may not be what you want. + + docker_installing: |- + Installing Docker onto machine... + docker_pulling_images: + Pulling Docker images... + docker_starting_containers: + Starting Docker containers... + docker_auto_start_not_available: |- + Unable to configure automatic restart of Docker containers on + the guest machine + provisioner_cleanup: |- Running cleanup tasks for '%{name}' provisioner...