From 4d90527a6e6c963c0ebaf62acea23dc750100646 Mon Sep 17 00:00:00 2001 From: Unknwon <u@gogs.io> Date: Sat, 25 Feb 2017 03:52:54 -0500 Subject: repo: does not allow fork to original owner (#4182) But can still fork to organizations. --- conf/locale/locale_en-US.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/locale') diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index d68c7d67..2d25529b 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -688,6 +688,7 @@ settings.tracker_issue_style.alphanumeric = Alphanumeric settings.tracker_url_format_desc = You can use placeholder <code>{user} {repo} {index}</code> for user name, repository name and issue index. settings.pulls_desc = Enable pull requests to accept public contributions settings.danger_zone = Danger Zone +settings.cannot_fork_to_same_owner = You cannot fork a repository to its original owner. settings.new_owner_has_same_repo = The new owner already has a repository with same name. Please choose another name. settings.convert = Convert To Regular Repository settings.convert_desc = You can convert this mirror to a regular repository. This cannot be reversed. -- cgit v1.2.3