summaryrefslogtreecommitdiff
path: root/lang/en.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lang/en.lua')
-rw-r--r--lang/en.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/lang/en.lua b/lang/en.lua
index 60ed6a3..5af0b66 100644
--- a/lang/en.lua
+++ b/lang/en.lua
@@ -155,4 +155,11 @@ example administration repository rules and an admin user and group.
ERROR_UNABLE_TO_CREATE = "Unable to create ${path}",
ERROR_UNABLE_TO_RENAME = "Unable to overwrite ${path}",
AUTHORIZED_KEYS_UPDATED = "SSH authorised key file updated",
+
+ -- Messages from the lace module
+ DEBUG_EMPTY_OBJECT_NASCENT = "Returning empty object (nascent repository?)",
+ ERROR_UNABLE_TO_FIND_RULE = "Unable to find $(name) in ${sha} (${inname})",
+ ERROR_UNEXPECTED_ADDITIONAL_ARGUMENT = "Unexpected additional argument",
+ ERROR_MISSING_MATCHTYPE_OR_VALUE = "Missing match type or value",
+ ERROR_UNKNOWN_MATCHTYPE = "Unknown match type",
}