summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorCherrg <michael@gnehr.de>2019-06-29 11:18:49 +0200
committerzeripath <art27@cantab.net>2019-06-29 10:18:49 +0100
commit711f6dc9b0f77b35706bcb31a41b5f6a9e50d401 (patch)
tree24f6aa9c8bfef19e68e1c56bcbd31400f5c0c806 /options
parente005b5f6e6c96fe0dc70ee9e0a171230b7adf732 (diff)
downloadgitea-711f6dc9b0f77b35706bcb31a41b5f6a9e50d401.tar.gz
gitea-711f6dc9b0f77b35706bcb31a41b5f6a9e50d401.zip
Fix 7303 - remove unnessesary buttons on archived repos (#7326)
* archived repo - remove - open/close button on issue list - assigne person on issue list Signed-off-by: Michael Gnehr <michael@gnehr.de> * archived repo - remove - comment field on issue view - lock/unlock issue conversation button from sidebar on issue view Signed-off-by: Michael Gnehr <michael@gnehr.de> * archived repo - add 'compare commits' button to pull request + remove new pull request button from compare view as the route is still working, and there is no need to be hidden Signed-off-by: Michael Gnehr <michael@gnehr.de>
Diffstat (limited to 'options')
-rw-r--r--options/locale/locale_en-US.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 97e4e3f91c..acaa98c3a2 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -1866,6 +1866,7 @@ push_tag = pushed tag <a href="%s/src/tag/%s">%[2]s</a> to <a href="%[1]s">%[3]s
delete_tag = deleted tag %[2]s from <a href="%[1]s">%[3]s</a>
delete_branch = deleted branch %[2]s from <a href="%[1]s">%[3]s</a>
compare_commits = Compare %d commits
+compare_commits_general = Compare commits
mirror_sync_push = synced commits to <a href="%[1]s/src/%[2]s">%[3]s</a> at <a href="%[1]s">%[4]s</a> from mirror
mirror_sync_create = synced new reference <a href="%s/src/%s">%[2]s</a> to <a href="%[1]s">%[3]s</a> from mirror
mirror_sync_delete = synced and deleted reference <code>%[2]s</code> at <a href="%[1]s">%[3]s</a> from mirror