summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/en.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/en.lua b/lang/en.lua
index 5f78a37..6cf6720 100644
--- a/lang/en.lua
+++ b/lang/en.lua
@@ -118,4 +118,15 @@ example administration repository rules and an admin user and group.
VERIFY_NEW_GITANO_ADMIN = "Verifying new gitano-admin master",
LOOKS_OKAY = "Looks okay",
VERIFY_NEW_ADMIN_SHA = "Verifying new admin sha: ${sha}",
+
+ -- Messages from the auth module
+ ERROR_PARSING_COMMAND = "Error parsing command",
+ ERROR_COULD_NOT_LOAD_CONFIG = "Couldn't load a config from the admin repository",
+ CLIENT_CONNECTED = "Client connected from ${ip} as ${user} (${key}), Executing command: ${cmdline}",
+ ERROR_UNKNOWN_COMMAND = "Unknown command: ${cmd}",
+ ERROR_VALIDATION_FAILED = "Validation of command line failed",
+ ERROR_RULESET_UNCLEAN = "Ruleset did not complete cleanly",
+ RULESET_ALLOWED = "Ruleset permitted action",
+ RULESET_DENIED = "Ruleset denied action. Sorry.",
+
}