summaryrefslogtreecommitdiff
path: root/lang/en.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lang/en.lua')
-rw-r--r--lang/en.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/lang/en.lua b/lang/en.lua
index 0b1a9ac..1f0fdd3 100644
--- a/lang/en.lua
+++ b/lang/en.lua
@@ -198,4 +198,12 @@ example administration repository rules and an admin user and group.
ERROR_CANNOT_WRITE_LAST_MODIFIED = "Could not open info/web/last-modified for writing",
MSG_UPDATED_ADMIN_TREE = "Updated admin tree",
ERROR_SOMETHING_MISSING = "${what} missing",
+
+ -- Messages from the supple module
+ ERROR_NOT_RIGHT_NAME_FORMAT = "Unable to load ${modname} (Not the right name format)",
+ ERROR_UNABLE_TO_LOAD_MODULE = "Unable to load ${modname}",
+ DEBUG_HOOK_LOAD_MODULE = "Hook requested load_module(${modname})",
+ 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()",
}