From d1231c63669f4bc3643985b9032de7f998612e08 Mon Sep 17 00:00:00 2001 From: Jason Pyeron <jpyeron@pdinc.us> Date: Sun, 19 Aug 2012 21:35:52 -0400 Subject: [PATCH] fixed build to allow builds where a proxy is needed for access to outside resources see: http://ant.apache.org/manual/proxy.html --- src/com/gitblit/wicket/GitBlitWebApp.properties | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index 6d61cc3..2a31f8b 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -295,6 +295,7 @@ gb.userDeleted = User ''{0}'' deleted. gb.userDeleteFailed = Failed to delete user ''{0}''! gb.time.justNow = just now +gb.time.today = today gb.time.yesterday = yesterday gb.time.minsAgo = {0} mins ago gb.time.hoursAgo = {0} hours ago @@ -309,3 +310,8 @@ gb.duration.months = {0} months gb.duration.oneYear = 1 year gb.duration.years = {0} years +gb.authorizationControl = authorization control +gb.allowAuthenticatedDescription = grant restricted access to all authenticated users +gb.allowNamedDescription = grant restricted access to named users or teams +gb.markdownFailure = Failed to parse Markdown content! +gb.clearCache = clear cache \ No newline at end of file -- Gitblit v1.9.1