diff options
author | Unknwon <u@gogs.io> | 2015-07-08 19:47:56 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-07-08 19:47:56 +0800 |
commit | 5cf37323396fa08e8f93baa6f19ad3b1a6371324 (patch) | |
tree | 5b65039ae359f52bbc8b0e4abf1924c4c187d9c5 /conf | |
parent | 5dd3dd71a0529590a209c0e58e0a962b83515ae8 (diff) | |
download | gitea-5cf37323396fa08e8f93baa6f19ad3b1a6371324.tar.gz gitea-5cf37323396fa08e8f93baa6f19ad3b1a6371324.zip |
UI: install - new version
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 6bcc30ab21..6ec8e18146 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -60,6 +60,7 @@ 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. +err_empty_sqlite_path = SQLite3 database path cannot be empty. general_title = Application General Settings repo_path = Repository Root Path @@ -72,13 +73,16 @@ http_port = HTTP Port http_port_helper = Port number which application will listen on. app_url = Application URL app_url_helper = This affects HTTP/HTTPS clone URL and somewhere in e-mail. -email_title = E-mail Service Settings (Optional) + +optional_title = Optional Settings +email_title = E-mail Service Settings smtp_host = SMTP Host mailer_user = Sender E-mail mailer_password = Sender Password -notify_title = Notification Settings (Optional) +notify_title = Notification Settings register_confirm = Enable Register Confirmation mail_notify = Enable Mail Notification +admin_setting_desc = You do not have to create an admin account right now, user whoever ID=1 will gain admin access automatically. admin_title = Admin Account Settings admin_name = Username admin_password = Password |