Add translations for create custom field form
[MAILPOET-2463]
This commit is contained in:
committed by
Pavel Dohnal
parent
d319781e34
commit
9f17bf38af
@@ -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 %>
|
||||
|
||||
|
Reference in New Issue
Block a user