summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2016-11-05 13:44:22 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2016-11-05 13:44:23 +0000
commitc17d727fbcf6c504c9f2865e37396e260abebfcc (patch)
tree7a0fcd2ade6617bc796befcd0b23211adcd441ca /lang
parent06f20fb42e61c77af8d075c280862bdcb41a06af (diff)
downloadgitano-c17d727fbcf6c504c9f2865e37396e260abebfcc.tar.gz
Update auth.lua with i18n tokens
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.",
+
}