diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-10-27 11:18:00 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-10-27 11:18:00 -0400 |
commit | c7f56d7483f403f66a3bf849f6dbe5e460719248 (patch) | |
tree | 1bfef5361b161038a45137cc69886f0b83362d85 /conf | |
parent | 83283bca4cb4e0f4ec48a28af680f0d88db3d2c8 (diff) |
Fix #584
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 2 | ||||
-rw-r--r-- | conf/locale/locale_en-US.ini | 2 | ||||
-rw-r--r-- | conf/locale/locale_zh-CN.ini | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/conf/app.ini b/conf/app.ini index 79f440dd..ed4a1b62 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -70,8 +70,6 @@ ENABLE_CACHE_AVATAR = false ENABLE_NOTIFY_MAIL = false ; More detail: https://github.com/gogits/gogs/issues/165 ENABLE_REVERSE_PROXY_AUTHENTICATION = false -; Repository Git hooks -ENABLE_GIT_HOOKS = false [webhook] ; Cron task interval in minutes diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index f99a9e72..4b85143a 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -41,7 +41,7 @@ cancel = Cancel [install] install = Installation title = Install Steps For First-time Run -requite_db_desc = Gogs requires MySQL, PostgreSQL or SQLite3, but SQLite3 is usually available in the official binary version. +requite_db_desc = Gogs requires MySQL, PostgreSQL or SQLite3, but SQLite3. db_type = Database Type host = Host user = User diff --git a/conf/locale/locale_zh-CN.ini b/conf/locale/locale_zh-CN.ini index 0c17f2d7..a5bccb55 100644 --- a/conf/locale/locale_zh-CN.ini +++ b/conf/locale/locale_zh-CN.ini @@ -41,7 +41,7 @@ cancel = 取消 [install] install = 安装页面 title = 首次运行安装程序 -requite_db_desc = Gogs 允许后端数据库为 MySQL、PostgreSQL 或 SQLite3,但是 SQLite3 一般只有官方二进制发行版才支持。 +requite_db_desc = Gogs 允许后端数据库为 MySQL、PostgreSQL 或 SQLite3。 db_type = 数据库类型 host = 数据库主机 user = 数据库用户 |