From 416614cdc35aff21281df7d1f359cd9f65d5af63 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 21 May 2013 17:36:51 -0400 Subject: [PATCH] Allow clients to define supported transports --- src/main/java/com/gitblit/wicket/GitBlitWebApp.properties | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties index c0c9b5b..a6cac54 100644 --- a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties @@ -449,7 +449,9 @@ gb.enableIncrementalPushTags = enable incremental push tags gb.useIncrementalPushTagsDescription = on push, automatically tag each branch tip with an incremental revision number gb.incrementalPushTagMessage = Auto-tagged [{0}] branch on push -gb.externalPermissions = {0} access permissions for {1} are externally maintained +gb.externalPermissions = {0} access permissions are externally maintained gb.viewAccess = You do not have Gitblit read or write access -gb.yourProtocolPermissionIs = Your {0} access permission for {1} is {2} -gb.cloneWithApp = clone with {0} \ No newline at end of file +gb.overview = overview +gb.home = home +gb.monthlyActivity = monthly activity +gb.myProfile = my profile \ No newline at end of file -- Gitblit v1.9.1