From 511554c6bdd7daa080506fb62400bf6d295ab9e2 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 11 May 2011 22:07:53 -0400 Subject: [PATCH] Renamed User to UserModel. --- src/com/gitblit/wicket/GitBlitWebApp.properties | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index 18b1e78..f2fe232 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -70,4 +70,19 @@ gb.rename = rename gb.delete = delete gb.docs = docs -gb.restrictedAccess = restricted access \ No newline at end of file +gb.accessRestriction = access restriction +gb.name = name +gb.description = description +gb.enableTickets = enable tickets +gb.enableDocs = enable docs +gb.save = save +gb.showRemoteBranches = show remote branches +gb.editUsers = edit users +gb.password = password +gb.confirmPassword = confirm password +gb.repositories = repositories +gb.canAdmin can admin +gb.notRestricted = open repository +gb.cloneRestricted = clone-restricted repository +gb.pushRestricted = push-restricted repository +gb.viewRestricted = view-restricted repository \ No newline at end of file -- Gitblit v1.9.1