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
87624eca
Commit
87624eca
authored
Apr 13, 2021
by
Marvin Karegyeya
Committed by
Nicolò Maria Mezzopera
Apr 13, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Externalize strings in shared/_sign_in_link.html.haml
parent
d749256a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
app/views/devise/shared/_sign_in_link.html.haml
app/views/devise/shared/_sign_in_link.html.haml
+2
-2
changelogs/unreleased/Externalise-strings-in-shared-_sign_in_link-html-haml.yml
...Externalise-strings-in-shared-_sign_in_link-html-haml.yml
+5
-0
locale/gitlab.pot
locale/gitlab.pot
+3
-0
No files found.
app/views/devise/shared/_sign_in_link.html.haml
View file @
87624eca
%p
.text-center
%span
.light
Already have login and password?
=
_
(
'Already have login and password?'
)
-
path_params
=
{
redirect_to_referer:
'yes'
}
-
path_params
[
:invite_email
]
=
@invite_email
if
@invite_email
.
present?
=
link_to
"Sign in"
,
new_session_path
(
:user
,
path_params
)
=
link_to
_
(
'Sign in'
)
,
new_session_path
(
:user
,
path_params
)
changelogs/unreleased/Externalise-strings-in-shared-_sign_in_link-html-haml.yml
0 → 100644
View file @
87624eca
---
title
:
Externalize strings in shared/_sign_in_link.html.haml
merge_request
:
58283
author
:
nuwe1
type
:
other
locale/gitlab.pot
View file @
87624eca
...
...
@@ -3242,6 +3242,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
msgid "Already have login and password?"
msgstr ""
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
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