diff options
author | Josh Frye <joshfng@gmail.com> | 2016-02-12 09:19:45 -0500 |
---|---|---|
committer | Josh Frye <joshfng@gmail.com> | 2016-02-12 09:19:45 -0500 |
commit | a3e8c32a30ef90f5aa0526e8440aa343378dbf26 (patch) | |
tree | 01c46e31b5bdb855e1aea1da3c24acf6a77ed3b9 /conf | |
parent | 600d8edaca56ac9b74bd73c3625c17875ecb848e (diff) | |
download | gitea-a3e8c32a30ef90f5aa0526e8440aa343378dbf26.tar.gz gitea-a3e8c32a30ef90f5aa0526e8440aa343378dbf26.zip |
Add install option for log path
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 1dae71ad84..ee6c066d5f 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -86,6 +86,7 @@ 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 email. +log_root_path = Log Path optional_title = Optional Settings email_title = Email Service Settings @@ -122,6 +123,7 @@ run_user_not_match = Run user isn't the current user: %s -> %s save_config_failed = Fail to save configuration: %v invalid_admin_setting = Admin account setting is invalid: %v install_success = Welcome! We're glad that you chose Gogs, have fun and take care. +invalid_log_root_path = Log root path is invalid: %v [home] uname_holder = Username or email |