Commit 0c5c5a7f authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Add internationlization for conflict description

parent fd2e1290
......@@ -2,13 +2,13 @@
.form-horizontal.resolve-conflicts-form
.form-group
.col-md-4
%h4 Resolve conflicts on source branch
%h4= _('Resolve conflicts on source branch')
.resolve-info
You can resolve the merge conflict using either the Interactive mode, by choosing
#{ _('You can resolve the merge conflict using either the Interactive mode, by choosing') }
%code Use ours
or
#{ _('or') }
%code Use theirs
buttons, or by editing the files directly. Commit these changes into
#{ _('buttons, or by editing the files directly. Commit these changes into') }
#{link_to @merge_request.source_branch, project_tree_path(@merge_request.project, @merge_request.source_branch), class: "ref-name"}.
.col-md-8
%label.label-light{ "for" => "commit-message" }
......
......@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab 1.0.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-05-16 18:52+0200\n"
"PO-Revision-Date: 2018-05-16 18:52+0200\n"
"POT-Creation-Date: 2018-05-17 09:05-0700\n"
"PO-Revision-Date: 2018-05-17 09:05-0700\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
......@@ -3407,6 +3407,9 @@ msgstr ""
msgid "Reset runners registration token"
msgstr ""
msgid "Resolve conflicts on source branch"
msgstr ""
msgid "Resolve discussion"
msgstr ""
......@@ -4599,6 +4602,9 @@ msgstr ""
msgid "You can only edit files when you are on a branch"
msgstr ""
msgid "You can resolve the merge conflict using either the Interactive mode, by choosing"
msgstr ""
msgid "You cannot write to this read-only GitLab instance."
msgstr ""
......@@ -4686,6 +4692,9 @@ msgstr ""
msgid "branch name"
msgstr ""
msgid "buttons, or by editing the files directly. Commit these changes into"
msgstr ""
msgid "command line instructions"
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment