diff --git a/bauh/gems/web/controller.py b/bauh/gems/web/controller.py index 4535ba98..5d6093f2 100644 --- a/bauh/gems/web/controller.py +++ b/bauh/gems/web/controller.py @@ -1162,6 +1162,7 @@ class WebApplicationManager(SoftwareManager): self._custom_actions = ( CustomSoftwareAction(i18n_label_key='web.custom_action.install_app', i18n_status_key='web.custom_action.install_app.status', + i18n_description_key='web.custom_action.install_app.desc', manager=self, manager_method='install_app', icon_path=resource.get_path('img/web.svg', ROOT_DIR), @@ -1170,6 +1171,7 @@ class WebApplicationManager(SoftwareManager): requires_confirmation=False), CustomSoftwareAction(i18n_label_key='web.custom_action.clean_env', i18n_status_key='web.custom_action.clean_env.status', + i18n_description_key='web.custom_action.clean_env.desc', manager=self, manager_method='clean_environment', icon_path=resource.get_path('img/web.svg', ROOT_DIR), diff --git a/bauh/gems/web/resources/locale/ca b/bauh/gems/web/resources/locale/ca index 054ac126..0bb0b7b7 100644 --- a/bauh/gems/web/resources/locale/ca +++ b/bauh/gems/web/resources/locale/ca @@ -4,7 +4,9 @@ web.custom_action.clean_env.failed=An error occurred during the installation env web.custom_action.clean_env.status=Cleaning the installation environment web.custom_action.clean_env.success=Installation environment cleaned web.custom_action.clean_env=Clean installation environment +web.custom_action.clean_env.desc=Removes all software and configuration files from the installation environment web.custom_action.install_app=Install Web application +web.custom_action.install_app.desc=Allows to install a Web site as an application web.custom_action.install_app.invalid_url=The address {URL} {url} could not be found. It is not possible to finish the installation. web.custom_action.install_app.status=Installing Web application web.env.checking=Checking the Web installation environment diff --git a/bauh/gems/web/resources/locale/en b/bauh/gems/web/resources/locale/en index 51fb7888..64012bc9 100644 --- a/bauh/gems/web/resources/locale/en +++ b/bauh/gems/web/resources/locale/en @@ -4,7 +4,9 @@ web.custom_action.clean_env.failed=An error occurred during the installation env web.custom_action.clean_env.status=Cleaning the installation environment web.custom_action.clean_env.success=Installation environment cleaned web.custom_action.clean_env=Clean installation environment +web.custom_action.clean_env.desc=Removes all software and configuration files from the installation environment web.custom_action.install_app=Install Web application +web.custom_action.install_app.desc=Allows to install a Web site as an application web.custom_action.install_app.invalid_url=The address {URL} {url} could not be found. It is not possible to finish the installation. web.custom_action.install_app.status=Installing Web application web.env.checking=Checking the Web installation environment diff --git a/bauh/gems/web/resources/locale/es b/bauh/gems/web/resources/locale/es index cae60d75..0844df57 100644 --- a/bauh/gems/web/resources/locale/es +++ b/bauh/gems/web/resources/locale/es @@ -4,7 +4,9 @@ web.custom_action.clean_env.failed=Se produjo un error durante la limpieza del a web.custom_action.clean_env.status=Limpiando el ambiente de instalación web.custom_action.clean_env.success=Ambiente de instalación limpio web.custom_action.clean_env=Limpiar ambiente de instalación +web.custom_action.clean_env.desc=Elimina todo los softwares y archivos de configuración del ambiente de instalación web.custom_action.install_app=Instalar aplicación Web +web.custom_action.install_app.desc=Permite instalar un Web site como una aplicación web.custom_action.install_app.invalid_url=No se pudo encontrar la dirección {URL} {url}. No es posible finalizar la instalación. web.custom_action.install_app.status=Instalando aplicación Web web.env.checking=Verificando el ambiente de instalación web diff --git a/bauh/gems/web/resources/locale/fr b/bauh/gems/web/resources/locale/fr index d96e414a..edc29679 100644 --- a/bauh/gems/web/resources/locale/fr +++ b/bauh/gems/web/resources/locale/fr @@ -3,8 +3,10 @@ gem.web.install.warning=Cette application n'est pas officiellement distribué pa web.custom_action.clean_env.failed=Une erreur est survenue lors du nettoyage de l'environnement d'installation web.custom_action.clean_env.status=Nettoyage de l'environnement d'installation web.custom_action.clean_env.success=Environnement d'installation nettoyé -web.custom_action.clean_env=Nettoyage de l'environnement d'installation Web. +web.custom_action.clean_env=Nettoyage de l'environnement d'installation Web +web.custom_action.clean_env.desc=Removes all software and configuration files from the installation environment web.custom_action.install_app=Install Web application +web.custom_action.install_app.desc=Allows to install a Web site as an application web.custom_action.install_app.invalid_url=The address {URL} {url} could not be found. It is not possible to finish the installation. web.custom_action.install_app.status=Installing Web application web.env.checking=Verification de l'environnement d'installation Web. diff --git a/bauh/gems/web/resources/locale/it b/bauh/gems/web/resources/locale/it index cf57e87f..92451abb 100644 --- a/bauh/gems/web/resources/locale/it +++ b/bauh/gems/web/resources/locale/it @@ -4,7 +4,9 @@ web.custom_action.clean_env.failed=An error occurred during the installation env web.custom_action.clean_env.status=Cleaning the installation environment web.custom_action.clean_env.success=Installation environment cleaned web.custom_action.clean_env=Clean installation environment +web.custom_action.clean_env.desc=Removes all software and configuration files from the installation environment web.custom_action.install_app=Install Web application +web.custom_action.install_app.desc=Allows to install a Web site as an application web.custom_action.install_app.invalid_url=The address {URL} {url} could not be found. It is not possible to finish the installation. web.custom_action.install_app.status=Installing Web application web.env.checking=Checking the Web installation environment diff --git a/bauh/gems/web/resources/locale/pt b/bauh/gems/web/resources/locale/pt index 9488505b..62f02b45 100644 --- a/bauh/gems/web/resources/locale/pt +++ b/bauh/gems/web/resources/locale/pt @@ -4,7 +4,9 @@ web.custom_action.clean_env.failed=Ocorreu um problema durante a limpeza do ambi web.custom_action.clean_env.status=Limpando ambiente de instalação web.custom_action.clean_env.success=Ambiente de instalação limpo web.custom_action.clean_env=Limpar ambiente de instalação +web.custom_action.clean_env.desc=Remove todos os softwares e arquivos de configuração do ambiente instalação web.custom_action.install_app=Instalar aplicação Web +web.custom_action.install_app.desc=Permite instalar um Web site como uma aplicação web.custom_action.install_app.invalid_url=O endereço {URL} {url} não foi encontrado. Não é possível finalizar a instalação. web.custom_action.install_app.status=Instalando aplicação Web web.env.checking=Verificando o ambiente de instalação Web diff --git a/bauh/gems/web/resources/locale/ru b/bauh/gems/web/resources/locale/ru index 626ca939..8b1ae1b4 100644 --- a/bauh/gems/web/resources/locale/ru +++ b/bauh/gems/web/resources/locale/ru @@ -4,7 +4,9 @@ web.custom_action.clean_env=Очистка среды установки web.custom_action.clean_env.failed=Произошла ошибка при очистке среды установки web.custom_action.clean_env.status=Среда установки будет очищена web.custom_action.clean_env.success=Среда установки очищена! +web.custom_action.clean_env.desc=Removes all software and configuration files from the installation environment web.custom_action.install_app=Install Web application +web.custom_action.install_app.desc=Allows to install a Web site as an application web.custom_action.install_app.invalid_url=The address {URL} {url} could not be found. It is not possible to finish the installation. web.custom_action.install_app.status=Installing Web application web.env.checking=Проверка Веб-среды diff --git a/bauh/gems/web/resources/locale/tr b/bauh/gems/web/resources/locale/tr index 94552e8c..8c2db1f4 100644 --- a/bauh/gems/web/resources/locale/tr +++ b/bauh/gems/web/resources/locale/tr @@ -4,7 +4,9 @@ web.custom_action.clean_env.failed=Kurulum ortamı temizliği sırasında bir ha web.custom_action.clean_env.status=Kurulum ortamını temizleme web.custom_action.clean_env.success=Kurulum ortamı temizlendi web.custom_action.clean_env=Temiz kurulum ortamı +web.custom_action.clean_env.desc=Removes all software and configuration files from the installation environment web.custom_action.install_app=Install Web application +web.custom_action.install_app.desc=Allows to install a Web site as an application web.custom_action.install_app.invalid_url=The address {URL} {url} could not be found. It is not possible to finish the installation. web.custom_action.install_app.status=Installing Web application web.env.checking=Web kurulum ortamını kontrol et