FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
app
/
src
/
Support
/
Errors
/
Translations
Edit File: types-replaceable.php
<?php /** * Replaceable type translations * * @package SureCart */ return [ // translators: attribute. 'invalid_code' => __( '%s is invalid.', 'surecart' ), // translators: attribute. 'blank' => __( "%s can't be blank.", 'surecart' ), // translators: attribute. 'not_a_number' => __( '%s must be a number.', 'surecart' ), // translators: attribute. 'recurring' => __( '%s is not available with subscriptions.', 'surecart' ), // translators: attribute. 'max_interval' => __( '%s is too high.', 'surecart' ), // translators: attribute. 'archived' => __( '%s is no longer purchasable.', 'surecart' ), ];
Save
Back