Edit File by line
/home/barbar84/www/wp-conte.../plugins/ninja-fo.../includes/Config
File: i18nDashboard.php
<?php if ( ! defined( 'ABSPATH' ) ) exit;
[0] Fix | Delete
[1] Fix | Delete
return apply_filters( 'ninja_forms_i18n_dashboard', array(
[2] Fix | Delete
[3] Fix | Delete
'previousMonth' => esc_html__( 'Previous Month', 'ninja-forms' ),
[4] Fix | Delete
'nextMonth' => esc_html__( 'Next Month', 'ninja-forms' ),
[5] Fix | Delete
'months' => array(
[6] Fix | Delete
esc_html__( 'January', 'ninja-forms' ),
[7] Fix | Delete
esc_html__( 'February', 'ninja-forms' ),
[8] Fix | Delete
esc_html__( 'March', 'ninja-forms' ),
[9] Fix | Delete
esc_html__( 'April', 'ninja-forms' ),
[10] Fix | Delete
esc_html__( 'May', 'ninja-forms' ),
[11] Fix | Delete
esc_html__( 'June', 'ninja-forms' ),
[12] Fix | Delete
esc_html__( 'July', 'ninja-forms' ),
[13] Fix | Delete
esc_html__( 'August', 'ninja-forms' ),
[14] Fix | Delete
esc_html__( 'September', 'ninja-forms' ),
[15] Fix | Delete
esc_html__( 'October', 'ninja-forms' ),
[16] Fix | Delete
esc_html__( 'November', 'ninja-forms' ),
[17] Fix | Delete
esc_html__( 'December', 'ninja-forms' )
[18] Fix | Delete
),
[19] Fix | Delete
'monthsShort' => array(
[20] Fix | Delete
esc_html__( 'Jan', 'ninja-forms' ),
[21] Fix | Delete
esc_html__( 'Feb', 'ninja-forms' ),
[22] Fix | Delete
esc_html__( 'Mar', 'ninja-forms' ),
[23] Fix | Delete
esc_html__( 'Apr', 'ninja-forms' ),
[24] Fix | Delete
esc_html__( 'May', 'ninja-forms' ),
[25] Fix | Delete
esc_html__( 'Jun', 'ninja-forms' ),
[26] Fix | Delete
esc_html__( 'Jul', 'ninja-forms' ),
[27] Fix | Delete
esc_html__( 'Aug', 'ninja-forms' ),
[28] Fix | Delete
esc_html__( 'Sep', 'ninja-forms' ),
[29] Fix | Delete
esc_html__( 'Oct', 'ninja-forms' ),
[30] Fix | Delete
esc_html__( 'Nov', 'ninja-forms' ),
[31] Fix | Delete
esc_html__( 'Dec', 'ninja-forms' ),
[32] Fix | Delete
),
[33] Fix | Delete
'weekdays' => array(
[34] Fix | Delete
esc_html__( 'Sunday', 'ninja-forms' ),
[35] Fix | Delete
esc_html__( 'Monday', 'ninja-forms' ),
[36] Fix | Delete
esc_html__( 'Tuesday', 'ninja-forms' ),
[37] Fix | Delete
esc_html__( 'Wednesday', 'ninja-forms' ),
[38] Fix | Delete
esc_html__( 'Thursday', 'ninja-forms' ),
[39] Fix | Delete
esc_html__( 'Friday', 'ninja-forms' ),
[40] Fix | Delete
esc_html__( 'Saturday', 'ninja-forms' ),
[41] Fix | Delete
),
[42] Fix | Delete
'weekdaysShort' => array(
[43] Fix | Delete
esc_html__( 'Sun', 'ninja-forms' ),
[44] Fix | Delete
esc_html__( 'Mon', 'ninja-forms' ),
[45] Fix | Delete
esc_html__( 'Tue', 'ninja-forms' ),
[46] Fix | Delete
esc_html__( 'Wed', 'ninja-forms' ),
[47] Fix | Delete
esc_html__( 'Thu', 'ninja-forms' ),
[48] Fix | Delete
esc_html__( 'Fri', 'ninja-forms' ),
[49] Fix | Delete
esc_html__( 'Sat', 'ninja-forms' ),
[50] Fix | Delete
),
[51] Fix | Delete
'weekdaysMin' => array(
[52] Fix | Delete
esc_html__( 'Su', 'ninja-forms' ),
[53] Fix | Delete
esc_html__( 'Mo', 'ninja-forms' ),
[54] Fix | Delete
esc_html__( 'Tu', 'ninja-forms' ),
[55] Fix | Delete
esc_html__( 'We', 'ninja-forms' ),
[56] Fix | Delete
esc_html__( 'Th', 'ninja-forms' ),
[57] Fix | Delete
esc_html__( 'Fr', 'ninja-forms' ),
[58] Fix | Delete
esc_html__( 'Sa', 'ninja-forms' )
[59] Fix | Delete
),
[60] Fix | Delete
'deleteWarningA' => esc_html__( 'You are about to delete the form', 'ninja-forms' ),
[61] Fix | Delete
'deleteWarningB' => esc_html__( 'Once deleted, it\'s fields and submissions cannot be recovered. Proceed with caution.',
[62] Fix | Delete
'ninja-forms' ),
[63] Fix | Delete
'deleteConfirmA' => esc_html__( 'Type', 'ninja-forms' ),
[64] Fix | Delete
'deleteConfirmB' => esc_html__( 'to confirm', 'ninja-forms' ),
[65] Fix | Delete
'delete' => esc_html__( 'Delete', 'ninja-forms' ),
[66] Fix | Delete
'cancel' => esc_html__( 'Cancel', 'ninja-forms' ),
[67] Fix | Delete
'deleteTitle' => esc_html__( 'Confirm Delete', 'ninja-forms' ),
[68] Fix | Delete
'deleteXForm' => esc_html__( 'Export Form', 'ninja-forms' ),
[69] Fix | Delete
'deleteXSubs' => esc_html__( 'Export Submissions', 'ninja-forms' ),
[70] Fix | Delete
'optinContent' => sprintf( esc_html__( '%sWe would like to collect data about how Ninja Forms is used so that we can improve the experience for everyone. This data will not include ANY submission data or personally identifiable information.%sPlease check out our %sprivacy policy%s for additional clarification.%s', 'ninja-forms' ), '<p>', '</p><p>', '<a href="https://ninjaforms.com/privacy-policy/" target="_blank">', '</a>', '</p>' ),
[71] Fix | Delete
'optinYesplease' => esc_html__( 'Yes, please send me occasional emails about Ninja Forms.', 'ninja-forms' ),
[72] Fix | Delete
'optinSecondary' => esc_html__( 'Not Now', 'ninja-forms' ),
[73] Fix | Delete
'optinPrimary' => esc_html__( 'Yes, I agree!', 'ninja-forms' ),
[74] Fix | Delete
'optinAwesome' => esc_html__( 'Keep being awesome!', 'ninja-forms' ),
[75] Fix | Delete
'optinThanks' => esc_html__( 'Thank you for opting in!', 'ninja-forms' ),
[76] Fix | Delete
'cleanupContent' => sprintf( esc_html__( '%sOnce we begin this process, it might take several minutes to complete.%sNavigating away from this page before it is finished could lead to unexpected results.%sPlease confirm when you are ready to begin.%s', 'ninja-forms' ), '<p>', '</p><p>', '</p><p>', '</p>' ),
[77] Fix | Delete
'cleanupSecondary' => esc_html__( 'Cancel', 'ninja-forms' ),
[78] Fix | Delete
'cleanupPrimary' => sprintf( esc_html__( 'Clean up my data', 'ninja-forms' ) ),
[79] Fix | Delete
'cleanupLoading' => esc_html__( 'Processing...', 'ninja-forms' ),
[80] Fix | Delete
'noResult' => esc_html__( 'No Results Found.', 'ninja-forms' ),
[81] Fix | Delete
[82] Fix | Delete
/**
[83] Fix | Delete
* Services Tab
[84] Fix | Delete
*/
[85] Fix | Delete
[86] Fix | Delete
/** OAuth Controller */
[87] Fix | Delete
'oauthDisconnectContent' => sprintf( esc_html__( 'Disconnecting from my.ninjaforms.com will disrupt the functionality of all services. To manage your service subscriptions please visit %smy.ninjaforms.com%s', 'ninja-forms' ), '<a href="https://my.ninjaforms.com">', '</a>' ),
[88] Fix | Delete
'oauthDisconnectConfirm' => esc_html__( 'Disconnect', 'ninja-forms' ),
[89] Fix | Delete
'oauthDisconnectCancle' => esc_html__( 'Stay Connected', 'ninja-forms' ),
[90] Fix | Delete
'oauthLearnMoreContent' => sprintf( esc_html__( '%sSince you’re using one of our Ninja Forms services, like Ninja Mail or our Add-on Manager, your site is connected to my.ninjaforms.com. This allows us to send data between your site and my.ninjaforms.com. For details about what is being shared, you can see our %sPrivacy Policy%s.%s', 'ninja-forms' ), '<p>', '<a href="https://ninjaforms.com/privacy-policy/">', '</a>', '</p>'),
[91] Fix | Delete
[92] Fix | Delete
/** Service Model */
[93] Fix | Delete
'serviceRedirect' => sprintf( esc_html__( '%sRedirecting to NinjaForms.com%s', 'ninja-forms' ), '<p style="text-align:center;">', '</p>' ),
[94] Fix | Delete
'serviceUpdateError' => esc_html__( 'Unable to update the service.' , '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