diff options
author | Benno <blueworrybear@gmail.com> | 2019-10-30 05:32:21 +0800 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2019-10-29 23:32:21 +0200 |
commit | 7bb817e6d19f21ccb16c6ba1eecd0e89fd052322 (patch) | |
tree | e31718968ed52f5f481fa11ccf9859215a37e261 /options | |
parent | e7fbc551ab7b743761f90997864ed8c11e4f9c39 (diff) | |
download | gitea-7bb817e6d19f21ccb16c6ba1eecd0e89fd052322.tar.gz gitea-7bb817e6d19f21ccb16c6ba1eecd0e89fd052322.zip |
Respect LFS File Lock on UI (#8719)
* update #8687 respect file locking
* upate #8687 Add LFS locker information
* update #8719 enhance coding style and return error
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 4210ed1212..4d1af69db5 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -703,6 +703,7 @@ editor.preview_changes = Preview Changes editor.cannot_edit_lfs_files = LFS files cannot be edited in the web interface. editor.cannot_edit_non_text_files = Binary files cannot be edited in the web interface. editor.edit_this_file = Edit File +editor.this_file_locked = File is locked editor.must_be_on_a_branch = You must be on a branch to make or propose changes to this file. editor.fork_before_edit = You must fork this repository to make or propose changes to this file. editor.delete_this_file = Delete File |