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
fe4ef129
Commit
fe4ef129
authored
Apr 22, 2021
by
Marvin Karegyeya
Committed by
Andrew Fontaine
Apr 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Externalise strings in appearances/preview_sign_in.html.haml
parent
a17c5a06
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
4 deletions
+15
-4
app/views/admin/appearances/preview_sign_in.html.haml
app/views/admin/appearances/preview_sign_in.html.haml
+4
-4
changelogs/unreleased/Externalize-strings-in-appearances-preview_sign_in-html-haml.yml
...lize-strings-in-appearances-preview_sign_in-html-haml.yml
+5
-0
locale/gitlab.pot
locale/gitlab.pot
+6
-0
No files found.
app/views/admin/appearances/preview_sign_in.html.haml
View file @
fe4ef129
=
render
'devise/shared/tab_single'
,
tab_title:
'Sign in preview'
=
render
'devise/shared/tab_single'
,
tab_title:
_
(
'Sign in preview'
)
.login-box
%form
.gl-show-field-errors
.form-group
=
label_tag
:login
=
text_field_tag
:login
,
nil
,
class:
"form-control gl-form-input top"
,
title:
'Please provide your username or email address.'
=
text_field_tag
:login
,
nil
,
class:
"form-control gl-form-input top"
,
title:
_
(
'Please provide your username or email address.'
)
.form-group
=
label_tag
:password
=
password_field_tag
:password
,
nil
,
class:
"form-control gl-form-input bottom"
,
title:
'This field is required.'
=
password_field_tag
:password
,
nil
,
class:
"form-control gl-form-input bottom"
,
title:
_
(
'This field is required.'
)
.form-group
=
button_tag
"Sign in"
,
class:
"btn gl-button btn-confirm"
=
button_tag
_
(
"Sign in"
)
,
class:
"btn gl-button btn-confirm"
changelogs/unreleased/Externalize-strings-in-appearances-preview_sign_in-html-haml.yml
0 → 100644
View file @
fe4ef129
---
title
:
Externalise strings in appearances/preview_sign_in.html.haml
merge_request
:
58138
author
:
nuwe1
type
:
other
locale/gitlab.pot
View file @
fe4ef129
...
...
@@ -23864,6 +23864,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
msgid "Please provide your username or email address."
msgstr ""
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
...
...
@@ -29268,6 +29271,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
msgid "Sign in preview"
msgstr ""
msgid "Sign in to \"%{group_name}\""
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