diff options
author | Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> | 2020-06-22 22:20:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-22 16:20:51 -0400 |
commit | d9aa007a9e84bd255b16bd02b9ab18719cb650a2 (patch) | |
tree | 90422e439d82ed0686de95f7630ec8f37a3a3ff1 /options/locale/locale_en-US.ini | |
parent | daf62841f645e77affa0a50701a79d942c612500 (diff) | |
download | gitea-d9aa007a9e84bd255b16bd02b9ab18719cb650a2.tar.gz gitea-d9aa007a9e84bd255b16bd02b9ab18719cb650a2.zip |
Use label to describe repository type (#11891)
* Use label instead of icon to describe repository type when repo avatar is set
* header_icon is not longer duplicated; move out of separate template
* handle archived case too
* use everywhere
* public template -> template
* bring back separate icon in better form
* definitely was overthinking this
* 32
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'options/locale/locale_en-US.ini')
-rw-r--r-- | options/locale/locale_en-US.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 662ea49aca..e444bfa7c0 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -673,6 +673,14 @@ reactions_more = and %d more unit_disabled = The site administrator has disabled this repository section. language_other = Other +desc.private = Private +desc.public = Public +desc.private_template = Private template +desc.public_template = Template +desc.internal = Internal +desc.internal_template = Internal template +desc.archived = Archived + template.items = Template Items template.git_content = Git Content (Default Branch) template.git_hooks = Git Hooks |