%2$s
The new version of the Stripe Payments plugin has the SCA compliant API support. However, you\'re still using the legacy API.' . // 'Click here to check whether your business needs to support Strong Customer Authentication (SCA). If it does, disable legacy API by unchecking the "Enable Legacy Checkout API" checkbox in the Advanced Settings tab of the plugin.
Don\'t show this message again
' . implode( ', ', $missing_modules ) . '
' . __( 'You need to communicate this information to your system administrator or hosting provider.', 'stripe-payments' ) . '
' . __( "PHP version installed on your server doesn't meet minimum required for Stripe Payments plugin to operate properly.", 'stripe-payments' ) . '
' . __( 'PHP Version Installed:', 'stripe-payments' ) . ' %s
' . __( 'PHP Version Required:', 'stripe-payments' ) . ' %s ' . _x( 'or higher.', 'Used in "PHP Version Required: X.X or higher"', 'stripe-payments' ) . '
' . __( 'This section allows you to configure Terms and Conditions or Privacy Policy that customer must accept before making payment. This, for example, can be used to comply with EU GDPR.', 'stripe-payments' ) . '
' . esc_html( __( "Warning: don't change options in this section unless you know what you're doing!", 'stripe-payments' ) ) . '
" . wp_kses_post( $desc ) . "
' . __( 'No Validation', 'stripe-payments' ) . ': ' . __( 'no validation performed', 'stripe-payments' ) . '
' . __( 'Numbers Only', 'stripe-payments' ) . ': ' . __( 'only accepts numbers 0-9', 'stripe-payments' ) . '
' . __( 'Custom Validation', 'stripe-payments' ) . ': ' . sprintf( __( 'you can enter your own validation rules using JavaScript RegExp format.', 'stripe-payments' ), 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions' ) . '
' . sprintf( __( 'Enter your custom validation rule using JavaScript RegExp format. No need to enclose those using "/".', 'stripe-payments' ), 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions' ) . '' . __( 'Example RegExp to allow numbers only: ^[0-9]+$', 'stripe-payments' ) . '
' . __( 'Error message to display if validation is not passed.', 'stripe-payments' ) . '
" . esc_attr( $desc ) . "
' . esc_html__( 'When enabled, last name is placed before first name.', 'stripe-payments' ) . '
' . __( 'You can select currencies you want to be available for your customers for variable currencies products. Useful for donation type products.', 'stripe-payments' ) . '
' . wp_kses_post( $desc ) . '
' . esc_html( $desc ) . '
', __( 'Click here to toggle tags hint', 'stripe-payments' ), $email_tags_descr ); return $email_tags_descr; } }