summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2016-11-05 13:32:40 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2016-11-05 13:32:40 +0000
commit3f8491dc00fb9ec758cef1e3a1fe6529a6df5bac (patch)
tree641840204b9bc67029d6448ded97eb562372b72e /lang
parent23b90d4409e7baea3837389a3e0061658d933c59 (diff)
downloadgitano-3f8491dc00fb9ec758cef1e3a1fe6529a6df5bac.tar.gz
Messages from actions.lua
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}",
}