From 63db6543920650ca2da91797df10e8a3fd1aa4c7 Mon Sep 17 00:00:00 2001 From: Matias Griese Date: Thu, 11 Mar 2021 16:26:09 +0200 Subject: [PATCH] Add translations to the new redirect options --- languages/en.yaml | 5 +++++ 1 file changed, 5 insertions(+) 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"