From e0054b802b46ee82716aa946a70892ed6128d5a7 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 20 May 2011 17:49:55 -0400 Subject: [PATCH] Documentation filename-linkname aliases. --- src/com/gitblit/wicket/GitBlitWebApp.properties | 17 ++++++++++++----- 1 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index f2fe232..d07f0bc 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -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