Commit e17c3659 authored by jerasmus's avatar jerasmus

Externalize diff limits strings

Externalized the strings for diff limits
parent 1d4458a4
......@@ -3,10 +3,10 @@
%fieldset
.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'
%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'),
help_page_path('user/admin_area/diff_limits')
......
......@@ -7966,6 +7966,9 @@ msgstr ""
msgid "Collapse approvers"
msgstr ""
msgid "Collapse diffs larger than this size, and show a 'too large' message instead."
msgstr ""
msgid "Collapse issues"
msgstr ""
......@@ -20213,6 +20216,9 @@ msgstr ""
msgid "Maximum delay (Minutes)"
msgstr ""
msgid "Maximum diff patch size in bytes"
msgstr ""
msgid "Maximum duration of a session."
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