From 2f84918b14e34a5b5679524878a47c0976e972cb Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 5 Nov 2016 15:57:41 +0000 Subject: I18N messages for supple module --- lang/en.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lang') 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()", } -- cgit v1.2.1