From c2272275ca990f3e12a5c1fa0a5de4c670a4d8b4 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Sat, 11 Jun 2011 16:23:49 -0400
Subject: [PATCH] RSS syndication feature. Documentation. CSS tweaks.

---
 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 ac45a25..50a4ef4 100644
--- a/src/com/gitblit/wicket/GitBlitWebApp.properties
+++ b/src/com/gitblit/wicket/GitBlitWebApp.properties
@@ -55,6 +55,7 @@
 gb.deletion = deletion
 gb.rename = rename
 gb.metrics = metrics
+gb.stats = stats
 gb.markdown = markdown
 gb.changedFiles = changed files 
 gb.filesAdded = {0} files added
@@ -89,4 +90,13 @@
 gb.permittedUsers = permitted users
 gb.isFrozen = is frozen
 gb.isFrozenDescription = deny push operations
-gb.zip = zip
\ No newline at end of file
+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
\ No newline at end of file

--
Gitblit v1.9.1