diff options
author | Unknwon <u@gogs.io> | 2015-07-08 01:09:03 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-07-08 01:09:03 +0800 |
commit | 5dd3dd71a0529590a209c0e58e0a962b83515ae8 (patch) | |
tree | 9abda9a51cd7b9cc3b9a4fe65588da7ea980e7e8 /conf | |
parent | ffd17924fd0b2f3a6f7f9b82f7193462a150a4b7 (diff) | |
download | gitea-5dd3dd71a0529590a209c0e58e0a962b83515ae8.tar.gz gitea-5dd3dd71a0529590a209c0e58e0a962b83515ae8.zip |
UI: install - database settings
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index b8dfe05905..6bcc30ab21 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -50,6 +50,7 @@ code = Code install = Installation title = Install Steps For First-time Run requite_db_desc = Gogs requires MySQL, PostgreSQL or SQLite3. +db_title = Database Settings db_type = Database Type host = Host user = User @@ -59,7 +60,8 @@ db_helper = Please use INNODB engine with utf8_general_ci charset for MySQL. ssl_mode = SSL Mode path = Path sqlite_helper = The file path of SQLite3 database. -general_title = General Settings of Gogs + +general_title = Application General Settings repo_path = Repository Root Path repo_path_helper = All Git remote repositories will be saved to this directory. run_user = Run User |