mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-04 20:36:03 +01:00
Add translations to the new redirect options
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user