summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2016-11-05 15:02:12 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2016-11-05 15:02:12 +0000
commit232850b9035ce258f747f97694f0cf68648ec54e (patch)
treec777097a21ab670645fa06c243a8093d27af65a7 /lang
parent76f418f8a641950e7df472372bbdfcad79218409 (diff)
downloadgitano-232850b9035ce258f747f97694f0cf68648ec54e.tar.gz
Added i18n for plugin module
Diffstat (limited to 'lang')
-rw-r--r--lang/en.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/en.lua b/lang/en.lua
index 5af0b66..9610394 100644
--- a/lang/en.lua
+++ b/lang/en.lua
@@ -162,4 +162,9 @@ example administration repository rules and an admin user and group.
ERROR_UNEXPECTED_ADDITIONAL_ARGUMENT = "Unexpected additional argument",
ERROR_MISSING_MATCHTYPE_OR_VALUE = "Missing match type or value",
ERROR_UNKNOWN_MATCHTYPE = "Unknown match type",
+
+ -- Messages from the plugin module
+ WARN_UNABLE_SCAN_PLUGINDIR = "Unable to scan plugin directory '${dir}': ${reason}",
+ WARN_UNABLE_LOAD_PLUGIN = "Failure loading plugin '${plugin}' from '${file}': ${reason}",
+ WARN_UNABLE_RUN_PLUGIN = "Failure running plugin '${plugin}' from '${file}': ${reason}",
}