From cd7e4f9186f2ace4416780a7dd6341e01e23a45f Mon Sep 17 00:00:00 2001 From: Paul Martin <paul@paulsputer.com> Date: Wed, 06 Apr 2016 14:46:58 -0400 Subject: [PATCH] Fix for #962 - Delete patchset ability --- src/main/java/com/gitblit/wicket/GitBlitWebApp.properties | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties index 10b318d..cee7eab 100644 --- a/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/main/java/com/gitblit/wicket/GitBlitWebApp.properties @@ -761,4 +761,21 @@ gb.blinkComparator = Blink comparator gb.imgdiffSubtract = Subtract (black = identical) gb.deleteRepositoryHeader = Delete Repository -gb.deleteRepositoryDescription = Deleted repositories will be unrecoverable. \ No newline at end of file +gb.deleteRepositoryDescription = Deleted repositories will be unrecoverable. +gb.show_whitespace = show whitespace +gb.ignore_whitespace = ignore whitespace +gb.allRepositories = All Repositories +gb.oid = object id +gb.filestore = filestore +gb.filestoreStats = Filestore contains {0} files with a total size of {1}. ({2} remaining) +gb.statusChangedOn = status changed on +gb.statusChangedBy = status changed by +gb.filestoreHelp = How to use the Filestore? +gb.editFile = edit file +gb.continueEditing = Continue Editing +gb.commitChanges = Commit Changes +gb.fileNotMergeable = Unable to commit {0}. This file can not be automatically merged. +gb.fileCommitted = Successfully committed {0}. +gb.deletePatchset = Delete Patchset {0} +gb.deletePatchsetSuccess = Deleted Patchset {0}. +gb.deletePatchsetFailure = Error deleting Patchset {0}. -- Gitblit v1.9.1