Commit 9544d015 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'Externalize-strings-in-registrations-edit.html.erb' into 'master'

Externalize strings in registrations/edit.html.erb

See merge request gitlab-org/gitlab!58268
parents 9c844b32 283e7ca5
...@@ -9,20 +9,20 @@ ...@@ -9,20 +9,20 @@
<div><%= f.label :name %><br /> <div><%= f.label :name %><br />
<%= f.text_field :name %></div> <%= f.text_field :name %></div>
<div><%= f.label :password %> <i>(leave blank if you don't want to change it)</i><br /> <div><%= f.label :password %> <i><%= _("(leave blank if you don't want to change it)") %></i><br />
<%= f.password_field :password %></div> <%= f.password_field :password %></div>
<div><%= f.label :password_confirmation %><br /> <div><%= f.label :password_confirmation %><br />
<%= f.password_field :password_confirmation %></div> <%= f.password_field :password_confirmation %></div>
<div><%= f.label :current_password %> <i>(we need your current password to confirm your changes)</i><br /> <div><%= f.label :current_password %> <i><%= _("(we need your current password to confirm your changes)") %></i><br />
<%= f.password_field :current_password %></div> <%= f.password_field :current_password %></div>
<div><%= f.submit "Update", class: "input_button" %></div> <div><%= f.submit _("Update"), class: "input_button" %></div>
<% end %> <% end %>
<h3>Cancel your account</h3> <h3><%= _('Cancel your account') %></h3>
<p>Unhappy? <%= link_to "Cancel your account", registration_path(resource_name), data: { confirm: "Are you sure?" }, method: :delete %>.</p> <p><%= _('Unhappy?') %> <%= link_to _("Cancel your account"), registration_path(resource_name), data: { confirm: _("Are you sure?") }, method: :delete %>.</p>
<%= link_to "Back", :back %> <%= link_to _("Back"), :back %>
---
title: Externalize strings in registrations/edit.html.erb
merge_request: 58268
author: nuwe1
type: other
...@@ -1039,6 +1039,9 @@ msgstr "" ...@@ -1039,6 +1039,9 @@ msgstr ""
msgid "(deleted)" msgid "(deleted)"
msgstr "" msgstr ""
msgid "(leave blank if you don't want to change it)"
msgstr ""
msgid "(max size 15 MB)" msgid "(max size 15 MB)"
msgstr "" msgstr ""
...@@ -1048,6 +1051,9 @@ msgstr "" ...@@ -1048,6 +1051,9 @@ msgstr ""
msgid "(revoked)" msgid "(revoked)"
msgstr "" msgstr ""
msgid "(we need your current password to confirm your changes)"
msgstr ""
msgid "* * * * *" msgid "* * * * *"
msgstr "" msgstr ""
...@@ -4621,6 +4627,9 @@ msgstr "" ...@@ -4621,6 +4627,9 @@ msgstr ""
msgid "AwardEmoji|No emojis found." msgid "AwardEmoji|No emojis found."
msgstr "" msgstr ""
msgid "Back"
msgstr ""
msgid "Back to page %{number}" msgid "Back to page %{number}"
msgstr "" msgstr ""
...@@ -5571,6 +5580,9 @@ msgstr "" ...@@ -5571,6 +5580,9 @@ msgstr ""
msgid "Cancel this job" msgid "Cancel this job"
msgstr "" msgstr ""
msgid "Cancel your account"
msgstr ""
msgid "Cancel, keep project" msgid "Cancel, keep project"
msgstr "" msgstr ""
...@@ -32922,6 +32934,9 @@ msgstr "" ...@@ -32922,6 +32934,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed." msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr "" msgstr ""
msgid "Unhappy?"
msgstr ""
msgid "Uninstall" msgid "Uninstall"
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