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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
53220994
Commit
53220994
authored
May 28, 2015
by
Jeroen van Baarsen
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #9184 from rumpelsepp/english
Some language improvements
parents
72e41096
2fa3af04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
17 deletions
+18
-17
app/views/projects/merge_requests/show/_mr_accept.html.haml
app/views/projects/merge_requests/show/_mr_accept.html.haml
+18
-17
No files found.
app/views/projects/merge_requests/show/_mr_accept.html.haml
View file @
53220994
-
unless
@allowed_to_merge
-
unless
@allowed_to_merge
-
if
@project
.
archived?
-
if
@project
.
archived?
%p
%p
%strong
Archived projects
cannot be committed to!
%strong
Archived projects
do not provide commit access.
-
else
-
else
.automerge_widget.cannot_be_merged.hide
.automerge_widget.cannot_be_merged.hide
%strong
This request can't be merged automatically. Even if it could be merged, you don't have permission to do so.
%strong
This merge request contains merge conflicts that must be resolved.
Only those with write access to this repository can merge merge requests.
.automerge_widget.work_in_progress.hide
.automerge_widget.work_in_progress.hide
%strong
This request can't be accepted because it is marked a Work In Progress. Even if it could be accepted, you don't have permission to do so.
%strong
This merge request is marked as Work In Progress.
Only those with write access to this repository can merge merge requests.
.automerge_widget.can_be_merged.hide
.automerge_widget.can_be_merged.hide
%strong
This request can be merged automatically, but you don't have permission to do so.
%strong
This request can be merged automatically.
Only those with write access to this repository can merge merge requests.
-
if
@show_merge_controls
-
if
@show_merge_controls
...
@@ -34,7 +37,7 @@
...
@@ -34,7 +37,7 @@
%br
%br
.light
.light
If you
still want to merge this request manually - us
e
If you
want to merge this request manually, you can use th
e
%strong
%strong
=
link_to
"command line"
,
"#modal_merge_info"
,
class:
"how_to_merge_link vlink"
,
title:
"How To Merge"
,
"data-toggle"
=>
"modal"
=
link_to
"command line"
,
"#modal_merge_info"
,
class:
"how_to_merge_link vlink"
,
title:
"How To Merge"
,
"data-toggle"
=>
"modal"
...
@@ -42,47 +45,45 @@
...
@@ -42,47 +45,45 @@
.automerge_widget.no_satellite.hide
.automerge_widget.no_satellite.hide
%p
%p
%span
%span
%strong
This repository does not have
satellite. Ask an administrator to fix this issue
%strong
This repository does not have
a satellite. Please ask an administrator to fix this issue!
.automerge_widget.cannot_be_merged.hide
.automerge_widget.cannot_be_merged.hide
%h4
%h4
This
request can't be merged with GitLab
.
This
pull request contains merge conflicts that must be resolved
.
You
should do it manually with
You
can try it manually on the
%strong
%strong
=
link_to
"#modal_merge_info"
,
class:
"underlined-link how_to_merge_link"
,
title:
"How To Merge"
,
"data-toggle"
=>
"modal"
do
=
link_to
"command line"
,
"#modal_merge_info"
,
class:
"how_to_merge_link vlink"
,
title:
"How To Merge"
,
"data-toggle"
=>
"modal"
command line
%p
%p
%button
.btn.disabled
{
:type
=>
'button'
}
%button
.btn.disabled
{
:type
=>
'button'
}
%i
.fa.fa-warning
%i
.fa.fa-warning
Accept Merge Request
Accept Merge Request
This
usually happens when Git can not resolve conflicts between branches automatically
.
This
happens when Git is not able to automatically resolve conflicts between branches
.
.automerge_widget.work_in_progress.hide
.automerge_widget.work_in_progress.hide
%h4
%h4
This request can
't be accepted because it is marked a
<strong>
Work In Progress
</strong>
.
This request can
not be merged because it is marked as
<strong>
Work In Progress
</strong>
.
%p
%p
%button
.btn.disabled
{
:type
=>
'button'
}
%button
.btn.disabled
{
:type
=>
'button'
}
%i
.fa.fa-warning
%i
.fa.fa-warning
Accept Merge Request
Accept Merge Request
When the merge request is ready, remove the "WIP" prefix from the title to allow merging.
When the merge request is ready, remove the "WIP" prefix from the title to allow it to be accepted.
.automerge_widget.unchecked
.automerge_widget.unchecked
%p
%p
%strong
%strong
%i
.fa.fa-spinner.fa-spin
%i
.fa.fa-spinner.fa-spin
Checking
for ability to automatically
merge…
Checking
automatic
merge…
.automerge_widget.already_cannot_be_merged.hide
.automerge_widget.already_cannot_be_merged.hide
%p
%p
%strong
This merge request can
not be merged. Try to reload the page.
%strong
This merge request cannot be merged. Try to reload the page.
.merge-in-progress.hide
.merge-in-progress.hide
%p
%p
%i
.fa.fa-spinner.fa-spin
%i
.fa.fa-spinner.fa-spin
Merge is in progress. Please wait
. Page will be automatically reloaded
.
Merge is in progress. Please wait
… Page will be reloaded automatically
.
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