diff options
author | James Moger <james.moger@gitblit.com> | 2011-04-07 17:59:56 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-04-07 17:59:56 -0400 |
commit | 1e47ab18a003df93e749211271554981e3af7689 (patch) | |
tree | 21dadcf49d4675fe5f08a34444162d57fd92eeed /gitblit.properties | |
parent | cebf455f3fd54b72e530942f308097ec54b408cd (diff) | |
download | gitblit-1e47ab18a003df93e749211271554981e3af7689.tar.gz gitblit-1e47ab18a003df93e749211271554981e3af7689.zip |
Localized all strings for translation. Removed old resources.
Diffstat (limited to 'gitblit.properties')
-rw-r--r-- | gitblit.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitblit.properties b/gitblit.properties index b7a879b7..2f03da09 100644 --- a/gitblit.properties +++ b/gitblit.properties @@ -52,7 +52,7 @@ aggressiveHeapManagement = true #
# Git:Blit UI Settings
#
-siteName = Repositories
+siteName =
allowAdministration = true
repositoriesMessage = Welcome to Git:Blit!<br>A quick and easy way to host your own Git repositories.<br>Built with <a href="http://eclipse.org/jgit">JGit</a>, <a href="http://wicket.apache.org">Wicket</a>, <a href="http://code.google.com/p/google-code-prettify/">google-code-prettify</a>, <a href="http://eclipse.org/jetty">Jetty</a>, <a href="http://www.slf4j.org">SLF4J</a>, <a href="http://logging.apache.org/log4j">Log4j</a>, and <a href="http://jcommander.org">JCommander</a>.
|