| | |
| | | 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 |