summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
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 37709cc..5f78a37 100644
--- a/lang/en.lua
+++ b/lang/en.lua
@@ -113,4 +113,9 @@ example administration repository rules and an admin user and group.
-- Messages from update-ssh
UPDATE_SSH_USAGE = "Usage: gitano-update-ssh /path/to/repos",
+
+ -- Messages from the actions module
+ VERIFY_NEW_GITANO_ADMIN = "Verifying new gitano-admin master",
+ LOOKS_OKAY = "Looks okay",
+ VERIFY_NEW_ADMIN_SHA = "Verifying new admin sha: ${sha}",
}