From e787b723fb502483d0644e07e3b8f3b5fc7f2260 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 26 Oct 2011 17:08:20 -0400 Subject: [PATCH] Drop SLF4J dependency from Manager --- src/com/gitblit/wicket/GitBlitWebApp.properties | 21 ++++++++++++++++++++- 1 files changed, 20 insertions(+), 1 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index c7ee6ce..715cb15 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -154,4 +154,23 @@ gb.size = size gb.downloading = downloading gb.loading = loading -gb.starting = starting \ No newline at end of file +gb.starting = starting +gb.general = general +gb.settings = settings +gb.manage = manage +gb.lastLogin = last login +gb.skipSizeCalculation = skip size calculation +gb.skipSizeCalculationDescription = do not calculate the repository size (reduces page load time) +gb.skipSummaryMetrics = skip summary metrics +gb.skipSummaryMetricsDescription = do not calculate metrics on the summary page (reduces page load time) +gb.accessLevel = access level +gb.default = default +gb.setDefault = set default +gb.since = since +gb.status = status +gb.bootDate = boot date +gb.servletContainer = servlet container +gb.heapMaximum = maximum heap +gb.heapAllocated = allocated heap +gb.heapUsed = used heap +gb.free = free \ No newline at end of file -- Gitblit v1.9.1