PATH:
home
/
centosnipponia
/
public_html
/
nipponiacar
/
wp-content
/
plugins
/
ninja-forms
/
includes
/
Config
<?php if ( ! defined( 'ABSPATH' ) ) exit; global $wp_locale; return apply_filters( 'ninja_forms_i18n_builder', array( 'ninjaForms' => esc_html__( 'Ninja Forms', 'ninja-forms' ), 'fieldsProductsPrice' => esc_html__( 'Price:', 'ninja-forms' ), 'fieldsProductsQuantity' => esc_html__( 'Quantity:', 'ninja-forms' ), 'fieldsTermsAdd' => esc_html__( 'Add', 'ninja-forms' ), 'fieldsTextareaOpenNewWindow' => esc_html__( 'Open in new window', 'ninja-forms' ), 'tableInsertRowAbove' => esc_html__( 'Insert Row Above', 'ninja-forms' ), 'tableInsertRowBelow' => esc_html__( 'Insert Row Below', 'ninja-forms' ), 'tableInsertColumnLeft' => esc_html__( 'Insert Column Left', 'ninja-forms' ), 'tableInsertColumnRight' => esc_html__( 'Insert Column Right', 'ninja-forms' ), 'tableDeleteRow' => esc_html__( 'Delete Row', 'ninja-forms' ), 'tableDeleteColumn' => esc_html__( 'Delete Column', 'ninja-forms' ), 'tableDeleteTable' => esc_html__( 'Delete Table', 'ninja-forms' ), 'tableLegacyNotice' => esc_html__( 'This content has tables in the old editor format. Custom styles are preserved on the frontend until converted. Editing will update to the new format.', 'ninja-forms' ), 'tableLegacyConvert' => esc_html__( 'Convert Now', 'ninja-forms' ), 'tableInsertTable' => esc_html__( 'Insert Table', 'ninja-forms' ), 'dismiss' => esc_html__( 'Dismiss', 'ninja-forms' ), 'insertLink' => esc_html__( 'Insert Link', 'ninja-forms' ), 'formHoneypot' => esc_html__( 'If you are a human seeing this field, please leave it empty.', 'ninja-forms' ), 'available' => esc_html__( 'Available', 'ninja-forms' ), 'installed' => esc_html__( 'Installed', 'ninja-forms' ), 'currencySymbol' => Ninja_Forms()->get_setting( 'currency_symbol' ), 'thousands_sep' => $wp_locale->number_format[ 'thousands_sep' ], 'decimal_point' => $wp_locale->number_format[ 'decimal_point' ], 'domainFormFields' => esc_html__( 'Form Fields', 'ninja-forms' ), 'domainActions' => esc_html__( 'Emails & Actions', 'ninja-forms' ), 'domainAdvanced' => esc_html__( 'Advanced', 'ninja-forms' ), 'errorInvalidEmailFromAddress' => sprintf( esc_html__( 'Possible issue detected. %sLearn More%s', 'ninja-forms' ), '<a href="https://ninjaforms.com/docs/troubleshooting-email-problems/" target="_blank">', '</a>' ), 'previousMonth' => esc_html__( 'Previous Month', 'ninja-forms' ), 'nextMonth' => esc_html__( 'Next Month', 'ninja-forms' ), 'months' => array( esc_html__( 'January', 'ninja-forms' ), esc_html__( 'February', 'ninja-forms' ), esc_html__( 'March', 'ninja-forms' ), esc_html__( 'April', 'ninja-forms' ), esc_html__( 'May', 'ninja-forms' ), esc_html__( 'June', 'ninja-forms' ), esc_html__( 'July', 'ninja-forms' ), esc_html__( 'August', 'ninja-forms' ), esc_html__( 'September', 'ninja-forms' ), esc_html__( 'October', 'ninja-forms' ), esc_html__( 'November', 'ninja-forms' ), esc_html__( 'December', 'ninja-forms' ) ), 'monthsShort' => array( esc_html__( 'Jan', 'ninja-forms' ), esc_html__( 'Feb', 'ninja-forms' ), esc_html__( 'Mar', 'ninja-forms' ), esc_html__( 'Apr', 'ninja-forms' ), esc_html__( 'May', 'ninja-forms' ), esc_html__( 'Jun', 'ninja-forms' ), esc_html__( 'Jul', 'ninja-forms' ), esc_html__( 'Aug', 'ninja-forms' ), esc_html__( 'Sep', 'ninja-forms' ), esc_html__( 'Oct', 'ninja-forms' ), esc_html__( 'Nov', 'ninja-forms' ), esc_html__( 'Dec', 'ninja-forms' ), ), 'weekdays' => array( esc_html__( 'Sunday', 'ninja-forms' ), esc_html__( 'Monday', 'ninja-forms' ), esc_html__( 'Tuesday', 'ninja-forms' ), esc_html__( 'Wednesday', 'ninja-forms' ), esc_html__( 'Thursday', 'ninja-forms' ), esc_html__( 'Friday', 'ninja-forms' ), esc_html__( 'Saturday', 'ninja-forms' ), ), 'weekdaysShort' => array( esc_html__( 'Sun', 'ninja-forms' ), esc_html__( 'Mon', 'ninja-forms' ), esc_html__( 'Tue', 'ninja-forms' ), esc_html__( 'Wed', 'ninja-forms' ), esc_html__( 'Thu', 'ninja-forms' ), esc_html__( 'Fri', 'ninja-forms' ), esc_html__( 'Sat', 'ninja-forms' ), ), 'weekdaysMin' => array( esc_html__( 'Su', 'ninja-forms' ), esc_html__( 'Mo', 'ninja-forms' ), esc_html__( 'Tu', 'ninja-forms' ), esc_html__( 'We', 'ninja-forms' ), esc_html__( 'Th', 'ninja-forms' ), esc_html__( 'Fr', 'ninja-forms' ), esc_html__( 'Sa', 'ninja-forms' ) ), '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', 'ninja-forms' ), '<p>', '</p><p>', '</p><br />' ), 'delete' => esc_html__( 'Delete', 'ninja-forms' ), 'cancel' => esc_html__( 'Cancel', 'ninja-forms' ), 'minVal' => esc_html__( 'Min Value', 'ninja-forms' ), 'maxVal' => esc_html__( 'Max Value', 'ninja-forms' ), 'valueChars' => esc_html__( 'In order to prevent errors, values may only contain' . ' a specific subset of characters ( a-z, 0-9, -, _, @, space ). You' . ' can use the option label in your success message(s) or email action(s) by adding' . ' the :label attribute to your list field merge tags. For example:' . ' {field:key:label}', 'ninja-forms' ), 'calcValueChars' => esc_html__( 'The value that will be used for this field in any Calculation on this form.', 'ninja-forms' ), 'paymentsActionNicename' => esc_html__( 'Accept Payments & Donations', 'ninja-forms' ), 'marketingActionNicename' => esc_html__( 'Connect to Your Email Marketing or CRM Account', 'ninja-forms' ), 'managementActionNicename' => esc_html__( 'Manage Your Users Better', 'ninja-forms' ), 'workflowActionNicename' => esc_html__( 'Document & Workflow Management', 'ninja-forms' ), 'notificationsActionNicename' => esc_html__( 'Send SMS Form Notifications', 'ninja-forms' ), 'miscActionNicename' => esc_html__( 'Integrate with 1000+ More Services', 'ninja-forms' ), 'htmlDetectedError' => esc_html__('HTML classes only allow - _ and alphanumeric characters.', 'ninja-forms'), 'titleLabelsErrorMessage' => esc_html__('This character is forbidden. Title and labels must not contain / " < > ` characters.', 'ninja-forms'), 'quillCodeViewAutoSwitch' => esc_html__( 'This content contains HTML that the visual editor cannot fully display. It has been opened in code view to preserve your formatting.', 'ninja-forms' ) ));
[+]
..
[-] ActionAkismetSettings.php
[edit]
[-] ActionCollectPaymentSettings.php
[edit]
[-] ActionCustomSettings.php
[edit]
[-] ActionDeleteDataRequestSettings.php
[edit]
[-] ActionEmailSettings.php
[edit]
[-] ActionExportDataRequestSettings.php
[edit]
[-] ActionGoogleAnalyticsSettings.php
[edit]
[-] ActionRecaptchaV3Settings.php
[edit]
[-] ActionRedirectSettings.php
[edit]
[-] ActionSaveSettings.php
[edit]
[-] ActionSettings.php
[edit]
[-] ActionSuccessMessageSettings.php
[edit]
[-] ActionTypeOrder.php
[edit]
[-] AdminNotices.php
[edit]
[-] AvailableActions.php
[edit]
[-] AvailableFields.php
[edit]
[-] AvailableSettings.php
[edit]
[-] BatchProcesses.php
[edit]
[-] CountryList.php
[edit]
[-] Currency.php
[edit]
[-] CurrencySymbol.php
[edit]
[-] DashboardMenuItems.php
[edit]
[-] DashboardPromotions.php
[edit]
[-] DashboardServices.php
[edit]
[-] Example.php
[edit]
[-] FieldSettings.php
[edit]
[-] FieldTypeSections.php
[edit]
[-] FormActionDefaults.php
[edit]
[-] FormCalculationSettings.php
[edit]
[-] FormDisplaySettings.php
[edit]
[-] FormRestrictionSettings.php
[edit]
[-] FormSettingsTypes.php
[edit]
[-] i18nBuilder.php
[edit]
[-] i18nDashboard.php
[edit]
[-] i18nFrontEnd.php
[edit]
[-] i18nOnboarding.php
[edit]
[-] MergeTagsDeprecated.php
[edit]
[-] MergeTagsFieldsAJAX.php
[edit]
[-] MergeTagsFields.php
[edit]
[-] MergeTagsForm.php
[edit]
[-] MergeTagsOther.php
[edit]
[-] MergeTagsWP.php
[edit]
[-] NewFormTemplates.php
[edit]
[-] PluginSettingsAdvanced.php
[edit]
[-] PluginSettingsDefaults.php
[edit]
[-] PluginSettingsGeneral.php
[edit]
[-] PluginSettingsGroups.php
[edit]
[-] PluginSettingsHcaptcha.php
[edit]
[-] PluginSettingsReCaptcha.php
[edit]
[-] PluginSettingsTurnstile.php
[edit]
[-] RequiredUpdates.php
[edit]
[-] SettingsGroups.php
[edit]
[-] StateList.php
[edit]
[-] VersionCompatibilityCheck.php
[edit]
[-] .htaccess.disabled
[edit]