From 1e2d2f2495e8409b4be31ff947864167a67fd6bb Mon Sep 17 00:00:00 2001 From: tryan <tim@theryanfamily.info> Date: Wed, 09 Apr 2014 20:55:29 -0400 Subject: [PATCH] Switch to self-hosted flotr2 graphs from Google Charts --- src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_zh_CN.html | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_zh_CN.html b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_zh_CN.html index 6c1ba70..955b431 100644 --- a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_zh_CN.html +++ b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_zh_CN.html @@ -32,6 +32,9 @@ 版本库,并进行推送。</span> <p></p> <pre wicket:id="remoteSyntax" style="padding: 5px 30px;"></pre> + <span style="padding-bottom:5px;">If your repository is meant to be kept in sync with an upstream repository, then you may add it.</span> + <p></p> + <pre wicket:id="upstreamSyntax" style="padding: 5px 30px;"></pre> <p></p> <h3>学习 Git</h3> 如果您不明白这些信息什么意思, 您可以参考 <a href="http://book.git-scm.com">Git Community Book</a> 或者 <a href="http://progit.org/book" target="_blank">Pro Git</a> 去更加深入的学习 Git 的用法。 -- Gitblit v1.9.1