diff options
author | Unknwon <u@gogs.io> | 2017-02-25 03:52:54 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-25 03:52:54 -0500 |
commit | 4d90527a6e6c963c0ebaf62acea23dc750100646 (patch) | |
tree | ef552ced69351ecae67ea3d82c5750a33fc8104e /conf/locale | |
parent | c64b842df9d25f6a26abc8efab5d644a3e3cf716 (diff) |
repo: does not allow fork to original owner (#4182)
But can still fork to organizations.
Diffstat (limited to 'conf/locale')
-rw-r--r-- | conf/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
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. |