Add translations to the new redirect options

This commit is contained in:
Matias Griese
2021-03-11 16:26:09 +02:00
parent 37ffcff03f
commit 63db654392

View File

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