From 1e83907b001a2df3f14a35fc36c47ea8f49155c4 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 25 Apr 2011 21:52:38 -0400 Subject: [PATCH] Sprinkled some icons throughout ui. Centralized icon retrieval. --- src/com/gitblit/wicket/GitBlitWebApp.properties | 46 +++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 41 insertions(+), 5 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index ba077c7..18b1e78 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -25,13 +25,49 @@ 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 +gb.search = search +gb.searchForAuthor = Search for commits authored by +gb.searchForCommitter = Search for commits committed by +gb.addition = addition +gb.modification = modification +gb.deletion = deletion +gb.rename = rename +gb.stats = stats +gb.markdown = markdown +gb.changedFiles = changed files +gb.filesAdded = {0} files added +gb.filesModified = {0} files modified +gb.filesDeleted = {0} files deleted +gb.filesCopied = {0} files copied +gb.filesRenamed = {0} files renamed +gb.missingUsername = Missing Username +gb.edit = edit +gb.searchTypeTooltip = Select Search Type +gb.searchTooltip = Search Git:Blit +gb.rename = rename +gb.delete = delete +gb.docs = docs +gb.restrictedAccess = restricted access \ No newline at end of file -- Gitblit v1.9.1