summaryrefslogtreecommitdiff
path: root/lang/en.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lang/en.lua')
-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",