From b1dba764c201f4708b82767b2d91edb6e189ce6f Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Fri, 22 Jul 2011 10:09:18 -0400
Subject: [PATCH] Fixed (again) empty repository check (issue 13)

---
 src/com/gitblit/wicket/GitBlitWebApp.properties |   33 ++++++++++++++++++++++-----------
 1 files changed, 22 insertions(+), 11 deletions(-)

diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties
index 3fe24d0..dab5fa0 100644
--- a/src/com/gitblit/wicket/GitBlitWebApp.properties
+++ b/src/com/gitblit/wicket/GitBlitWebApp.properties
@@ -38,13 +38,12 @@
 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.login = login
+gb.logout = logout
+gb.username = username
+gb.password = password
 gb.tagger = tagger
 gb.moreHistory = more history...
 gb.difftocurrent = diff to current
@@ -55,6 +54,7 @@
 gb.modification = modification
 gb.deletion = deletion
 gb.rename = rename
+gb.metrics = metrics
 gb.stats = stats
 gb.markdown = markdown
 gb.changedFiles = changed files 
@@ -66,19 +66,16 @@
 gb.missingUsername = Missing Username
 gb.edit = edit
 gb.searchTypeTooltip = Select Search Type
-gb.searchTooltip = Search Git:Blit
-gb.rename = rename
+gb.searchTooltip = Search Gitblit
 gb.delete = delete
 gb.docs = docs
 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.restrictedRepositories = restricted repositories
 gb.canAdmin can admin
@@ -89,5 +86,19 @@
 gb.useTicketsDescription = distributed Ticgit issues
 gb.useDocsDescription = enumerates Markdown documentation in repository
 gb.showRemoteBranchesDescription = show remote branches
-gb.canAdminDescription = can administer Git:Blit server
-gb.permittedUsers = permitted users
\ No newline at end of file
+gb.canAdminDescription = can administer Gitblit server
+gb.permittedUsers = permitted users
+gb.isFrozen = is frozen
+gb.isFrozenDescription = deny push operations
+gb.zip = zip
+gb.showReadme = show readme
+gb.showReadmeDescription = show a \"readme\" markdown file on the summary page
+gb.nameDescription = use '/' to group repositories.  e.g. libraries/mycoollib.git
+gb.ownerDescription = the owner may edit repository settings
+gb.blob = blob
+gb.commitActivityTrend = commit activity trend
+gb.commitActivityDOW = commit activity by day of week
+gb.commitActivityAuthors = primary authors by commit activity
+gb.feed = feed
+gb.cancel = cancel
+gb.changePassword = change password
\ No newline at end of file

--
Gitblit v1.9.1