From 240dc7a7f3120750d1e85dbf0ee843d9fec8c728 Mon Sep 17 00:00:00 2001 From: Flavio Copes Date: Thu, 25 Aug 2016 15:51:07 +0200 Subject: [PATCH] Translations for session path and custom base url options --- languages/en.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/languages/en.yaml b/languages/en.yaml index 7d07b5ec..322d245c 100644 --- a/languages/en.yaml +++ b/languages/en.yaml @@ -585,3 +585,7 @@ PLUGIN_ADMIN: FORCE_SSL_HELP: "Globally force SSL, if enabled when the site is reached through HTTP, Grav sends a redirect to the HTTPS page" NEWS_FEED: "News Feed" EXTERNAL_URL: "External URL" + SESSION_PATH: "The session path" + SESSION_PATH_HELP: "Use only if you choose a custom base URL (you rewrite the site domain / subfolder)" + CUSTOM_BASE_URL: "Custom base URL" + CUSTOM_BASE_URL_HELP: "Use if you want to rewrite the site domain or use a different subfolder than the one used by Grav. Example: http://localhost" \ No newline at end of file