From d0d438f480e29a5ebaf64449a5c3e7f4ebb13690 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 11 May 2011 22:33:16 -0400 Subject: [PATCH] Clarified access restrictions. --- src/com/gitblit/wicket/GitBlitWebApp.properties | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index 39bdd29..f2fe232 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -70,11 +70,19 @@ gb.rename = rename gb.delete = delete gb.docs = docs -gb.restrictedAccess = restricted access +gb.accessRestriction = access restriction gb.name = name -gb.group = group gb.description = description gb.enableTickets = enable tickets gb.enableDocs = enable docs gb.save = save -gb.showRemoteBranches = show remote branches \ No newline at end of file +gb.showRemoteBranches = show remote branches +gb.editUsers = edit users +gb.password = password +gb.confirmPassword = confirm password +gb.repositories = 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 -- Gitblit v1.9.1