diff --git a/languages/en.yaml b/languages/en.yaml index 529a9347..8dda9215 100644 --- a/languages/en.yaml +++ b/languages/en.yaml @@ -1094,3 +1094,8 @@ PLUGIN_ADMIN: SESSION_DOMAIN_HELP: "Use only if you you rewrite the site domain for example in a Docker Container." SESSION_PATH: "Session path" SESSION_PATH_HELP: "Use only if you you rewrite the site path for example in a Docker Container." + REDIRECT_OPTION_NO_REDIRECT: "No redirect" + REDIRECT_OPTION_DEFAULT_REDIRECT: "Use default redirect code" + REDIRECT_OPTION_301: "301 - Moved permanently" + REDIRECT_OPTION_302: "302 - Moved temporarily" + REDIRECT_OPTION_303: "303 - See Other"