From 8a2e9c363346ef5bf48c8eba09cb8afa46fabeeb Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 24 May 2011 17:17:51 -0400 Subject: [PATCH] Delete/Rename repos & user. Edit link. Dropped crypt. Other git urls. --- src/com/gitblit/wicket/GitBlitWebApp.properties | 21 ++++++++++++++------- 1 files changed, 14 insertions(+), 7 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index f2fe232..b6dbc11 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 @@ -80,9 +80,16 @@ gb.editUsers = edit users gb.password = password gb.confirmPassword = confirm password -gb.repositories = repositories +gb.restrictedRepositories = restricted repositories gb.canAdmin can admin -gb.notRestricted = open repository -gb.cloneRestricted = clone-restricted repository -gb.pushRestricted = push-restricted repository -gb.viewRestricted = view-restricted repository \ No newline at end of file +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 \ No newline at end of file -- Gitblit v1.9.1