From 92b46c28f8b6543b6c5b9bacdc99668d95c6dffd Mon Sep 17 00:00:00 2001 From: Dick Visser <dick.visser@geant.org> Date: Tue, 20 Nov 2018 23:05:39 +0100 Subject: [PATCH] Add 'en' locale for non-production warning All the old LC_MESSAGES content from the old preprodwarning module will have to be added... --- locales/en/LC_MESSAGES/messages.po | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/locales/en/LC_MESSAGES/messages.po b/locales/en/LC_MESSAGES/messages.po index 33e9ac937..ab8f8396c 100644 --- a/locales/en/LC_MESSAGES/messages.po +++ b/locales/en/LC_MESSAGES/messages.po @@ -1742,3 +1742,9 @@ msgstr "" "provide a SAML Authentication Response. Please note that this endpoint is" " not intended to be accessed directly." +msgid "pre-production-warning" +msgstr "" +"You are now accessing a pre-production system. This authentication setup " +"is for testing and pre-production verification only. If someone sent you " +"a link that pointed you here, and you are not a tester you " +"probably got the wrong link, and should not be here." -- GitLab