diff options
author | 6543 <24977596+6543@users.noreply.github.com> | 2019-07-29 04:27:05 +0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2019-07-29 10:27:05 +0800 |
commit | 31a1fe175f022078fa2894112b9526c426b76ba5 (patch) | |
tree | 0f1e80123b4467d323e3930101d74b823fee2953 /options/locale/locale_en-US.ini | |
parent | a19138c1d340ee0b4de7afb68b695ed3f2c858bf (diff) | |
download | gitea-31a1fe175f022078fa2894112b9526c426b76ba5.tar.gz gitea-31a1fe175f022078fa2894112b9526c426b76ba5.zip |
[Branch View] add download button (#7604)
* add download-button info message
* add overflow-visible css for table colum class
* right colum is always there
* add download button for default branch
* add download button for all other branchs
* resize table colum so two buttons fit in
* code indent avter rebase
* show commit divergence corect
https://github.com/go-gitea/gitea/issues/7625
* changes because of merge master into ...
* optimize if statement for protected branches
* dont downloat a deleted branch - fix error 404
Diffstat (limited to 'options/locale/locale_en-US.ini')
-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 e01d0b67dc..0df7cdf7e0 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1408,6 +1408,7 @@ branch.restore_success = Branch '%s' has been restored. branch.restore_failed = Failed to restore branch '%s'. branch.protected_deletion_failed = Branch '%s' is protected. It cannot be deleted. branch.restore = Restore Branch '%s' +branch.download = Download Branch '%s' topic.manage_topics = Manage Topics topic.done = Done |