Commit 4440e175 authored by Brandon Labuschagne's avatar Brandon Labuschagne

Merge branch '333521-externalize-strings' into 'master'

Externalize strings in _diff_limits.html.haml

See merge request gitlab-org/gitlab!63984
parents 3183bde2 e17c3659
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
%fieldset %fieldset
.form-group .form-group
= f.label :diff_max_patch_bytes, 'Maximum diff patch size in bytes', class: 'label-light' = f.label :diff_max_patch_bytes, _('Maximum diff patch size in bytes'), class: 'label-light'
= f.number_field :diff_max_patch_bytes, class: 'form-control gl-form-input' = f.number_field :diff_max_patch_bytes, class: 'form-control gl-form-input'
%span.form-text.text-muted %span.form-text.text-muted
Collapse diffs larger than this size, and show a 'too large' message instead. = _("Collapse diffs larger than this size, and show a 'too large' message instead.")
= link_to sprite_icon('question-o'), = link_to sprite_icon('question-o'),
help_page_path('user/admin_area/diff_limits') help_page_path('user/admin_area/diff_limits')
......
...@@ -7966,6 +7966,9 @@ msgstr "" ...@@ -7966,6 +7966,9 @@ msgstr ""
msgid "Collapse approvers" msgid "Collapse approvers"
msgstr "" msgstr ""
msgid "Collapse diffs larger than this size, and show a 'too large' message instead."
msgstr ""
msgid "Collapse issues" msgid "Collapse issues"
msgstr "" msgstr ""
...@@ -20216,6 +20219,9 @@ msgstr "" ...@@ -20216,6 +20219,9 @@ msgstr ""
msgid "Maximum delay (Minutes)" msgid "Maximum delay (Minutes)"
msgstr "" msgstr ""
msgid "Maximum diff patch size in bytes"
msgstr ""
msgid "Maximum duration of a session." msgid "Maximum duration of a session."
msgstr "" 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