summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2016-11-05 15:57:41 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2016-11-05 15:57:41 +0000
commit2f84918b14e34a5b5679524878a47c0976e972cb (patch)
treeb2f1286e60665b72d8d8ec0cf1a9a95588c18072 /lang
parent84450d4e8ea91a2205e469c7832362a8fb0f4472 (diff)
downloadgitano-2f84918b14e34a5b5679524878a47c0976e972cb.tar.gz
I18N messages for supple module
Diffstat (limited to 'lang')
-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()",
}