From ce119acc6dbb3153af1cbbf7ec1270d21f5e52c8 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sun, 17 Apr 2011 16:10:38 -0400 Subject: [PATCH] patch-to-current feature. --- src/com/gitblit/wicket/GitBlitWebApp.properties | 23 ++++++++++++++++++----- 1 files changed, 18 insertions(+), 5 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index ba077c7..331fc29 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -25,13 +25,26 @@ gb.branches = branches gb.patch = patch gb.diff = diff -gb.shortlog = shortlog -gb.more = more -gb.allTags = all tags -gb.allBranches = all branches +gb.log = log +gb.moreLogs = more commits... +gb.allTags = all tags... +gb.allBranches = all branches... gb.summary = summary gb.ticket = ticket gb.newRepository = new repository gb.newUser = new user gb.commitdiff = commitdiff -gb.ticgit = ticgit \ No newline at end of file +gb.tickets = tickets +gb.pageFirst = first +gb.pagePrevious prev +gb.pageNext = next +gb.parent = parent +gb.head = HEAD +gb.blame = blame +gb.login = Login +gb.logout = Logout +gb.username = Username +gb.password = Password +gb.tagger = tagger +gb.moreHistory = more history... +gb.difftocurrent = diff to current \ No newline at end of file -- Gitblit v1.9.1