33 lines
1.5 KiB
PHP
33 lines
1.5 KiB
PHP
<?php
|
|
|
|
// This file exists only so WP-CLI can detect strings for translation.
|
|
// These strings will never be executed.
|
|
|
|
if ( false ) {
|
|
__( 'Payment methods', 'inpost-pay' );
|
|
|
|
__( 'Additional WooCommerce Cart Actions', 'inpost-pay' );
|
|
__( 'Enable WooCommerce cart-related actions if needed (e.g. for custom integration).', 'inpost-pay' );
|
|
|
|
__( 'Additional WooCommerce Order Actions', 'inpost-pay' );
|
|
__( 'Enable WooCommerce checkout-related actions if needed (e.g. for plugins like SalesKing)', 'inpost-pay' );
|
|
|
|
__( 'Inactive Hot Products', 'inpost-pay' );
|
|
__( 'Collection of inactive hot products displayed in the Inpost APP', 'inpost-pay' );
|
|
|
|
__( 'Expired Hot Products', 'inpost-pay' );
|
|
__( 'Collection of expired hot products displayed in the Inpost APP', 'inpost-pay' );
|
|
|
|
__( 'Hot Products', 'inpost-pay' );
|
|
__( 'Collection of hot products displayed in the Inpost APP', 'inpost-pay' );
|
|
|
|
__( 'Order Attribution', 'inpost-pay' );
|
|
__( 'Enables collection and saving of attribution data during purchases made via InpostPay. For more information on attribution, see the woocommerce documentation: https://woocommerce.com/document/order-attribution-tracking/', 'inpost-pay' );
|
|
|
|
__( 'Order Attribution Overrides by InPost', 'inpost-pay' );
|
|
__( 'Overwrites the original attribution to the InpostPay attribution', 'inpost-pay' );
|
|
|
|
__( 'Analytics', 'inpost-pay' );
|
|
__( 'Enable the collection of analytics identifiers. For more information about this integration, refer to the documentation: ', 'inpost-pay' );
|
|
}
|