From 5779988cf3a1d737322b2b6a1d568da8713509e7 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 03 Jun 2014 10:34:51 -0400 Subject: [PATCH] Use RepositoryNamePanel in EditRepositoryPage, rename AccessPolicyPanel --- src/main/java/com/gitblit/wicket/GitBlitWebApp.properties | 22 ++++++++++++---------- 1 files changed, 12 insertions(+), 10 deletions(-) diff --git a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties index d90158d..d2d1454 100644 --- a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties @@ -686,16 +686,18 @@ gb.plugins = plugins gb.extensions = extensions gb.pleaseSelectProject = Please select the project! -gb.anonymousPush = Anonymous Pushes -gb.anonymousPushDescription = Anyone can see, clone, and push to this repository. -gb.pushRestrictedAuthenticated = Restrict Pushes (Authenticated) -gb.pushRestrictedAuthenticatedDescription = Anyone can see and clone this repository. All authenticated users can push. -gb.pushRestrictedNamed = Restrict Pushes (Named) -gb.pushRestrictedNamedDescription = Anyone can see and clone this repository. You choose who can push. -gb.cloneRestricted = Restrict Clones & Pushes -gb.cloneRestrictedDescription = Anyone can see this repository. You choose who can clone and push. -gb.private = Private -gb.privateRepoDescription = You choose who can see, clone, and push to this repository. +gb.accessPolicy = Access Policy +gb.accessPolicyDescription = Choose an access policy to control visibility, cloning, and pushing to this repository. +gb.anonymousPolicy = Anonymous View, Clone, & Push +gb.anonymousPolicyDescription = Anyone can see, clone, and push to this repository. +gb.authenticatedPushPolicy = Restrict Push (Authenticated) +gb.authenticatedPushPolicyDescription = Anyone can see and clone this repository. All authenticated users have RW+ push permission. +gb.namedPushPolicy = Restrict Push (Named) +gb.namedPushPolicyDescription = Anyone can see and clone this repository. You choose who can push. +gb.clonePolicy = Restrict Clone & Push +gb.clonePolicyDescription = Anyone can see this repository. You choose who can clone and push. +gb.viewPolicy = Restrict View, Clone, & Push +gb.viewPolicyDescription = You choose who can see, clone, and push to this repository. gb.initialCommit = Initial Commit gb.initialCommitDescription = This will allow you to <code>git clone</code> this repository immediately. Skip this step if you have already run <code>git init</code> locally. gb.initWithReadme = Include a README -- Gitblit v1.9.1