From 20a8bb8edccd189ce8a40cabd78a2643d2c34c68 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Wed, 25 Apr 2012 17:30:11 -0400
Subject: [PATCH] Allow manipulating display name and email address from web ui

---
 src/com/gitblit/wicket/GitBlitWebApp_ja.properties |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/com/gitblit/wicket/GitBlitWebApp_ja.properties b/src/com/gitblit/wicket/GitBlitWebApp_ja.properties
index ebf19ab..7e50bd8 100755
--- a/src/com/gitblit/wicket/GitBlitWebApp_ja.properties
+++ b/src/com/gitblit/wicket/GitBlitWebApp_ja.properties
@@ -270,4 +270,8 @@
 gb.noFederation = Sorry, {0} is not configured to federate with any Gitblit instances.
 gb.proposalFailed = Sorry, {0} did not receive any proposal data!
 gb.proposalError = Sorry, {0} reports that an unexpected error occurred!
-gb.failedToSendProposal = Failed to send proposal!
\ No newline at end of file
+gb.failedToSendProposal = Failed to send proposal!
+gb.userServiceDoesNotPermitAddUser = {0} does not permit adding a user account!
+gb.userServiceDoesNotPermitPasswordChanges = {0} does not permit password changes!
+gb.displayName = display name
+gb.emailAddress = email address
\ No newline at end of file

--
Gitblit v1.9.1