provisioner/docker: Add missing I18n

This commit is contained in:
Fabio Rehm 2013-11-26 20:30:06 -02:00
parent 82fc9330af
commit 2d50b2f085
1 changed files with 11 additions and 0 deletions

View File

@ -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...