summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2016-12-03 14:55:14 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2016-12-03 16:06:49 +0000
commitabdf0cf6b732d8a7aff05c26e7cd0c82d2ea0f34 (patch)
tree37db7388421cfda0470576179b75a4edf1aaee64 /lang
parentb9f45628f4ef30ba4737121d1f84f1ebd12ea6bf (diff)
downloadgitano-abdf0cf6b732d8a7aff05c26e7cd0c82d2ea0f34.tar.gz
Ensure that if the gitano-bypass user is invoked, Gitano whines loudly
Diffstat (limited to 'lang')
-rw-r--r--lang/en.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/en.lua b/lang/en.lua
index 672373b..2f1b76b 100644
--- a/lang/en.lua
+++ b/lang/en.lua
@@ -132,6 +132,9 @@ example administration repository rules and an admin user and group.
ERROR_RULESET_UNCLEAN = "Ruleset did not complete cleanly",
RULESET_ALLOWED = "Ruleset permitted action",
RULESET_DENIED = "Ruleset denied action. Sorry.",
+ BYPASS_USER_BANNER_HEADER = "**** ALERT **** ALERT **** PAY CAREFUL ATTENTION **** ALERT **** ALERT ****",
+ BYPASS_USER_ALERT_MESSAGE = "**** You are acting as the bypass user. Rules and hooks WILL NOT APPLY ****",
+ BYPASS_USER_BANNER_FOOTER = "**** ALERT **** ALERT **** DO NOT DO THIS NORMALLY **** ALERT **** ALERT ****",
-- Messages from the config module
NO_SITE_CONF = "No site.conf",