From 242b2de271fe70ca806e50e0a3bd8e3ec421a8ed Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Mon, 8 Oct 2012 18:42:44 +0200 Subject: [PATCH] Add error text for container stopping and fix typo in keys for restart errors --- frontend/locales/english.lng | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/locales/english.lng b/frontend/locales/english.lng index 4b9e4a5..e786ab6 100644 --- a/frontend/locales/english.lng +++ b/frontend/locales/english.lng @@ -172,6 +172,10 @@ error-start-running-title; Container can't be started error-start-running-text; Your container cannot be started because it is already running. error-stop-success-title; Container stopped error-stop-success-text; Your container was successfully stopped. +error-stop-suspended-title; Container is suspended +error-stop-suspended-text; Your container could not be stopped, as it is currently suspended. If you believe this is in error, please file a support ticket. +error-stop-terminated-title; Container is terminated +error-stop-terminated-text; Your container could not be stopped, as it is terminated. error-stop-failed-title; Container failed to stop error-stop-failed-text; Your container could not be stopped. If this error persists, please file a support ticket. error-stop-stopped-title; Container can't be stopped @@ -214,7 +218,7 @@ error-restart-success-title; Container restarted error-restart-success-text; Your container was successfully restarted. error-restart-suspended-title; Container is suspended error-restart-suspended-text; Your container could not be restarted, as it is currently suspended. If you believe this is in error, please file a support ticket. -error-restart-suspended-title; Container is terminated -error-restart-suspended-text; Your container could not be restarted, as it is terminated. +error-restart-terminated-title; Container is terminated +error-restart-terminated-text; Your container could not be restarted, as it is terminated. error-restart-start-title; Container failed to start error-restart-start-text; Your container could not be started. If this error persists, please file a support ticket.