Add translations for create custom field form

[MAILPOET-2463]
This commit is contained in:
Rostislav Wolny
2020-01-14 14:33:54 +01:00
committed by Pavel Dohnal
parent d319781e34
commit 9f17bf38af
3 changed files with 14 additions and 7 deletions

View File

@@ -100,7 +100,13 @@
'blockCustomHtmlDescription': __('Display custom text or HTML code in your form.'),
'blockCustomHtmlDefault': __('Subscribe to our newsletter and join [mailpoet_subscribers_count] other subscribers.'),
'blockCustomHtmlContentLabel': _x('Custom text', 'Textarea label'),
'blockCustomHtmlNl2br': __('Automatically add paragraphs')
'blockCustomHtmlNl2br': __('Automatically add paragraphs'),
'blockAddCustomField': __('Create Custom Field'),
'blockAddCustomFieldDescription': __('Create a new custom field for your subscribers.'),
'blockAddCustomFieldFormHeading': __('New Custom Field.'),
'blockCreateButton': __('Create'),
'customFieldName': _x('Field name', 'Label for form field for custom input name'),
'selectCustomFieldType': _x('Select a field type', 'Label for form field for custom input type')
}) %>
<% endblock %>