From b739887116326343032bb254e487ec6c9808e1eb Mon Sep 17 00:00:00 2001 From: Laurent Arnoud Date: Fri, 27 Jul 2012 21:57:13 +0200 Subject: [PATCH 1/2] Added untar_failure locale. --- templates/locales/en.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index d5325b4cd..4e21d7f6c 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -571,6 +571,8 @@ en: suspending: Saving VM state and suspending execution... box: + unpackage: + untar_failure: "Untar box failure..." add: adding: |- Extracting box... From 8aeb02992ef8d2f79a73b17d44932a19a4d39f1e Mon Sep 17 00:00:00 2001 From: Laurent Arnoud Date: Fri, 27 Jul 2012 23:43:51 +0200 Subject: [PATCH 2/2] Added already_exists locale. --- templates/locales/en.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index 4e21d7f6c..8ab2129c0 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -573,6 +573,7 @@ en: box: unpackage: untar_failure: "Untar box failure..." + already_exists: "Box already exists" add: adding: |- Extracting box...