From bc9d4a0f2266e5ac1a018f0b691c76d53479b9e5 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 29 Apr 2011 20:46:44 -0400 Subject: [PATCH] Working on error handling. --- src/com/gitblit/wicket/GitBlitWebApp.properties | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index cbe1d05..17bbdec 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -66,4 +66,14 @@ gb.missingUsername = Missing Username gb.edit = edit gb.searchTypeTooltip = Select Search Type -gb.searchTooltip = Search Git:Blit \ No newline at end of file +gb.searchTooltip = Search Git:Blit +gb.rename = rename +gb.delete = delete +gb.docs = docs +gb.restrictedAccess = restricted access +gb.name = name +gb.group = group +gb.description = description +gb.enableTickets = enable tickets +gb.enableDocs = enable docs +gb.save = save \ No newline at end of file -- Gitblit v1.9.1