summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2016-11-05 14:56:45 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2016-11-05 14:56:45 +0000
commit76f418f8a641950e7df472372bbdfcad79218409 (patch)
tree20e76f2b6125252e1f12397bf62d1ba43f90cef7 /lang
parented816023d34a285261dd0e53a9ffdbb999fb761b (diff)
downloadgitano-76f418f8a641950e7df472372bbdfcad79218409.tar.gz
i18n for the gitano.lace module
Diffstat (limited to 'lang')
-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",
}