[web] improvement: adding tips for all custom actions

This commit is contained in:
Vinicius Moreira
2022-02-25 14:25:40 -03:00
parent 7c75a55c57
commit d85b661ac3
9 changed files with 19 additions and 1 deletions

View File

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