aboutsummaryrefslogtreecommitdiff
path: root/conf/locale
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-03-24 16:25:40 -0400
committerUnknwon <u@gogs.io>2017-03-24 16:25:40 -0400
commit8196430f47842fba4f227b105cd96d4b981d077d (patch)
treea7301f793cd341564edeb75425c21249b4b39035 /conf/locale
parent7a99e56893d00632a18d7aa030028eca28a96e3e (diff)
repo: allow private repository to have public wiki or issues
Relates to #649 and #2157
Diffstat (limited to 'conf/locale')
-rw-r--r--conf/locale/locale_en-US.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini
index 774cd13f..846e0c3d 100644
--- a/conf/locale/locale_en-US.ini
+++ b/conf/locale/locale_en-US.ini
@@ -690,11 +690,13 @@ settings.change_reponame_prompt = This change will affect how links relate to th
settings.advanced_settings = Advanced Settings
settings.wiki_desc = Enable wiki system
settings.use_internal_wiki = Use builtin wiki
+settings.allow_public_wiki_desc = Allow public access to wiki when repository is private
settings.use_external_wiki = Use external wiki
settings.external_wiki_url = External Wiki URL
settings.external_wiki_url_desc = Visitors will be redirected to URL when they click on the tab.
settings.issues_desc = Enable issue tracker
settings.use_internal_issue_tracker = Use builtin lightweight issue tracker
+settings.allow_public_issues_desc = Allow public access to issues when repository is private
settings.use_external_issue_tracker = Use external issue tracker
settings.external_tracker_url = External Issue Tracker URL
settings.external_tracker_url_desc = Visitors will be redirected to URL when they click on the tab.