Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/ninja-fo.../includes/Config
File: i18nBuilder.php
<?php if ( ! defined( 'ABSPATH' ) ) exit;
[0] Fix | Delete
global $wp_locale;
[1] Fix | Delete
[2] Fix | Delete
return apply_filters( 'ninja_forms_i18n_builder', array(
[3] Fix | Delete
[4] Fix | Delete
'ninjaForms' => esc_html__( 'Ninja Forms', 'ninja-forms' ),
[5] Fix | Delete
'fieldsProductsPrice' => esc_html__( 'Price:', 'ninja-forms' ),
[6] Fix | Delete
'fieldsProductsQuantity' => esc_html__( 'Quantity:', 'ninja-forms' ),
[7] Fix | Delete
'fieldsTermsAdd' => esc_html__( 'Add', 'ninja-forms' ),
[8] Fix | Delete
'fieldsTextareaOpenNewWindow' => esc_html__( 'Open in new window', 'ninja-forms' ),
[9] Fix | Delete
'formHoneypot' => esc_html__( 'If you are a human seeing this field, please leave it empty.', 'ninja-forms' ),
[10] Fix | Delete
'available' => esc_html__( 'Available', 'ninja-forms' ),
[11] Fix | Delete
'installed' => esc_html__( 'Installed', 'ninja-forms' ),
[12] Fix | Delete
'currencySymbol' => Ninja_Forms()->get_setting( 'currency_symbol' ),
[13] Fix | Delete
'thousands_sep' => $wp_locale->number_format[ 'thousands_sep' ],
[14] Fix | Delete
'decimal_point' => $wp_locale->number_format[ 'decimal_point' ],
[15] Fix | Delete
'domainFormFields' => esc_html__( 'Form Fields', 'ninja-forms' ),
[16] Fix | Delete
'domainActions' => esc_html__( 'Emails & Actions', 'ninja-forms' ),
[17] Fix | Delete
'domainAdvanced' => esc_html__( 'Advanced', 'ninja-forms' ),
[18] Fix | Delete
'errorInvalidEmailFromAddress' => sprintf( esc_html__( 'Possible issue detected. %sLearn More%s', 'ninja-forms' ), '<a href="https://ninjaforms.com/docs/troubleshooting-email-problems/" target="_blank">', '</a>' ),
[19] Fix | Delete
'previousMonth' => esc_html__( 'Previous Month', 'ninja-forms' ),
[20] Fix | Delete
'nextMonth' => esc_html__( 'Next Month', 'ninja-forms' ),
[21] Fix | Delete
'months' => array(
[22] Fix | Delete
esc_html__( 'January', 'ninja-forms' ),
[23] Fix | Delete
esc_html__( 'February', 'ninja-forms' ),
[24] Fix | Delete
esc_html__( 'March', 'ninja-forms' ),
[25] Fix | Delete
esc_html__( 'April', 'ninja-forms' ),
[26] Fix | Delete
esc_html__( 'May', 'ninja-forms' ),
[27] Fix | Delete
esc_html__( 'June', 'ninja-forms' ),
[28] Fix | Delete
esc_html__( 'July', 'ninja-forms' ),
[29] Fix | Delete
esc_html__( 'August', 'ninja-forms' ),
[30] Fix | Delete
esc_html__( 'September', 'ninja-forms' ),
[31] Fix | Delete
esc_html__( 'October', 'ninja-forms' ),
[32] Fix | Delete
esc_html__( 'November', 'ninja-forms' ),
[33] Fix | Delete
esc_html__( 'December', 'ninja-forms' )
[34] Fix | Delete
),
[35] Fix | Delete
'monthsShort' => array(
[36] Fix | Delete
esc_html__( 'Jan', 'ninja-forms' ),
[37] Fix | Delete
esc_html__( 'Feb', 'ninja-forms' ),
[38] Fix | Delete
esc_html__( 'Mar', 'ninja-forms' ),
[39] Fix | Delete
esc_html__( 'Apr', 'ninja-forms' ),
[40] Fix | Delete
esc_html__( 'May', 'ninja-forms' ),
[41] Fix | Delete
esc_html__( 'Jun', 'ninja-forms' ),
[42] Fix | Delete
esc_html__( 'Jul', 'ninja-forms' ),
[43] Fix | Delete
esc_html__( 'Aug', 'ninja-forms' ),
[44] Fix | Delete
esc_html__( 'Sep', 'ninja-forms' ),
[45] Fix | Delete
esc_html__( 'Oct', 'ninja-forms' ),
[46] Fix | Delete
esc_html__( 'Nov', 'ninja-forms' ),
[47] Fix | Delete
esc_html__( 'Dec', 'ninja-forms' ),
[48] Fix | Delete
),
[49] Fix | Delete
'weekdays' => array(
[50] Fix | Delete
esc_html__( 'Sunday', 'ninja-forms' ),
[51] Fix | Delete
esc_html__( 'Monday', 'ninja-forms' ),
[52] Fix | Delete
esc_html__( 'Tuesday', 'ninja-forms' ),
[53] Fix | Delete
esc_html__( 'Wednesday', 'ninja-forms' ),
[54] Fix | Delete
esc_html__( 'Thursday', 'ninja-forms' ),
[55] Fix | Delete
esc_html__( 'Friday', 'ninja-forms' ),
[56] Fix | Delete
esc_html__( 'Saturday', 'ninja-forms' ),
[57] Fix | Delete
),
[58] Fix | Delete
'weekdaysShort' => array(
[59] Fix | Delete
esc_html__( 'Sun', 'ninja-forms' ),
[60] Fix | Delete
esc_html__( 'Mon', 'ninja-forms' ),
[61] Fix | Delete
esc_html__( 'Tue', 'ninja-forms' ),
[62] Fix | Delete
esc_html__( 'Wed', 'ninja-forms' ),
[63] Fix | Delete
esc_html__( 'Thu', 'ninja-forms' ),
[64] Fix | Delete
esc_html__( 'Fri', 'ninja-forms' ),
[65] Fix | Delete
esc_html__( 'Sat', 'ninja-forms' ),
[66] Fix | Delete
),
[67] Fix | Delete
'weekdaysMin' => array(
[68] Fix | Delete
esc_html__( 'Su', 'ninja-forms' ),
[69] Fix | Delete
esc_html__( 'Mo', 'ninja-forms' ),
[70] Fix | Delete
esc_html__( 'Tu', 'ninja-forms' ),
[71] Fix | Delete
esc_html__( 'We', 'ninja-forms' ),
[72] Fix | Delete
esc_html__( 'Th', 'ninja-forms' ),
[73] Fix | Delete
esc_html__( 'Fr', 'ninja-forms' ),
[74] Fix | Delete
esc_html__( 'Sa', 'ninja-forms' )
[75] Fix | Delete
),
[76] Fix | Delete
'fieldDataDeleteMsg' => sprintf( esc_html__( '%sThis will also DELETE all submission data associated with this field.%sYou will not be able to retrieve this data later!%s' ), '<p>', '</p><p>', '</p><br />' ),
[77] Fix | Delete
'delete' => esc_html__( 'Delete' ),
[78] Fix | Delete
'cancel' => esc_html__( 'Cancel' ),
[79] Fix | Delete
'minVal' => esc_html__( 'Min Value' ),
[80] Fix | Delete
'maxVal' => esc_html__( 'Max Value' ),
[81] Fix | Delete
'valueChars' => esc_html__( 'In order to prevent errors, values may only contain'
[82] Fix | Delete
. ' a specific subset of characters ( a-z, 0-9, -, _, @, space ). You'
[83] Fix | Delete
. ' can use the option label in your success message(s) or email action(s) by adding'
[84] Fix | Delete
. ' the :label attribute to your list field merge tags. For example:'
[85] Fix | Delete
. ' {field:key:label}', 'ninja-forms' ),
[86] Fix | Delete
[87] Fix | Delete
'paymentsActionNicename' => esc_html__( 'Accept Payments & Donations', 'ninja-forms' ),
[88] Fix | Delete
'marketingActionNicename' => esc_html__( 'Connect to Your Email Marketing or CRM Account', 'ninja-forms' ),
[89] Fix | Delete
'managementActionNicename' => esc_html__( 'Manage Your Users Better', 'ninja-forms' ),
[90] Fix | Delete
'workflowActionNicename' => esc_html__( 'Document & Workflow Management', 'ninja-forms' ),
[91] Fix | Delete
'notificationsActionNicename' => esc_html__( 'Send SMS Form Notifications', 'ninja-forms' ),
[92] Fix | Delete
'miscActionNicename' => esc_html__( 'Integrate with 1000+ More Services', 'ninja-forms' ),
[93] Fix | Delete
'htmlDetectedError' => esc_html__('HTML classes only allow - _ and alphanumeric characters.', 'ninja-forms'),
[94] Fix | Delete
'titleLabelsErrorMessage' => esc_html__('This character is forbidden. Title and labels must not contain / " < > ` characters.', 'ninja-forms')
[95] Fix | Delete
));
[96] Fix | Delete
[97] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function