Unknwon 9 年之前
父节点
当前提交
62533560ce
共有 4 个文件被更改,包括 115 次插入114 次删除
  1. 1 0
      conf/locale/locale_en-US.ini
  2. 1 1
      gogs.go
  3. 112 112
      modules/bindata/bindata.go
  4. 1 1
      templates/.VERSION

+ 1 - 0
conf/locale/locale_en-US.ini

@@ -336,6 +336,7 @@ visibility = Visibility
 visiblity_helper = This repository is <span class="ui red text">Private</span>
 visiblity_helper = This repository is <span class="ui red text">Private</span>
 visiblity_helper_forced = Site admin has forced all new repositories to be <span class="ui red text">Private</span>
 visiblity_helper_forced = Site admin has forced all new repositories to be <span class="ui red text">Private</span>
 visiblity_fork_helper = (Change of this value will affect all forks)
 visiblity_fork_helper = (Change of this value will affect all forks)
+clone_helper = Need help cloning? Visit <a target="_blank" href="%s">Help</a>!
 fork_repo = Fork Repository
 fork_repo = Fork Repository
 fork_from = Fork From
 fork_from = Fork From
 fork_visiblity_helper = You cannot alter the visibility of a forked repository.
 fork_visiblity_helper = You cannot alter the visibility of a forked repository.

+ 1 - 1
gogs.go

@@ -17,7 +17,7 @@ import (
 	"github.com/gogits/gogs/modules/setting"
 	"github.com/gogits/gogs/modules/setting"
 )
 )
 
 
-const APP_VER = "0.7.16.1117 Beta"
+const APP_VER = "0.7.16.1118 Beta"
 
 
 func init() {
 func init() {
 	runtime.GOMAXPROCS(runtime.NumCPU())
 	runtime.GOMAXPROCS(runtime.NumCPU())

文件差异内容过多而无法显示
+ 112 - 112
modules/bindata/bindata.go


+ 1 - 1
templates/.VERSION

@@ -1 +1 @@
-0.7.16.1117 Beta
+0.7.16.1118 Beta

部分文件因为文件数量过多而无法显示