From 9197d340db81a245193dff1ecb44889b8e0dfe31 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 24 May 2011 17:39:38 -0400 Subject: [PATCH] Download zip feature. --- src/com/gitblit/wicket/GitBlitWebApp.properties | 29 ++++++++++++++++++++++++++--- 1 files changed, 26 insertions(+), 3 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index 18b1e78..0c4c350 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -43,8 +43,8 @@ gb.blame = blame gb.login = Login gb.logout = Logout -gb.username = Username -gb.password = Password +gb.username = username +gb.password = password gb.tagger = tagger gb.moreHistory = more history... gb.difftocurrent = diff to current @@ -70,4 +70,27 @@ gb.rename = rename gb.delete = delete gb.docs = docs -gb.restrictedAccess = restricted access \ No newline at end of file +gb.accessRestriction = access restriction +gb.name = name +gb.description = description +gb.enableTickets = enable tickets +gb.enableDocs = enable docs +gb.save = save +gb.showRemoteBranches = show remote branches +gb.editUsers = edit users +gb.password = password +gb.confirmPassword = confirm password +gb.restrictedRepositories = restricted repositories +gb.canAdmin can admin +gb.notRestricted = anonymous view, clone, & push +gb.pushRestricted = authenticated push +gb.cloneRestricted = authenticated clone & push +gb.viewRestricted = authenticated view, clone, & push +gb.useTicketsDescription = distributed Ticgit issues +gb.useDocsDescription = enumerates Markdown documentation in repository +gb.showRemoteBranchesDescription = show remote branches +gb.canAdminDescription = can administer Git:Blit server +gb.permittedUsers = permitted users +gb.isFrozen = is frozen +gb.isFrozenDescription = deny push operations +gb.zip = zip \ No newline at end of file -- Gitblit v1.9.1