diff options
Diffstat (limited to 'conf/locale/locale_en-US.ini')
-rw-r--r-- | conf/locale/locale_en-US.ini | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 2852168d3a..b7e506fa0f 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -47,7 +47,7 @@ cancel = Cancel [install] install = Installation title = Install Steps For First-time Run -docker_helper = If you're running Gitea inside Docker, please read <a target="_blank" href="%s">Guidelines</a> carefully before you change anything in this page! +docker_helper = If you're running Gitea inside Docker, please read <a target="_blank" rel="noopener" href="%s">Guidelines</a> carefully before you change anything in this page! requite_db_desc = Gitea requires MySQL, PostgreSQL, SQLite3 or TiDB. db_title = Database Settings db_type = Database Type @@ -355,7 +355,7 @@ visibility = Visibility visiblity_helper = This repository is <span class="ui red text">Private</span> visiblity_helper_forced = Site admin has forced all new repositories to be <span class="ui red text">Private</span> visiblity_fork_helper = (Change of this value will affect all forks) -clone_helper = Need help cloning? Visit <a target="_blank" href="%s">Help</a>! +clone_helper = Need help cloning? Visit <a target="_blank" rel="noopener" href="%s">Help</a>! fork_repo = Fork Repository fork_from = Fork From fork_visiblity_helper = You cannot alter the visibility of a forked repository. @@ -461,7 +461,7 @@ editor.branch_already_exists = Branch '%s' already exists in this repository. editor.directory_is_a_file = Entry '%s' in the parent path is a file not a directory in this repository. editor.filename_is_a_directory = The filename '%s' is an existing directory in this repository. editor.file_editing_no_longer_exists = The file '%s' you are editing no longer exists in the repository. -editor.file_changed_while_editing = File content has been changed since you started editing. <a target="_blank" href="%s">Click here</a> to see what have been changed or <strong>press commit again</strong> to overwrite those changes. +editor.file_changed_while_editing = File content has been changed since you started editing. <a target="_blank" rel="noopener" href="%s">Click here</a> to see what have been changed or <strong>press commit again</strong> to overwrite those changes. editor.file_already_exists = A file with name '%s' already exists in this repository. editor.no_changes_to_show = There are no changes to show. editor.fail_to_update_file = Failed to update/create file '%s' with error: %v @@ -696,7 +696,7 @@ settings.search_user_placeholder = Search user... settings.org_not_allowed_to_be_collaborator = Organization is not allowed to be added as a collaborator. settings.user_is_org_member = User is organization member who cannot be added as a collaborator. settings.add_webhook = Add Webhook -settings.hooks_desc = Webhooks are much like basic HTTP POST event triggers. Whenever something occurs in Gitea, we will handle the notification to the target host you specify. Learn more in this <a target="_blank" href="%s">Webhooks Guide</a>. +settings.hooks_desc = Webhooks are much like basic HTTP POST event triggers. Whenever something occurs in Gitea, we will handle the notification to the target host you specify. Learn more in this <a target="_blank" rel="noopener" href="%s">Webhooks Guide</a>. settings.webhook_deletion = Delete Webhook settings.webhook_deletion_desc = Delete this webhook will remove its information and all delivery history. Do you want to continue? settings.webhook_deletion_success = Webhook has been deleted successfully! @@ -713,7 +713,7 @@ settings.githook_edit_desc = If the hook is inactive, sample content will be pre settings.githook_name = Hook Name settings.githook_content = Hook Content settings.update_githook = Update Hook -settings.add_webhook_desc = Gitea will send a <code>POST</code> request to the URL you specify, along with regarding the event that occured. You can also specify what kind of data format you'd like to get upon triggering the hook (JSON, x-www-form-urlencoded, XML, etc). More information can be found in our <a target="_blank" href="%s">Webhooks Guide</a>. +settings.add_webhook_desc = Gitea will send a <code>POST</code> request to the URL you specify, along with regarding the event that occured. You can also specify what kind of data format you'd like to get upon triggering the hook (JSON, x-www-form-urlencoded, XML, etc). More information can be found in our <a target="_blank" rel="noopener" href="%s">Webhooks Guide</a>. settings.payload_url = Payload URL settings.content_type = Content Type settings.secret = Secret |