Commit 31cd1aac authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'Externalise-strings-in_-pages.html.haml' into 'master'

Externalise strings in application_settings/_pages.html.haml

See merge request gitlab-org/gitlab!58011
parents d9800c2b 576a91c0
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
%fieldset %fieldset
.form-group .form-group
= f.label :max_pages_size, 'Maximum size of pages (MB)', class: 'label-bold' = f.label :max_pages_size, _('Maximum size of pages (MB)'), class: 'label-bold'
= f.number_field :max_pages_size, class: 'form-control gl-form-input' = f.number_field :max_pages_size, class: 'form-control gl-form-input'
.form-text.text-muted .form-text.text-muted
= _("0 for unlimited") = _("0 for unlimited")
......
---
title: Externalise strings in application_settings/_pages.html.haml
merge_request: 58011
author: nuwe1
type: other
...@@ -19284,6 +19284,9 @@ msgstr "" ...@@ -19284,6 +19284,9 @@ msgstr ""
msgid "Maximum size of individual attachments in comments." msgid "Maximum size of individual attachments in comments."
msgstr "" msgstr ""
msgid "Maximum size of pages (MB)"
msgstr ""
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize." msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
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