From 4c837a1de9f7706c7bfb0cbb14a7082f916826ae Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 24 Oct 2011 22:58:55 -0400 Subject: [PATCH] Show since in settings table. Pack settings table. --- src/com/gitblit/wicket/GitBlitWebApp.properties | 36 ++++++++++++++++++++++++++++++++---- 1 files changed, 32 insertions(+), 4 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index f279612..2052fb1 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -66,7 +66,7 @@ gb.missingUsername = Missing Username gb.edit = edit gb.searchTypeTooltip = Select Search Type -gb.searchTooltip = Search Gitblit +gb.searchTooltip = Search {0} gb.delete = delete gb.docs = docs gb.accessRestriction = access restriction @@ -92,7 +92,7 @@ gb.isFrozenDescription = deny push operations gb.zip = zip gb.showReadme = show readme -gb.showReadmeDescription = show a \"readme\" markdown file on the summary page +gb.showReadmeDescription = show a \"readme\" Markdown file on the summary page gb.nameDescription = use '/' to group repositories. e.g. libraries/mycoollib.git gb.ownerDescription = the owner may edit repository settings gb.blob = blob @@ -106,7 +106,7 @@ gb.federateThis = federate this repository gb.federateOrigin = federate the origin gb.excludeFromFederation = exclude from federation -gb.excludeFromFederationDescription = block federated Gitblit instances from pulling this object +gb.excludeFromFederationDescription = block federated Gitblit instances from pulling this account gb.tokens = federation tokens gb.tokenAllDescription = all repositories, users, & settings gb.tokenUnrDescription = all repositories & users @@ -138,4 +138,32 @@ gb.message = message gb.myUrlDescription = the publicly accessible url for your Gitblit instance gb.destinationUrl = send to -gb.destinationUrlDescription = the url of the Gitblit instance to send your proposal \ No newline at end of file +gb.destinationUrlDescription = the url of the Gitblit instance to send your proposal +gb.users = users +gb.federation = federation +gb.error = error +gb.refresh = refresh +gb.browse = browse +gb.clone = clone +gb.filter = filter +gb.create = create +gb.servers = servers +gb.recent = recent +gb.available = available +gb.selected = selected +gb.size = size +gb.downloading = downloading +gb.loading = loading +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 \ No newline at end of file -- Gitblit v1.9.1