=s_('User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled.').html_safe%{usage_ping_link_start: usage_ping_link_start,usage_ping_link_end: '</a>'.html_safe}
=s_('User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled.').html_safe%{usage_ping_link_start: usage_ping_link_start,usage_ping_link_end: '</a>'.html_safe}
=s_('To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}.').html_safe%{application_settings_link_start: application_settings_link_start,application_settings_link_end: '</a>'.html_safe}
=s_('To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}.').html_safe%{application_settings_link_start: application_settings_link_start,application_settings_link_end: '</a>'.html_safe}
=(_("Choose a branch/tag (e.g. %{master}) or enter a commit (e.g. %{sha}) to see what's changed or to create a merge request.")%{master: example_master,sha: example_sha}).html_safe
=(_("Choose a branch/tag (e.g. %{master}) or enter a commit (e.g. %{sha}) to see what's changed or to create a merge request.")%{master: example_master,sha: example_sha}).html_safe
%br
%br
=(_("Changes are shown as if the <b>source</b> revision was being merged into the <b>target</b> revision.")).html_safe
=(_("Changes are shown as if the <b>source</b> revision was being merged into the <b>target</b> revision.")).html_safe
%p=s_('Environments|Are you sure you want to stop this environment?')
%p=s_('Environments|Are you sure you want to stop this environment?')
-unless@environment.stop_action_available?
-unless@environment.stop_action_available?
.warning_message
.warning_message
%p=s_('Environments|Note that this action will stop the environment, but it will %{emphasis_start}not%{emphasis_end} have an effect on any existing deployment due to no “stop environment action” being defined in the %{ci_config_link_start}.gitlab-ci.yml%{ci_config_link_end} file.').html_safe%{emphasis_start: '<strong>'.html_safe,
%p=s_('Environments|Note that this action will stop the environment, but it will %{emphasis_start}not%{emphasis_end} have an effect on any existing deployment due to no “stop environment action” being defined in the %{ci_config_link_start}.gitlab-ci.yml%{ci_config_link_end} file.').html_safe%{emphasis_start: '<strong>'.html_safe,
=link_toproject_tag_path(@project,@tag.name),class: "btn btn-remove remove-row has-tooltip #{protected_tag?(@project,@tag)?'disabled':''}",title: s_('TagsPage|Delete tag'),method: :delete,data: {confirm: s_('TagsPage|Deleting the %{tag_name} tag cannot be undone. Are you sure?')%{tag_name: @tag.name}}do
=link_toproject_tag_path(@project,@tag.name),class: "btn btn-remove remove-row has-tooltip #{protected_tag?(@project,@tag)?'disabled':''}",title: s_('TagsPage|Delete tag'),method: :delete,data: {confirm: s_('TagsPage|Deleting the %{tag_name} tag cannot be undone. Are you sure?')%{tag_name: @tag.name}}do