summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2016-08-28 13:05:21 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2016-08-28 13:05:21 +0100
commit6e01e8ad9889db2a7a650be9eb6cfd76dce46cba (patch)
tree459ec0b2e23c782c059a394b47b39a5b80f57566 /lang
parent7210d1a2cfb33e870901629b2423a2f183c08954 (diff)
downloadgitano-6e01e8ad9889db2a7a650be9eb6cfd76dce46cba.tar.gz
Performed i18n on all bin/*.in
Diffstat (limited to 'lang')
-rw-r--r--lang/en.lua40
1 files changed, 40 insertions, 0 deletions
diff --git a/lang/en.lua b/lang/en.lua
index 6ea9002..37709cc 100644
--- a/lang/en.lua
+++ b/lang/en.lua
@@ -71,6 +71,46 @@ example administration repository rules and an admin user and group.
SETUP_COMPLETED = "Gitano setup completed",
-- General errors used in many scripts
+ ERROR_CANNOT_FIND_ADMIN_REPO = "Unable to locate administration repository. Cannot continue",
ERROR_BAD_ADMIN_REPO = "Unable to find the HEAD of the administration repository. Cannot continue",
+ ERROR_NO_COMMAND = "No command provided, cannot continue",
+ ERROR_COMMAND_FAILED = "Error running command, exiting",
+ ERROR_NOT_AUTHORISED = "Not authorised",
+ ERROR_NO_ADMIN_REPO = "Unable to locate administration repository. Cannot continue",
+ ERROR_CANNOT_PARSE_ADMIN = "Unable to parse administration repository.",
+ ERROR_CANNOT_CONTINUE = "Cannot continue",
+ ERROR_CANNOT_LOCATE_REPO = "Unable to locate repository.",
+ ERROR_REPO_IS_NASCENT = "Repository ${name} is nascent.",
+ ERROR_NO_ERROR_FOUND = "No reason given, but errored somehow.",
+ ERROR_RULESET_UNCLEAN_FINISH = "Ruleset did not complete cleanly.",
+ ERROR_RULESET_DENIED_ACTION = "Ruleset denied action. Sorry.",
+ ERROR_ACTIONS_REFUSED_ACTION = "Builtin action handlers denied action. Sorry",
+
+ -- General messages which might be useful in various places
+ FINISHED = "Finished",
+ -- Messages from post-receive
+ CHANGES_TO_ADMINREF_APPLIED = "<${name}> Any changes to admin ref have been applied",
+ CHANGES_TO_HOOKS_APPLIED = "<${name}> Any changes to hooks etc have been applied",
+ ERROR_UNABLE_TO_PROCESS = "<${name}> Unable to process: ${msg}",
+ SCANNING_FOR_UPDATES = "Scanning repositories to apply hook/rules updates...",
+ ALL_UPDATES_DONE = "All repositories updated where possible.",
+ ERROR_UPDATE_SSH_NOT_WORK = "Updating SSH keys didn't work?",
+ UPDATE_HTTP_INFO = "Updating server info for dumb HTTP transport",
+ UPDATE_LASTMOD_DATE = "Updating last-modified date",
+ RUNNING_POST_RECEIVE_HOOK = "Running repository post-receive hook",
+
+ -- Messages from pre-receive
+ RUNNING_PRE_RECEIVE_HOOK = "Running repository pre-receive hook",
+ ODD_OLD_OBJECT_NOT_COMMIT_OR_TAG = "Odd, old object ${sha} is not a commit or tag",
+ ODD_NEW_OBJECT_NOT_COMMIT_OR_TAG = "Odd, old object ${sha} is not a commit or tag",
+ GENERATING_TREEDELTAS = "Treedeltas generating because of ${key}, please hold.",
+ GENERATED_TREEDELTAS = "Treedeltas built, continuing.",
+ ERROR_RULES_REFUSED_UPDATE = "Rules refused update: ${reason}",
+ ERROR_BUILTIN_HANDLERS_SAID = "Builtin action handlers said: ${msg}",
+ RUNNING_UPDATE_HOOK = "Running repository update hook",
+ ALLOWING_UPDATE = "Allowing ref update of ${ref} from ${old} to ${new}",
+
+ -- Messages from update-ssh
+ UPDATE_SSH_USAGE = "Usage: gitano-update-ssh /path/to/repos",
}