Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
283e7ca5
Commit
283e7ca5
authored
Apr 08, 2021
by
Marvin Karegyeya
Committed by
Rémy Coutable
Apr 08, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Externalize strings in registrations/edit.html.erb
parent
125d7ef6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
6 deletions
+26
-6
app/views/devise/registrations/edit.html.erb
app/views/devise/registrations/edit.html.erb
+6
-6
changelogs/unreleased/Externalize-strings-in-registrations-edit-html-erb.yml
...ed/Externalize-strings-in-registrations-edit-html-erb.yml
+5
-0
locale/gitlab.pot
locale/gitlab.pot
+15
-0
No files found.
app/views/devise/registrations/edit.html.erb
View file @
283e7ca5
...
...
@@ -9,20 +9,20 @@
<div>
<%=
f
.
label
:name
%>
<br
/>
<%=
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>
<div>
<%=
f
.
label
:password_confirmation
%>
<br
/>
<%=
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>
<div>
<%=
f
.
submit
"Update"
,
class:
"input_button"
%>
</div>
<div>
<%=
f
.
submit
_
(
"Update"
)
,
class:
"input_button"
%>
</div>
<%
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
%>
changelogs/unreleased/Externalize-strings-in-registrations-edit-html-erb.yml
0 → 100644
View file @
283e7ca5
---
title
:
Externalize strings in registrations/edit.html.erb
merge_request
:
58268
author
:
nuwe1
type
:
other
locale/gitlab.pot
View file @
283e7ca5
...
...
@@ -1042,6 +1042,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
msgid "(leave blank if you don't want to change it)"
msgstr ""
msgid "(max size 15 MB)"
msgstr ""
...
...
@@ -1051,6 +1054,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
msgid "(we need your current password to confirm your changes)"
msgstr ""
msgid "* * * * *"
msgstr ""
...
...
@@ -4621,6 +4627,9 @@ msgstr ""
msgid "AwardEmoji|No emojis found."
msgstr ""
msgid "Back"
msgstr ""
msgid "Back to page %{number}"
msgstr ""
...
...
@@ -5571,6 +5580,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
msgid "Cancel your account"
msgstr ""
msgid "Cancel, keep project"
msgstr ""
...
...
@@ -32703,6 +32715,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
msgid "Unhappy?"
msgstr ""
msgid "Uninstall"
msgstr ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment