diff options
author | Martin Hartkorn <github@hartkorn.net> | 2016-02-14 22:40:39 +0100 |
---|---|---|
committer | Martin Hartkorn <github@hartkorn.net> | 2016-02-14 22:40:39 +0100 |
commit | 15d37b7a95829e7551d843925fb034bbc613b8f2 (patch) | |
tree | 1eb40439feed2385a90271dca00065fbc73a6787 /conf | |
parent | 15394f613f7c03d23903d75f12ba018b3b76dffa (diff) | |
download | gitea-15d37b7a95829e7551d843925fb034bbc613b8f2.tar.gz gitea-15d37b7a95829e7551d843925fb034bbc613b8f2.zip |
Refactored according to suggestions
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 8273bf9d58..071557d6d1 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -584,19 +584,19 @@ settings.tracker_url_format = External Issue Tracker URL Format 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.transfer = Transfer Ownership -settings.transfer_desc = Transfer this repository to another user or to an organization in which you have admin rights. 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. -settings.delete = Delete This Repository -settings.delete_desc = Once you delete a repository, there is no going back. Please be certain. -settings.transfer_notices_1 = - You will lose access if new owner is a individual user. -settings.transfer_notices_2 = - You will conserve access if new owner is an organization and if you're one of the owners. -settings.transfer_form_title = Please enter following information to confirm your operation: settings.convert_notices_1 = - This operation will convert this repository mirror into a regular repository and cannot be undone. settings.convert_succeed = Repository successfully converted. settings.convert_failed = Unable to convert repository. +settings.transfer = Transfer Ownership +settings.transfer_desc = Transfer this repository to another user or to an organization in which you have admin rights. +settings.transfer_notices_1 = - You will lose access if new owner is a individual user. +settings.transfer_notices_2 = - You will conserve access if new owner is an organization and if you're one of the owners. +settings.transfer_form_title = Please enter following information to confirm your operation: +settings.delete = Delete This Repository +settings.delete_desc = Once you delete a repository, there is no going back. Please be certain. settings.delete_notices_1 = - This operation <strong>CANNOT</strong> be undone. settings.delete_notices_2 = - This operation will permanently delete the everything of this repository, including Git data, issues, comments and accesses of collaborators. settings.delete_notices_fork_1 = - If this repository is public, all forks will become independent after deletion. |