From d7905a15bf41df0574bd8613bf16f2d7ef0cb805 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Tue, 27 Dec 2011 17:50:39 -0500
Subject: [PATCH] Implemented Team hook scripts

---
 src/com/gitblit/wicket/GitBlitWebApp.properties |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties
index 4eeb887..6a5dd34 100644
--- a/src/com/gitblit/wicket/GitBlitWebApp.properties
+++ b/src/com/gitblit/wicket/GitBlitWebApp.properties
@@ -196,8 +196,15 @@
 gb.permittedTeams = permitted teams
 gb.emptyRepository = empty repository
 gb.repositoryUrl = repository url
-gb.mailRecipients = mail recipients
-gb.mailRecipientsDescription = space-delimited, used by sendemail Groovy hook
+gb.mailingLists = mailing lists
 gb.preReceiveScripts = pre-receive scripts
 gb.postReceiveScripts = post-receive scripts
-gb.groovyHookScripts = hook scripts
\ No newline at end of file
+gb.hookScripts = hook scripts
+gb.accessPermissions = access permissions
+gb.filters = filters
+gb.generalDescription = common settings
+gb.accessPermissionsDescription = restrict access by users and teams
+gb.accessPermissionsForUserDescription = set team memberships or grant access to specific restricted repositories
+gb.accessPermissionsForTeamDescription = set team members and grant access to specific restricted repositories
+gb.federationRepositoryDescription = share this repository with other Gitblit servers
+gb.hookScriptsDescription = run custom scripts on pushes to this Gitblit server
\ No newline at end of file

--
Gitblit v1.9.1