Commit 626eba78 authored by Marvin Karegyeya's avatar Marvin Karegyeya Committed by Rémy Coutable

Externalize strings in password_change.html.haml

parent 69f6e347
= email_default_heading("Hello, #{@resource.name}!") = email_default_heading(_("Hello, %{name}!") % { name: @resource.name })
%p %p
The password for your GitLab account on = _('The password for your GitLab account on %{link_to_gitlab} has successfully been changed.').html_safe % { link_to_gitlab: link_to(Gitlab.config.gitlab.url, Gitlab.config.gitlab.url) }
#{link_to(Gitlab.config.gitlab.url, Gitlab.config.gitlab.url)}
has successfully been changed.
%p %p
If you did not initiate this change, please contact your administrator = _('If you did not initiate this change, please contact your administrator immediately.')
immediately.
Hello, <%= @resource.name %>! <%= _('Hello, %{name}!') % { name: @resource.name } %>
The password for your GitLab account on <%= Gitlab.config.gitlab.url %> <%= _('The password for your GitLab account on %{gitlab_url} has successfully been changed.') % { gitlab_url: Gitlab.config.gitlab.url } %>
has successfully been changed.
If you did not initiate this change, please contact your administrator <%= _('If you did not initiate this change, please contact your administrator immediately.') %>
immediately.
---
title: Externalise strings in password_change files
merge_request: 58219
author: nuwe1
type: other
...@@ -15808,6 +15808,9 @@ msgstr "" ...@@ -15808,6 +15808,9 @@ msgstr ""
msgid "Hello there" msgid "Hello there"
msgstr "" msgstr ""
msgid "Hello, %{name}!"
msgstr ""
msgid "Hello, %{username}!" msgid "Hello, %{username}!"
msgstr "" msgstr ""
...@@ -16115,6 +16118,9 @@ msgstr "" ...@@ -16115,6 +16118,9 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}." msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr "" msgstr ""
msgid "If you did not initiate this change, please contact your administrator immediately."
msgstr ""
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}." msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr "" msgstr ""
...@@ -31257,6 +31263,12 @@ msgstr "" ...@@ -31257,6 +31263,12 @@ msgstr ""
msgid "The password for the Jenkins server." msgid "The password for the Jenkins server."
msgstr "" msgstr ""
msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
msgstr ""
msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
msgstr ""
msgid "The phase of the development lifecycle." msgid "The phase of the development lifecycle."
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment