mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Update texts
This commit is contained in:
parent
8c1a6f72dc
commit
4ba74028bf
8 changed files with 11 additions and 11 deletions
|
@ -73,7 +73,7 @@ class BancontactGateway extends WC_Payment_Gateway {
|
|||
'products',
|
||||
);
|
||||
|
||||
$this->method_title = __( 'Bancontact', 'woocommerce-paypal-payments' );
|
||||
$this->method_title = __( 'Bancontact (via PayPal)', 'woocommerce-paypal-payments' );
|
||||
$this->method_description = __( 'A popular and trusted electronic payment method in Belgium, used by Belgian customers with Bancontact cards issued by local banks. Transactions are processed in EUR.', 'woocommerce-paypal-payments' );
|
||||
|
||||
$this->title = $this->get_option( 'title', __( 'Bancontact', 'woocommerce-paypal-payments' ) );
|
||||
|
|
|
@ -73,7 +73,7 @@ class BlikGateway extends WC_Payment_Gateway {
|
|||
'products',
|
||||
);
|
||||
|
||||
$this->method_title = __( 'Blik', 'woocommerce-paypal-payments' );
|
||||
$this->method_title = __( 'Blik (via PayPal)', 'woocommerce-paypal-payments' );
|
||||
$this->method_description = __( 'A widely used mobile payment method in Poland, allowing Polish customers to pay directly via their banking apps. Transactions are processed in PLN.', 'woocommerce-paypal-payments' );
|
||||
|
||||
$this->title = $this->get_option( 'title', __( 'Blik', 'woocommerce-paypal-payments' ) );
|
||||
|
|
|
@ -73,7 +73,7 @@ class EPSGateway extends WC_Payment_Gateway {
|
|||
'products',
|
||||
);
|
||||
|
||||
$this->method_title = __( 'EPS', 'woocommerce-paypal-payments' );
|
||||
$this->method_title = __( 'EPS (via PayPal)', 'woocommerce-paypal-payments' );
|
||||
$this->method_description = __( 'An online payment method in Austria, enabling Austrian buyers to make secure payments directly through their bank accounts. Transactions are processed in EUR.', 'woocommerce-paypal-payments' );
|
||||
|
||||
$this->title = $this->get_option( 'title', __( 'EPS', 'woocommerce-paypal-payments' ) );
|
||||
|
|
|
@ -73,7 +73,7 @@ class IDealGateway extends WC_Payment_Gateway {
|
|||
'products',
|
||||
);
|
||||
|
||||
$this->method_title = __( 'iDeal', 'woocommerce-paypal-payments' );
|
||||
$this->method_title = __( 'iDeal (via PayPal)', 'woocommerce-paypal-payments' );
|
||||
$this->method_description = __( 'The most common payment method in the Netherlands, allowing Dutch buyers to pay directly through their preferred bank. Transactions are processed in EUR.', 'woocommerce-paypal-payments' );
|
||||
|
||||
$this->title = $this->get_option( 'title', __( 'iDeal', 'woocommerce-paypal-payments' ) );
|
||||
|
|
|
@ -18,7 +18,7 @@ use WooCommerce\PayPalCommerce\WcGateway\Gateway\TransactionUrlProvider;
|
|||
use WooCommerce\PayPalCommerce\WcGateway\Processor\RefundProcessor;
|
||||
|
||||
/**
|
||||
* Class BancontactGateway
|
||||
* Class MultibancoGateway
|
||||
*/
|
||||
class MultibancoGateway extends WC_Payment_Gateway {
|
||||
|
||||
|
@ -73,13 +73,13 @@ class MultibancoGateway extends WC_Payment_Gateway {
|
|||
'products',
|
||||
);
|
||||
|
||||
$this->method_title = __( 'Multibanco', 'woocommerce-paypal-payments' );
|
||||
$this->method_description = __( 'A popular and trusted electronic payment method in Belgium, used by Belgian customers with Multibanco cards issued by local banks. Transactions are processed in EUR.', 'woocommerce-paypal-payments' );
|
||||
$this->method_title = __( 'Multibanco (via PayPal)', 'woocommerce-paypal-payments' );
|
||||
$this->method_description = __( 'An online payment method in Portugal, enabling Portuguese buyers to make secure payments directly through their bank accounts. Transactions are processed in EUR.', 'woocommerce-paypal-payments' );
|
||||
|
||||
$this->title = $this->get_option( 'title', __( 'Multibanco', 'woocommerce-paypal-payments' ) );
|
||||
$this->description = $this->get_option( 'description', '' );
|
||||
|
||||
$this->icon = esc_url( 'https://www.paypalobjects.com/images/checkout/alternative_payments/paypal_bancontact_color.svg' );
|
||||
$this->icon = esc_url( 'https://www.paypalobjects.com/images/checkout/alternative_payments/paypal_multibanco_color.svg' );
|
||||
|
||||
$this->init_form_fields();
|
||||
$this->init_settings();
|
||||
|
|
|
@ -73,7 +73,7 @@ class MyBankGateway extends WC_Payment_Gateway {
|
|||
'products',
|
||||
);
|
||||
|
||||
$this->method_title = __( 'MyBank', 'woocommerce-paypal-payments' );
|
||||
$this->method_title = __( 'MyBank (via PayPal)', 'woocommerce-paypal-payments' );
|
||||
$this->method_description = __( 'A European online banking payment solution primarily used in Italy, enabling customers to make secure bank transfers during checkout. Transactions are processed in EUR.', 'woocommerce-paypal-payments' );
|
||||
|
||||
$this->title = $this->get_option( 'title', __( 'MyBank', 'woocommerce-paypal-payments' ) );
|
||||
|
|
|
@ -73,7 +73,7 @@ class P24Gateway extends WC_Payment_Gateway {
|
|||
'products',
|
||||
);
|
||||
|
||||
$this->method_title = __( 'Przelewy24', 'woocommerce-paypal-payments' );
|
||||
$this->method_title = __( 'Przelewy24 (via PayPal)', 'woocommerce-paypal-payments' );
|
||||
$this->method_description = __( 'A popular online payment gateway in Poland, offering various payment options for Polish customers. Transactions can be processed in PLN or EUR.', 'woocommerce-paypal-payments' );
|
||||
|
||||
$this->title = $this->get_option( 'title', __( 'Przelewy24', 'woocommerce-paypal-payments' ) );
|
||||
|
|
|
@ -73,7 +73,7 @@ class TrustlyGateway extends WC_Payment_Gateway {
|
|||
'products',
|
||||
);
|
||||
|
||||
$this->method_title = __( 'Trustly', 'woocommerce-paypal-payments' );
|
||||
$this->method_title = __( 'Trustly (via PayPal)', 'woocommerce-paypal-payments' );
|
||||
$this->method_description = __( 'A European payment method that allows buyers to make payments directly from their bank accounts, suitable for customers across multiple European countries. Supported currencies include EUR, DKK, SEK, GBP, and NOK.', 'woocommerce-paypal-payments' );
|
||||
|
||||
$this->title = $this->get_option( 'title', __( 'Trustly', 'woocommerce-paypal-payments' ) );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue