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
1585c27a
Commit
1585c27a
authored
Aug 22, 2019
by
antonyliu
Committed by
antony liu
Oct 15, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Externalize strings of page ‘groups/new’
parent
4b4c676f
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
5 deletions
+11
-5
app/views/groups/_create_chat_team.html.haml
app/views/groups/_create_chat_team.html.haml
+1
-1
app/views/groups/new.html.haml
app/views/groups/new.html.haml
+2
-2
app/views/shared/_group_form.html.haml
app/views/shared/_group_form.html.haml
+2
-2
locale/gitlab.pot
locale/gitlab.pot
+6
-0
No files found.
app/views/groups/_create_chat_team.html.haml
View file @
1585c27a
...
...
@@ -8,7 +8,7 @@
.form-check.js-toggle-container
.js-toggle-button.form-check-input
=
f
.
check_box
(
:create_chat_team
,
{
checked:
true
},
true
,
false
)
=
f
.
label
:create_chat_team
,
class:
'form-check-label'
do
Create a Mattermost team for this group
=
_
(
'Create a Mattermost team for this group'
)
%br
%small
.light.js-toggle-content
Mattermost URL:
...
...
app/views/groups/new.html.haml
View file @
1585c27a
...
...
@@ -40,5 +40,5 @@
=
render
'create_chat_team'
,
f:
f
if
Gitlab
.
config
.
mattermost
.
enabled
.form-actions
=
f
.
submit
'Create group'
,
class:
"btn btn-success"
=
link_to
'Cancel'
,
dashboard_groups_path
,
class:
'btn btn-cancel'
=
f
.
submit
_
(
'Create group'
)
,
class:
"btn btn-success"
=
link_to
_
(
'Cancel'
)
,
dashboard_groups_path
,
class:
'btn btn-cancel'
app/views/shared/_group_form.html.haml
View file @
1585c27a
...
...
@@ -30,9 +30,9 @@
-
if
@group
.
persisted?
.alert.alert-warning.prepend-top-10
Changing group path can have unintended side effects.
=
_
(
'Changing group path can have unintended side effects.'
)
=
succeed
'.'
do
=
link_to
'Learn more'
,
help_page_path
(
'user/group/index'
,
anchor:
'changing-a-groups-path'
),
target:
'_blank'
=
link_to
_
(
'Learn more'
)
,
help_page_path
(
'user/group/index'
,
anchor:
'changing-a-groups-path'
),
target:
'_blank'
-
if
@group
.
persisted?
.row
...
...
locale/gitlab.pot
View file @
1585c27a
...
...
@@ -2946,6 +2946,9 @@ msgstr ""
msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
msgstr ""
msgid "Changing group path can have unintended side effects."
msgstr ""
msgid "Charts"
msgstr ""
...
...
@@ -4621,6 +4624,9 @@ msgstr ""
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
msgstr ""
msgid "Create a Mattermost team for this group"
msgstr ""
msgid "Create a merge request"
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