Commit 576a91c0 authored by Marvin Karegyeya's avatar Marvin Karegyeya Committed by Rémy Coutable

Externalise strings in application_settings/_pages.html.haml

parent 3bc2ad90
...@@ -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
...@@ -19275,6 +19275,9 @@ msgstr "" ...@@ -19275,6 +19275,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