diff options
author | Unknwon <u@gogs.io> | 2015-08-30 03:21:59 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-30 03:21:59 +0800 |
commit | c6b039c6f96762709af109613b5262ea061e25b8 (patch) | |
tree | 67261e696656e0a2de87163ce6b7cc29945338aa /conf | |
parent | d01f688257b028132fd75fd7200093c97282a97d (diff) | |
download | gitea-c6b039c6f96762709af109613b5262ea061e25b8.tar.gz gitea-c6b039c6f96762709af109613b5262ea061e25b8.zip |
new repo options UI
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 739ee0e3ea..afdb775290 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -503,7 +503,9 @@ settings.transfer_desc = Transfer this repository to another user or to an organ settings.new_owner_has_same_repo = The new owner already has a repository with same name. Please choose another name. settings.delete = Delete This Repository settings.delete_desc = Once you delete a repository, there is no going back. Please be certain. -settings.transfer_notices = <p>- You will lose access if new owner is a individual user.</p><p>- You will conserve access if new owner is an organization and if you're one of the owners.</p> +settings.transfer_notices = - You will lose access if new owner is a individual user.<br>- 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_notices = - This operation <strong>CANNOT</strong> be undone.<br>- This operation will permanently delete the everything of this repository, including Git data, issues, comments and accesses of collaborators. settings.update_settings_success = Repository options has been updated successfully. settings.transfer_owner = New Owner settings.make_transfer = Make Transfer |