Remove duplicate translations and fix indentation
[MAILPOET-2451]
This commit is contained in:
committed by
Jack Kitterhing
parent
62bc8338e8
commit
f284812037
@@ -26,35 +26,28 @@
|
|||||||
|
|
||||||
<% block translations %>
|
<% block translations %>
|
||||||
<%= localize({
|
<%= localize({
|
||||||
'addFormName': _x('Add form name', 'A placeholder for form name input'),
|
'addFormName': _x('Add form name', 'A placeholder for form name input'),
|
||||||
'form': __('Form'),
|
'form': __('Form'),
|
||||||
'formSettings': _x('Settings', 'A settings section heading'),
|
'formSettings': _x('Settings', 'A settings section heading'),
|
||||||
'formPlacement': _x('Form Placement', 'A settings section heading'),
|
'formPlacement': _x('Form Placement', 'A settings section heading'),
|
||||||
'customCss': _x('Custom CSS', 'A settings section heading'),
|
'customCss': _x('Custom CSS', 'A settings section heading'),
|
||||||
'formSaved': __('Form saved.'),
|
'formSaved': __('Form saved.'),
|
||||||
'addFormWidgetHint': __('Add this form to your sidebar or footer on the [link]Widgets page[/link].'),
|
'addFormWidgetHint': __('Add this form to your sidebar or footer on the [link]Widgets page[/link].'),
|
||||||
'addFormShortcodeHint': __('Copy and paste this [link]shortcode[/link] on to a post or page.'),
|
'addFormShortcodeHint': __('Copy and paste this [link]shortcode[/link] on to a post or page.'),
|
||||||
'addFormPhpIframeHint': __('[link]PHP[/link] and [link]iFrame[/link] versions are also available.'),
|
'addFormPhpIframeHint': __('[link]PHP[/link] and [link]iFrame[/link] versions are also available.'),
|
||||||
'settingsListLabel': __('This form adds the subscribers to these lists'),
|
'settingsListLabel': __('This form adds the subscribers to these lists'),
|
||||||
'settingsAfterSubmit': __('After submit'),
|
'settingsAfterSubmit': __('After submit'),
|
||||||
'settingsShowMessage': __('Show message'),
|
'settingsShowMessage': __('Show message'),
|
||||||
'settingsGoToPage': __('Go to Page'),
|
'settingsGoToPage': __('Go to Page'),
|
||||||
'settingsPleaseSelectList': __('Please select a list'),
|
'settingsPleaseSelectList': __('Please select a list'),
|
||||||
'blockEmail': __('Email'),
|
'blockEmail': __('Email'),
|
||||||
'blockEmailDescription': __('Input field used to catch subscribers’ email addresses.'),
|
'blockEmailDescription': __('Input field used to catch subscribers’ email addresses.'),
|
||||||
'blockSubmit': __('Submit button'),
|
'blockSubmit': __('Submit button'),
|
||||||
'blockSubmitDescription': __('Button used to submit the form.'),
|
'blockSubmitDescription': __('Button used to submit the form.'),
|
||||||
'blockSubmitLabel': _x('Subscribe!', 'a default value for a subscription form button'),
|
'blockSubmitLabel': _x('Subscribe!', 'a default value for a subscription form button'),
|
||||||
'missingObligatoryBlock': __('Email input or submit is missing. Try reloading the form editor.'),
|
'missingObligatoryBlock': __('Email input or submit is missing. Try reloading the form editor.'),
|
||||||
'blockEmail': __('Email'),
|
'label': _x('Label', 'settings for a label of an input'),
|
||||||
'blockEmailDescription': __('Input field used to catch subscribers’ email addresses.'),
|
'displayLabelWithinInput': __('Display label within input')
|
||||||
'blockSubmit': __('Submit button'),
|
|
||||||
'blockSubmitDescription': __('Button used to submit the form.'),
|
|
||||||
'blockSubmitLabel': _x('Subscribe!', 'a default value for a subscription form button'),
|
|
||||||
'missingObligatoryBlock': __('Email input or submit is missing. Try reloading the form editor.'),
|
|
||||||
'label': _x('Label', 'settings for a label of an input'),
|
|
||||||
'displayLabelWithinInput': __('Display label within input')
|
|
||||||
|
|
||||||
}) %>
|
}) %>
|
||||||
<% endblock %>
|
<% endblock %>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user