summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2016-12-03 16:06:30 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2016-12-03 16:06:49 +0000
commiteb2f5c42f9f57de71d7d52075fdba5e8f453a492 (patch)
treedcdc7293e4460a36b85a1a2b15a68d3024868aeb /lang
parent00c1817dacfae3be2749f199000a2db25b5c8a43 (diff)
downloadgitano-eb2f5c42f9f57de71d7d52075fdba5e8f453a492.tar.gz
Support whining for supple, and clean up a few bits
Diffstat (limited to 'lang')
-rw-r--r--lang/en.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/en.lua b/lang/en.lua
index ded6ba6..43837ea 100644
--- a/lang/en.lua
+++ b/lang/en.lua
@@ -68,6 +68,7 @@ example administration repository rules and an admin user and group.
SETUP_PREPARE_COMMIT = "=> Commit that tree",
SETUP_PREPARE_MASTER = "=> Attach that commit to master",
SETUP_CHECK_ADMIN_REPO = "=> Ensure we can parse our resultant admin repository",
+ SETUP_ADMIN_CONFIG = "=> Configure admin repo description and owner",
SETUP_ERROR_NO_USER = "Could not find user",
SETUP_ERROR_NOT_ADMIN = "User was not a gitano-admin",
SETUP_ADMIN_REF = "=> Change the admin ref for gitano-admin.git",
@@ -220,6 +221,10 @@ example administration repository rules and an admin user and group.
DEBUG_ATTEMPT_LOADSTRING = "Attempting to loadstring in the sandbox",
DEBUG_SET_GLOBALS = "Setting globals in supple sandbox",
DEBUG_SUPPLE_HOST_RUN = "Entering supple.host.run()",
+ SUPPLE_BYPASS_BANNER_HEADER = "**** PERIL **** A VERY HAZARDOUS OPERATION IS UNDERWAY **** PERIL ****",
+ SUPPLE_BYPASS_ALERT_MESSAGE = "**** The running of a hook was bypassed thanks to gitano-bypass ****",
+ SUPPLE_BYPASS_BANNER_FOOTER = "**** PERIL **** HOOK BYPASS MAY CAUSE CRITICAL FAILURE **** PERIL ****",
+ SUPPLE_BYPASSED = "Hook run bypassed because caller is gitano-bypass",
-- Messages from the util module
DEBUG_WELCOME_TO = "Welcome to ${site}",