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
9975c67b
Commit
9975c67b
authored
Apr 05, 2021
by
Marvin Karegyeya
Committed by
Kerri Miller
Apr 05, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Externalize strings in _group_admin_settings.html.haml
parent
9cdccf4a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
6 deletions
+14
-6
app/views/groups/_group_admin_settings.html.haml
app/views/groups/_group_admin_settings.html.haml
+6
-6
changelogs/unreleased/Externalise-strings-in-groups-_group_admin_settings-html-haml.yml
...ise-strings-in-groups-_group_admin_settings-html-haml.yml
+5
-0
locale/gitlab.pot
locale/gitlab.pot
+3
-0
No files found.
app/views/groups/_group_admin_settings.html.haml
View file @
9975c67b
.form-group.row
.col-sm-2.col-form-label.pt-0
=
f
.
label
:lfs_enabled
,
'Large File Storage'
=
f
.
label
:lfs_enabled
,
_
(
'Large File Storage'
)
.col-sm-10
.form-check
=
f
.
check_box
:lfs_enabled
,
checked:
@group
.
lfs_enabled?
,
class:
'form-check-input'
=
f
.
label
:lfs_enabled
,
class:
'form-check-label'
do
%strong
Allow projects within this group to use Git LFS
=
_
(
'Allow projects within this group to use Git LFS'
)
=
link_to
sprite_icon
(
'question-o'
),
help_page_path
(
'topics/git/lfs/index'
)
%br
/
%span
This setting can be overridden in each project.
%span
=
_
(
'This setting can be overridden in each project.'
)
.form-group.row
.col-sm-2.col-form-label
=
f
.
label
s_
(
'ProjectCreationLevel|Allowed to create projects'
)
...
...
@@ -24,16 +24,16 @@
.form-group.row
.col-sm-2.col-form-label.pt-0
=
f
.
label
:require_two_factor_authentication
,
'Two-factor authentication'
=
f
.
label
:require_two_factor_authentication
,
_
(
'Two-factor authentication'
)
.col-sm-10
.form-check
=
f
.
check_box
:require_two_factor_authentication
,
class:
'form-check-input'
=
f
.
label
:require_two_factor_authentication
,
class:
'form-check-label'
do
%strong
Require all users in this group to set up Two-factor authentication
=
_
(
"Require all users in this group to setup Two-factor authentication"
)
=
link_to
sprite_icon
(
'question-o'
),
help_page_path
(
'security/two_factor_authentication'
,
anchor:
'enforcing-2fa-for-all-users-in-a-group'
)
.form-group.row
.offset-sm-2.col-sm-10
.form-check
=
f
.
text_field
:two_factor_grace_period
,
class:
'form-control'
.form-text.text-muted
Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication
.form-text.text-muted
=
_
(
"Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
)
changelogs/unreleased/Externalise-strings-in-groups-_group_admin_settings-html-haml.yml
0 → 100644
View file @
9975c67b
---
title
:
Externalise strings in groups/_group_admin_settings.html.haml
merge_request
:
58331
author
:
nuwe1
type
:
other
locale/gitlab.pot
View file @
9975c67b
...
...
@@ -26246,6 +26246,9 @@ msgstr ""
msgid "Require admin approval for new sign-ups"
msgstr ""
msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
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