diff options
Diffstat (limited to 'options/locale/locale_en-US.ini')
-rw-r--r-- | options/locale/locale_en-US.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 579ab85157..5368bbf37a 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -69,6 +69,8 @@ app_name = Application Name app_name_helper = Put your organization name here huge and loud! repo_path = Repository Root Path repo_path_helper = All Git remote repositories will be saved to this directory. +lfs_path = LFS Root Path +lfs_path_helper = Files stored with Git LFS will be stored in this directory. Leave empty to disable LFS. run_user = Run User run_user_helper = The user must have access to Repository Root Path and run Gitea. domain = Domain @@ -432,6 +434,7 @@ file_view_raw = View Raw file_permalink = Permalink file_too_large = This file is too large to be shown video_not_supported_in_browser = Your browser doesn't support HTML5 video tag. +stored_lfs = Stored with Git LFS editor.new_file = New file editor.upload_file = Upload file @@ -1060,6 +1063,7 @@ config.disable_router_log = Disable Router Log config.run_user = Run User config.run_mode = Run Mode config.repo_root_path = Repository Root Path +config.lfs_root_path = LFS Root Path config.static_file_root_path = Static File Root Path config.log_file_root_path = Log File Root Path config.script_type = Script Type |