Version Description
09-11-2022 =
Fix - Site crash with WooCommerce 3.0 active
Fix - Fatal error when payment surcharge limit exceeded
Fix - Critical error when API connection not available
Fix - Redundant log entry
Fix - Conflict with "Extra Checkout Options" plugin
Fix - PHP Warning for undefined array key
Fix - Consider order status before setting it to "Canceled" status upon Mollie expiry webhook
Fix - Broken translation strings
Fix - Undefined index in voucher category
Fix - Description printed in wrong field in settings
Download this release
Release Info
Developer | carmen222 |
Plugin | Mollie Payments for WooCommerce |
Version | 7.3.4 |
Comparing to | |
See all releases |
Code changes from version 7.3.3 to 7.3.4
- inc/woocommerce.php +14 -0
- languages/en_GB.pot +1975 -0
- languages/mollie-payments-for-woocommerce-de_DE.mo +0 -0
- languages/mollie-payments-for-woocommerce-de_DE_formal.mo +0 -0
- languages/mollie-payments-for-woocommerce-en_GB.mo +0 -0
- languages/mollie-payments-for-woocommerce-es_ES.mo +0 -0
- languages/mollie-payments-for-woocommerce-fr_FR.mo +0 -0
- languages/mollie-payments-for-woocommerce-it_IT.mo +0 -0
- languages/mollie-payments-for-woocommerce-nl_BE.mo +0 -0
- languages/mollie-payments-for-woocommerce-nl_BE_formal.mo +0 -0
- languages/mollie-payments-for-woocommerce-nl_NL.mo +0 -0
- languages/mollie-payments-for-woocommerce-nl_NL_formal.mo +0 -0
- languages/mollie-payments-for-woocommerce.pot +0 -2417
- mollie-payments-for-woocommerce.php +3 -3
- readme.txt +15 -2
- src/Activation/ConstraintsChecker.php +2 -3
- src/Buttons/ApplePayButton/AppleAjaxRequests.php +1 -6
- src/Gateway/Surcharge.php +1 -1
- src/Gateway/Voucher/MaybeDisableGateway.php +1 -1
- src/Gateway/Voucher/VoucherModule.php +2 -2
- src/Payment/MollieOrder.php +9 -1
- src/Payment/MolliePayment.php +14 -6
- src/Payment/OrderLines.php +1 -1
- src/PaymentMethods/Ideal.php +2 -6
- src/PaymentMethods/InstructionStrategies/ApplepayInstructionStrategy.php +7 -7
- src/PaymentMethods/InstructionStrategies/DefaultInstructionStrategy.php +1 -2
- src/PaymentMethods/Klarnapaylater.php +1 -2
- src/PaymentMethods/PaymentFieldsStrategies/IssuersDropdownBehavior.php +1 -3
- src/PaymentMethods/Voucher.php +4 -10
- src/SDK/WordPressHttpAdapter.php +6 -4
- src/Settings/Page/MollieSettingsPage.php +1 -1
- src/Settings/Settings.php +2 -3
- src/Shared/GatewaySurchargeHandler.php +4 -2
- src/Subscription/MollieSubscriptionGateway.php +1 -3
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +4 -4
- vendor/composer/autoload_static.php +4 -4
- vendor/composer/installed.php +2 -2
inc/woocommerce.php
CHANGED
@@ -39,6 +39,20 @@ if (!function_exists('untrailingslashit')) {
|
|
39 |
}
|
40 |
}
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
function mollieWooCommerceSession()
|
43 |
{
|
44 |
return WC()->session;
|
39 |
}
|
40 |
}
|
41 |
|
42 |
+
if (!function_exists('as_unschedule_action')) {
|
43 |
+
/**
|
44 |
+
* @since WooCommerce 3.0.0
|
45 |
+
* @param string $hook
|
46 |
+
* @param array $args
|
47 |
+
* @param string $group
|
48 |
+
* @return bool
|
49 |
+
*/
|
50 |
+
function as_unschedule_action($hook, $args = [], $group = '')
|
51 |
+
{
|
52 |
+
return 0;
|
53 |
+
}
|
54 |
+
}
|
55 |
+
|
56 |
function mollieWooCommerceSession()
|
57 |
{
|
58 |
return WC()->session;
|
languages/en_GB.pot
ADDED
@@ -0,0 +1,1975 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2022 unnamed project
|
2 |
+
# This file is distributed under the same license as the unnamed project package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"Project-Id-Version: Mollie Payments for WooCommerce 7.3.3\n"
|
6 |
+
"MIME-Version: 1.0\n"
|
7 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
+
"Content-Transfer-Encoding: 8bit\n"
|
9 |
+
"Project-Id-Version: undefined\n"
|
10 |
+
"X-Poedit-Basepath: ..\n"
|
11 |
+
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
|
12 |
+
"X-Poedit-SearchPath-0: .\n"
|
13 |
+
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
14 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
+
|
17 |
+
#: ../inc/settings/mollie_advanced_settings.php:12
|
18 |
+
msgctxt "Label {orderNumber} description for payment description options"
|
19 |
+
msgid "Order number"
|
20 |
+
msgstr ""
|
21 |
+
|
22 |
+
#: ../inc/settings/mollie_advanced_settings.php:13
|
23 |
+
msgctxt "Label {storeName} description for payment description options"
|
24 |
+
msgid "Site Title"
|
25 |
+
msgstr ""
|
26 |
+
|
27 |
+
#: ../inc/settings/mollie_advanced_settings.php:14
|
28 |
+
msgctxt "Label {customer.firstname} description for payment description options"
|
29 |
+
msgid "Customer's first name"
|
30 |
+
msgstr ""
|
31 |
+
|
32 |
+
#: ../inc/settings/mollie_advanced_settings.php:15
|
33 |
+
msgctxt "Label {customer.lastname} description for payment description options"
|
34 |
+
msgid "Customer's last name"
|
35 |
+
msgstr ""
|
36 |
+
|
37 |
+
#: ../inc/settings/mollie_advanced_settings.php:16
|
38 |
+
msgctxt "Label {customer.company} description for payment description options"
|
39 |
+
msgid "Customer's company name"
|
40 |
+
msgstr ""
|
41 |
+
|
42 |
+
#: ../inc/settings/mollie_advanced_settings.php:22
|
43 |
+
msgid "Mollie advanced settings"
|
44 |
+
msgstr ""
|
45 |
+
|
46 |
+
#: ../inc/settings/mollie_advanced_settings.php:24, ../src/Settings/Page/MollieSettingsPage.php:185
|
47 |
+
msgid "The following options are required to use the plugin and are used by all Mollie payment methods"
|
48 |
+
msgstr ""
|
49 |
+
|
50 |
+
#: ../inc/settings/mollie_advanced_settings.php:28
|
51 |
+
msgid "Order status after cancelled payment"
|
52 |
+
msgstr ""
|
53 |
+
|
54 |
+
#: ../inc/settings/mollie_advanced_settings.php:31
|
55 |
+
msgid "Pending"
|
56 |
+
msgstr ""
|
57 |
+
|
58 |
+
#: ../inc/settings/mollie_advanced_settings.php:32
|
59 |
+
msgid "Cancelled"
|
60 |
+
msgstr ""
|
61 |
+
|
62 |
+
#: ../inc/settings/mollie_advanced_settings.php:34
|
63 |
+
msgid "Status for orders when a payment (not a Mollie order via the Orders API) is cancelled. Default: pending. Orders with status Pending can be paid with another payment method, customers can try again. Cancelled orders are final. Set this to Cancelled if you only have one payment method or don't want customers to re-try paying with a different payment method. This doesn't apply to payments for orders via the new Orders API and Klarna payments."
|
64 |
+
msgstr ""
|
65 |
+
|
66 |
+
#: ../inc/settings/mollie_advanced_settings.php:39
|
67 |
+
msgid "Payment screen language"
|
68 |
+
msgstr ""
|
69 |
+
|
70 |
+
#: ../inc/settings/mollie_advanced_settings.php:42
|
71 |
+
msgid "Automatically send WordPress language"
|
72 |
+
msgstr ""
|
73 |
+
|
74 |
+
#: ../inc/settings/mollie_advanced_settings.php:45, ../inc/settings/mollie_advanced_settings.php:105, ../src/Settings/General/MollieGeneralSettings.php:266
|
75 |
+
msgid "default"
|
76 |
+
msgstr ""
|
77 |
+
|
78 |
+
#: ../inc/settings/mollie_advanced_settings.php:46
|
79 |
+
msgid "Detect using browser language"
|
80 |
+
msgstr ""
|
81 |
+
|
82 |
+
#: ../inc/settings/mollie_advanced_settings.php:50
|
83 |
+
msgid "English"
|
84 |
+
msgstr ""
|
85 |
+
|
86 |
+
#: ../inc/settings/mollie_advanced_settings.php:51
|
87 |
+
msgid "Dutch"
|
88 |
+
msgstr ""
|
89 |
+
|
90 |
+
#: ../inc/settings/mollie_advanced_settings.php:52
|
91 |
+
msgid "Flemish (Belgium)"
|
92 |
+
msgstr ""
|
93 |
+
|
94 |
+
#: ../inc/settings/mollie_advanced_settings.php:53
|
95 |
+
msgid "French"
|
96 |
+
msgstr ""
|
97 |
+
|
98 |
+
#: ../inc/settings/mollie_advanced_settings.php:54
|
99 |
+
msgid "French (Belgium)"
|
100 |
+
msgstr ""
|
101 |
+
|
102 |
+
#: ../inc/settings/mollie_advanced_settings.php:55
|
103 |
+
msgid "German"
|
104 |
+
msgstr ""
|
105 |
+
|
106 |
+
#: ../inc/settings/mollie_advanced_settings.php:56
|
107 |
+
msgid "Austrian German"
|
108 |
+
msgstr ""
|
109 |
+
|
110 |
+
#: ../inc/settings/mollie_advanced_settings.php:57
|
111 |
+
msgid "Swiss German"
|
112 |
+
msgstr ""
|
113 |
+
|
114 |
+
#: ../inc/settings/mollie_advanced_settings.php:58
|
115 |
+
msgid "Spanish"
|
116 |
+
msgstr ""
|
117 |
+
|
118 |
+
#: ../inc/settings/mollie_advanced_settings.php:59
|
119 |
+
msgid "Catalan"
|
120 |
+
msgstr ""
|
121 |
+
|
122 |
+
#: ../inc/settings/mollie_advanced_settings.php:60
|
123 |
+
msgid "Portuguese"
|
124 |
+
msgstr ""
|
125 |
+
|
126 |
+
#: ../inc/settings/mollie_advanced_settings.php:61
|
127 |
+
msgid "Italian"
|
128 |
+
msgstr ""
|
129 |
+
|
130 |
+
#: ../inc/settings/mollie_advanced_settings.php:62
|
131 |
+
msgid "Norwegian"
|
132 |
+
msgstr ""
|
133 |
+
|
134 |
+
#: ../inc/settings/mollie_advanced_settings.php:63
|
135 |
+
msgid "Swedish"
|
136 |
+
msgstr ""
|
137 |
+
|
138 |
+
#: ../inc/settings/mollie_advanced_settings.php:64
|
139 |
+
msgid "Finnish"
|
140 |
+
msgstr ""
|
141 |
+
|
142 |
+
#: ../inc/settings/mollie_advanced_settings.php:65
|
143 |
+
msgid "Danish"
|
144 |
+
msgstr ""
|
145 |
+
|
146 |
+
#: ../inc/settings/mollie_advanced_settings.php:66
|
147 |
+
msgid "Icelandic"
|
148 |
+
msgstr ""
|
149 |
+
|
150 |
+
#: ../inc/settings/mollie_advanced_settings.php:67
|
151 |
+
msgid "Hungarian"
|
152 |
+
msgstr ""
|
153 |
+
|
154 |
+
#: ../inc/settings/mollie_advanced_settings.php:68
|
155 |
+
msgid "Polish"
|
156 |
+
msgstr ""
|
157 |
+
|
158 |
+
#: ../inc/settings/mollie_advanced_settings.php:69
|
159 |
+
msgid "Latvian"
|
160 |
+
msgstr ""
|
161 |
+
|
162 |
+
#: ../inc/settings/mollie_advanced_settings.php:70
|
163 |
+
msgid "Lithuanian"
|
164 |
+
msgstr ""
|
165 |
+
|
166 |
+
#: ../inc/settings/mollie_advanced_settings.php:73
|
167 |
+
msgid "Sending a language (or locale) is required. The option 'Automatically send WordPress language' will try to get the customer's language in WordPress (and respects multilanguage plugins) and convert it to a format Mollie understands. If this fails, or if the language is not supported, it will fall back to American English. You can also select one of the locales currently supported by Mollie, that will then be used for all customers."
|
168 |
+
msgstr ""
|
169 |
+
|
170 |
+
#: ../inc/settings/mollie_advanced_settings.php:81
|
171 |
+
msgid "Store customer details at Mollie"
|
172 |
+
msgstr ""
|
173 |
+
|
174 |
+
#. translators: Placeholder 1: enabled or disabled
|
175 |
+
#: ../inc/settings/mollie_advanced_settings.php:84
|
176 |
+
msgid "Should Mollie store customers name and email address for Single Click Payments? Default <code>%1$s</code>. Required if WooCommerce Subscriptions is being used! Read more about <a href=\"https://help.mollie.com/hc/en-us/articles/115000671249-What-are-single-click-payments-and-how-does-it-work-\">%2$s</a> and how it improves your conversion."
|
177 |
+
msgstr ""
|
178 |
+
|
179 |
+
#: ../inc/settings/mollie_advanced_settings.php:88, ../src/Settings/Page/MollieSettingsPage.php:303
|
180 |
+
msgid "Enabled"
|
181 |
+
msgstr ""
|
182 |
+
|
183 |
+
#: ../inc/settings/mollie_advanced_settings.php:89
|
184 |
+
msgid "Single Click Payments"
|
185 |
+
msgstr ""
|
186 |
+
|
187 |
+
#: ../inc/settings/mollie_advanced_settings.php:97
|
188 |
+
msgid "Select API Method"
|
189 |
+
msgstr ""
|
190 |
+
|
191 |
+
#. translators: Placeholder 1: opening link tag, placeholder 2: closing link tag
|
192 |
+
#: ../inc/settings/mollie_advanced_settings.php:114
|
193 |
+
msgid "Click %1$shere%2$s to read more about the differences between the Payments and Orders API"
|
194 |
+
msgstr ""
|
195 |
+
|
196 |
+
#: ../inc/settings/mollie_advanced_settings.php:124
|
197 |
+
msgid "API Payment Description"
|
198 |
+
msgstr ""
|
199 |
+
|
200 |
+
#: ../inc/settings/mollie_advanced_settings.php:141
|
201 |
+
msgctxt "Payment description options"
|
202 |
+
msgid "Available variables"
|
203 |
+
msgstr ""
|
204 |
+
|
205 |
+
#. translators: Placeholder 1: Opening paragraph tag, placeholder 2: Closing paragraph tag
|
206 |
+
#: ../inc/settings/mollie_advanced_settings.php:166
|
207 |
+
msgid "Select among the available variables the description to be used for this transaction.%1$s(Note: this only works when the method is set to Payments API)%2$s"
|
208 |
+
msgstr ""
|
209 |
+
|
210 |
+
#: ../inc/settings/mollie_advanced_settings.php:177
|
211 |
+
msgid "Surcharge gateway fee label"
|
212 |
+
msgstr ""
|
213 |
+
|
214 |
+
#: ../inc/settings/mollie_advanced_settings.php:183, ../src/Gateway/Surcharge.php:36
|
215 |
+
msgid "Gateway Fee"
|
216 |
+
msgstr ""
|
217 |
+
|
218 |
+
#: ../inc/settings/mollie_advanced_settings.php:185
|
219 |
+
msgid "This is the label will appear in frontend when the surcharge applies"
|
220 |
+
msgstr ""
|
221 |
+
|
222 |
+
#: ../inc/settings/mollie_advanced_settings.php:193
|
223 |
+
msgid "Remove Mollie data from Database on uninstall"
|
224 |
+
msgstr ""
|
225 |
+
|
226 |
+
#: ../inc/settings/mollie_advanced_settings.php:199
|
227 |
+
msgid "Remove options and scheduled actions from database when uninstalling the plugin."
|
228 |
+
msgstr ""
|
229 |
+
|
230 |
+
#: ../inc/settings/mollie_advanced_settings.php:200
|
231 |
+
msgid "Clear now"
|
232 |
+
msgstr ""
|
233 |
+
|
234 |
+
#: ../inc/settings/mollie_applepay_settings.php:12, ../src/PaymentMethods/Applepay.php:13
|
235 |
+
msgid "Apple Pay"
|
236 |
+
msgstr ""
|
237 |
+
|
238 |
+
#: ../inc/settings/mollie_applepay_settings.php:14
|
239 |
+
msgid "The following options are required to use the Apple Pay gateway"
|
240 |
+
msgstr ""
|
241 |
+
|
242 |
+
#: ../inc/settings/mollie_applepay_settings.php:19, ../src/Settings/General/MollieGeneralSettings.php:18
|
243 |
+
msgid "Enable/Disable"
|
244 |
+
msgstr ""
|
245 |
+
|
246 |
+
#. translators: Placeholder 1: Gateway title
|
247 |
+
#: ../inc/settings/mollie_applepay_settings.php:21, ../src/Settings/General/MollieGeneralSettings.php:25
|
248 |
+
msgid "Enable %s"
|
249 |
+
msgstr ""
|
250 |
+
|
251 |
+
#: ../inc/settings/mollie_applepay_settings.php:29, ../src/Settings/General/MollieGeneralSettings.php:38
|
252 |
+
msgid "Title"
|
253 |
+
msgstr ""
|
254 |
+
|
255 |
+
#. translators: Placeholder 1: Gateway title
|
256 |
+
#: ../inc/settings/mollie_applepay_settings.php:32, ../src/Settings/General/MollieGeneralSettings.php:42
|
257 |
+
msgid "This controls the title which the user sees during checkout. Default <code>%s</code>"
|
258 |
+
msgstr ""
|
259 |
+
|
260 |
+
#: ../inc/settings/mollie_applepay_settings.php:46, ../inc/settings/mollie_applepay_settings.php:48, ../src/Settings/General/MollieGeneralSettings.php:66
|
261 |
+
msgid "Display logo"
|
262 |
+
msgstr ""
|
263 |
+
|
264 |
+
#: ../inc/settings/mollie_applepay_settings.php:61, ../src/Settings/General/MollieGeneralSettings.php:52
|
265 |
+
msgid "Description"
|
266 |
+
msgstr ""
|
267 |
+
|
268 |
+
#. translators: Placeholder 1: Gateway description
|
269 |
+
#: ../inc/settings/mollie_applepay_settings.php:64, ../src/Settings/General/MollieGeneralSettings.php:56
|
270 |
+
msgid "Payment method description that the customer will see on your checkout. Default <code>%s</code>"
|
271 |
+
msgstr ""
|
272 |
+
|
273 |
+
#: ../inc/settings/mollie_applepay_settings.php:81
|
274 |
+
msgid "Apple Pay button settings"
|
275 |
+
msgstr ""
|
276 |
+
|
277 |
+
#: ../inc/settings/mollie_applepay_settings.php:86
|
278 |
+
msgid "The following options are required to use the Apple Pay Direct Button"
|
279 |
+
msgstr ""
|
280 |
+
|
281 |
+
#: ../inc/settings/mollie_applepay_settings.php:90, ../src/PaymentMethods/Applepay.php:34
|
282 |
+
msgid "Enable Apple Pay Button on Cart page"
|
283 |
+
msgstr ""
|
284 |
+
|
285 |
+
#. translators: Placeholder 1: enabled or disabled
|
286 |
+
#: ../inc/settings/mollie_applepay_settings.php:93, ../src/PaymentMethods/Applepay.php:36
|
287 |
+
msgid "Enable the Apple Pay direct buy button on the Cart page"
|
288 |
+
msgstr ""
|
289 |
+
|
290 |
+
#: ../inc/settings/mollie_applepay_settings.php:106, ../src/PaymentMethods/Applepay.php:44
|
291 |
+
msgid "Enable Apple Pay Button on Product page"
|
292 |
+
msgstr ""
|
293 |
+
|
294 |
+
#. translators: Placeholder 1: enabled or disabled
|
295 |
+
#: ../inc/settings/mollie_applepay_settings.php:109, ../src/PaymentMethods/Applepay.php:46
|
296 |
+
msgid "Enable the Apple Pay direct buy button on the Product page"
|
297 |
+
msgstr ""
|
298 |
+
|
299 |
+
#: ../inc/settings/mollie_components.php:9
|
300 |
+
msgctxt "Mollie Components Settings"
|
301 |
+
msgid "Base Styles"
|
302 |
+
msgstr ""
|
303 |
+
|
304 |
+
#: ../inc/settings/mollie_components.php:18, ../inc/settings/mollie_components.php:158
|
305 |
+
msgctxt "Mollie Components Settings"
|
306 |
+
msgid "Background Color"
|
307 |
+
msgstr ""
|
308 |
+
|
309 |
+
#: ../inc/settings/mollie_components.php:24, ../inc/settings/mollie_components.php:147
|
310 |
+
msgctxt "Mollie Components Settings"
|
311 |
+
msgid "Text Color"
|
312 |
+
msgstr ""
|
313 |
+
|
314 |
+
#: ../inc/settings/mollie_components.php:30
|
315 |
+
msgctxt "Mollie Components Settings"
|
316 |
+
msgid "Placeholder Color"
|
317 |
+
msgstr ""
|
318 |
+
|
319 |
+
#: ../inc/settings/mollie_components.php:36
|
320 |
+
msgctxt "Mollie Components Settings"
|
321 |
+
msgid "Font Size"
|
322 |
+
msgstr ""
|
323 |
+
|
324 |
+
#: ../inc/settings/mollie_components.php:37
|
325 |
+
msgctxt "Mollie Components Settings"
|
326 |
+
msgid "Defines the component font size. Allowed units: 'em', 'px', 'rem'."
|
327 |
+
msgstr ""
|
328 |
+
|
329 |
+
#: ../inc/settings/mollie_components.php:47
|
330 |
+
msgctxt "Mollie Components Settings"
|
331 |
+
msgid "Font Weight"
|
332 |
+
msgstr ""
|
333 |
+
|
334 |
+
#: ../inc/settings/mollie_components.php:50
|
335 |
+
msgctxt "Mollie Components Settings"
|
336 |
+
msgid "Lighter"
|
337 |
+
msgstr ""
|
338 |
+
|
339 |
+
#: ../inc/settings/mollie_components.php:51
|
340 |
+
msgctxt "Mollie Components Settings"
|
341 |
+
msgid "Regular"
|
342 |
+
msgstr ""
|
343 |
+
|
344 |
+
#: ../inc/settings/mollie_components.php:52
|
345 |
+
msgctxt "Mollie Components Settings"
|
346 |
+
msgid "Bold"
|
347 |
+
msgstr ""
|
348 |
+
|
349 |
+
#: ../inc/settings/mollie_components.php:58
|
350 |
+
msgctxt "Mollie Components Settings"
|
351 |
+
msgid "Letter Spacing"
|
352 |
+
msgstr ""
|
353 |
+
|
354 |
+
#: ../inc/settings/mollie_components.php:64
|
355 |
+
msgctxt "Mollie Components Settings"
|
356 |
+
msgid "Line Height"
|
357 |
+
msgstr ""
|
358 |
+
|
359 |
+
#: ../inc/settings/mollie_components.php:73
|
360 |
+
msgctxt "Mollie Components Settings"
|
361 |
+
msgid "Padding"
|
362 |
+
msgstr ""
|
363 |
+
|
364 |
+
#: ../inc/settings/mollie_components.php:74
|
365 |
+
msgctxt "Mollie Components Settings"
|
366 |
+
msgid "Add padding to the components. Allowed units include `16px 16px 16px 16px` and `em`, `px`, `rem`."
|
367 |
+
msgstr ""
|
368 |
+
|
369 |
+
#: ../inc/settings/mollie_components.php:84
|
370 |
+
msgctxt "Mollie Components Settings"
|
371 |
+
msgid "Align Text"
|
372 |
+
msgstr ""
|
373 |
+
|
374 |
+
#: ../inc/settings/mollie_components.php:87
|
375 |
+
msgctxt "Mollie Components Settings"
|
376 |
+
msgid "Left"
|
377 |
+
msgstr ""
|
378 |
+
|
379 |
+
#: ../inc/settings/mollie_components.php:88
|
380 |
+
msgctxt "Mollie Components Settings"
|
381 |
+
msgid "Right"
|
382 |
+
msgstr ""
|
383 |
+
|
384 |
+
#: ../inc/settings/mollie_components.php:89
|
385 |
+
msgctxt "Mollie Components Settings"
|
386 |
+
msgid "Center"
|
387 |
+
msgstr ""
|
388 |
+
|
389 |
+
#: ../inc/settings/mollie_components.php:90
|
390 |
+
msgctxt "Mollie Components Settings"
|
391 |
+
msgid "Justify"
|
392 |
+
msgstr ""
|
393 |
+
|
394 |
+
#: ../inc/settings/mollie_components.php:96
|
395 |
+
msgctxt "Mollie Components Settings"
|
396 |
+
msgid "Transform Text "
|
397 |
+
msgstr ""
|
398 |
+
|
399 |
+
#: ../inc/settings/mollie_components.php:99
|
400 |
+
msgctxt "Mollie Components Settings"
|
401 |
+
msgid "None"
|
402 |
+
msgstr ""
|
403 |
+
|
404 |
+
#: ../inc/settings/mollie_components.php:104
|
405 |
+
msgctxt "Mollie Components Settings"
|
406 |
+
msgid "Capitalize"
|
407 |
+
msgstr ""
|
408 |
+
|
409 |
+
#: ../inc/settings/mollie_components.php:109
|
410 |
+
msgctxt "Mollie Components Settings"
|
411 |
+
msgid "Uppercase"
|
412 |
+
msgstr ""
|
413 |
+
|
414 |
+
#: ../inc/settings/mollie_components.php:114
|
415 |
+
msgctxt "Mollie Components Settings"
|
416 |
+
msgid "Lowercase"
|
417 |
+
msgstr ""
|
418 |
+
|
419 |
+
#: ../inc/settings/mollie_components.php:119
|
420 |
+
msgctxt "Mollie Components Settings"
|
421 |
+
msgid "Full Width"
|
422 |
+
msgstr ""
|
423 |
+
|
424 |
+
#: ../inc/settings/mollie_components.php:124
|
425 |
+
msgctxt "Mollie Components Settings"
|
426 |
+
msgid "Full Size Kana"
|
427 |
+
msgstr ""
|
428 |
+
|
429 |
+
#: ../inc/settings/mollie_components.php:138
|
430 |
+
msgctxt "Mollie Components Settings"
|
431 |
+
msgid "Invalid Status Styles"
|
432 |
+
msgstr ""
|
433 |
+
|
434 |
+
#: ../inc/settings/mollie_components.php:148
|
435 |
+
msgctxt "Mollie Components Settings"
|
436 |
+
msgid "Text Color for invalid input."
|
437 |
+
msgstr ""
|
438 |
+
|
439 |
+
#: ../inc/settings/mollie_components.php:159
|
440 |
+
msgctxt "Mollie Components Settings"
|
441 |
+
msgid "Background Color for invalid input."
|
442 |
+
msgstr ""
|
443 |
+
|
444 |
+
#. translators: Placeholder 1: Opening strong tag. Placeholder 2: Closing strong tag. Placeholder 3: Opening link tag to settings. Placeholder 4: Closing link tag.
|
445 |
+
#: ../src/Activation/ActivationModule.php:167
|
446 |
+
msgid "%1$sMollie Payments for WooCommerce: API keys missing%2$s Please%3$s set your API keys here%4$s."
|
447 |
+
msgstr ""
|
448 |
+
|
449 |
+
#: ../src/Activation/ConstraintsChecker.php:109
|
450 |
+
msgid "%1$sMollie Payments for WooCommerce is inactive:%2$s"
|
451 |
+
msgstr ""
|
452 |
+
|
453 |
+
#: ../src/Activation/ConstraintsChecker.php:113
|
454 |
+
msgid "%1$sCorrect the above errors to use Mollie Payments for Woocommerce%2$s"
|
455 |
+
msgstr ""
|
456 |
+
|
457 |
+
#: ../src/Assets/AssetsModule.php:432
|
458 |
+
msgid "Name on card"
|
459 |
+
msgstr ""
|
460 |
+
|
461 |
+
#: ../src/Assets/AssetsModule.php:436
|
462 |
+
msgid "Card number"
|
463 |
+
msgstr ""
|
464 |
+
|
465 |
+
#: ../src/Assets/AssetsModule.php:440
|
466 |
+
msgid "Expiry date"
|
467 |
+
msgstr ""
|
468 |
+
|
469 |
+
#: ../src/Assets/AssetsModule.php:444
|
470 |
+
msgid "CVC/CVV"
|
471 |
+
msgstr ""
|
472 |
+
|
473 |
+
#: ../src/Assets/AssetsModule.php:451
|
474 |
+
msgid "An unknown error occurred, please check the card fields."
|
475 |
+
msgstr ""
|
476 |
+
|
477 |
+
#: ../src/Assets/AssetsModule.php:521
|
478 |
+
msgid "Please choose a billing country to see the available payment methods"
|
479 |
+
msgstr ""
|
480 |
+
|
481 |
+
#: ../src/Assets/AssetsModule.php:570
|
482 |
+
msgid "No custom logo selected"
|
483 |
+
msgstr ""
|
484 |
+
|
485 |
+
#: ../src/Gateway/MolliePaymentGateway.php:271, ../src/Settings/Page/MollieSettingsPage.php:313
|
486 |
+
msgid "Test mode enabled."
|
487 |
+
msgstr ""
|
488 |
+
|
489 |
+
#. translators: The surrounding %s's Will be replaced by a link to the global setting page
|
490 |
+
#: ../src/Gateway/MolliePaymentGateway.php:276
|
491 |
+
msgid "No API key provided. Please %1$sset you Mollie API key%2$s first."
|
492 |
+
msgstr ""
|
493 |
+
|
494 |
+
#. translators: Placeholder 1: payment method title. The surrounding %s's Will be replaced by a link to the Mollie profile
|
495 |
+
#: ../src/Gateway/MolliePaymentGateway.php:291
|
496 |
+
msgid "%1$s not enabled in your Mollie profile. You can enable it by editing your %2$sMollie profile%3$s."
|
497 |
+
msgstr ""
|
498 |
+
|
499 |
+
#. translators: Placeholder 1: WooCommerce currency, placeholder 2: Supported Mollie currencies
|
500 |
+
#: ../src/Gateway/MolliePaymentGateway.php:306
|
501 |
+
msgid "Current shop currency %1$s not supported by Mollie. Read more about %2$ssupported currencies and payment methods.%3$s "
|
502 |
+
msgstr ""
|
503 |
+
|
504 |
+
#: ../src/Gateway/MolliePaymentGateway.php:577
|
505 |
+
msgid "You have cancelled your payment. Please complete your order with a different payment method."
|
506 |
+
msgstr ""
|
507 |
+
|
508 |
+
#: ../src/Gateway/MolliePaymentGateway.php:597, ../src/Gateway/MolliePaymentGateway.php:611
|
509 |
+
msgid "Your payment was not successful. Please complete your order with a different payment method."
|
510 |
+
msgstr ""
|
511 |
+
|
512 |
+
#: ../src/Gateway/MolliePaymentGateway.php:647
|
513 |
+
msgid "Could not load order %s"
|
514 |
+
msgstr ""
|
515 |
+
|
516 |
+
#: ../src/Gateway/MolliePaymentGateway.php:906
|
517 |
+
msgid "Order cancelled"
|
518 |
+
msgstr ""
|
519 |
+
|
520 |
+
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
521 |
+
#: ../src/Gateway/MolliePaymentGateway.php:943
|
522 |
+
msgid "%1$s payment still pending (%2$s) but customer already returned to the store. Status should be updated automatically in the future, if it doesn't this might indicate a communication issue between the site and Mollie."
|
523 |
+
msgstr ""
|
524 |
+
|
525 |
+
#: ../src/Gateway/MolliePaymentGateway.php:949, ../src/Payment/MollieObject.php:687, ../src/Payment/MollieObject.php:655, ../src/Payment/MollieOrder.php:275, ../src/Payment/MollieOrder.php:332, ../src/Payment/MollieOrder.php:377, ../src/Payment/MollieOrder.php:459, ../src/Payment/MollieOrder.php:522, ../src/Payment/MollieOrder.php:941, ../src/Payment/MollieOrderService.php:165, ../src/Payment/MollieOrderService.php:428, ../src/Payment/MollieOrderService.php:491, ../src/Payment/MollieOrderService.php:705, ../src/Payment/MolliePayment.php:223, ../src/Payment/MolliePayment.php:310, ../src/Payment/MolliePayment.php:379, ../src/Payment/MolliePayment.php:402, ../src/Payment/PaymentService.php:788, ../src/Subscription/MollieSepaRecurringGateway.php:138, ../src/Subscription/MollieSepaRecurringGateway.php:205, ../src/Subscription/MollieSubscriptionGateway.php:470
|
526 |
+
msgid "test mode"
|
527 |
+
msgstr ""
|
528 |
+
|
529 |
+
#: ../src/Gateway/MolliePaymentGateway.php:964
|
530 |
+
msgid ", payment pending."
|
531 |
+
msgstr ""
|
532 |
+
|
533 |
+
#: ../src/Gateway/MolliePaymentGateway.php:996
|
534 |
+
msgid "Your order has been cancelled."
|
535 |
+
msgstr ""
|
536 |
+
|
537 |
+
#: ../src/Gateway/Surcharge.php:81
|
538 |
+
msgid "A surchage fee might apply"
|
539 |
+
msgstr ""
|
540 |
+
|
541 |
+
#. translators: Placeholder 1: Fee amount tag. Placeholder 2: Currency.
|
542 |
+
#: ../src/Gateway/Surcharge.php:275
|
543 |
+
msgid " + %1$s %2$s fee might apply"
|
544 |
+
msgstr ""
|
545 |
+
|
546 |
+
#. translators: Placeholder 1: Fee amount tag.
|
547 |
+
#: ../src/Gateway/Surcharge.php:292
|
548 |
+
msgid " + %1$s%% fee might apply"
|
549 |
+
msgstr ""
|
550 |
+
|
551 |
+
#. translators: Placeholder 1: Fee amount tag. Placeholder 2: Currency. Placeholder 3: Percentage amount.
|
552 |
+
#: ../src/Gateway/Surcharge.php:315
|
553 |
+
msgid " + %1$s %2$s + %3$s%% fee might apply"
|
554 |
+
msgstr ""
|
555 |
+
|
556 |
+
#: ../src/Gateway/Surcharge.php:348
|
557 |
+
msgid " (incl. VAT)"
|
558 |
+
msgstr ""
|
559 |
+
|
560 |
+
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
561 |
+
#: ../src/Payment/MollieObject.php:682
|
562 |
+
msgid "%1$s payment failed via Mollie (%2$s)."
|
563 |
+
msgstr ""
|
564 |
+
|
565 |
+
#: ../src/Payment/MollieObject.php:650
|
566 |
+
msgid "%1$s renewal payment failed via Mollie (%2$s). You will need to manually review the payment and adjust product stocks if you use them."
|
567 |
+
msgstr ""
|
568 |
+
|
569 |
+
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
570 |
+
#: ../src/Payment/MollieObject.php:721
|
571 |
+
msgid "Mollie webhook called, but payment also started via %s, so the order status is not updated."
|
572 |
+
msgstr ""
|
573 |
+
|
574 |
+
#. translators: Placeholder 1: PayPal consumer name, placeholder 2: PayPal email, placeholder 3: PayPal transaction ID
|
575 |
+
#: ../src/Payment/MollieObject.php:740, ../src/PaymentMethods/InstructionStrategies/PaypalInstructionStrategy.php:20
|
576 |
+
msgid "Payment completed by <strong>%1$s</strong> - %2$s (PayPal transaction ID: %3$s)"
|
577 |
+
msgstr ""
|
578 |
+
|
579 |
+
#. translators: do not translate between {}
|
580 |
+
#: ../src/Payment/MollieObject.php:881
|
581 |
+
msgctxt "Payment description for {orderNumber}"
|
582 |
+
msgid "Order {orderNumber}"
|
583 |
+
msgstr ""
|
584 |
+
|
585 |
+
#. translators: do not translate between {}
|
586 |
+
#: ../src/Payment/MollieObject.php:891
|
587 |
+
msgctxt "Payment description for {storeName}"
|
588 |
+
msgid "StoreName {storeName}"
|
589 |
+
msgstr ""
|
590 |
+
|
591 |
+
#. translators: do not translate between {}
|
592 |
+
#: ../src/Payment/MollieObject.php:901
|
593 |
+
msgctxt "Payment description for {customer.firstname}"
|
594 |
+
msgid "Customer Firstname {customer.firstname}"
|
595 |
+
msgstr ""
|
596 |
+
|
597 |
+
#. translators: do not translate between {}
|
598 |
+
#: ../src/Payment/MollieObject.php:911
|
599 |
+
msgctxt "Payment description for {customer.lastname}"
|
600 |
+
msgid "Customer Lastname {customer.lastname}"
|
601 |
+
msgstr ""
|
602 |
+
|
603 |
+
#. translators: do not translate between {}
|
604 |
+
#: ../src/Payment/MollieObject.php:921
|
605 |
+
msgctxt "Payment description for {customer.company}"
|
606 |
+
msgid "Customer Company {customer.company}"
|
607 |
+
msgstr ""
|
608 |
+
|
609 |
+
#: ../src/Payment/MollieObject.php:936
|
610 |
+
msgid "Order"
|
611 |
+
msgstr ""
|
612 |
+
|
613 |
+
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
614 |
+
#: ../src/Payment/MollieOrder.php:271, ../src/Payment/MolliePayment.php:221, ../src/Subscription/MollieSepaRecurringGateway.php:211
|
615 |
+
msgid "Order completed using %1$s payment (%2$s)."
|
616 |
+
msgstr ""
|
617 |
+
|
618 |
+
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
619 |
+
#: ../src/Payment/MollieOrder.php:330
|
620 |
+
msgid "Order authorized using %1$s payment (%2$s). Set order to completed in WooCommerce when you have shipped the products, to capture the payment. Do this within 28 days, or the order will expire. To handle individual order lines, process the order via the Mollie Dashboard."
|
621 |
+
msgstr ""
|
622 |
+
|
623 |
+
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
624 |
+
#: ../src/Payment/MollieOrder.php:375
|
625 |
+
msgid "Order completed at Mollie for %1$s order (%2$s). At least one order line completed. Remember: Completed status for an order at Mollie is not the same as Completed status in WooCommerce!"
|
626 |
+
msgstr ""
|
627 |
+
|
628 |
+
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
629 |
+
#: ../src/Payment/MollieOrder.php:457
|
630 |
+
msgid "%1$s order (%2$s) cancelled ."
|
631 |
+
msgstr ""
|
632 |
+
|
633 |
+
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
634 |
+
#: ../src/Payment/MollieOrder.php:520
|
635 |
+
msgid "%1$s order expired (%2$s) but not cancelled because of another pending payment (%3$s)."
|
636 |
+
msgstr ""
|
637 |
+
|
638 |
+
#: ../src/Payment/MollieOrder.php:616
|
639 |
+
msgctxt "Order note error"
|
640 |
+
msgid "The sum of refunds for all order lines is not identical to the refund amount, so this refund will be processed as a payment amount refund, not an order line refund."
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#. translators: Placeholder 1: Number of items. Placeholder 2: Name of item. Placeholder 3: Currency. Placeholder 4: Amount.
|
644 |
+
#: ../src/Payment/MollieOrder.php:747
|
645 |
+
msgid "%1$sx %2$s cancelled for %3$s%4$s in WooCommerce and at Mollie."
|
646 |
+
msgstr ""
|
647 |
+
|
648 |
+
#. translators: Placeholder 1: Number of items. Placeholder 2: Name of item. Placeholder 3: Currency. Placeholder 4: Amount. Placeholder 5: Reason. Placeholder 6: Refund Id.
|
649 |
+
#: ../src/Payment/MollieOrder.php:763
|
650 |
+
msgid "%1$sx %2$s refunded for %3$s%4$s in WooCommerce and at Mollie.%5$s Refund ID: %6$s."
|
651 |
+
msgstr ""
|
652 |
+
|
653 |
+
#. translators: Placeholder 1: payment status.
|
654 |
+
#: ../src/Payment/MollieOrder.php:823
|
655 |
+
msgctxt "Order note error"
|
656 |
+
msgid "Can not refund order amount that has status %1$s at Mollie."
|
657 |
+
msgstr ""
|
658 |
+
|
659 |
+
#. translators: Placeholder 1: Currency. Placeholder 2: Refund amount. Placeholder 3: Reason. Placeholder 4: Refund id.
|
660 |
+
#: ../src/Payment/MollieOrder.php:845
|
661 |
+
msgid "Amount refund of %1$s%2$s refunded in WooCommerce and at Mollie.%3$s Refund ID: %4$s."
|
662 |
+
msgstr ""
|
663 |
+
|
664 |
+
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
665 |
+
#: ../src/Payment/MollieOrder.php:936
|
666 |
+
msgid "%1$s order (%2$s) expired ."
|
667 |
+
msgstr ""
|
668 |
+
|
669 |
+
#. translators: Placeholder 1: payment method title, placeholder 2: payment status, placeholder 3: payment ID
|
670 |
+
#: ../src/Payment/MollieOrderService.php:162
|
671 |
+
msgid "%1$s payment %2$s (%3$s), not processed."
|
672 |
+
msgstr ""
|
673 |
+
|
674 |
+
#: ../src/Payment/MollieOrderService.php:391
|
675 |
+
msgid "New chargeback %s processed! Order note and order status updated."
|
676 |
+
msgstr ""
|
677 |
+
|
678 |
+
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
679 |
+
#: ../src/Payment/MollieOrderService.php:423
|
680 |
+
msgid "%1$s payment charged back via Mollie (%2$s). You will need to manually review the payment (and adjust product stocks if you use it)."
|
681 |
+
msgstr ""
|
682 |
+
|
683 |
+
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
684 |
+
#: ../src/Payment/MollieOrderService.php:485
|
685 |
+
msgid "%1$s payment charged back via Mollie (%2$s). Subscription status updated, please review (and adjust product stocks if you use it)."
|
686 |
+
msgstr ""
|
687 |
+
|
688 |
+
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
689 |
+
#: ../src/Payment/MollieOrderService.php:692
|
690 |
+
msgid "%1$s payment %2$s via Mollie (%3$s %4$s). You will need to manually review the payment (and adjust product stocks if you use it)."
|
691 |
+
msgstr ""
|
692 |
+
|
693 |
+
#: ../src/Payment/MollieOrderService.php:805
|
694 |
+
msgid "New refund %s processed in Mollie Dashboard! Order note added, but order not updated."
|
695 |
+
msgstr ""
|
696 |
+
|
697 |
+
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
698 |
+
#: ../src/Payment/MolliePayment.php:308
|
699 |
+
msgid "%1$s payment (%2$s) cancelled ."
|
700 |
+
msgstr ""
|
701 |
+
|
702 |
+
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
703 |
+
#: ../src/Payment/MolliePayment.php:377
|
704 |
+
msgid "%1$s payment expired (%2$s) but not cancelled because of another pending payment (%3$s)."
|
705 |
+
msgstr ""
|
706 |
+
|
707 |
+
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
708 |
+
#: ../src/Payment/MolliePayment.php:400
|
709 |
+
msgid "%1$s payment expired (%2$s)."
|
710 |
+
msgstr ""
|
711 |
+
|
712 |
+
#. translators: Placeholder 1: currency, placeholder 2: refunded amount, placeholder 3: optional refund reason, placeholder 4: payment ID, placeholder 5: refund ID
|
713 |
+
#: ../src/Payment/MolliePayment.php:476
|
714 |
+
msgid "Refunded %1$s%2$s%3$s - Payment: %4$s, Refund: %5$s"
|
715 |
+
msgstr ""
|
716 |
+
|
717 |
+
#. translators: Placeholder 1: order number
|
718 |
+
#: ../src/Payment/MollieSubscription.php:80
|
719 |
+
msgctxt "Default payment description for subscription recurring payments"
|
720 |
+
msgid "Order %1$s"
|
721 |
+
msgstr ""
|
722 |
+
|
723 |
+
#: ../src/Payment/OrderItemsRefunder.php:121
|
724 |
+
msgid "One of the WooCommerce order items does not have the refund item ID meta value associated to Mollie Order item."
|
725 |
+
msgstr ""
|
726 |
+
|
727 |
+
#: ../src/Payment/OrderItemsRefunder.php:166
|
728 |
+
msgid "Impossible to retrieve the order item ID related to the remote item: %1$s. Try to do a refund by amount."
|
729 |
+
msgstr ""
|
730 |
+
|
731 |
+
#: ../src/Payment/OrderItemsRefunder.php:190
|
732 |
+
msgid "Empty WooCommerce order items or mollie order lines."
|
733 |
+
msgstr ""
|
734 |
+
|
735 |
+
#: ../src/Payment/OrderLines.php:509
|
736 |
+
msgid "Shipping"
|
737 |
+
msgstr ""
|
738 |
+
|
739 |
+
#: ../src/Payment/PaymentModule.php:194
|
740 |
+
msgid "Unpaid order cancelled - time limit reached."
|
741 |
+
msgstr ""
|
742 |
+
|
743 |
+
#: ../src/Payment/PaymentModule.php:213
|
744 |
+
msgid "%1$s items refunded in WooCommerce and at Mollie."
|
745 |
+
msgstr ""
|
746 |
+
|
747 |
+
#: ../src/Payment/PaymentModule.php:231
|
748 |
+
msgid "%1$s items cancelled in WooCommerce and at Mollie."
|
749 |
+
msgstr ""
|
750 |
+
|
751 |
+
#: ../src/Payment/PaymentModule.php:350
|
752 |
+
msgctxt "Order note info"
|
753 |
+
msgid "Processing a payment, no capture needed"
|
754 |
+
msgstr ""
|
755 |
+
|
756 |
+
#: ../src/Payment/PaymentModule.php:364
|
757 |
+
msgctxt "Order note info"
|
758 |
+
msgid "Order already canceled at Mollie, can not be shipped/captured."
|
759 |
+
msgstr ""
|
760 |
+
|
761 |
+
#: ../src/Payment/PaymentModule.php:372
|
762 |
+
msgctxt "Order note info"
|
763 |
+
msgid "Order already completed at Mollie, can not be shipped/captured."
|
764 |
+
msgstr ""
|
765 |
+
|
766 |
+
#: ../src/Payment/PaymentModule.php:381
|
767 |
+
msgctxt "Order note info"
|
768 |
+
msgid "Order successfully updated to shipped at Mollie, capture of funds underway."
|
769 |
+
msgstr ""
|
770 |
+
|
771 |
+
#: ../src/Payment/PaymentModule.php:387
|
772 |
+
msgctxt "Order note info"
|
773 |
+
msgid "Order not paid or authorized at Mollie yet, can not be shipped."
|
774 |
+
msgstr ""
|
775 |
+
|
776 |
+
#: ../src/Payment/PaymentModule.php:421
|
777 |
+
msgctxt "Order note info"
|
778 |
+
msgid "Order contains Mollie payment method, but not a valid Mollie Order ID. Canceling order failed."
|
779 |
+
msgstr ""
|
780 |
+
|
781 |
+
#: ../src/Payment/PaymentModule.php:442
|
782 |
+
msgctxt "Order note info"
|
783 |
+
msgid "Order already canceled at Mollie, can not be canceled again."
|
784 |
+
msgstr ""
|
785 |
+
|
786 |
+
#: ../src/Payment/PaymentModule.php:452
|
787 |
+
msgctxt "Order note info"
|
788 |
+
msgid "Order also cancelled at Mollie."
|
789 |
+
msgstr ""
|
790 |
+
|
791 |
+
#: ../src/Payment/PaymentModule.php:458
|
792 |
+
msgctxt "Order note info"
|
793 |
+
msgid "Order could not be canceled at Mollie, because order status is "
|
794 |
+
msgstr ""
|
795 |
+
|
796 |
+
#: ../src/Payment/PaymentService.php:620
|
797 |
+
msgid "Subscription switch failed, no valid mandate found. Place a completely new order to change your subscription."
|
798 |
+
msgstr ""
|
799 |
+
|
800 |
+
#: ../src/Payment/PaymentService.php:626
|
801 |
+
msgid "Failed switching subscriptions, no valid mandate."
|
802 |
+
msgstr ""
|
803 |
+
|
804 |
+
#: ../src/Payment/PaymentService.php:635
|
805 |
+
msgid "Order completed internally because of an existing valid mandate at Mollie."
|
806 |
+
msgstr ""
|
807 |
+
|
808 |
+
#. translators: Placeholder 1: Payment method title
|
809 |
+
#: ../src/Payment/PaymentService.php:708, ../src/Buttons/ApplePayButton/AppleAjaxRequests.php:723, ../src/Buttons/PayPalButton/PayPalAjaxRequests.php:113, ../src/Buttons/PayPalButton/PayPalAjaxRequests.php:159
|
810 |
+
msgid "Could not create %s payment."
|
811 |
+
msgstr ""
|
812 |
+
|
813 |
+
#: ../src/Payment/PaymentService.php:766, ../src/Subscription/MollieSepaRecurringGateway.php:127, ../src/Subscription/MollieSubscriptionGateway.php:461
|
814 |
+
msgid "Awaiting payment confirmation."
|
815 |
+
msgstr ""
|
816 |
+
|
817 |
+
#. translators: Placeholder 1: Payment method title, placeholder 2: payment ID
|
818 |
+
#: ../src/Payment/PaymentService.php:786
|
819 |
+
msgid "%s payment started (%s)."
|
820 |
+
msgstr ""
|
821 |
+
|
822 |
+
#: ../src/Payment/RefundLineItemsBuilder.php:126
|
823 |
+
msgid "Mollie doesn't allow a partial refund of the full amount or quantity of at least one order line. Trying to process this as an amount refund instead."
|
824 |
+
msgstr ""
|
825 |
+
|
826 |
+
#: ../src/PaymentMethods/Applepay.php:14
|
827 |
+
msgid "To accept payments via Apple Pay"
|
828 |
+
msgstr ""
|
829 |
+
|
830 |
+
#: ../src/PaymentMethods/Bancontact.php:14
|
831 |
+
msgid "Bancontact"
|
832 |
+
msgstr ""
|
833 |
+
|
834 |
+
#: ../src/PaymentMethods/Banktransfer.php:33
|
835 |
+
msgid "Bank Transfer"
|
836 |
+
msgstr ""
|
837 |
+
|
838 |
+
#: ../src/PaymentMethods/Banktransfer.php:55, ../src/Settings/General/MollieGeneralSettings.php:235
|
839 |
+
msgid "Activate expiry time setting"
|
840 |
+
msgstr ""
|
841 |
+
|
842 |
+
#: ../src/PaymentMethods/Banktransfer.php:56, ../src/Settings/General/MollieGeneralSettings.php:236
|
843 |
+
msgid "Enable expiry time for payments"
|
844 |
+
msgstr ""
|
845 |
+
|
846 |
+
#: ../src/PaymentMethods/Banktransfer.php:57
|
847 |
+
msgid "Enable this option if you want to be able to set the time after which the payment will expire. This will turn all transactions into payments instead of orders"
|
848 |
+
msgstr ""
|
849 |
+
|
850 |
+
#: ../src/PaymentMethods/Banktransfer.php:62, ../src/Settings/General/MollieGeneralSettings.php:242
|
851 |
+
msgid "Expiry time"
|
852 |
+
msgstr ""
|
853 |
+
|
854 |
+
#. translators: Placeholder 1: Default expiry days.
|
855 |
+
#: ../src/PaymentMethods/Banktransfer.php:65
|
856 |
+
msgid "Number of DAYS after the payment will expire. Default <code>%d</code> days"
|
857 |
+
msgstr ""
|
858 |
+
|
859 |
+
#: ../src/PaymentMethods/Banktransfer.php:74
|
860 |
+
msgid "Skip Mollie payment screen"
|
861 |
+
msgstr ""
|
862 |
+
|
863 |
+
#: ../src/PaymentMethods/Banktransfer.php:75
|
864 |
+
msgid "Skip Mollie payment screen when Bank Transfer is selected"
|
865 |
+
msgstr ""
|
866 |
+
|
867 |
+
#: ../src/PaymentMethods/Banktransfer.php:76
|
868 |
+
msgid "Enable this option if you want to skip redirecting your user to the Mollie payment screen, instead this will redirect your user directly to the WooCommerce order received page displaying instructions how to complete the Bank Transfer payment."
|
869 |
+
msgstr ""
|
870 |
+
|
871 |
+
#: ../src/PaymentMethods/Belfius.php:13
|
872 |
+
msgid "Belfius Direct Net"
|
873 |
+
msgstr ""
|
874 |
+
|
875 |
+
#: ../src/PaymentMethods/Creditcard.php:16
|
876 |
+
msgid "Credit card"
|
877 |
+
msgstr ""
|
878 |
+
|
879 |
+
#: ../src/PaymentMethods/Creditcard.php:52
|
880 |
+
msgid "Enable Mollie Components"
|
881 |
+
msgstr ""
|
882 |
+
|
883 |
+
#. translators: Placeholder 1: Mollie Components.
|
884 |
+
#: ../src/PaymentMethods/Creditcard.php:55
|
885 |
+
msgid "Use the Mollie Components for this Gateway. Read more about <a href=\"https://www.mollie.com/en/news/post/better-checkout-flows-with-mollie-components?utm_source=woocommerce&utm_medium=plugin&utm_campaign=partner\">%s</a> and how it improves your conversion."
|
886 |
+
msgstr ""
|
887 |
+
|
888 |
+
#: ../src/PaymentMethods/Creditcard.php:59, ../src/Settings/Page/Components.php:21, ../src/Settings/Page/MollieSettingsPage.php:703
|
889 |
+
msgid "Mollie Components"
|
890 |
+
msgstr ""
|
891 |
+
|
892 |
+
#: ../src/PaymentMethods/Creditcard.php:92
|
893 |
+
msgid "Customize Icons"
|
894 |
+
msgstr ""
|
895 |
+
|
896 |
+
#: ../src/PaymentMethods/Creditcard.php:99
|
897 |
+
msgid "Enable Icons Selector"
|
898 |
+
msgstr ""
|
899 |
+
|
900 |
+
#: ../src/PaymentMethods/Creditcard.php:100
|
901 |
+
msgid "Show customized creditcard icons on checkout page"
|
902 |
+
msgstr ""
|
903 |
+
|
904 |
+
#: ../src/PaymentMethods/Creditcard.php:108
|
905 |
+
msgid "Show American Express Icon"
|
906 |
+
msgstr ""
|
907 |
+
|
908 |
+
#: ../src/PaymentMethods/Creditcard.php:113
|
909 |
+
msgid "Show Carta Si Icon"
|
910 |
+
msgstr ""
|
911 |
+
|
912 |
+
#: ../src/PaymentMethods/Creditcard.php:118
|
913 |
+
msgid "Show Carte Bancaire Icon"
|
914 |
+
msgstr ""
|
915 |
+
|
916 |
+
#: ../src/PaymentMethods/Creditcard.php:123
|
917 |
+
msgid "Show Maestro Icon"
|
918 |
+
msgstr ""
|
919 |
+
|
920 |
+
#: ../src/PaymentMethods/Creditcard.php:128
|
921 |
+
msgid "Show Mastercard Icon"
|
922 |
+
msgstr ""
|
923 |
+
|
924 |
+
#: ../src/PaymentMethods/Creditcard.php:133
|
925 |
+
msgid "Show Visa Icon"
|
926 |
+
msgstr ""
|
927 |
+
|
928 |
+
#: ../src/PaymentMethods/Creditcard.php:138
|
929 |
+
msgid "Show VPay Icon"
|
930 |
+
msgstr ""
|
931 |
+
|
932 |
+
#: ../src/PaymentMethods/Directdebit.php:13
|
933 |
+
msgid "SEPA Direct Debit"
|
934 |
+
msgstr ""
|
935 |
+
|
936 |
+
#: ../src/PaymentMethods/Directdebit.php:14
|
937 |
+
msgid "SEPA Direct Debit is used for recurring payments with WooCommerce Subscriptions, and will not be shown in the WooCommerce checkout for regular payments! You also need to enable iDEAL and/or other \"first\" payment methods if you want to use SEPA Direct Debit."
|
938 |
+
msgstr ""
|
939 |
+
|
940 |
+
#: ../src/PaymentMethods/Eps.php:13
|
941 |
+
msgid "EPS"
|
942 |
+
msgstr ""
|
943 |
+
|
944 |
+
#: ../src/PaymentMethods/Giftcard.php:30
|
945 |
+
msgctxt "Placeholder 1: giftcard issuer, Placeholder 2: amount value, Placeholder 3: currency"
|
946 |
+
msgid "Mollie - Giftcard details: %1$s %2$s %3$s."
|
947 |
+
msgstr ""
|
948 |
+
|
949 |
+
#: ../src/PaymentMethods/Giftcard.php:42
|
950 |
+
msgctxt "Placeholder 1: remainder method, Placeholder 2: amount value, Placeholder 3: currency"
|
951 |
+
msgid " Remainder: %1$s %2$s %3$s."
|
952 |
+
msgstr ""
|
953 |
+
|
954 |
+
#: ../src/PaymentMethods/Giftcard.php:60
|
955 |
+
msgid "Gift cards"
|
956 |
+
msgstr ""
|
957 |
+
|
958 |
+
#: ../src/PaymentMethods/Giftcard.php:62, ../src/PaymentMethods/Giftcard.php:105
|
959 |
+
msgid "Select your gift card"
|
960 |
+
msgstr ""
|
961 |
+
|
962 |
+
#: ../src/PaymentMethods/Giftcard.php:78
|
963 |
+
msgid "Show gift cards dropdown"
|
964 |
+
msgstr ""
|
965 |
+
|
966 |
+
#: ../src/PaymentMethods/Giftcard.php:84
|
967 |
+
msgid "If you disable this, a dropdown with various gift cards will not be shown in the WooCommerce checkout, so users will select a gift card on the Mollie payment page after checkout."
|
968 |
+
msgstr ""
|
969 |
+
|
970 |
+
#: ../src/PaymentMethods/Giftcard.php:93, ../src/PaymentMethods/Ideal.php:46, ../src/PaymentMethods/Kbc.php:48
|
971 |
+
msgid "Issuers empty option"
|
972 |
+
msgstr ""
|
973 |
+
|
974 |
+
#: ../src/PaymentMethods/Giftcard.php:99
|
975 |
+
msgid "This text will be displayed as the first option in the gift card dropdown, but only if the above 'Show gift cards dropdown' is enabled."
|
976 |
+
msgstr ""
|
977 |
+
|
978 |
+
#: ../src/PaymentMethods/Giropay.php:13
|
979 |
+
msgid "Giropay"
|
980 |
+
msgstr ""
|
981 |
+
|
982 |
+
#: ../src/PaymentMethods/Ideal.php:15
|
983 |
+
msgid "iDEAL"
|
984 |
+
msgstr ""
|
985 |
+
|
986 |
+
#: ../src/PaymentMethods/Ideal.php:17, ../src/PaymentMethods/Ideal.php:55, ../src/PaymentMethods/Kbc.php:16, ../src/PaymentMethods/Kbc.php:60
|
987 |
+
msgid "Select your bank"
|
988 |
+
msgstr ""
|
989 |
+
|
990 |
+
#: ../src/PaymentMethods/Ideal.php:34
|
991 |
+
msgid "Show iDEAL banks dropdown"
|
992 |
+
msgstr ""
|
993 |
+
|
994 |
+
#: ../src/PaymentMethods/Ideal.php:37
|
995 |
+
msgid "If you disable this, a dropdown with various iDEAL banks will not be shown in the WooCommerce checkout, so users will select a iDEAL bank on the Mollie payment page after checkout."
|
996 |
+
msgstr ""
|
997 |
+
|
998 |
+
#: ../src/PaymentMethods/Ideal.php:49
|
999 |
+
msgid "This text will be displayed as the first option in the iDEAL issuers drop down, if nothing is entered, \"Select your bank\" will be shown. Only if the above 'Show iDEAL banks dropdown' is enabled."
|
1000 |
+
msgstr ""
|
1001 |
+
|
1002 |
+
#: ../src/PaymentMethods/In3.php:13
|
1003 |
+
msgid "in3"
|
1004 |
+
msgstr ""
|
1005 |
+
|
1006 |
+
#: ../src/PaymentMethods/In3.php:15
|
1007 |
+
msgid "Pay in 3 instalments, 0% interest"
|
1008 |
+
msgstr ""
|
1009 |
+
|
1010 |
+
#: ../src/PaymentMethods/Kbc.php:14
|
1011 |
+
msgid "KBC/CBC Payment Button"
|
1012 |
+
msgstr ""
|
1013 |
+
|
1014 |
+
#: ../src/PaymentMethods/Kbc.php:33
|
1015 |
+
msgid "Show KBC/CBC banks dropdown"
|
1016 |
+
msgstr ""
|
1017 |
+
|
1018 |
+
#: ../src/PaymentMethods/Kbc.php:39
|
1019 |
+
msgid "If you disable this, a dropdown with various KBC/CBC banks will not be shown in the WooCommerce checkout, so users will select a KBC/CBC bank on the Mollie payment page after checkout."
|
1020 |
+
msgstr ""
|
1021 |
+
|
1022 |
+
#: ../src/PaymentMethods/Kbc.php:54
|
1023 |
+
msgid "This text will be displayed as the first option in the KBC/CBC issuers drop down, if nothing is entered, \"Select your bank\" will be shown. Only if the above ''Show KBC/CBC banks dropdown' is enabled."
|
1024 |
+
msgstr ""
|
1025 |
+
|
1026 |
+
#: ../src/PaymentMethods/Klarnapaylater.php:13
|
1027 |
+
msgid "Klarna Pay later"
|
1028 |
+
msgstr ""
|
1029 |
+
|
1030 |
+
#: ../src/PaymentMethods/Klarnapaylater.php:14, ../src/PaymentMethods/Klarnapaynow.php:14, ../src/PaymentMethods/Klarnasliceit.php:15
|
1031 |
+
msgid "To accept payments via Klarna, all default WooCommerce checkout fields should be enabled and required."
|
1032 |
+
msgstr ""
|
1033 |
+
|
1034 |
+
#: ../src/PaymentMethods/Klarnapaynow.php:13
|
1035 |
+
msgid "Klarna Pay Now"
|
1036 |
+
msgstr ""
|
1037 |
+
|
1038 |
+
#: ../src/PaymentMethods/Klarnasliceit.php:14
|
1039 |
+
msgid "Klarna Slice it"
|
1040 |
+
msgstr ""
|
1041 |
+
|
1042 |
+
#: ../src/PaymentMethods/Mybank.php:14
|
1043 |
+
msgid "MyBank"
|
1044 |
+
msgstr ""
|
1045 |
+
|
1046 |
+
#: ../src/PaymentMethods/Mybank.php:15
|
1047 |
+
msgid "To accept payments via MyBank"
|
1048 |
+
msgstr ""
|
1049 |
+
|
1050 |
+
#: ../src/PaymentMethods/Paypal.php:14
|
1051 |
+
msgid "PayPal"
|
1052 |
+
msgstr ""
|
1053 |
+
|
1054 |
+
#: ../src/PaymentMethods/Paypal.php:34
|
1055 |
+
msgid "Display on cart page"
|
1056 |
+
msgstr ""
|
1057 |
+
|
1058 |
+
#: ../src/PaymentMethods/Paypal.php:38
|
1059 |
+
msgid "Enable the PayPal button to be used in the cart page."
|
1060 |
+
msgstr ""
|
1061 |
+
|
1062 |
+
#: ../src/PaymentMethods/Paypal.php:46
|
1063 |
+
msgid "Display on product page"
|
1064 |
+
msgstr ""
|
1065 |
+
|
1066 |
+
#: ../src/PaymentMethods/Paypal.php:50
|
1067 |
+
msgid "Enable the PayPal button to be used in the product page."
|
1068 |
+
msgstr ""
|
1069 |
+
|
1070 |
+
#: ../src/PaymentMethods/Paypal.php:59
|
1071 |
+
msgctxt "Mollie PayPal Button Settings"
|
1072 |
+
msgid "Button text language and color"
|
1073 |
+
msgstr ""
|
1074 |
+
|
1075 |
+
#: ../src/PaymentMethods/Paypal.php:60
|
1076 |
+
msgctxt "Mollie PayPal Button Settings"
|
1077 |
+
msgid "Select the text and the colour of the button."
|
1078 |
+
msgstr ""
|
1079 |
+
|
1080 |
+
#: ../src/PaymentMethods/Paypal.php:70
|
1081 |
+
msgid "Minimum amount to display button"
|
1082 |
+
msgstr ""
|
1083 |
+
|
1084 |
+
#: ../src/PaymentMethods/Paypal.php:74
|
1085 |
+
msgid "If the product or the cart total amount is under this number, then the button will not show up."
|
1086 |
+
msgstr ""
|
1087 |
+
|
1088 |
+
#: ../src/PaymentMethods/Paypal.php:89
|
1089 |
+
msgctxt "Mollie PayPal button Settings"
|
1090 |
+
msgid "English -- Buy with PayPal - Pill blue"
|
1091 |
+
msgstr ""
|
1092 |
+
|
1093 |
+
#: ../src/PaymentMethods/Paypal.php:90
|
1094 |
+
msgctxt "Mollie PayPal button Settings"
|
1095 |
+
msgid "English -- Buy with PayPal - Rounded blue"
|
1096 |
+
msgstr ""
|
1097 |
+
|
1098 |
+
#: ../src/PaymentMethods/Paypal.php:91
|
1099 |
+
msgctxt "Mollie PayPal button Settings"
|
1100 |
+
msgid "English -- Buy with PayPal - Pill golden"
|
1101 |
+
msgstr ""
|
1102 |
+
|
1103 |
+
#: ../src/PaymentMethods/Paypal.php:92
|
1104 |
+
msgctxt "Mollie PayPal button Settings"
|
1105 |
+
msgid "English -- Buy with PayPal - Rounded golden"
|
1106 |
+
msgstr ""
|
1107 |
+
|
1108 |
+
#: ../src/PaymentMethods/Paypal.php:93
|
1109 |
+
msgctxt "Mollie PayPal button Settings"
|
1110 |
+
msgid "English -- Buy with PayPal - Pill gray"
|
1111 |
+
msgstr ""
|
1112 |
+
|
1113 |
+
#: ../src/PaymentMethods/Paypal.php:94
|
1114 |
+
msgctxt "Mollie PayPal button Settings"
|
1115 |
+
msgid "English -- Buy with PayPal - Rounded gray"
|
1116 |
+
msgstr ""
|
1117 |
+
|
1118 |
+
#: ../src/PaymentMethods/Paypal.php:95
|
1119 |
+
msgctxt "Mollie PayPal button Settings"
|
1120 |
+
msgid "English -- Buy with PayPal - Pill white"
|
1121 |
+
msgstr ""
|
1122 |
+
|
1123 |
+
#: ../src/PaymentMethods/Paypal.php:96
|
1124 |
+
msgctxt "Mollie PayPal button Settings"
|
1125 |
+
msgid "English -- Buy with PayPal - Rounded white"
|
1126 |
+
msgstr ""
|
1127 |
+
|
1128 |
+
#: ../src/PaymentMethods/Paypal.php:97
|
1129 |
+
msgctxt "Mollie PayPal button Settings"
|
1130 |
+
msgid "English -- Checkout with PayPal - Pill black"
|
1131 |
+
msgstr ""
|
1132 |
+
|
1133 |
+
#: ../src/PaymentMethods/Paypal.php:98
|
1134 |
+
msgctxt "Mollie PayPal button Settings"
|
1135 |
+
msgid "English -- Checkout with PayPal - Rounded black"
|
1136 |
+
msgstr ""
|
1137 |
+
|
1138 |
+
#: ../src/PaymentMethods/Paypal.php:99
|
1139 |
+
msgctxt "Mollie PayPal button Settings"
|
1140 |
+
msgid "English -- Checkout with PayPal - Pill blue"
|
1141 |
+
msgstr ""
|
1142 |
+
|
1143 |
+
#: ../src/PaymentMethods/Paypal.php:100
|
1144 |
+
msgctxt "Mollie PayPal button Settings"
|
1145 |
+
msgid "English -- Checkout with PayPal - Rounded blue"
|
1146 |
+
msgstr ""
|
1147 |
+
|
1148 |
+
#: ../src/PaymentMethods/Paypal.php:101
|
1149 |
+
msgctxt "Mollie PayPal button Settings"
|
1150 |
+
msgid "English -- Checkout with PayPal - Pill golden"
|
1151 |
+
msgstr ""
|
1152 |
+
|
1153 |
+
#: ../src/PaymentMethods/Paypal.php:102
|
1154 |
+
msgctxt "Mollie PayPal button Settings"
|
1155 |
+
msgid "English -- Checkout with PayPal - Rounded golden"
|
1156 |
+
msgstr ""
|
1157 |
+
|
1158 |
+
#: ../src/PaymentMethods/Paypal.php:103
|
1159 |
+
msgctxt "Mollie PayPal button Settings"
|
1160 |
+
msgid "English -- Checkout with PayPal - Pill gray"
|
1161 |
+
msgstr ""
|
1162 |
+
|
1163 |
+
#: ../src/PaymentMethods/Paypal.php:104
|
1164 |
+
msgctxt "Mollie PayPal button Settings"
|
1165 |
+
msgid "English -- Checkout with PayPal - Rounded gray"
|
1166 |
+
msgstr ""
|
1167 |
+
|
1168 |
+
#: ../src/PaymentMethods/Paypal.php:105
|
1169 |
+
msgctxt "Mollie PayPal button Settings"
|
1170 |
+
msgid "English -- Checkout with PayPal - Pill white"
|
1171 |
+
msgstr ""
|
1172 |
+
|
1173 |
+
#: ../src/PaymentMethods/Paypal.php:106
|
1174 |
+
msgctxt "Mollie PayPal button Settings"
|
1175 |
+
msgid "English -- Checkout with PayPal - Rounded white"
|
1176 |
+
msgstr ""
|
1177 |
+
|
1178 |
+
#: ../src/PaymentMethods/Paypal.php:107
|
1179 |
+
msgctxt "Mollie PayPal button Settings"
|
1180 |
+
msgid "Dutch -- Buy with PayPal - Pill black"
|
1181 |
+
msgstr ""
|
1182 |
+
|
1183 |
+
#: ../src/PaymentMethods/Paypal.php:108
|
1184 |
+
msgctxt "Mollie PayPal button Settings"
|
1185 |
+
msgid "Dutch -- Buy with PayPal - Rounded black"
|
1186 |
+
msgstr ""
|
1187 |
+
|
1188 |
+
#: ../src/PaymentMethods/Paypal.php:109
|
1189 |
+
msgctxt "Mollie PayPal button Settings"
|
1190 |
+
msgid "Dutch -- Buy with PayPal - Pill blue"
|
1191 |
+
msgstr ""
|
1192 |
+
|
1193 |
+
#: ../src/PaymentMethods/Paypal.php:110
|
1194 |
+
msgctxt "Mollie PayPal button Settings"
|
1195 |
+
msgid "Dutch -- Buy with PayPal - Rounded blue"
|
1196 |
+
msgstr ""
|
1197 |
+
|
1198 |
+
#: ../src/PaymentMethods/Paypal.php:111
|
1199 |
+
msgctxt "Mollie PayPal button Settings"
|
1200 |
+
msgid "Dutch -- Buy with PayPal - Pill golden"
|
1201 |
+
msgstr ""
|
1202 |
+
|
1203 |
+
#: ../src/PaymentMethods/Paypal.php:112
|
1204 |
+
msgctxt "Mollie PayPal button Settings"
|
1205 |
+
msgid "Dutch -- Buy with PayPal - Rounded golden"
|
1206 |
+
msgstr ""
|
1207 |
+
|
1208 |
+
#: ../src/PaymentMethods/Paypal.php:113
|
1209 |
+
msgctxt "Mollie PayPal button Settings"
|
1210 |
+
msgid "Dutch -- Buy with PayPal - Pill gray"
|
1211 |
+
msgstr ""
|
1212 |
+
|
1213 |
+
#: ../src/PaymentMethods/Paypal.php:114
|
1214 |
+
msgctxt "Mollie PayPal button Settings"
|
1215 |
+
msgid "Dutch -- Buy with PayPal - Rounded gray"
|
1216 |
+
msgstr ""
|
1217 |
+
|
1218 |
+
#: ../src/PaymentMethods/Paypal.php:115
|
1219 |
+
msgctxt "Mollie PayPal button Settings"
|
1220 |
+
msgid "Dutch -- Buy with PayPal - Pill white"
|
1221 |
+
msgstr ""
|
1222 |
+
|
1223 |
+
#: ../src/PaymentMethods/Paypal.php:116
|
1224 |
+
msgctxt "Mollie PayPal button Settings"
|
1225 |
+
msgid "Dutch -- Buy with PayPal - Rounded white"
|
1226 |
+
msgstr ""
|
1227 |
+
|
1228 |
+
#: ../src/PaymentMethods/Paypal.php:117
|
1229 |
+
msgctxt "Mollie PayPal button Settings"
|
1230 |
+
msgid "Dutch -- Checkout with PayPal - Pill black"
|
1231 |
+
msgstr ""
|
1232 |
+
|
1233 |
+
#: ../src/PaymentMethods/Paypal.php:118
|
1234 |
+
msgctxt "Mollie PayPal button Settings"
|
1235 |
+
msgid "Dutch -- Checkout with PayPal - Rounded black"
|
1236 |
+
msgstr ""
|
1237 |
+
|
1238 |
+
#: ../src/PaymentMethods/Paypal.php:119
|
1239 |
+
msgctxt "Mollie PayPal button Settings"
|
1240 |
+
msgid "Dutch -- Checkout with PayPal - Pill blue"
|
1241 |
+
msgstr ""
|
1242 |
+
|
1243 |
+
#: ../src/PaymentMethods/Paypal.php:120
|
1244 |
+
msgctxt "Mollie PayPal button Settings"
|
1245 |
+
msgid "Dutch -- Checkout with PayPal - Rounded blue"
|
1246 |
+
msgstr ""
|
1247 |
+
|
1248 |
+
#: ../src/PaymentMethods/Paypal.php:121
|
1249 |
+
msgctxt "Mollie PayPal button Settings"
|
1250 |
+
msgid "Dutch -- Checkout with PayPal - Pill golden"
|
1251 |
+
msgstr ""
|
1252 |
+
|
1253 |
+
#: ../src/PaymentMethods/Paypal.php:122
|
1254 |
+
msgctxt "Mollie PayPal button Settings"
|
1255 |
+
msgid "Dutch -- Checkout with PayPal - Rounded golden"
|
1256 |
+
msgstr ""
|
1257 |
+
|
1258 |
+
#: ../src/PaymentMethods/Paypal.php:123
|
1259 |
+
msgctxt "Mollie PayPal button Settings"
|
1260 |
+
msgid "Dutch -- Checkout with PayPal - Pill gray"
|
1261 |
+
msgstr ""
|
1262 |
+
|
1263 |
+
#: ../src/PaymentMethods/Paypal.php:124
|
1264 |
+
msgctxt "Mollie PayPal button Settings"
|
1265 |
+
msgid "Dutch -- Checkout with PayPal - Rounded gray"
|
1266 |
+
msgstr ""
|
1267 |
+
|
1268 |
+
#: ../src/PaymentMethods/Paypal.php:125
|
1269 |
+
msgctxt "Mollie PayPal button Settings"
|
1270 |
+
msgid "Dutch -- Checkout with PayPal - Pill white"
|
1271 |
+
msgstr ""
|
1272 |
+
|
1273 |
+
#: ../src/PaymentMethods/Paypal.php:126
|
1274 |
+
msgctxt "Mollie PayPal button Settings"
|
1275 |
+
msgid "Dutch -- Checkout with PayPal - Rounded white"
|
1276 |
+
msgstr ""
|
1277 |
+
|
1278 |
+
#: ../src/PaymentMethods/Paypal.php:127
|
1279 |
+
msgctxt "Mollie PayPal button Settings"
|
1280 |
+
msgid "German -- Buy with PayPal - Pill black"
|
1281 |
+
msgstr ""
|
1282 |
+
|
1283 |
+
#: ../src/PaymentMethods/Paypal.php:128
|
1284 |
+
msgctxt "Mollie PayPal button Settings"
|
1285 |
+
msgid "German -- Buy with PayPal - Rounded black"
|
1286 |
+
msgstr ""
|
1287 |
+
|
1288 |
+
#: ../src/PaymentMethods/Paypal.php:129
|
1289 |
+
msgctxt "Mollie PayPal button Settings"
|
1290 |
+
msgid "German -- Buy with PayPal - Pill blue"
|
1291 |
+
msgstr ""
|
1292 |
+
|
1293 |
+
#: ../src/PaymentMethods/Paypal.php:130
|
1294 |
+
msgctxt "Mollie PayPal button Settings"
|
1295 |
+
msgid "German -- Buy with PayPal - Rounded blue"
|
1296 |
+
msgstr ""
|
1297 |
+
|
1298 |
+
#: ../src/PaymentMethods/Paypal.php:131
|
1299 |
+
msgctxt "Mollie PayPal button Settings"
|
1300 |
+
msgid "German -- Buy with PayPal - Pill golden"
|
1301 |
+
msgstr ""
|
1302 |
+
|
1303 |
+
#: ../src/PaymentMethods/Paypal.php:132
|
1304 |
+
msgctxt "Mollie PayPal button Settings"
|
1305 |
+
msgid "German -- Buy with PayPal - Rounded golden"
|
1306 |
+
msgstr ""
|
1307 |
+
|
1308 |
+
#: ../src/PaymentMethods/Paypal.php:133
|
1309 |
+
msgctxt "Mollie PayPal button Settings"
|
1310 |
+
msgid "German -- Buy with PayPal - Pill gray"
|
1311 |
+
msgstr ""
|
1312 |
+
|
1313 |
+
#: ../src/PaymentMethods/Paypal.php:134
|
1314 |
+
msgctxt "Mollie PayPal button Settings"
|
1315 |
+
msgid "German -- Buy with PayPal - Rounded gray"
|
1316 |
+
msgstr ""
|
1317 |
+
|
1318 |
+
#: ../src/PaymentMethods/Paypal.php:135
|
1319 |
+
msgctxt "Mollie PayPal button Settings"
|
1320 |
+
msgid "German -- Buy with PayPal - Pill white"
|
1321 |
+
msgstr ""
|
1322 |
+
|
1323 |
+
#: ../src/PaymentMethods/Paypal.php:136
|
1324 |
+
msgctxt "Mollie PayPal button Settings"
|
1325 |
+
msgid "German -- Buy with PayPal - Rounded white"
|
1326 |
+
msgstr ""
|
1327 |
+
|
1328 |
+
#: ../src/PaymentMethods/Paypal.php:137
|
1329 |
+
msgctxt "Mollie PayPal button Settings"
|
1330 |
+
msgid "German -- Checkout with PayPal - Pill black"
|
1331 |
+
msgstr ""
|
1332 |
+
|
1333 |
+
#: ../src/PaymentMethods/Paypal.php:138
|
1334 |
+
msgctxt "Mollie PayPal button Settings"
|
1335 |
+
msgid "German -- Checkout with PayPal - Rounded black"
|
1336 |
+
msgstr ""
|
1337 |
+
|
1338 |
+
#: ../src/PaymentMethods/Paypal.php:139
|
1339 |
+
msgctxt "Mollie PayPal button Settings"
|
1340 |
+
msgid "German -- Checkout with PayPal - Pill blue"
|
1341 |
+
msgstr ""
|
1342 |
+
|
1343 |
+
#: ../src/PaymentMethods/Paypal.php:140
|
1344 |
+
msgctxt "Mollie PayPal button Settings"
|
1345 |
+
msgid "German -- Checkout with PayPal - Rounded blue"
|
1346 |
+
msgstr ""
|
1347 |
+
|
1348 |
+
#: ../src/PaymentMethods/Paypal.php:141
|
1349 |
+
msgctxt "Mollie PayPal button Settings"
|
1350 |
+
msgid "German -- Checkout with PayPal - Pill golden"
|
1351 |
+
msgstr ""
|
1352 |
+
|
1353 |
+
#: ../src/PaymentMethods/Paypal.php:142
|
1354 |
+
msgctxt "Mollie PayPal button Settings"
|
1355 |
+
msgid "German -- Checkout with PayPal - Rounded golden"
|
1356 |
+
msgstr ""
|
1357 |
+
|
1358 |
+
#: ../src/PaymentMethods/Paypal.php:143
|
1359 |
+
msgctxt "Mollie PayPal button Settings"
|
1360 |
+
msgid "German -- Checkout with PayPal - Pill gray"
|
1361 |
+
msgstr ""
|
1362 |
+
|
1363 |
+
#: ../src/PaymentMethods/Paypal.php:144
|
1364 |
+
msgctxt "Mollie PayPal button Settings"
|
1365 |
+
msgid "German -- Checkout with PayPal - Rounded gray"
|
1366 |
+
msgstr ""
|
1367 |
+
|
1368 |
+
#: ../src/PaymentMethods/Paypal.php:145
|
1369 |
+
msgctxt "Mollie PayPal button Settings"
|
1370 |
+
msgid "German -- Checkout with PayPal - Pill white"
|
1371 |
+
msgstr ""
|
1372 |
+
|
1373 |
+
#: ../src/PaymentMethods/Paypal.php:146
|
1374 |
+
msgctxt "Mollie PayPal button Settings"
|
1375 |
+
msgid "German -- Checkout with PayPal - Rounded white"
|
1376 |
+
msgstr ""
|
1377 |
+
|
1378 |
+
#: ../src/PaymentMethods/Paypal.php:147
|
1379 |
+
msgctxt "Mollie PayPal button Settings"
|
1380 |
+
msgid "French -- Buy with PayPal - Gold"
|
1381 |
+
msgstr ""
|
1382 |
+
|
1383 |
+
#: ../src/PaymentMethods/Paypal.php:148
|
1384 |
+
msgctxt "Mollie PayPal button Settings"
|
1385 |
+
msgid "French -- Checkout with PayPal - Gold"
|
1386 |
+
msgstr ""
|
1387 |
+
|
1388 |
+
#: ../src/PaymentMethods/Paypal.php:149
|
1389 |
+
msgctxt "Mollie PayPal button Settings"
|
1390 |
+
msgid "French -- Checkout with PayPal - Silver"
|
1391 |
+
msgstr ""
|
1392 |
+
|
1393 |
+
#: ../src/PaymentMethods/Paypal.php:150
|
1394 |
+
msgctxt "Mollie PayPal button Settings"
|
1395 |
+
msgid "Polish -- Buy with PayPal - Gold"
|
1396 |
+
msgstr ""
|
1397 |
+
|
1398 |
+
#: ../src/PaymentMethods/Paypal.php:151
|
1399 |
+
msgctxt "Mollie PayPal button Settings"
|
1400 |
+
msgid "Polish -- Checkout with PayPal - Gold"
|
1401 |
+
msgstr ""
|
1402 |
+
|
1403 |
+
#: ../src/PaymentMethods/Paypal.php:152
|
1404 |
+
msgctxt "Mollie PayPal button Settings"
|
1405 |
+
msgid "Polish -- Checkout with PayPal - Silver"
|
1406 |
+
msgstr ""
|
1407 |
+
|
1408 |
+
#: ../src/PaymentMethods/Paysafecard.php:14
|
1409 |
+
msgid "paysafecard"
|
1410 |
+
msgstr ""
|
1411 |
+
|
1412 |
+
#: ../src/PaymentMethods/Przelewy24.php:14
|
1413 |
+
msgid "Przelewy24"
|
1414 |
+
msgstr ""
|
1415 |
+
|
1416 |
+
#: ../src/PaymentMethods/Przelewy24.php:15
|
1417 |
+
msgid "To accept payments via Przelewy24, a customer email is required for every payment."
|
1418 |
+
msgstr ""
|
1419 |
+
|
1420 |
+
#: ../src/PaymentMethods/Sofort.php:14
|
1421 |
+
msgid "SOFORT Banking"
|
1422 |
+
msgstr ""
|
1423 |
+
|
1424 |
+
#: ../src/PaymentMethods/Voucher.php:35
|
1425 |
+
msgid "Voucher"
|
1426 |
+
msgstr ""
|
1427 |
+
|
1428 |
+
#: ../src/PaymentMethods/Voucher.php:54, ../src/Gateway/Voucher/VoucherModule.php:220
|
1429 |
+
msgid "Select the default products category"
|
1430 |
+
msgstr ""
|
1431 |
+
|
1432 |
+
#: ../src/PaymentMethods/Voucher.php:57
|
1433 |
+
msgid "No category"
|
1434 |
+
msgstr ""
|
1435 |
+
|
1436 |
+
#: ../src/PaymentMethods/Voucher.php:58, ../src/Gateway/Voucher/VoucherModule.php:113, ../src/Gateway/Voucher/VoucherModule.php:147, ../src/Gateway/Voucher/VoucherModule.php:178, ../src/Gateway/Voucher/VoucherModule.php:233, ../src/Gateway/Voucher/VoucherModule.php:293
|
1437 |
+
msgid "Meal"
|
1438 |
+
msgstr ""
|
1439 |
+
|
1440 |
+
#: ../src/PaymentMethods/Voucher.php:59, ../src/Gateway/Voucher/VoucherModule.php:114, ../src/Gateway/Voucher/VoucherModule.php:148, ../src/Gateway/Voucher/VoucherModule.php:181, ../src/Gateway/Voucher/VoucherModule.php:234, ../src/Gateway/Voucher/VoucherModule.php:294
|
1441 |
+
msgid "Eco"
|
1442 |
+
msgstr ""
|
1443 |
+
|
1444 |
+
#: ../src/PaymentMethods/Voucher.php:60, ../src/Gateway/Voucher/VoucherModule.php:115, ../src/Gateway/Voucher/VoucherModule.php:149, ../src/Gateway/Voucher/VoucherModule.php:184, ../src/Gateway/Voucher/VoucherModule.php:235, ../src/Gateway/Voucher/VoucherModule.php:295
|
1445 |
+
msgid "Gift"
|
1446 |
+
msgstr ""
|
1447 |
+
|
1448 |
+
#. translators: Placeholder 1: Default order status, placeholder 2: Link to 'Hold Stock' setting
|
1449 |
+
#: ../src/PaymentMethods/Voucher.php:64
|
1450 |
+
msgid "In order to process it, all products in the order must have a category. This selector will assign the default category for the shop products"
|
1451 |
+
msgstr ""
|
1452 |
+
|
1453 |
+
#: ../src/SDK/Api.php:49
|
1454 |
+
msgid "Invalid API key(s). Get them on the %1$sDevelopers page in the Mollie dashboard%2$s. The API key(s) must start with 'live_' or 'test_', be at least 30 characters and must not contain any special characters."
|
1455 |
+
msgstr ""
|
1456 |
+
|
1457 |
+
#: ../src/SDK/Api.php:47
|
1458 |
+
msgid "No API key provided. Please set your Mollie API keys below."
|
1459 |
+
msgstr ""
|
1460 |
+
|
1461 |
+
#: ../src/Settings/Settings.php:174
|
1462 |
+
msgid "%1$sMollie Payments for WooCommerce%2$s Unable to upload the file. Size must be under 500kb."
|
1463 |
+
msgstr ""
|
1464 |
+
|
1465 |
+
#: ../src/Settings/Settings.php:216
|
1466 |
+
msgid "Gateway Disabled"
|
1467 |
+
msgstr ""
|
1468 |
+
|
1469 |
+
#: ../src/Settings/Settings.php:237
|
1470 |
+
msgid "Return to payments"
|
1471 |
+
msgstr ""
|
1472 |
+
|
1473 |
+
#: ../src/Settings/Settings.php:252, ../src/Settings/General/MollieGeneralSettings.php:86
|
1474 |
+
msgid "Sell to specific countries"
|
1475 |
+
msgstr ""
|
1476 |
+
|
1477 |
+
#: ../src/Settings/Settings.php:264
|
1478 |
+
msgid "Choose countries…"
|
1479 |
+
msgstr ""
|
1480 |
+
|
1481 |
+
#: ../src/Settings/Settings.php:265
|
1482 |
+
msgid "Country"
|
1483 |
+
msgstr ""
|
1484 |
+
|
1485 |
+
#: ../src/Settings/Settings.php:274
|
1486 |
+
msgid "Select all"
|
1487 |
+
msgstr ""
|
1488 |
+
|
1489 |
+
#: ../src/Settings/Settings.php:275
|
1490 |
+
msgid "Select none"
|
1491 |
+
msgstr ""
|
1492 |
+
|
1493 |
+
#: ../src/Settings/Settings.php:470
|
1494 |
+
msgid "Error"
|
1495 |
+
msgstr ""
|
1496 |
+
|
1497 |
+
#: ../src/Settings/Settings.php:484
|
1498 |
+
msgid "Mollie status:"
|
1499 |
+
msgstr ""
|
1500 |
+
|
1501 |
+
#: ../src/Settings/Settings.php:485
|
1502 |
+
msgid "Connected"
|
1503 |
+
msgstr ""
|
1504 |
+
|
1505 |
+
#: ../src/Settings/SettingsModule.php:171
|
1506 |
+
msgid "Mollie settings"
|
1507 |
+
msgstr ""
|
1508 |
+
|
1509 |
+
#: ../src/Settings/SettingsModule.php:177
|
1510 |
+
msgid "Logs"
|
1511 |
+
msgstr ""
|
1512 |
+
|
1513 |
+
#. translators: Placeholder 1: Opening strong tag. Placeholder 2: Closing strong tag. Placeholder 3: Opening link tag. Placeholder 4: Closing link tag.
|
1514 |
+
#: ../src/Settings/SettingsModule.php:187
|
1515 |
+
msgid "%1$sMollie Payments for WooCommerce%2$s The test mode is active, %3$s disable it%4$s before deploying into production."
|
1516 |
+
msgstr ""
|
1517 |
+
|
1518 |
+
#: ../src/Shared/Data.php:628
|
1519 |
+
msgid "Item #%1$s stock incremented from %2$s to %3$s."
|
1520 |
+
msgstr ""
|
1521 |
+
|
1522 |
+
#. translators: Placeholder 1: Plugin title. Placeholder 2: Min WooCommerce version. Placeholder 3: WooCommerce version used.
|
1523 |
+
#: ../src/Shared/Status.php:74
|
1524 |
+
msgid "The %1$s plugin requires at least WooCommerce version %2$s, you are using version %3$s. Please update your WooCommerce plugin."
|
1525 |
+
msgstr ""
|
1526 |
+
|
1527 |
+
#: ../src/Shared/Status.php:87
|
1528 |
+
msgid "Mollie API client not installed. Please make sure the plugin is installed correctly."
|
1529 |
+
msgstr ""
|
1530 |
+
|
1531 |
+
#: ../src/Shared/Status.php:96
|
1532 |
+
msgid "Mollie Payments for WooCommerce requires the JSON extension for PHP. Enable it in your server or ask your webhoster to enable it for you."
|
1533 |
+
msgstr ""
|
1534 |
+
|
1535 |
+
#. translators: Placeholder 1: Min PHP version. Placeholder 2: PHP version used. Placeholder 3: Opening link tag. placeholder 4: Closing link tag.
|
1536 |
+
#: ../src/Shared/Status.php:111
|
1537 |
+
msgid "Mollie Payments for WooCommerce require PHP %1$s or higher, you have PHP %2$s. Please upgrade and view %3$sthis FAQ%4$s"
|
1538 |
+
msgstr ""
|
1539 |
+
|
1540 |
+
#: ../src/Shared/Status.php:123
|
1541 |
+
msgid "Mollie Payments for WooCommerce requires the PHP extension JSON to be enabled. Please enable the 'json' extension in your PHP configuration."
|
1542 |
+
msgstr ""
|
1543 |
+
|
1544 |
+
#: ../src/Shared/Status.php:130
|
1545 |
+
msgid "Mollie Payments for WooCommerce requires the PHP extension cURL to be enabled. Please enable the 'curl' extension in your PHP configuration."
|
1546 |
+
msgstr ""
|
1547 |
+
|
1548 |
+
#: ../src/Shared/Status.php:138
|
1549 |
+
msgid "Mollie Payments for WooCommerce require PHP cURL functions to be available. Please make sure all of these functions are available."
|
1550 |
+
msgstr ""
|
1551 |
+
|
1552 |
+
#. translators: Placeholder 1: Payment method title, placeholder 2: payment ID
|
1553 |
+
#: ../src/Subscription/MollieSepaRecurringGateway.php:136, ../src/Subscription/MollieSubscriptionGateway.php:468
|
1554 |
+
msgid "%1$s payment started (%2$s)."
|
1555 |
+
msgstr ""
|
1556 |
+
|
1557 |
+
#. translators: Placeholder 1: Payment method title, placeholder 2: payment ID
|
1558 |
+
#: ../src/Subscription/MollieSubscriptionGateway.php:199
|
1559 |
+
msgid "Updated subscription from 'On hold' to 'Active' until payment fails, because a SEPA Direct Debit payment takes some time to process."
|
1560 |
+
msgstr ""
|
1561 |
+
|
1562 |
+
#: ../src/Subscription/MollieSubscriptionGateway.php:299
|
1563 |
+
msgid "The customer (%s) could not be used or found. "
|
1564 |
+
msgstr ""
|
1565 |
+
|
1566 |
+
#: ../src/Subscription/MollieSubscriptionGateway.php:326
|
1567 |
+
msgid "The customer (%s) does not have a valid mandate."
|
1568 |
+
msgstr ""
|
1569 |
+
|
1570 |
+
#. translators: Placeholder 1: Payment method title
|
1571 |
+
#: ../src/Subscription/MollieSubscriptionGateway.php:366
|
1572 |
+
msgid "Could not create %s renewal payment."
|
1573 |
+
msgstr ""
|
1574 |
+
|
1575 |
+
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
1576 |
+
#: ../src/Subscription/SubscriptionModule.php:106
|
1577 |
+
msgid "%1$s payment failed (%2$s)."
|
1578 |
+
msgstr ""
|
1579 |
+
|
1580 |
+
#. translators: Placeholder 1: Opening strong tag. Placeholder 2: Closing strong tag. Placeholder 3: Opening link tag to documentation. Placeholder 4: Closing link tag.
|
1581 |
+
#: ../src/Buttons/ApplePayButton/ApplePayDirectHandler.php:42
|
1582 |
+
msgid "%1$sServer not compliant with Apple requirements%2$s Check %3$sApple Server requirements page%4$s to fix it in order to make the Apple Pay button work"
|
1583 |
+
msgstr ""
|
1584 |
+
|
1585 |
+
#. translators: Placeholder 1: Opening strong tag. Placeholder 2: Closing strong tag. Placeholder 3: Opening link tag to documentation. Placeholder 4: Closing link tag.
|
1586 |
+
#: ../src/Buttons/ApplePayButton/ApplePayDirectHandler.php:58
|
1587 |
+
msgid "%1$sApple Pay Validation Error%2$s Check %3$sApple Server requirements page%4$s to fix it in order to make the Apple Pay button work"
|
1588 |
+
msgstr ""
|
1589 |
+
|
1590 |
+
#: ../src/Gateway/Voucher/VoucherModule.php:78, ../src/Settings/Page/MollieSettingsPage.php:49, ../src/Settings/Page/MollieSettingsPage.php:182
|
1591 |
+
msgid "Mollie Settings"
|
1592 |
+
msgstr ""
|
1593 |
+
|
1594 |
+
#: ../src/Gateway/Voucher/VoucherModule.php:108, ../src/Gateway/Voucher/VoucherModule.php:143, ../src/Gateway/Voucher/VoucherModule.php:166
|
1595 |
+
msgid "Mollie Voucher Category"
|
1596 |
+
msgstr ""
|
1597 |
+
|
1598 |
+
#: ../src/Gateway/Voucher/VoucherModule.php:111, ../src/Gateway/Voucher/VoucherModule.php:145, ../src/Gateway/Voucher/VoucherModule.php:170
|
1599 |
+
msgid "--Please choose an option--"
|
1600 |
+
msgstr ""
|
1601 |
+
|
1602 |
+
#: ../src/Gateway/Voucher/VoucherModule.php:112, ../src/Gateway/Voucher/VoucherModule.php:146, ../src/Gateway/Voucher/VoucherModule.php:175, ../src/Gateway/Voucher/VoucherModule.php:232, ../src/Gateway/Voucher/VoucherModule.php:292
|
1603 |
+
msgid "No Category"
|
1604 |
+
msgstr ""
|
1605 |
+
|
1606 |
+
#: ../src/Gateway/Voucher/VoucherModule.php:151, ../src/Gateway/Voucher/VoucherModule.php:188
|
1607 |
+
msgid "Select a voucher category to apply to all products with this category"
|
1608 |
+
msgstr ""
|
1609 |
+
|
1610 |
+
#: ../src/Gateway/Voucher/VoucherModule.php:224
|
1611 |
+
msgid "Products voucher category"
|
1612 |
+
msgstr ""
|
1613 |
+
|
1614 |
+
#: ../src/Gateway/Voucher/VoucherModule.php:231, ../src/Gateway/Voucher/VoucherModule.php:291
|
1615 |
+
msgid "Same as default category"
|
1616 |
+
msgstr ""
|
1617 |
+
|
1618 |
+
#. translators: Placeholder 1: Default order status, placeholder 2: Link to 'Hold Stock' setting
|
1619 |
+
#: ../src/Gateway/Voucher/VoucherModule.php:241
|
1620 |
+
msgid "In order to process it, all products in the order must have a category. To disable the product from voucher selection select \"No category\" option."
|
1621 |
+
msgstr ""
|
1622 |
+
|
1623 |
+
#: ../src/Gateway/Voucher/VoucherModule.php:288
|
1624 |
+
msgid "Mollie Voucher category"
|
1625 |
+
msgstr ""
|
1626 |
+
|
1627 |
+
#: ../src/PaymentMethods/InstructionStrategies/ApplepayInstructionStrategy.php:20
|
1628 |
+
msgid "Payment completed by <strong>%1$s</strong> - %2$s (Apple Pay transaction ID: %3$s)"
|
1629 |
+
msgstr ""
|
1630 |
+
|
1631 |
+
#. translators: Placeholder 1: consumer name, placeholder 2: consumer IBAN, placeholder 3: consumer BIC
|
1632 |
+
#: ../src/PaymentMethods/InstructionStrategies/BanktransferInstructionStrategy.php:26, ../src/PaymentMethods/InstructionStrategies/DirectdebitInstructionStrategy.php:20, ../src/PaymentMethods/InstructionStrategies/IdealInstructionStrategy.php:20, ../src/PaymentMethods/InstructionStrategies/SofortInstructionStrategy.php:20
|
1633 |
+
msgid "Payment completed by <strong>%1$s</strong> (IBAN (last 4 digits): %2$s, BIC: %3$s)"
|
1634 |
+
msgstr ""
|
1635 |
+
|
1636 |
+
#: ../src/PaymentMethods/InstructionStrategies/BanktransferInstructionStrategy.php:35
|
1637 |
+
msgid "Please complete your payment by transferring the total amount to the following bank account:"
|
1638 |
+
msgstr ""
|
1639 |
+
|
1640 |
+
#. translators: Placeholder 1: 'Stichting Mollie Payments'
|
1641 |
+
#: ../src/PaymentMethods/InstructionStrategies/BanktransferInstructionStrategy.php:39
|
1642 |
+
msgid "Beneficiary: %s"
|
1643 |
+
msgstr ""
|
1644 |
+
|
1645 |
+
#. translators: Placeholder 1: Payment details bank account
|
1646 |
+
#: ../src/PaymentMethods/InstructionStrategies/BanktransferInstructionStrategy.php:41
|
1647 |
+
msgid "IBAN: <strong>%s</strong>"
|
1648 |
+
msgstr ""
|
1649 |
+
|
1650 |
+
#. translators: Placeholder 1: Payment details bic
|
1651 |
+
#: ../src/PaymentMethods/InstructionStrategies/BanktransferInstructionStrategy.php:43
|
1652 |
+
msgid "BIC: %s"
|
1653 |
+
msgstr ""
|
1654 |
+
|
1655 |
+
#. translators: Placeholder 1: Payment reference e.g. RF49-0000-4716-6216 (SEPA) or +++513/7587/59959+++ (Belgium)
|
1656 |
+
#: ../src/PaymentMethods/InstructionStrategies/BanktransferInstructionStrategy.php:50
|
1657 |
+
msgid "Please provide the payment reference <strong>%s</strong>"
|
1658 |
+
msgstr ""
|
1659 |
+
|
1660 |
+
#: ../src/PaymentMethods/InstructionStrategies/BanktransferInstructionStrategy.php:47
|
1661 |
+
msgid "Payment reference: %s"
|
1662 |
+
msgstr ""
|
1663 |
+
|
1664 |
+
#. translators: Placeholder 1: Payment expiry date
|
1665 |
+
#: ../src/PaymentMethods/InstructionStrategies/BanktransferInstructionStrategy.php:66
|
1666 |
+
msgid "The payment will expire on <strong>%s</strong>. Please make sure you transfer the total amount before this date."
|
1667 |
+
msgstr ""
|
1668 |
+
|
1669 |
+
#: ../src/PaymentMethods/InstructionStrategies/BanktransferInstructionStrategy.php:60
|
1670 |
+
msgid "The payment will expire on <strong>%s</strong>."
|
1671 |
+
msgstr ""
|
1672 |
+
|
1673 |
+
#. translators: Placeholder 1: card holder
|
1674 |
+
#: ../src/PaymentMethods/InstructionStrategies/CreditcardInstructionStrategy.php:20
|
1675 |
+
msgid "Payment completed by <strong>%s</strong>"
|
1676 |
+
msgstr ""
|
1677 |
+
|
1678 |
+
#. translators: Placeholder 1: payment method
|
1679 |
+
#: ../src/PaymentMethods/InstructionStrategies/DefaultInstructionStrategy.php:34
|
1680 |
+
msgid "Payment completed with <strong>%s</strong>"
|
1681 |
+
msgstr ""
|
1682 |
+
|
1683 |
+
#: ../src/PaymentMethods/InstructionStrategies/DefaultInstructionStrategy.php:26
|
1684 |
+
msgid "We have not received a definite payment status. You will receive an email as soon as we receive a confirmation of the bank/merchant."
|
1685 |
+
msgstr ""
|
1686 |
+
|
1687 |
+
#: ../src/PaymentMethods/InstructionStrategies/DefaultInstructionStrategy.php:20
|
1688 |
+
msgid "We have not received a definite payment status."
|
1689 |
+
msgstr ""
|
1690 |
+
|
1691 |
+
#: ../src/PaymentMethods/InstructionStrategies/MybankInstructionStrategy.php:19
|
1692 |
+
msgid "Payment completed by <strong>%1$s</strong> - %2$s"
|
1693 |
+
msgstr ""
|
1694 |
+
|
1695 |
+
#. translators: Placeholder 1: customer billing email
|
1696 |
+
#: ../src/PaymentMethods/InstructionStrategies/Przelewy24InstructionStrategy.php:20
|
1697 |
+
msgid "Payment completed by <strong>%s</strong>."
|
1698 |
+
msgstr ""
|
1699 |
+
|
1700 |
+
#. translators: Placeholder 1: Lock icon. Placeholder 2: Mollie logo.
|
1701 |
+
#: ../src/PaymentMethods/PaymentFieldsStrategies/CreditcardFieldsStrategy.php:25
|
1702 |
+
msgid "%1$s Secure payments provided by %2$s"
|
1703 |
+
msgstr ""
|
1704 |
+
|
1705 |
+
#: ../src/PaymentMethods/PaymentFieldsStrategies/CreditcardFieldsStrategy.php:41
|
1706 |
+
msgid "Secure payments provided by"
|
1707 |
+
msgstr ""
|
1708 |
+
|
1709 |
+
#. translators: Placeholder 1: Gateway title
|
1710 |
+
#: ../src/Settings/General/MollieGeneralSettings.php:34
|
1711 |
+
msgid "%s display settings"
|
1712 |
+
msgstr ""
|
1713 |
+
|
1714 |
+
#: ../src/Settings/General/MollieGeneralSettings.php:71
|
1715 |
+
msgid "Display logo on checkout page. Default <code>enabled</code>"
|
1716 |
+
msgstr ""
|
1717 |
+
|
1718 |
+
#: ../src/Settings/General/MollieGeneralSettings.php:79
|
1719 |
+
msgid "Sales countries"
|
1720 |
+
msgstr ""
|
1721 |
+
|
1722 |
+
#. translators: Placeholder 1: Gateway title
|
1723 |
+
#: ../src/Settings/General/MollieGeneralSettings.php:99
|
1724 |
+
msgid "%s custom logo"
|
1725 |
+
msgstr ""
|
1726 |
+
|
1727 |
+
#: ../src/Settings/General/MollieGeneralSettings.php:103
|
1728 |
+
msgid "Enable custom logo"
|
1729 |
+
msgstr ""
|
1730 |
+
|
1731 |
+
#: ../src/Settings/General/MollieGeneralSettings.php:109
|
1732 |
+
msgid "Enable the feature to add a custom logo for this gateway. This feature will have precedence over other logo options."
|
1733 |
+
msgstr ""
|
1734 |
+
|
1735 |
+
#: ../src/Settings/General/MollieGeneralSettings.php:115
|
1736 |
+
msgid "Upload custom logo"
|
1737 |
+
msgstr ""
|
1738 |
+
|
1739 |
+
#: ../src/Settings/General/MollieGeneralSettings.php:123
|
1740 |
+
msgid "Upload a custom icon for this gateway. The feature must be enabled."
|
1741 |
+
msgstr ""
|
1742 |
+
|
1743 |
+
#. translators: Placeholder 1: Gateway title
|
1744 |
+
#: ../src/Settings/General/MollieGeneralSettings.php:134
|
1745 |
+
msgid "%s surcharge"
|
1746 |
+
msgstr ""
|
1747 |
+
|
1748 |
+
#: ../src/Settings/General/MollieGeneralSettings.php:139
|
1749 |
+
msgid "Payment Surcharge"
|
1750 |
+
msgstr ""
|
1751 |
+
|
1752 |
+
#: ../src/Settings/General/MollieGeneralSettings.php:145
|
1753 |
+
msgid "No fee"
|
1754 |
+
msgstr ""
|
1755 |
+
|
1756 |
+
#: ../src/Settings/General/MollieGeneralSettings.php:149
|
1757 |
+
msgid "Fixed fee"
|
1758 |
+
msgstr ""
|
1759 |
+
|
1760 |
+
#: ../src/Settings/General/MollieGeneralSettings.php:153
|
1761 |
+
msgid "Percentage"
|
1762 |
+
msgstr ""
|
1763 |
+
|
1764 |
+
#: ../src/Settings/General/MollieGeneralSettings.php:157
|
1765 |
+
msgid "Fixed fee and percentage"
|
1766 |
+
msgstr ""
|
1767 |
+
|
1768 |
+
#: ../src/Settings/General/MollieGeneralSettings.php:163
|
1769 |
+
msgid "Choose a payment surcharge for this gateway"
|
1770 |
+
msgstr ""
|
1771 |
+
|
1772 |
+
#. translators: Placeholder 1: currency
|
1773 |
+
#: ../src/Settings/General/MollieGeneralSettings.php:172
|
1774 |
+
msgid "Payment surcharge fixed amount in %s"
|
1775 |
+
msgstr ""
|
1776 |
+
|
1777 |
+
#: ../src/Settings/General/MollieGeneralSettings.php:176
|
1778 |
+
msgid "Control the fee added on checkout. Default 0.00"
|
1779 |
+
msgstr ""
|
1780 |
+
|
1781 |
+
#: ../src/Settings/General/MollieGeneralSettings.php:186
|
1782 |
+
msgid "Payment surcharge percentage amount %"
|
1783 |
+
msgstr ""
|
1784 |
+
|
1785 |
+
#: ../src/Settings/General/MollieGeneralSettings.php:189
|
1786 |
+
msgid "Control the percentage fee added on checkout. Default 0.00"
|
1787 |
+
msgstr ""
|
1788 |
+
|
1789 |
+
#. translators: Placeholder 1: currency
|
1790 |
+
#: ../src/Settings/General/MollieGeneralSettings.php:200
|
1791 |
+
msgid "Payment surcharge limit in %s"
|
1792 |
+
msgstr ""
|
1793 |
+
|
1794 |
+
#: ../src/Settings/General/MollieGeneralSettings.php:203
|
1795 |
+
msgid "Limit the maximum fee added on checkout. Default 0, means no limit"
|
1796 |
+
msgstr ""
|
1797 |
+
|
1798 |
+
#. translators: Placeholder 1: currency
|
1799 |
+
#: ../src/Settings/General/MollieGeneralSettings.php:214
|
1800 |
+
msgid "Surcharge only under this limit, in %s"
|
1801 |
+
msgstr ""
|
1802 |
+
|
1803 |
+
#: ../src/Settings/General/MollieGeneralSettings.php:217
|
1804 |
+
msgid "Maximum order amount to apply surcharge. If the order is above this number the surcharge will not apply. Default 0, means no maximum"
|
1805 |
+
msgstr ""
|
1806 |
+
|
1807 |
+
#. translators: Placeholder 1: gateway title
|
1808 |
+
#: ../src/Settings/General/MollieGeneralSettings.php:230
|
1809 |
+
msgid "%s advanced"
|
1810 |
+
msgstr ""
|
1811 |
+
|
1812 |
+
#: ../src/Settings/General/MollieGeneralSettings.php:237
|
1813 |
+
msgid "Enable this option if you want to be able to set the time after which the order will expire."
|
1814 |
+
msgstr ""
|
1815 |
+
|
1816 |
+
#: ../src/Settings/General/MollieGeneralSettings.php:245
|
1817 |
+
msgid "Number of MINUTES after the order will expire and will be canceled at Mollie and WooCommerce. A value of 0 means no expiry time will be considered."
|
1818 |
+
msgstr ""
|
1819 |
+
|
1820 |
+
#: ../src/Settings/General/MollieGeneralSettings.php:258
|
1821 |
+
msgid "Initial order status"
|
1822 |
+
msgstr ""
|
1823 |
+
|
1824 |
+
#. translators: Placeholder 1: Default order status, placeholder 2: Link to 'Hold Stock' setting
|
1825 |
+
#: ../src/Settings/General/MollieGeneralSettings.php:277
|
1826 |
+
msgid "Some payment methods take longer than a few hours to complete. The initial order state is then set to '%1$s'. This ensures the order is not cancelled when the setting %2$s is used."
|
1827 |
+
msgstr ""
|
1828 |
+
|
1829 |
+
#: ../src/Settings/General/MollieGeneralSettings.php:286
|
1830 |
+
msgid "Hold Stock (minutes)"
|
1831 |
+
msgstr ""
|
1832 |
+
|
1833 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:111
|
1834 |
+
msgid "Quickly integrate all major payment methods in WooCommerce, wherever you need them."
|
1835 |
+
msgstr ""
|
1836 |
+
|
1837 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:115
|
1838 |
+
msgid " Simply drop them ready-made into your WooCommerce webshop with this powerful plugin by Mollie."
|
1839 |
+
msgstr ""
|
1840 |
+
|
1841 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:119
|
1842 |
+
msgid " Mollie is dedicated to making payments better for WooCommerce. "
|
1843 |
+
msgstr ""
|
1844 |
+
|
1845 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:123
|
1846 |
+
msgid "Please go to"
|
1847 |
+
msgstr ""
|
1848 |
+
|
1849 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:126
|
1850 |
+
msgid " the signup page"
|
1851 |
+
msgstr ""
|
1852 |
+
|
1853 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:130
|
1854 |
+
msgid " to create a new Mollie account and start receiving payments in a couple of minutes. "
|
1855 |
+
msgstr ""
|
1856 |
+
|
1857 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:134
|
1858 |
+
msgid "Contact "
|
1859 |
+
msgstr ""
|
1860 |
+
|
1861 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:138
|
1862 |
+
msgid " if you have any questions or comments about this plugin."
|
1863 |
+
msgstr ""
|
1864 |
+
|
1865 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:142
|
1866 |
+
msgid "Our pricing is always per transaction. No startup fees, no monthly fees, and no gateway fees. No hidden fees, period."
|
1867 |
+
msgstr ""
|
1868 |
+
|
1869 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:148
|
1870 |
+
msgid "Plugin Documentation"
|
1871 |
+
msgstr ""
|
1872 |
+
|
1873 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:151
|
1874 |
+
msgid "Contact Support"
|
1875 |
+
msgstr ""
|
1876 |
+
|
1877 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:163
|
1878 |
+
msgid "Log plugin events."
|
1879 |
+
msgstr ""
|
1880 |
+
|
1881 |
+
#. translators: Placeholder 1: Location of the log files
|
1882 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:170
|
1883 |
+
msgid "Log files are saved to <code>%s</code>"
|
1884 |
+
msgstr ""
|
1885 |
+
|
1886 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:192
|
1887 |
+
msgid "Live API key"
|
1888 |
+
msgstr ""
|
1889 |
+
|
1890 |
+
#. translators: Placeholder 1: API key mode (live or test). The surrounding %s's Will be replaced by a link to the Mollie profile
|
1891 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:197, ../src/Settings/Page/MollieSettingsPage.php:230
|
1892 |
+
msgid "The API key is used to connect to Mollie. You can find your <strong>%1$s</strong> API key in your %2$sMollie account%3$s"
|
1893 |
+
msgstr ""
|
1894 |
+
|
1895 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:208
|
1896 |
+
msgid "Live API key should start with live_"
|
1897 |
+
msgstr ""
|
1898 |
+
|
1899 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:215
|
1900 |
+
msgid "Enable test mode"
|
1901 |
+
msgstr ""
|
1902 |
+
|
1903 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:218
|
1904 |
+
msgid "Enable test mode if you want to test the plugin without using real payments."
|
1905 |
+
msgstr ""
|
1906 |
+
|
1907 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:225
|
1908 |
+
msgid "Test API key"
|
1909 |
+
msgstr ""
|
1910 |
+
|
1911 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:241
|
1912 |
+
msgid "Test API key should start with test_"
|
1913 |
+
msgstr ""
|
1914 |
+
|
1915 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:248
|
1916 |
+
msgid "Debug Log"
|
1917 |
+
msgstr ""
|
1918 |
+
|
1919 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:300
|
1920 |
+
msgid "Gateway enabled"
|
1921 |
+
msgstr ""
|
1922 |
+
|
1923 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:304
|
1924 |
+
msgid "Gateway disabled"
|
1925 |
+
msgstr ""
|
1926 |
+
|
1927 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:307
|
1928 |
+
msgid "Disabled"
|
1929 |
+
msgstr ""
|
1930 |
+
|
1931 |
+
#. translators: The surrounding %s's Will be replaced by a link to the Mollie profile
|
1932 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:318
|
1933 |
+
msgid "The following payment methods are activated in your %1$sMollie profile%2$s:"
|
1934 |
+
msgstr ""
|
1935 |
+
|
1936 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:333
|
1937 |
+
msgid "Refresh"
|
1938 |
+
msgstr ""
|
1939 |
+
|
1940 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:342
|
1941 |
+
msgid "No payment methods available"
|
1942 |
+
msgstr ""
|
1943 |
+
|
1944 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:357
|
1945 |
+
msgid "Edit"
|
1946 |
+
msgstr ""
|
1947 |
+
|
1948 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:365
|
1949 |
+
msgid "Activate"
|
1950 |
+
msgstr ""
|
1951 |
+
|
1952 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:411
|
1953 |
+
msgid "You have WooCommerce Subscriptions activated, but not SEPA Direct Debit. Enable SEPA Direct Debit if you want to allow customers to pay subscriptions with iDEAL and/or other \"first\" payment methods."
|
1954 |
+
msgstr ""
|
1955 |
+
|
1956 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:437
|
1957 |
+
msgid "You have the WooCommerce default Direct Bank Transfer (BACS) payment gateway enabled in WooCommerce. Mollie strongly advices only using Bank Transfer via Mollie and disabling the default WooCommerce BACS payment gateway to prevent possible conflicts."
|
1958 |
+
msgstr ""
|
1959 |
+
|
1960 |
+
#. translators: Placeholder 1: Opening link tag. Placeholder 2: Closing link tag. Placeholder 3: Opening link tag. Placeholder 4: Closing link tag.
|
1961 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:461
|
1962 |
+
msgid "You have activated Klarna. To accept payments, please make sure all default WooCommerce checkout fields are enabled and required. For more information, go to %1$sKlarna Pay Later documentation%2$s or %3$sKlarna Slice it documentation%4$s"
|
1963 |
+
msgstr ""
|
1964 |
+
|
1965 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:702
|
1966 |
+
msgid "General"
|
1967 |
+
msgstr ""
|
1968 |
+
|
1969 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:707
|
1970 |
+
msgid "Advanced"
|
1971 |
+
msgstr ""
|
1972 |
+
|
1973 |
+
#: ../src/Settings/Page/MollieSettingsPage.php:710
|
1974 |
+
msgid "Apple Pay Button"
|
1975 |
+
msgstr ""
|
languages/mollie-payments-for-woocommerce-de_DE.mo
CHANGED
Binary file
|
languages/mollie-payments-for-woocommerce-de_DE_formal.mo
CHANGED
Binary file
|
languages/mollie-payments-for-woocommerce-en_GB.mo
CHANGED
Binary file
|
languages/mollie-payments-for-woocommerce-es_ES.mo
CHANGED
Binary file
|
languages/mollie-payments-for-woocommerce-fr_FR.mo
CHANGED
Binary file
|
languages/mollie-payments-for-woocommerce-it_IT.mo
CHANGED
Binary file
|
languages/mollie-payments-for-woocommerce-nl_BE.mo
CHANGED
Binary file
|
languages/mollie-payments-for-woocommerce-nl_BE_formal.mo
CHANGED
Binary file
|
languages/mollie-payments-for-woocommerce-nl_NL.mo
CHANGED
Binary file
|
languages/mollie-payments-for-woocommerce-nl_NL_formal.mo
CHANGED
Binary file
|
languages/mollie-payments-for-woocommerce.pot
DELETED
@@ -1,2417 +0,0 @@
|
|
1 |
-
# Copyright (C) 2021 Mollie
|
2 |
-
# This file is distributed under the same license as the Mollie Payments for WooCommerce plugin.
|
3 |
-
msgid ""
|
4 |
-
msgstr ""
|
5 |
-
"Project-Id-Version: Mollie Payments for WooCommerce 6.7.0\n"
|
6 |
-
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mollie-payments-for-woocommerce\n"
|
7 |
-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
-
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"POT-Creation-Date: 2021-11-12T07:59:02+00:00\n"
|
13 |
-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
-
"X-Generator: WP-CLI 2.4.0\n"
|
15 |
-
"X-Domain: mollie-payments-for-woocommerce\n"
|
16 |
-
|
17 |
-
#. Plugin Name of the plugin
|
18 |
-
msgid "Mollie Payments for WooCommerce"
|
19 |
-
msgstr ""
|
20 |
-
|
21 |
-
#. Plugin URI of the plugin
|
22 |
-
#. Author URI of the plugin
|
23 |
-
msgid "https://www.mollie.com"
|
24 |
-
msgstr ""
|
25 |
-
|
26 |
-
#. Description of the plugin
|
27 |
-
msgid "Accept payments in WooCommerce with the official Mollie plugin"
|
28 |
-
msgstr ""
|
29 |
-
|
30 |
-
#. Author of the plugin
|
31 |
-
msgid "Mollie"
|
32 |
-
msgstr ""
|
33 |
-
|
34 |
-
#: build/inc/settings/mollie_advanced_settings.php:6
|
35 |
-
#: inc/settings/mollie_advanced_settings.php:6
|
36 |
-
msgid "Mollie advanced settings"
|
37 |
-
msgstr ""
|
38 |
-
|
39 |
-
#: build/inc/settings/mollie_advanced_settings.php:8
|
40 |
-
#: inc/settings/mollie_advanced_settings.php:8
|
41 |
-
msgctxt "Label {orderNumber} description for payment description options"
|
42 |
-
msgid "Order number"
|
43 |
-
msgstr ""
|
44 |
-
|
45 |
-
#: build/inc/settings/mollie_advanced_settings.php:9
|
46 |
-
#: inc/settings/mollie_advanced_settings.php:9
|
47 |
-
msgctxt "Label {storeName} description for payment description options"
|
48 |
-
msgid "Site Title"
|
49 |
-
msgstr ""
|
50 |
-
|
51 |
-
#: build/inc/settings/mollie_advanced_settings.php:10
|
52 |
-
#: inc/settings/mollie_advanced_settings.php:10
|
53 |
-
msgctxt "Label {customer.firstname} description for payment description options"
|
54 |
-
msgid "Customer's first name"
|
55 |
-
msgstr ""
|
56 |
-
|
57 |
-
#: build/inc/settings/mollie_advanced_settings.php:11
|
58 |
-
#: inc/settings/mollie_advanced_settings.php:11
|
59 |
-
msgctxt "Label {customer.lastname} description for payment description options"
|
60 |
-
msgid "Customer's last name"
|
61 |
-
msgstr ""
|
62 |
-
|
63 |
-
#: build/inc/settings/mollie_advanced_settings.php:12
|
64 |
-
#: inc/settings/mollie_advanced_settings.php:12
|
65 |
-
msgctxt "Label {customer.company} description for payment description options"
|
66 |
-
msgid "Customer's company name"
|
67 |
-
msgstr ""
|
68 |
-
|
69 |
-
#: build/inc/settings/mollie_advanced_settings.php:8
|
70 |
-
#: build/src/Mollie/WC/Helper/Settings.php:666
|
71 |
-
#: inc/settings/mollie_advanced_settings.php:8
|
72 |
-
#: src/Mollie/WC/Helper/Settings.php:666
|
73 |
-
msgid "The following options are required to use the plugin and are used by all Mollie payment methods"
|
74 |
-
msgstr ""
|
75 |
-
|
76 |
-
#: build/inc/settings/mollie_advanced_settings.php:12
|
77 |
-
#: inc/settings/mollie_advanced_settings.php:12
|
78 |
-
msgid "Order status after cancelled payment"
|
79 |
-
msgstr ""
|
80 |
-
|
81 |
-
#: build/inc/settings/mollie_advanced_settings.php:18
|
82 |
-
#: inc/settings/mollie_advanced_settings.php:18
|
83 |
-
msgid "Status for orders when a payment (not a Mollie order via the Orders API) is cancelled. Default: pending. Orders with status Pending can be paid with another payment method, customers can try again. Cancelled orders are final. Set this to Cancelled if you only have one payment method or don't want customers to re-try paying with a different payment method. This doesn't apply to payments for orders via the new Orders API and Klarna payments."
|
84 |
-
msgstr ""
|
85 |
-
|
86 |
-
#: build/inc/settings/mollie_advanced_settings.php:23
|
87 |
-
#: inc/settings/mollie_advanced_settings.php:23
|
88 |
-
msgid "Payment screen language"
|
89 |
-
msgstr ""
|
90 |
-
|
91 |
-
#: build/inc/settings/mollie_advanced_settings.php:26
|
92 |
-
#: inc/settings/mollie_advanced_settings.php:26
|
93 |
-
msgid "Automatically send WordPress language"
|
94 |
-
msgstr ""
|
95 |
-
|
96 |
-
#: build/inc/settings/mollie_advanced_settings.php:29
|
97 |
-
#: build/inc/settings/mollie_advanced_settings.php:90
|
98 |
-
#: build/src/Mollie/WC/Helper/Settings.php:288
|
99 |
-
#: inc/settings/mollie_advanced_settings.php:29
|
100 |
-
#: inc/settings/mollie_advanced_settings.php:90
|
101 |
-
#: src/Mollie/WC/Helper/Settings.php:288
|
102 |
-
msgid "default"
|
103 |
-
msgstr ""
|
104 |
-
|
105 |
-
#: build/inc/settings/mollie_advanced_settings.php:30
|
106 |
-
#: inc/settings/mollie_advanced_settings.php:30
|
107 |
-
msgid "Detect using browser language"
|
108 |
-
msgstr ""
|
109 |
-
|
110 |
-
#: build/inc/settings/mollie_advanced_settings.php:34
|
111 |
-
#: inc/settings/mollie_advanced_settings.php:34
|
112 |
-
msgid "English"
|
113 |
-
msgstr ""
|
114 |
-
|
115 |
-
#: build/inc/settings/mollie_advanced_settings.php:35
|
116 |
-
#: inc/settings/mollie_advanced_settings.php:35
|
117 |
-
msgid "Dutch"
|
118 |
-
msgstr ""
|
119 |
-
|
120 |
-
#: build/inc/settings/mollie_advanced_settings.php:36
|
121 |
-
#: inc/settings/mollie_advanced_settings.php:36
|
122 |
-
msgid "Flemish (Belgium)"
|
123 |
-
msgstr ""
|
124 |
-
|
125 |
-
#: build/inc/settings/mollie_advanced_settings.php:37
|
126 |
-
#: inc/settings/mollie_advanced_settings.php:37
|
127 |
-
msgid "French"
|
128 |
-
msgstr ""
|
129 |
-
|
130 |
-
#: build/inc/settings/mollie_advanced_settings.php:38
|
131 |
-
#: inc/settings/mollie_advanced_settings.php:38
|
132 |
-
msgid "French (Belgium)"
|
133 |
-
msgstr ""
|
134 |
-
|
135 |
-
#: build/inc/settings/mollie_advanced_settings.php:39
|
136 |
-
#: inc/settings/mollie_advanced_settings.php:39
|
137 |
-
msgid "German"
|
138 |
-
msgstr ""
|
139 |
-
|
140 |
-
#: build/inc/settings/mollie_advanced_settings.php:40
|
141 |
-
#: inc/settings/mollie_advanced_settings.php:40
|
142 |
-
msgid "Austrian German"
|
143 |
-
msgstr ""
|
144 |
-
|
145 |
-
#: build/inc/settings/mollie_advanced_settings.php:41
|
146 |
-
#: inc/settings/mollie_advanced_settings.php:41
|
147 |
-
msgid "Swiss German"
|
148 |
-
msgstr ""
|
149 |
-
|
150 |
-
#: build/inc/settings/mollie_advanced_settings.php:42
|
151 |
-
#: inc/settings/mollie_advanced_settings.php:42
|
152 |
-
msgid "Spanish"
|
153 |
-
msgstr ""
|
154 |
-
|
155 |
-
#: build/inc/settings/mollie_advanced_settings.php:43
|
156 |
-
#: inc/settings/mollie_advanced_settings.php:43
|
157 |
-
msgid "Catalan"
|
158 |
-
msgstr ""
|
159 |
-
|
160 |
-
#: build/inc/settings/mollie_advanced_settings.php:44
|
161 |
-
#: inc/settings/mollie_advanced_settings.php:44
|
162 |
-
msgid "Portuguese"
|
163 |
-
msgstr ""
|
164 |
-
|
165 |
-
#: build/inc/settings/mollie_advanced_settings.php:45
|
166 |
-
#: inc/settings/mollie_advanced_settings.php:45
|
167 |
-
msgid "Italian"
|
168 |
-
msgstr ""
|
169 |
-
|
170 |
-
#: build/inc/settings/mollie_advanced_settings.php:46
|
171 |
-
#: inc/settings/mollie_advanced_settings.php:46
|
172 |
-
msgid "Norwegian"
|
173 |
-
msgstr ""
|
174 |
-
|
175 |
-
#: build/inc/settings/mollie_advanced_settings.php:47
|
176 |
-
#: inc/settings/mollie_advanced_settings.php:47
|
177 |
-
msgid "Swedish"
|
178 |
-
msgstr ""
|
179 |
-
|
180 |
-
#: build/inc/settings/mollie_advanced_settings.php:48
|
181 |
-
#: inc/settings/mollie_advanced_settings.php:48
|
182 |
-
msgid "Finnish"
|
183 |
-
msgstr ""
|
184 |
-
|
185 |
-
#: build/inc/settings/mollie_advanced_settings.php:49
|
186 |
-
#: inc/settings/mollie_advanced_settings.php:49
|
187 |
-
msgid "Danish"
|
188 |
-
msgstr ""
|
189 |
-
|
190 |
-
#: build/inc/settings/mollie_advanced_settings.php:50
|
191 |
-
#: inc/settings/mollie_advanced_settings.php:50
|
192 |
-
msgid "Icelandic"
|
193 |
-
msgstr ""
|
194 |
-
|
195 |
-
#: build/inc/settings/mollie_advanced_settings.php:51
|
196 |
-
#: inc/settings/mollie_advanced_settings.php:51
|
197 |
-
msgid "Hungarian"
|
198 |
-
msgstr ""
|
199 |
-
|
200 |
-
#: build/inc/settings/mollie_advanced_settings.php:52
|
201 |
-
#: inc/settings/mollie_advanced_settings.php:52
|
202 |
-
msgid "Polish"
|
203 |
-
msgstr ""
|
204 |
-
|
205 |
-
#: build/inc/settings/mollie_advanced_settings.php:53
|
206 |
-
#: inc/settings/mollie_advanced_settings.php:53
|
207 |
-
msgid "Latvian"
|
208 |
-
msgstr ""
|
209 |
-
|
210 |
-
#: build/inc/settings/mollie_advanced_settings.php:54
|
211 |
-
#: inc/settings/mollie_advanced_settings.php:54
|
212 |
-
msgid "Lithuanian"
|
213 |
-
msgstr ""
|
214 |
-
|
215 |
-
#: build/inc/settings/mollie_advanced_settings.php:57
|
216 |
-
#: inc/settings/mollie_advanced_settings.php:57
|
217 |
-
msgid "Sending a language (or locale) is required. The option 'Automatically send WordPress language' will try to get the customer's language in WordPress (and respects multilanguage plugins) and convert it to a format Mollie understands. If this fails, or if the language is not supported, it will fall back to American English. You can also select one of the locales currently supported by Mollie, that will then be used for all customers."
|
218 |
-
msgstr ""
|
219 |
-
|
220 |
-
#: build/inc/settings/mollie_advanced_settings.php:65
|
221 |
-
#: inc/settings/mollie_advanced_settings.php:65
|
222 |
-
msgid "Store customer details at Mollie"
|
223 |
-
msgstr ""
|
224 |
-
|
225 |
-
#: build/inc/settings/mollie_advanced_settings.php:68
|
226 |
-
#: inc/settings/mollie_advanced_settings.php:68
|
227 |
-
msgid "Should Mollie store customers name and email address for Single Click Payments? Default <code>%1$s</code>. Required if WooCommerce Subscriptions is being used! Read more about <a href=\"https://help.mollie.com/hc/en-us/articles/115000671249-What-are-single-click-payments-and-how-does-it-work-\">%2$s</a> and how it improves your conversion."
|
228 |
-
msgstr ""
|
229 |
-
|
230 |
-
#: build/inc/settings/mollie_advanced_settings.php:72
|
231 |
-
#: build/src/Mollie/WC/Helper/Settings.php:551
|
232 |
-
#: inc/settings/mollie_advanced_settings.php:72
|
233 |
-
#: src/Mollie/WC/Helper/Settings.php:551
|
234 |
-
msgid "Enabled"
|
235 |
-
msgstr ""
|
236 |
-
|
237 |
-
#: build/inc/settings/mollie_advanced_settings.php:73
|
238 |
-
#: inc/settings/mollie_advanced_settings.php:73
|
239 |
-
msgid "Single Click Payments"
|
240 |
-
msgstr ""
|
241 |
-
|
242 |
-
#: build/inc/settings/mollie_advanced_settings.php:82
|
243 |
-
#: inc/settings/mollie_advanced_settings.php:82
|
244 |
-
msgid "Select API Method"
|
245 |
-
msgstr ""
|
246 |
-
|
247 |
-
#: build/inc/settings/mollie_advanced_settings.php:99
|
248 |
-
#: inc/settings/mollie_advanced_settings.php:99
|
249 |
-
msgid "Click %shere%s to read more about the differences between the Payments and Orders API"
|
250 |
-
msgstr ""
|
251 |
-
|
252 |
-
#: build/inc/settings/mollie_advanced_settings.php:109
|
253 |
-
#: inc/settings/mollie_advanced_settings.php:109
|
254 |
-
msgid "API Payment Description"
|
255 |
-
msgstr ""
|
256 |
-
|
257 |
-
#: build/inc/settings/mollie_advanced_settings.php:137
|
258 |
-
#: inc/settings/mollie_advanced_settings.php:137
|
259 |
-
msgctxt "Payment description options"
|
260 |
-
msgid "Available variables"
|
261 |
-
msgstr ""
|
262 |
-
|
263 |
-
#: build/inc/settings/mollie_advanced_settings.php:160
|
264 |
-
#: inc/settings/mollie_advanced_settings.php:160
|
265 |
-
msgid "Select among the available variables the description to be used for this transaction.%s(Note: this only works when the method is set to Payments API)%s"
|
266 |
-
msgstr ""
|
267 |
-
|
268 |
-
#: build/inc/settings/mollie_advanced_settings.php:134
|
269 |
-
#: inc/settings/mollie_advanced_settings.php:134
|
270 |
-
msgid "Surcharge gateway fee label"
|
271 |
-
msgstr ""
|
272 |
-
|
273 |
-
#: build/inc/settings/mollie_advanced_settings.php:140
|
274 |
-
#: inc/settings/mollie_advanced_settings.php:140
|
275 |
-
msgid "Gateway Fee"
|
276 |
-
msgstr ""
|
277 |
-
|
278 |
-
#: build/inc/settings/mollie_advanced_settings.php:142
|
279 |
-
#: inc/settings/mollie_advanced_settings.php:142
|
280 |
-
msgid "This is the label will appear in frontend when the surcharge applies"
|
281 |
-
msgstr ""
|
282 |
-
|
283 |
-
#: build/inc/settings/mollie_applepay_settings.php:14
|
284 |
-
#: inc/settings/mollie_applepay_settings.php:14
|
285 |
-
msgid "The following options are required to use the Apple Pay gateway"
|
286 |
-
msgstr ""
|
287 |
-
|
288 |
-
#: build/inc/settings/mollie_applepay_settings.php:19
|
289 |
-
#: build/src/Mollie/WC/Helper/Settings.php:48
|
290 |
-
#: inc/settings/mollie_applepay_settings.php:19
|
291 |
-
#: src/Mollie/WC/Helper/Settings.php:48
|
292 |
-
msgid "Enable/Disable"
|
293 |
-
msgstr ""
|
294 |
-
|
295 |
-
#. translators: Placeholder 1: enabled or disabled
|
296 |
-
#: build/inc/settings/mollie_applepay_settings.php:21
|
297 |
-
#: build/src/Mollie/WC/Helper/Settings.php:54
|
298 |
-
#: inc/settings/mollie_applepay_settings.php:21
|
299 |
-
#: src/Mollie/WC/Helper/Settings.php:54
|
300 |
-
msgid "Enable %s"
|
301 |
-
msgstr ""
|
302 |
-
|
303 |
-
#: build/inc/settings/mollie_applepay_settings.php:29
|
304 |
-
#: build/src/Mollie/WC/Helper/Settings.php:68
|
305 |
-
#: inc/settings/mollie_applepay_settings.php:29
|
306 |
-
#: src/Mollie/WC/Helper/Settings.php:68
|
307 |
-
msgid "Title"
|
308 |
-
msgstr ""
|
309 |
-
|
310 |
-
#: build/inc/settings/mollie_applepay_settings.php:32
|
311 |
-
#: build/src/Mollie/WC/Helper/Settings.php:71
|
312 |
-
#: inc/settings/mollie_applepay_settings.php:32
|
313 |
-
#: src/Mollie/WC/Helper/Settings.php:71
|
314 |
-
msgid "This controls the title which the user sees during checkout. Default <code>%s</code>"
|
315 |
-
msgstr ""
|
316 |
-
|
317 |
-
#: build/inc/settings/mollie_applepay_settings.php:45
|
318 |
-
#: build/inc/settings/mollie_applepay_settings.php:48
|
319 |
-
#: build/src/Mollie/WC/Helper/Settings.php:94
|
320 |
-
#: inc/settings/mollie_applepay_settings.php:45
|
321 |
-
#: inc/settings/mollie_applepay_settings.php:48
|
322 |
-
#: src/Mollie/WC/Helper/Settings.php:94
|
323 |
-
msgid "Display logo"
|
324 |
-
msgstr ""
|
325 |
-
|
326 |
-
#: build/inc/settings/mollie_applepay_settings.php:60
|
327 |
-
#: build/src/Mollie/WC/Helper/Settings.php:81
|
328 |
-
#: inc/settings/mollie_applepay_settings.php:60
|
329 |
-
#: src/Mollie/WC/Helper/Settings.php:81
|
330 |
-
msgid "Description"
|
331 |
-
msgstr ""
|
332 |
-
|
333 |
-
#: build/inc/settings/mollie_applepay_settings.php:63
|
334 |
-
#: build/src/Mollie/WC/Helper/Settings.php:84
|
335 |
-
#: inc/settings/mollie_applepay_settings.php:63
|
336 |
-
#: src/Mollie/WC/Helper/Settings.php:84
|
337 |
-
msgid "Payment method description that the customer will see on your checkout. Default <code>%s</code>"
|
338 |
-
msgstr ""
|
339 |
-
|
340 |
-
#: build/inc/settings/mollie_applepay_settings.php:79
|
341 |
-
#: build/inc/settings/mollie_apple_pay_button_enabler.php:6
|
342 |
-
#: inc/settings/mollie_applepay_settings.php:79
|
343 |
-
#: inc/settings/mollie_apple_pay_button_enabler.php:6
|
344 |
-
msgid "Apple Pay button settings"
|
345 |
-
msgstr ""
|
346 |
-
|
347 |
-
#: build/inc/settings/mollie_applepay_settings.php:84
|
348 |
-
#: inc/settings/mollie_applepay_settings.php:84
|
349 |
-
msgid "The following options are required to use the Apple Pay Direct Button"
|
350 |
-
msgstr ""
|
351 |
-
|
352 |
-
#: build/inc/settings/mollie_applepay_settings.php:88
|
353 |
-
#: build/inc/settings/mollie_apple_pay_button_enabler.php:18
|
354 |
-
#: inc/settings/mollie_applepay_settings.php:88
|
355 |
-
#: inc/settings/mollie_apple_pay_button_enabler.php:18
|
356 |
-
msgid "Enable Apple Pay Button on Cart page"
|
357 |
-
msgstr ""
|
358 |
-
|
359 |
-
#: build/inc/settings/mollie_applepay_settings.php:91
|
360 |
-
#: build/inc/settings/mollie_apple_pay_button_enabler.php:21
|
361 |
-
#: inc/settings/mollie_applepay_settings.php:91
|
362 |
-
#: inc/settings/mollie_apple_pay_button_enabler.php:21
|
363 |
-
msgid "Enable the Apple Pay direct buy button on the Cart page"
|
364 |
-
msgstr ""
|
365 |
-
|
366 |
-
#: build/inc/settings/mollie_applepay_settings.php:103
|
367 |
-
#: build/inc/settings/mollie_apple_pay_button_enabler.php:29
|
368 |
-
#: inc/settings/mollie_applepay_settings.php:103
|
369 |
-
#: inc/settings/mollie_apple_pay_button_enabler.php:29
|
370 |
-
msgid "Enable Apple Pay Button on Product page"
|
371 |
-
msgstr ""
|
372 |
-
|
373 |
-
#: build/inc/settings/mollie_applepay_settings.php:106
|
374 |
-
#: build/inc/settings/mollie_apple_pay_button_enabler.php:32
|
375 |
-
#: inc/settings/mollie_applepay_settings.php:106
|
376 |
-
#: inc/settings/mollie_apple_pay_button_enabler.php:32
|
377 |
-
msgid "Enable the Apple Pay direct buy button on the Product page"
|
378 |
-
msgstr ""
|
379 |
-
|
380 |
-
#: build/inc/settings/mollie_apple_pay_button_enabler.php:11
|
381 |
-
#: inc/settings/mollie_apple_pay_button_enabler.php:11
|
382 |
-
msgid "The following options are required to use the Apple Pay button"
|
383 |
-
msgstr ""
|
384 |
-
|
385 |
-
#: build/inc/settings/mollie_components.php:7
|
386 |
-
#: inc/settings/mollie_components.php:7
|
387 |
-
msgctxt "Mollie Components Settings"
|
388 |
-
msgid "Base Styles"
|
389 |
-
msgstr ""
|
390 |
-
|
391 |
-
#: build/inc/settings/mollie_components.php:16
|
392 |
-
#: build/inc/settings/mollie_components.php:156
|
393 |
-
#: inc/settings/mollie_components.php:16
|
394 |
-
#: inc/settings/mollie_components.php:156
|
395 |
-
msgctxt "Mollie Components Settings"
|
396 |
-
msgid "Background Color"
|
397 |
-
msgstr ""
|
398 |
-
|
399 |
-
#: build/inc/settings/mollie_components.php:22
|
400 |
-
#: build/inc/settings/mollie_components.php:145
|
401 |
-
#: inc/settings/mollie_components.php:22
|
402 |
-
#: inc/settings/mollie_components.php:145
|
403 |
-
msgctxt "Mollie Components Settings"
|
404 |
-
msgid "Text Color"
|
405 |
-
msgstr ""
|
406 |
-
|
407 |
-
#: build/inc/settings/mollie_components.php:28
|
408 |
-
#: inc/settings/mollie_components.php:28
|
409 |
-
msgctxt "Mollie Components Settings"
|
410 |
-
msgid "Placeholder Color"
|
411 |
-
msgstr ""
|
412 |
-
|
413 |
-
#: build/inc/settings/mollie_components.php:34
|
414 |
-
#: inc/settings/mollie_components.php:34
|
415 |
-
msgctxt "Mollie Components Settings"
|
416 |
-
msgid "Font Size"
|
417 |
-
msgstr ""
|
418 |
-
|
419 |
-
#: build/inc/settings/mollie_components.php:35
|
420 |
-
#: inc/settings/mollie_components.php:35
|
421 |
-
msgctxt "Mollie Components Settings"
|
422 |
-
msgid "Defines the component font size. Allowed units: 'em', 'px', 'rem'."
|
423 |
-
msgstr ""
|
424 |
-
|
425 |
-
#: build/inc/settings/mollie_components.php:45
|
426 |
-
#: inc/settings/mollie_components.php:45
|
427 |
-
msgctxt "Mollie Components Settings"
|
428 |
-
msgid "Font Weight"
|
429 |
-
msgstr ""
|
430 |
-
|
431 |
-
#: build/inc/settings/mollie_components.php:48
|
432 |
-
#: inc/settings/mollie_components.php:48
|
433 |
-
msgctxt "Mollie Components Settings"
|
434 |
-
msgid "Lighter"
|
435 |
-
msgstr ""
|
436 |
-
|
437 |
-
#: build/inc/settings/mollie_components.php:49
|
438 |
-
#: inc/settings/mollie_components.php:49
|
439 |
-
msgctxt "Mollie Components Settings"
|
440 |
-
msgid "Regular"
|
441 |
-
msgstr ""
|
442 |
-
|
443 |
-
#: build/inc/settings/mollie_components.php:50
|
444 |
-
#: inc/settings/mollie_components.php:50
|
445 |
-
msgctxt "Mollie Components Settings"
|
446 |
-
msgid "Bold"
|
447 |
-
msgstr ""
|
448 |
-
|
449 |
-
#: build/inc/settings/mollie_components.php:56
|
450 |
-
#: inc/settings/mollie_components.php:56
|
451 |
-
msgctxt "Mollie Components Settings"
|
452 |
-
msgid "Letter Spacing"
|
453 |
-
msgstr ""
|
454 |
-
|
455 |
-
#: build/inc/settings/mollie_components.php:62
|
456 |
-
#: inc/settings/mollie_components.php:62
|
457 |
-
msgctxt "Mollie Components Settings"
|
458 |
-
msgid "Line Height"
|
459 |
-
msgstr ""
|
460 |
-
|
461 |
-
#: build/inc/settings/mollie_components.php:71
|
462 |
-
#: inc/settings/mollie_components.php:71
|
463 |
-
msgctxt "Mollie Components Settings"
|
464 |
-
msgid "Padding"
|
465 |
-
msgstr ""
|
466 |
-
|
467 |
-
#: build/inc/settings/mollie_components.php:72
|
468 |
-
#: inc/settings/mollie_components.php:72
|
469 |
-
msgctxt "Mollie Components Settings"
|
470 |
-
msgid "Add padding to the components. Allowed units include `16px 16px 16px 16px` and `em`, `px`, `rem`."
|
471 |
-
msgstr ""
|
472 |
-
|
473 |
-
#: build/inc/settings/mollie_components.php:82
|
474 |
-
#: inc/settings/mollie_components.php:82
|
475 |
-
msgctxt "Mollie Components Settings"
|
476 |
-
msgid "Align Text"
|
477 |
-
msgstr ""
|
478 |
-
|
479 |
-
#: build/inc/settings/mollie_components.php:85
|
480 |
-
#: inc/settings/mollie_components.php:85
|
481 |
-
msgctxt "Mollie Components Settings"
|
482 |
-
msgid "Left"
|
483 |
-
msgstr ""
|
484 |
-
|
485 |
-
#: build/inc/settings/mollie_components.php:86
|
486 |
-
#: inc/settings/mollie_components.php:86
|
487 |
-
msgctxt "Mollie Components Settings"
|
488 |
-
msgid "Right"
|
489 |
-
msgstr ""
|
490 |
-
|
491 |
-
#: build/inc/settings/mollie_components.php:87
|
492 |
-
#: inc/settings/mollie_components.php:87
|
493 |
-
msgctxt "Mollie Components Settings"
|
494 |
-
msgid "Center"
|
495 |
-
msgstr ""
|
496 |
-
|
497 |
-
#: build/inc/settings/mollie_components.php:88
|
498 |
-
#: inc/settings/mollie_components.php:88
|
499 |
-
msgctxt "Mollie Components Settings"
|
500 |
-
msgid "Justify"
|
501 |
-
msgstr ""
|
502 |
-
|
503 |
-
#: build/inc/settings/mollie_components.php:94
|
504 |
-
#: inc/settings/mollie_components.php:94
|
505 |
-
msgctxt "Mollie Components Settings"
|
506 |
-
msgid "Transform Text "
|
507 |
-
msgstr ""
|
508 |
-
|
509 |
-
#: build/inc/settings/mollie_components.php:97
|
510 |
-
#: inc/settings/mollie_components.php:97
|
511 |
-
msgctxt "Mollie Components Settings"
|
512 |
-
msgid "None"
|
513 |
-
msgstr ""
|
514 |
-
|
515 |
-
#: build/inc/settings/mollie_components.php:102
|
516 |
-
#: inc/settings/mollie_components.php:102
|
517 |
-
msgctxt "Mollie Components Settings"
|
518 |
-
msgid "Capitalize"
|
519 |
-
msgstr ""
|
520 |
-
|
521 |
-
#: build/inc/settings/mollie_components.php:107
|
522 |
-
#: inc/settings/mollie_components.php:107
|
523 |
-
msgctxt "Mollie Components Settings"
|
524 |
-
msgid "Uppercase"
|
525 |
-
msgstr ""
|
526 |
-
|
527 |
-
#: build/inc/settings/mollie_components.php:112
|
528 |
-
#: inc/settings/mollie_components.php:112
|
529 |
-
msgctxt "Mollie Components Settings"
|
530 |
-
msgid "Lowercase"
|
531 |
-
msgstr ""
|
532 |
-
|
533 |
-
#: build/inc/settings/mollie_components.php:117
|
534 |
-
#: inc/settings/mollie_components.php:117
|
535 |
-
msgctxt "Mollie Components Settings"
|
536 |
-
msgid "Full Width"
|
537 |
-
msgstr ""
|
538 |
-
|
539 |
-
#: build/inc/settings/mollie_components.php:122
|
540 |
-
#: inc/settings/mollie_components.php:122
|
541 |
-
msgctxt "Mollie Components Settings"
|
542 |
-
msgid "Full Size Kana"
|
543 |
-
msgstr ""
|
544 |
-
|
545 |
-
#: build/inc/settings/mollie_components.php:136
|
546 |
-
#: inc/settings/mollie_components.php:136
|
547 |
-
msgctxt "Mollie Components Settings"
|
548 |
-
msgid "Invalid Status Styles"
|
549 |
-
msgstr ""
|
550 |
-
|
551 |
-
#: build/inc/settings/mollie_components.php:146
|
552 |
-
#: inc/settings/mollie_components.php:146
|
553 |
-
msgctxt "Mollie Components Settings"
|
554 |
-
msgid "Text Color for invalid input."
|
555 |
-
msgstr ""
|
556 |
-
|
557 |
-
#: build/inc/settings/mollie_components.php:157
|
558 |
-
#: inc/settings/mollie_components.php:157
|
559 |
-
msgctxt "Mollie Components Settings"
|
560 |
-
msgid "Background Color for invalid input."
|
561 |
-
msgstr ""
|
562 |
-
|
563 |
-
#: build/inc/settings/mollie_components_enabler.php:6
|
564 |
-
#: inc/settings/mollie_components_enabler.php:6
|
565 |
-
msgid "Enable Mollie Components"
|
566 |
-
msgstr ""
|
567 |
-
|
568 |
-
#: build/inc/settings/mollie_components_enabler.php:8
|
569 |
-
#: inc/settings/mollie_components_enabler.php:8
|
570 |
-
msgid "Use the Mollie Components for this Gateway. Read more about <a href=\"https://www.mollie.com/en/news/post/better-checkout-flows-with-mollie-components\">%s</a> and how it improves your conversion."
|
571 |
-
msgstr ""
|
572 |
-
|
573 |
-
#: build/inc/settings/mollie_components_enabler.php:12
|
574 |
-
#: build/src/Mollie/WC/Settings/Page/Components.php:10
|
575 |
-
#: build/src/Mollie/WC/Settings/Page/Mollie.php:139
|
576 |
-
#: inc/settings/mollie_components_enabler.php:12
|
577 |
-
#: src/Mollie/WC/Settings/Page/Components.php:10
|
578 |
-
#: src/Mollie/WC/Settings/Page/Mollie.php:139
|
579 |
-
msgid "Mollie Components"
|
580 |
-
msgstr ""
|
581 |
-
|
582 |
-
#: build/inc/settings/mollie_creditcard_icons_selector.php:5
|
583 |
-
#: inc/settings/mollie_creditcard_icons_selector.php:5
|
584 |
-
msgid "Customize Icons"
|
585 |
-
msgstr ""
|
586 |
-
|
587 |
-
#: build/inc/settings/mollie_creditcard_icons_selector.php:12
|
588 |
-
#: inc/settings/mollie_creditcard_icons_selector.php:12
|
589 |
-
msgid "Enable Icons Selector"
|
590 |
-
msgstr ""
|
591 |
-
|
592 |
-
#: build/inc/settings/mollie_creditcard_icons_selector.php:13
|
593 |
-
#: inc/settings/mollie_creditcard_icons_selector.php:13
|
594 |
-
msgid "Show customized creditcard icons on checkout page"
|
595 |
-
msgstr ""
|
596 |
-
|
597 |
-
#: build/inc/settings/mollie_creditcard_icons_selector.php:21
|
598 |
-
#: inc/settings/mollie_creditcard_icons_selector.php:21
|
599 |
-
msgid "Show American Express Icon"
|
600 |
-
msgstr ""
|
601 |
-
|
602 |
-
#: build/inc/settings/mollie_creditcard_icons_selector.php:26
|
603 |
-
#: inc/settings/mollie_creditcard_icons_selector.php:26
|
604 |
-
msgid "Show Carta Si Icon"
|
605 |
-
msgstr ""
|
606 |
-
|
607 |
-
#: build/inc/settings/mollie_creditcard_icons_selector.php:31
|
608 |
-
#: inc/settings/mollie_creditcard_icons_selector.php:31
|
609 |
-
msgid "Show Carte Bancaire Icon"
|
610 |
-
msgstr ""
|
611 |
-
|
612 |
-
#: build/inc/settings/mollie_creditcard_icons_selector.php:36
|
613 |
-
#: inc/settings/mollie_creditcard_icons_selector.php:36
|
614 |
-
msgid "Show Maestro Icon"
|
615 |
-
msgstr ""
|
616 |
-
|
617 |
-
#: build/inc/settings/mollie_creditcard_icons_selector.php:41
|
618 |
-
#: inc/settings/mollie_creditcard_icons_selector.php:41
|
619 |
-
msgid "Show Mastercard Icon"
|
620 |
-
msgstr ""
|
621 |
-
|
622 |
-
#: build/inc/settings/mollie_creditcard_icons_selector.php:46
|
623 |
-
#: inc/settings/mollie_creditcard_icons_selector.php:46
|
624 |
-
msgid "Show Visa Icon"
|
625 |
-
msgstr ""
|
626 |
-
|
627 |
-
#: build/inc/settings/mollie_creditcard_icons_selector.php:51
|
628 |
-
#: inc/settings/mollie_creditcard_icons_selector.php:51
|
629 |
-
msgid "Show VPay Icon"
|
630 |
-
msgstr ""
|
631 |
-
|
632 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:7
|
633 |
-
#: inc/settings/mollie_paypal_button_enabler.php:7
|
634 |
-
msgid "PayPal button display settings"
|
635 |
-
msgstr ""
|
636 |
-
|
637 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:12
|
638 |
-
#: inc/settings/mollie_paypal_button_enabler.php:12
|
639 |
-
msgid "%1sThe PayPal button is optimized for digital goods. And will only appear if the product has no shipping. %2sThe customer's address information can only be retrieved if the transaction has been done with the %3sOrders API%4s.%5s%6s"
|
640 |
-
msgstr ""
|
641 |
-
|
642 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:19
|
643 |
-
#: inc/settings/mollie_paypal_button_enabler.php:19
|
644 |
-
msgid "Display on cart page"
|
645 |
-
msgstr ""
|
646 |
-
|
647 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:23
|
648 |
-
#: inc/settings/mollie_paypal_button_enabler.php:23
|
649 |
-
msgid "Enable the PayPal button to be used in the cart page."
|
650 |
-
msgstr ""
|
651 |
-
|
652 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:31
|
653 |
-
#: inc/settings/mollie_paypal_button_enabler.php:31
|
654 |
-
msgid "Display on product page"
|
655 |
-
msgstr ""
|
656 |
-
|
657 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:35
|
658 |
-
#: inc/settings/mollie_paypal_button_enabler.php:35
|
659 |
-
msgid "Enable the PayPal button to be used in the product page."
|
660 |
-
msgstr ""
|
661 |
-
|
662 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:44
|
663 |
-
#: inc/settings/mollie_paypal_button_enabler.php:44
|
664 |
-
msgctxt "Mollie PayPal Button Settings"
|
665 |
-
msgid "Button text language and color"
|
666 |
-
msgstr ""
|
667 |
-
|
668 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:46
|
669 |
-
#: inc/settings/mollie_paypal_button_enabler.php:46
|
670 |
-
msgctxt "Mollie PayPal Button Settings"
|
671 |
-
msgid "Select the text and the colour of the button."
|
672 |
-
msgstr ""
|
673 |
-
|
674 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:54
|
675 |
-
#: inc/settings/mollie_paypal_button_enabler.php:54
|
676 |
-
msgctxt "Mollie PayPal button Settings"
|
677 |
-
msgid "English -- Buy with PayPal - Pill blue"
|
678 |
-
msgstr ""
|
679 |
-
|
680 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:55
|
681 |
-
#: inc/settings/mollie_paypal_button_enabler.php:55
|
682 |
-
msgctxt "Mollie PayPal button Settings"
|
683 |
-
msgid "English -- Buy with PayPal - Rounded blue"
|
684 |
-
msgstr ""
|
685 |
-
|
686 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:56
|
687 |
-
#: inc/settings/mollie_paypal_button_enabler.php:56
|
688 |
-
msgctxt "Mollie PayPal button Settings"
|
689 |
-
msgid "English -- Buy with PayPal - Pill golden"
|
690 |
-
msgstr ""
|
691 |
-
|
692 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:57
|
693 |
-
#: inc/settings/mollie_paypal_button_enabler.php:57
|
694 |
-
msgctxt "Mollie PayPal button Settings"
|
695 |
-
msgid "English -- Buy with PayPal - Rounded golden"
|
696 |
-
msgstr ""
|
697 |
-
|
698 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:58
|
699 |
-
#: inc/settings/mollie_paypal_button_enabler.php:58
|
700 |
-
msgctxt "Mollie PayPal button Settings"
|
701 |
-
msgid "English -- Buy with PayPal - Pill gray"
|
702 |
-
msgstr ""
|
703 |
-
|
704 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:59
|
705 |
-
#: inc/settings/mollie_paypal_button_enabler.php:59
|
706 |
-
msgctxt "Mollie PayPal button Settings"
|
707 |
-
msgid "English -- Buy with PayPal - Rounded gray"
|
708 |
-
msgstr ""
|
709 |
-
|
710 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:60
|
711 |
-
#: inc/settings/mollie_paypal_button_enabler.php:60
|
712 |
-
msgctxt "Mollie PayPal button Settings"
|
713 |
-
msgid "English -- Buy with PayPal - Pill white"
|
714 |
-
msgstr ""
|
715 |
-
|
716 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:61
|
717 |
-
#: inc/settings/mollie_paypal_button_enabler.php:61
|
718 |
-
msgctxt "Mollie PayPal button Settings"
|
719 |
-
msgid "English -- Buy with PayPal - Rounded white"
|
720 |
-
msgstr ""
|
721 |
-
|
722 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:62
|
723 |
-
#: inc/settings/mollie_paypal_button_enabler.php:62
|
724 |
-
msgctxt "Mollie PayPal button Settings"
|
725 |
-
msgid "English -- Checkout with PayPal - Pill black"
|
726 |
-
msgstr ""
|
727 |
-
|
728 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:63
|
729 |
-
#: inc/settings/mollie_paypal_button_enabler.php:63
|
730 |
-
msgctxt "Mollie PayPal button Settings"
|
731 |
-
msgid "English -- Checkout with PayPal - Rounded black"
|
732 |
-
msgstr ""
|
733 |
-
|
734 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:64
|
735 |
-
#: inc/settings/mollie_paypal_button_enabler.php:64
|
736 |
-
msgctxt "Mollie PayPal button Settings"
|
737 |
-
msgid "English -- Checkout with PayPal - Pill blue"
|
738 |
-
msgstr ""
|
739 |
-
|
740 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:65
|
741 |
-
#: inc/settings/mollie_paypal_button_enabler.php:65
|
742 |
-
msgctxt "Mollie PayPal button Settings"
|
743 |
-
msgid "English -- Checkout with PayPal - Rounded blue"
|
744 |
-
msgstr ""
|
745 |
-
|
746 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:66
|
747 |
-
#: inc/settings/mollie_paypal_button_enabler.php:66
|
748 |
-
msgctxt "Mollie PayPal button Settings"
|
749 |
-
msgid "English -- Checkout with PayPal - Pill golden"
|
750 |
-
msgstr ""
|
751 |
-
|
752 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:67
|
753 |
-
#: inc/settings/mollie_paypal_button_enabler.php:67
|
754 |
-
msgctxt "Mollie PayPal button Settings"
|
755 |
-
msgid "English -- Checkout with PayPal - Rounded golden"
|
756 |
-
msgstr ""
|
757 |
-
|
758 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:68
|
759 |
-
#: inc/settings/mollie_paypal_button_enabler.php:68
|
760 |
-
msgctxt "Mollie PayPal button Settings"
|
761 |
-
msgid "English -- Checkout with PayPal - Pill gray"
|
762 |
-
msgstr ""
|
763 |
-
|
764 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:69
|
765 |
-
#: inc/settings/mollie_paypal_button_enabler.php:69
|
766 |
-
msgctxt "Mollie PayPal button Settings"
|
767 |
-
msgid "English -- Checkout with PayPal - Rounded gray"
|
768 |
-
msgstr ""
|
769 |
-
|
770 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:70
|
771 |
-
#: inc/settings/mollie_paypal_button_enabler.php:70
|
772 |
-
msgctxt "Mollie PayPal button Settings"
|
773 |
-
msgid "English -- Checkout with PayPal - Pill white"
|
774 |
-
msgstr ""
|
775 |
-
|
776 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:71
|
777 |
-
#: inc/settings/mollie_paypal_button_enabler.php:71
|
778 |
-
msgctxt "Mollie PayPal button Settings"
|
779 |
-
msgid "English -- Checkout with PayPal - Rounded white"
|
780 |
-
msgstr ""
|
781 |
-
|
782 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:72
|
783 |
-
#: inc/settings/mollie_paypal_button_enabler.php:72
|
784 |
-
msgctxt "Mollie PayPal button Settings"
|
785 |
-
msgid "Dutch -- Buy with PayPal - Pill black"
|
786 |
-
msgstr ""
|
787 |
-
|
788 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:73
|
789 |
-
#: inc/settings/mollie_paypal_button_enabler.php:73
|
790 |
-
msgctxt "Mollie PayPal button Settings"
|
791 |
-
msgid "Dutch -- Buy with PayPal - Rounded black"
|
792 |
-
msgstr ""
|
793 |
-
|
794 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:74
|
795 |
-
#: inc/settings/mollie_paypal_button_enabler.php:74
|
796 |
-
msgctxt "Mollie PayPal button Settings"
|
797 |
-
msgid "Dutch -- Buy with PayPal - Pill blue"
|
798 |
-
msgstr ""
|
799 |
-
|
800 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:75
|
801 |
-
#: inc/settings/mollie_paypal_button_enabler.php:75
|
802 |
-
msgctxt "Mollie PayPal button Settings"
|
803 |
-
msgid "Dutch -- Buy with PayPal - Rounded blue"
|
804 |
-
msgstr ""
|
805 |
-
|
806 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:76
|
807 |
-
#: inc/settings/mollie_paypal_button_enabler.php:76
|
808 |
-
msgctxt "Mollie PayPal button Settings"
|
809 |
-
msgid "Dutch -- Buy with PayPal - Pill golden"
|
810 |
-
msgstr ""
|
811 |
-
|
812 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:77
|
813 |
-
#: inc/settings/mollie_paypal_button_enabler.php:77
|
814 |
-
msgctxt "Mollie PayPal button Settings"
|
815 |
-
msgid "Dutch -- Buy with PayPal - Rounded golden"
|
816 |
-
msgstr ""
|
817 |
-
|
818 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:78
|
819 |
-
#: inc/settings/mollie_paypal_button_enabler.php:78
|
820 |
-
msgctxt "Mollie PayPal button Settings"
|
821 |
-
msgid "Dutch -- Buy with PayPal - Pill gray"
|
822 |
-
msgstr ""
|
823 |
-
|
824 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:79
|
825 |
-
#: inc/settings/mollie_paypal_button_enabler.php:79
|
826 |
-
msgctxt "Mollie PayPal button Settings"
|
827 |
-
msgid "Dutch -- Buy with PayPal - Rounded gray"
|
828 |
-
msgstr ""
|
829 |
-
|
830 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:80
|
831 |
-
#: inc/settings/mollie_paypal_button_enabler.php:80
|
832 |
-
msgctxt "Mollie PayPal button Settings"
|
833 |
-
msgid "Dutch -- Buy with PayPal - Pill white"
|
834 |
-
msgstr ""
|
835 |
-
|
836 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:81
|
837 |
-
#: inc/settings/mollie_paypal_button_enabler.php:81
|
838 |
-
msgctxt "Mollie PayPal button Settings"
|
839 |
-
msgid "Dutch -- Buy with PayPal - Rounded white"
|
840 |
-
msgstr ""
|
841 |
-
|
842 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:82
|
843 |
-
#: inc/settings/mollie_paypal_button_enabler.php:82
|
844 |
-
msgctxt "Mollie PayPal button Settings"
|
845 |
-
msgid "Dutch -- Checkout with PayPal - Pill black"
|
846 |
-
msgstr ""
|
847 |
-
|
848 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:83
|
849 |
-
#: inc/settings/mollie_paypal_button_enabler.php:83
|
850 |
-
msgctxt "Mollie PayPal button Settings"
|
851 |
-
msgid "Dutch -- Checkout with PayPal - Rounded black"
|
852 |
-
msgstr ""
|
853 |
-
|
854 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:84
|
855 |
-
#: inc/settings/mollie_paypal_button_enabler.php:84
|
856 |
-
msgctxt "Mollie PayPal button Settings"
|
857 |
-
msgid "Dutch -- Checkout with PayPal - Pill blue"
|
858 |
-
msgstr ""
|
859 |
-
|
860 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:85
|
861 |
-
#: inc/settings/mollie_paypal_button_enabler.php:85
|
862 |
-
msgctxt "Mollie PayPal button Settings"
|
863 |
-
msgid "Dutch -- Checkout with PayPal - Rounded blue"
|
864 |
-
msgstr ""
|
865 |
-
|
866 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:86
|
867 |
-
#: inc/settings/mollie_paypal_button_enabler.php:86
|
868 |
-
msgctxt "Mollie PayPal button Settings"
|
869 |
-
msgid "Dutch -- Checkout with PayPal - Pill golden"
|
870 |
-
msgstr ""
|
871 |
-
|
872 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:87
|
873 |
-
#: inc/settings/mollie_paypal_button_enabler.php:87
|
874 |
-
msgctxt "Mollie PayPal button Settings"
|
875 |
-
msgid "Dutch -- Checkout with PayPal - Rounded golden"
|
876 |
-
msgstr ""
|
877 |
-
|
878 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:88
|
879 |
-
#: inc/settings/mollie_paypal_button_enabler.php:88
|
880 |
-
msgctxt "Mollie PayPal button Settings"
|
881 |
-
msgid "Dutch -- Checkout with PayPal - Pill gray"
|
882 |
-
msgstr ""
|
883 |
-
|
884 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:89
|
885 |
-
#: inc/settings/mollie_paypal_button_enabler.php:89
|
886 |
-
msgctxt "Mollie PayPal button Settings"
|
887 |
-
msgid "Dutch -- Checkout with PayPal - Rounded gray"
|
888 |
-
msgstr ""
|
889 |
-
|
890 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:90
|
891 |
-
#: inc/settings/mollie_paypal_button_enabler.php:90
|
892 |
-
msgctxt "Mollie PayPal button Settings"
|
893 |
-
msgid "Dutch -- Checkout with PayPal - Pill white"
|
894 |
-
msgstr ""
|
895 |
-
|
896 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:91
|
897 |
-
#: inc/settings/mollie_paypal_button_enabler.php:91
|
898 |
-
msgctxt "Mollie PayPal button Settings"
|
899 |
-
msgid "Dutch -- Checkout with PayPal - Rounded white"
|
900 |
-
msgstr ""
|
901 |
-
|
902 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:92
|
903 |
-
#: inc/settings/mollie_paypal_button_enabler.php:92
|
904 |
-
msgctxt "Mollie PayPal button Settings"
|
905 |
-
msgid "German -- Buy with PayPal - Pill black"
|
906 |
-
msgstr ""
|
907 |
-
|
908 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:93
|
909 |
-
#: inc/settings/mollie_paypal_button_enabler.php:93
|
910 |
-
msgctxt "Mollie PayPal button Settings"
|
911 |
-
msgid "German -- Buy with PayPal - Rounded black"
|
912 |
-
msgstr ""
|
913 |
-
|
914 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:94
|
915 |
-
#: inc/settings/mollie_paypal_button_enabler.php:94
|
916 |
-
msgctxt "Mollie PayPal button Settings"
|
917 |
-
msgid "German -- Buy with PayPal - Pill blue"
|
918 |
-
msgstr ""
|
919 |
-
|
920 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:95
|
921 |
-
#: inc/settings/mollie_paypal_button_enabler.php:95
|
922 |
-
msgctxt "Mollie PayPal button Settings"
|
923 |
-
msgid "German -- Buy with PayPal - Rounded blue"
|
924 |
-
msgstr ""
|
925 |
-
|
926 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:96
|
927 |
-
#: inc/settings/mollie_paypal_button_enabler.php:96
|
928 |
-
msgctxt "Mollie PayPal button Settings"
|
929 |
-
msgid "German -- Buy with PayPal - Pill golden"
|
930 |
-
msgstr ""
|
931 |
-
|
932 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:97
|
933 |
-
#: inc/settings/mollie_paypal_button_enabler.php:97
|
934 |
-
msgctxt "Mollie PayPal button Settings"
|
935 |
-
msgid "German -- Buy with PayPal - Rounded golden"
|
936 |
-
msgstr ""
|
937 |
-
|
938 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:98
|
939 |
-
#: inc/settings/mollie_paypal_button_enabler.php:98
|
940 |
-
msgctxt "Mollie PayPal button Settings"
|
941 |
-
msgid "German -- Buy with PayPal - Pill gray"
|
942 |
-
msgstr ""
|
943 |
-
|
944 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:99
|
945 |
-
#: inc/settings/mollie_paypal_button_enabler.php:99
|
946 |
-
msgctxt "Mollie PayPal button Settings"
|
947 |
-
msgid "German -- Buy with PayPal - Rounded gray"
|
948 |
-
msgstr ""
|
949 |
-
|
950 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:100
|
951 |
-
#: inc/settings/mollie_paypal_button_enabler.php:100
|
952 |
-
msgctxt "Mollie PayPal button Settings"
|
953 |
-
msgid "German -- Buy with PayPal - Pill white"
|
954 |
-
msgstr ""
|
955 |
-
|
956 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:101
|
957 |
-
#: inc/settings/mollie_paypal_button_enabler.php:101
|
958 |
-
msgctxt "Mollie PayPal button Settings"
|
959 |
-
msgid "German -- Buy with PayPal - Rounded white"
|
960 |
-
msgstr ""
|
961 |
-
|
962 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:102
|
963 |
-
#: inc/settings/mollie_paypal_button_enabler.php:102
|
964 |
-
msgctxt "Mollie PayPal button Settings"
|
965 |
-
msgid "German -- Checkout with PayPal - Pill black"
|
966 |
-
msgstr ""
|
967 |
-
|
968 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:103
|
969 |
-
#: inc/settings/mollie_paypal_button_enabler.php:103
|
970 |
-
msgctxt "Mollie PayPal button Settings"
|
971 |
-
msgid "German -- Checkout with PayPal - Rounded black"
|
972 |
-
msgstr ""
|
973 |
-
|
974 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:104
|
975 |
-
#: inc/settings/mollie_paypal_button_enabler.php:104
|
976 |
-
msgctxt "Mollie PayPal button Settings"
|
977 |
-
msgid "German -- Checkout with PayPal - Pill blue"
|
978 |
-
msgstr ""
|
979 |
-
|
980 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:105
|
981 |
-
#: inc/settings/mollie_paypal_button_enabler.php:105
|
982 |
-
msgctxt "Mollie PayPal button Settings"
|
983 |
-
msgid "German -- Checkout with PayPal - Rounded blue"
|
984 |
-
msgstr ""
|
985 |
-
|
986 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:106
|
987 |
-
#: inc/settings/mollie_paypal_button_enabler.php:106
|
988 |
-
msgctxt "Mollie PayPal button Settings"
|
989 |
-
msgid "German -- Checkout with PayPal - Pill golden"
|
990 |
-
msgstr ""
|
991 |
-
|
992 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:107
|
993 |
-
#: inc/settings/mollie_paypal_button_enabler.php:107
|
994 |
-
msgctxt "Mollie PayPal button Settings"
|
995 |
-
msgid "German -- Checkout with PayPal - Rounded golden"
|
996 |
-
msgstr ""
|
997 |
-
|
998 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:108
|
999 |
-
#: inc/settings/mollie_paypal_button_enabler.php:108
|
1000 |
-
msgctxt "Mollie PayPal button Settings"
|
1001 |
-
msgid "German -- Checkout with PayPal - Pill gray"
|
1002 |
-
msgstr ""
|
1003 |
-
|
1004 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:109
|
1005 |
-
#: inc/settings/mollie_paypal_button_enabler.php:109
|
1006 |
-
msgctxt "Mollie PayPal button Settings"
|
1007 |
-
msgid "German -- Checkout with PayPal - Rounded gray"
|
1008 |
-
msgstr ""
|
1009 |
-
|
1010 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:110
|
1011 |
-
#: inc/settings/mollie_paypal_button_enabler.php:110
|
1012 |
-
msgctxt "Mollie PayPal button Settings"
|
1013 |
-
msgid "German -- Checkout with PayPal - Pill white"
|
1014 |
-
msgstr ""
|
1015 |
-
|
1016 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:111
|
1017 |
-
#: inc/settings/mollie_paypal_button_enabler.php:111
|
1018 |
-
msgctxt "Mollie PayPal button Settings"
|
1019 |
-
msgid "German -- Checkout with PayPal - Rounded white"
|
1020 |
-
msgstr ""
|
1021 |
-
|
1022 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:112
|
1023 |
-
#: inc/settings/mollie_paypal_button_enabler.php:112
|
1024 |
-
msgctxt "Mollie PayPal button Settings"
|
1025 |
-
msgid "French -- Buy with PayPal - Gold"
|
1026 |
-
msgstr ""
|
1027 |
-
|
1028 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:113
|
1029 |
-
#: inc/settings/mollie_paypal_button_enabler.php:113
|
1030 |
-
msgctxt "Mollie PayPal button Settings"
|
1031 |
-
msgid "French -- Checkout with PayPal - Gold"
|
1032 |
-
msgstr ""
|
1033 |
-
|
1034 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:114
|
1035 |
-
#: inc/settings/mollie_paypal_button_enabler.php:114
|
1036 |
-
msgctxt "Mollie PayPal button Settings"
|
1037 |
-
msgid "French -- Checkout with PayPal - Silver"
|
1038 |
-
msgstr ""
|
1039 |
-
|
1040 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:115
|
1041 |
-
#: inc/settings/mollie_paypal_button_enabler.php:115
|
1042 |
-
msgctxt "Mollie PayPal button Settings"
|
1043 |
-
msgid "Polish -- Buy with PayPal - Gold"
|
1044 |
-
msgstr ""
|
1045 |
-
|
1046 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:116
|
1047 |
-
#: inc/settings/mollie_paypal_button_enabler.php:116
|
1048 |
-
msgctxt "Mollie PayPal button Settings"
|
1049 |
-
msgid "Polish -- Checkout with PayPal - Gold"
|
1050 |
-
msgstr ""
|
1051 |
-
|
1052 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:117
|
1053 |
-
#: inc/settings/mollie_paypal_button_enabler.php:117
|
1054 |
-
msgctxt "Mollie PayPal button Settings"
|
1055 |
-
msgid "Polish -- Checkout with PayPal - Silver"
|
1056 |
-
msgstr ""
|
1057 |
-
|
1058 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:122
|
1059 |
-
#: inc/settings/mollie_paypal_button_enabler.php:122
|
1060 |
-
msgid "Minimum amount to display button"
|
1061 |
-
msgstr ""
|
1062 |
-
|
1063 |
-
#: build/inc/settings/mollie_paypal_button_enabler.php:126
|
1064 |
-
#: inc/settings/mollie_paypal_button_enabler.php:126
|
1065 |
-
msgid "If the product or the cart total amount is under this number, then the button will not show up."
|
1066 |
-
msgstr ""
|
1067 |
-
|
1068 |
-
#: build/mollie-payments-for-woocommerce.php:90
|
1069 |
-
#: mollie-payments-for-woocommerce.php:90
|
1070 |
-
msgid "%1$sMollie Payments for WooCommerce: API keys missing%2$s Please%3$s set your API keys here%4$s."
|
1071 |
-
msgstr ""
|
1072 |
-
|
1073 |
-
#. translators: Placeholder 1: Payment method title
|
1074 |
-
#: build/src/Mollie/WC/ApplePayButton/AjaxRequests.php:693
|
1075 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:685
|
1076 |
-
#: build/src/Mollie/WC/PayPalButton/AjaxRequests.php:78
|
1077 |
-
#: build/src/Mollie/WC/PayPalButton/AjaxRequests.php:121
|
1078 |
-
#: src/Mollie/WC/ApplePayButton/AjaxRequests.php:693
|
1079 |
-
#: src/Mollie/WC/Gateway/Abstract.php:685
|
1080 |
-
#: src/Mollie/WC/PayPalButton/AjaxRequests.php:78
|
1081 |
-
#: src/Mollie/WC/PayPalButton/AjaxRequests.php:121
|
1082 |
-
msgid "Could not create %s payment."
|
1083 |
-
msgstr ""
|
1084 |
-
|
1085 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:138
|
1086 |
-
#: src/Mollie/WC/Gateway/Abstract.php:138
|
1087 |
-
msgid "No custom logo selected"
|
1088 |
-
msgstr ""
|
1089 |
-
|
1090 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:221
|
1091 |
-
#: src/Mollie/WC/Gateway/Abstract.php:221
|
1092 |
-
msgid "Gateway Disabled"
|
1093 |
-
msgstr ""
|
1094 |
-
|
1095 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:244
|
1096 |
-
#: src/Mollie/WC/Gateway/Abstract.php:244
|
1097 |
-
msgid "Return to payments"
|
1098 |
-
msgstr ""
|
1099 |
-
|
1100 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:260
|
1101 |
-
#: build/src/Mollie/WC/Helper/Settings.php:114
|
1102 |
-
#: src/Mollie/WC/Gateway/Abstract.php:260
|
1103 |
-
#: src/Mollie/WC/Helper/Settings.php:114
|
1104 |
-
msgid "Sell to specific countries"
|
1105 |
-
msgstr ""
|
1106 |
-
|
1107 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:272
|
1108 |
-
#: src/Mollie/WC/Gateway/Abstract.php:272
|
1109 |
-
msgid "Choose countries…"
|
1110 |
-
msgstr ""
|
1111 |
-
|
1112 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:273
|
1113 |
-
#: src/Mollie/WC/Gateway/Abstract.php:273
|
1114 |
-
msgid "Country"
|
1115 |
-
msgstr ""
|
1116 |
-
|
1117 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:282
|
1118 |
-
#: src/Mollie/WC/Gateway/Abstract.php:282
|
1119 |
-
msgid "Select all"
|
1120 |
-
msgstr ""
|
1121 |
-
|
1122 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:283
|
1123 |
-
#: src/Mollie/WC/Gateway/Abstract.php:283
|
1124 |
-
msgid "Select none"
|
1125 |
-
msgstr ""
|
1126 |
-
|
1127 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:337
|
1128 |
-
#: build/src/Mollie/WC/Helper/Settings.php:558
|
1129 |
-
#: src/Mollie/WC/Gateway/Abstract.php:337
|
1130 |
-
#: src/Mollie/WC/Helper/Settings.php:558
|
1131 |
-
msgid "Test mode enabled."
|
1132 |
-
msgstr ""
|
1133 |
-
|
1134 |
-
#. translators: The surrounding %s's Will be replaced by a link to the global setting page
|
1135 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:339
|
1136 |
-
#: src/Mollie/WC/Gateway/Abstract.php:339
|
1137 |
-
msgid "No API key provided. Please %sset you Mollie API key%s first."
|
1138 |
-
msgstr ""
|
1139 |
-
|
1140 |
-
#. translators: Placeholder 1: payment method title. The surrounding %s's Will be replaced by a link to the Mollie profile
|
1141 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:351
|
1142 |
-
#: src/Mollie/WC/Gateway/Abstract.php:351
|
1143 |
-
msgid "%s not enabled in your Mollie profile. You can enable it by editing your %sMollie profile%s."
|
1144 |
-
msgstr ""
|
1145 |
-
|
1146 |
-
#. translators: Placeholder 1: WooCommerce currency, placeholder 2: Supported Mollie currencies
|
1147 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:363
|
1148 |
-
#: src/Mollie/WC/Gateway/Abstract.php:363
|
1149 |
-
msgid "Current shop currency %s not supported by Mollie. Read more about %ssupported currencies and payment methods.%s "
|
1150 |
-
msgstr ""
|
1151 |
-
|
1152 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:525
|
1153 |
-
#: src/Mollie/WC/Gateway/Abstract.php:525
|
1154 |
-
msgid "Could not load order %s"
|
1155 |
-
msgstr ""
|
1156 |
-
|
1157 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:577
|
1158 |
-
#: src/Mollie/WC/Gateway/Abstract.php:577
|
1159 |
-
msgid "Order completed internally because of an existing valid mandate at Mollie."
|
1160 |
-
msgstr ""
|
1161 |
-
|
1162 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:588
|
1163 |
-
#: src/Mollie/WC/Gateway/Abstract.php:588
|
1164 |
-
msgid "Subscription switch failed, no valid mandate found. Place a completely new order to change your subscription."
|
1165 |
-
msgstr ""
|
1166 |
-
|
1167 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:589
|
1168 |
-
#: src/Mollie/WC/Gateway/Abstract.php:589
|
1169 |
-
msgid "Failed switching subscriptions, no valid mandate."
|
1170 |
-
msgstr ""
|
1171 |
-
|
1172 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:658
|
1173 |
-
#: build/src/Mollie/WC/Gateway/AbstractSepaRecurring.php:63
|
1174 |
-
#: build/src/Mollie/WC/Gateway/AbstractSubscription.php:413
|
1175 |
-
#: src/Mollie/WC/Gateway/Abstract.php:658
|
1176 |
-
#: src/Mollie/WC/Gateway/AbstractSepaRecurring.php:63
|
1177 |
-
#: src/Mollie/WC/Gateway/AbstractSubscription.php:413
|
1178 |
-
msgid "Awaiting payment confirmation."
|
1179 |
-
msgstr ""
|
1180 |
-
|
1181 |
-
#. translators: Placeholder 1: Payment method title, placeholder 2: payment ID
|
1182 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:668
|
1183 |
-
#: build/src/Mollie/WC/Gateway/AbstractSepaRecurring.php:71
|
1184 |
-
#: build/src/Mollie/WC/Gateway/AbstractSubscription.php:420
|
1185 |
-
#: src/Mollie/WC/Gateway/Abstract.php:668
|
1186 |
-
#: src/Mollie/WC/Gateway/AbstractSepaRecurring.php:71
|
1187 |
-
#: src/Mollie/WC/Gateway/AbstractSubscription.php:420
|
1188 |
-
msgid "%s payment started (%s)."
|
1189 |
-
msgstr ""
|
1190 |
-
|
1191 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:670
|
1192 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:897
|
1193 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:1181
|
1194 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:1243
|
1195 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:1618
|
1196 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:2142
|
1197 |
-
#: build/src/Mollie/WC/Gateway/AbstractSepaRecurring.php:73
|
1198 |
-
#: build/src/Mollie/WC/Gateway/AbstractSepaRecurring.php:139
|
1199 |
-
#: build/src/Mollie/WC/Gateway/AbstractSubscription.php:422
|
1200 |
-
#: build/src/Mollie/WC/Payment/Object.php:608
|
1201 |
-
#: build/src/Mollie/WC/Payment/Object.php:642
|
1202 |
-
#: build/src/Mollie/WC/Payment/Order.php:264
|
1203 |
-
#: build/src/Mollie/WC/Payment/Order.php:316
|
1204 |
-
#: build/src/Mollie/WC/Payment/Order.php:363
|
1205 |
-
#: build/src/Mollie/WC/Payment/Order.php:446
|
1206 |
-
#: build/src/Mollie/WC/Payment/Order.php:511
|
1207 |
-
#: build/src/Mollie/WC/Payment/Order.php:936
|
1208 |
-
#: build/src/Mollie/WC/Payment/Payment.php:249
|
1209 |
-
#: build/src/Mollie/WC/Payment/Payment.php:336
|
1210 |
-
#: build/src/Mollie/WC/Payment/Payment.php:406
|
1211 |
-
#: build/src/Mollie/WC/Payment/Payment.php:429
|
1212 |
-
#: src/Mollie/WC/Gateway/Abstract.php:670
|
1213 |
-
#: src/Mollie/WC/Gateway/Abstract.php:897
|
1214 |
-
#: src/Mollie/WC/Gateway/Abstract.php:1181
|
1215 |
-
#: src/Mollie/WC/Gateway/Abstract.php:1243
|
1216 |
-
#: src/Mollie/WC/Gateway/Abstract.php:1618
|
1217 |
-
#: src/Mollie/WC/Gateway/Abstract.php:2142
|
1218 |
-
#: src/Mollie/WC/Gateway/AbstractSepaRecurring.php:73
|
1219 |
-
#: src/Mollie/WC/Gateway/AbstractSepaRecurring.php:139
|
1220 |
-
#: src/Mollie/WC/Gateway/AbstractSubscription.php:422
|
1221 |
-
#: src/Mollie/WC/Payment/Object.php:608
|
1222 |
-
#: src/Mollie/WC/Payment/Object.php:642
|
1223 |
-
#: src/Mollie/WC/Payment/Order.php:264
|
1224 |
-
#: src/Mollie/WC/Payment/Order.php:316
|
1225 |
-
#: src/Mollie/WC/Payment/Order.php:363
|
1226 |
-
#: src/Mollie/WC/Payment/Order.php:446
|
1227 |
-
#: src/Mollie/WC/Payment/Order.php:511
|
1228 |
-
#: src/Mollie/WC/Payment/Order.php:936
|
1229 |
-
#: src/Mollie/WC/Payment/Payment.php:249
|
1230 |
-
#: src/Mollie/WC/Payment/Payment.php:336
|
1231 |
-
#: src/Mollie/WC/Payment/Payment.php:406
|
1232 |
-
#: src/Mollie/WC/Payment/Payment.php:429
|
1233 |
-
msgid "test mode"
|
1234 |
-
msgstr ""
|
1235 |
-
|
1236 |
-
#. translators: Placeholder 1: payment method title, placeholder 2: payment status, placeholder 3: payment ID
|
1237 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:894
|
1238 |
-
#: src/Mollie/WC/Gateway/Abstract.php:894
|
1239 |
-
msgid "%s payment %s (%s), not processed."
|
1240 |
-
msgstr ""
|
1241 |
-
|
1242 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:1008
|
1243 |
-
#: src/Mollie/WC/Gateway/Abstract.php:1008
|
1244 |
-
msgid "New refund %s processed in Mollie Dashboard! Order note added, but order not updated."
|
1245 |
-
msgstr ""
|
1246 |
-
|
1247 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:1144
|
1248 |
-
#: src/Mollie/WC/Gateway/Abstract.php:1144
|
1249 |
-
msgid "New chargeback %s processed! Order note and order status updated."
|
1250 |
-
msgstr ""
|
1251 |
-
|
1252 |
-
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
1253 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:1176
|
1254 |
-
#: src/Mollie/WC/Gateway/Abstract.php:1176
|
1255 |
-
msgid "%s payment charged back via Mollie (%s). You will need to manually review the payment (and adjust product stocks if you use it)."
|
1256 |
-
msgstr ""
|
1257 |
-
|
1258 |
-
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
1259 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:1237
|
1260 |
-
#: src/Mollie/WC/Gateway/Abstract.php:1237
|
1261 |
-
msgid "%s payment charged back via Mollie (%s). Subscription status updated, please review (and adjust product stocks if you use it)."
|
1262 |
-
msgstr ""
|
1263 |
-
|
1264 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:1314
|
1265 |
-
#: src/Mollie/WC/Gateway/Abstract.php:1314
|
1266 |
-
msgid "You have cancelled your payment. Please complete your order with a different payment method."
|
1267 |
-
msgstr ""
|
1268 |
-
|
1269 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:1328
|
1270 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:1337
|
1271 |
-
#: src/Mollie/WC/Gateway/Abstract.php:1328
|
1272 |
-
#: src/Mollie/WC/Gateway/Abstract.php:1337
|
1273 |
-
msgid "Your payment was not successful. Please complete your order with a different payment method."
|
1274 |
-
msgstr ""
|
1275 |
-
|
1276 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:1529
|
1277 |
-
#: src/Mollie/WC/Gateway/Abstract.php:1529
|
1278 |
-
msgid "We have not received a definite payment status."
|
1279 |
-
msgstr ""
|
1280 |
-
|
1281 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:1534
|
1282 |
-
#: src/Mollie/WC/Gateway/Abstract.php:1534
|
1283 |
-
msgid "We have not received a definite payment status. You will receive an email as soon as we receive a confirmation of the bank/merchant."
|
1284 |
-
msgstr ""
|
1285 |
-
|
1286 |
-
#. translators: Placeholder 1: payment method
|
1287 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:1541
|
1288 |
-
#: src/Mollie/WC/Gateway/Abstract.php:1541
|
1289 |
-
msgid "Payment completed with <strong>%s</strong>"
|
1290 |
-
msgstr ""
|
1291 |
-
|
1292 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:1589
|
1293 |
-
#: src/Mollie/WC/Gateway/Abstract.php:1589
|
1294 |
-
msgid "Order cancelled"
|
1295 |
-
msgstr ""
|
1296 |
-
|
1297 |
-
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
1298 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:1616
|
1299 |
-
#: src/Mollie/WC/Gateway/Abstract.php:1616
|
1300 |
-
msgid "%s payment still pending (%s) but customer already returned to the store. Status should be updated automatically in the future, if it doesn't this might indicate a communication issue between the site and Mollie."
|
1301 |
-
msgstr ""
|
1302 |
-
|
1303 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:1625
|
1304 |
-
#: src/Mollie/WC/Gateway/Abstract.php:1625
|
1305 |
-
msgid ", payment pending."
|
1306 |
-
msgstr ""
|
1307 |
-
|
1308 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:1652
|
1309 |
-
#: src/Mollie/WC/Gateway/Abstract.php:1652
|
1310 |
-
msgid "Your order has been cancelled."
|
1311 |
-
msgstr ""
|
1312 |
-
|
1313 |
-
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
1314 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:2129
|
1315 |
-
#: src/Mollie/WC/Gateway/Abstract.php:2129
|
1316 |
-
msgid "%1$s payment %2$s via Mollie (%3$s %4$s). You will need to manually review the payment (and adjust product stocks if you use it)."
|
1317 |
-
msgstr ""
|
1318 |
-
|
1319 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:2166
|
1320 |
-
#: src/Mollie/WC/Gateway/Abstract.php:2166
|
1321 |
-
msgctxt "Placeholder 1: giftcard issuer, Placeholder 2: amount value, Placeholder 3: currency"
|
1322 |
-
msgid "Mollie - Giftcard details: %1$s %2$s %3$s."
|
1323 |
-
msgstr ""
|
1324 |
-
|
1325 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:2178
|
1326 |
-
#: src/Mollie/WC/Gateway/Abstract.php:2178
|
1327 |
-
msgctxt "Placeholder 1: remainder method, Placeholder 2: amount value, Placeholder 3: currency"
|
1328 |
-
msgid " Remainder: %1$s %2$s %3$s."
|
1329 |
-
msgstr ""
|
1330 |
-
|
1331 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:2580
|
1332 |
-
#: src/Mollie/WC/Gateway/Abstract.php:2580
|
1333 |
-
msgid " + %1$s %2$s fee might apply"
|
1334 |
-
msgstr ""
|
1335 |
-
|
1336 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:2590
|
1337 |
-
#: src/Mollie/WC/Gateway/Abstract.php:2590
|
1338 |
-
msgid " + %1$s%% fee might apply"
|
1339 |
-
msgstr ""
|
1340 |
-
|
1341 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:2607
|
1342 |
-
#: src/Mollie/WC/Gateway/Abstract.php:2607
|
1343 |
-
msgid " + %1$s %2$s + %3$s%% fee might apply"
|
1344 |
-
msgstr ""
|
1345 |
-
|
1346 |
-
#: build/src/Mollie/WC/Gateway/Abstract.php:2646
|
1347 |
-
#: src/Mollie/WC/Gateway/Abstract.php:2646
|
1348 |
-
msgid "%1$sMollie Payments for WooCommerce%2$s Unable to upload the file. Size must be under 500kb."
|
1349 |
-
msgstr ""
|
1350 |
-
|
1351 |
-
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
1352 |
-
#: build/src/Mollie/WC/Gateway/AbstractSepaRecurring.php:145
|
1353 |
-
#: src/Mollie/WC/Gateway/AbstractSepaRecurring.php:145
|
1354 |
-
msgid "Order completed using %1$s payment (%2$s)."
|
1355 |
-
msgstr ""
|
1356 |
-
|
1357 |
-
#. translators: Placeholder 1: Payment method title, placeholder 2: payment ID
|
1358 |
-
#: build/src/Mollie/WC/Gateway/AbstractSubscription.php:165
|
1359 |
-
#: src/Mollie/WC/Gateway/AbstractSubscription.php:165
|
1360 |
-
msgid "Updated subscription from 'On hold' to 'Active' until payment fails, because a SEPA Direct Debit payment takes some time to process."
|
1361 |
-
msgstr ""
|
1362 |
-
|
1363 |
-
#. translators: Placeholder 1: Payment method title
|
1364 |
-
#: build/src/Mollie/WC/Gateway/AbstractSubscription.php:313
|
1365 |
-
#: src/Mollie/WC/Gateway/AbstractSubscription.php:313
|
1366 |
-
msgid "Could not create %s renewal payment."
|
1367 |
-
msgstr ""
|
1368 |
-
|
1369 |
-
#: build/src/Mollie/WC/Gateway/Applepay.php:48
|
1370 |
-
#: src/Mollie/WC/Gateway/Applepay.php:48
|
1371 |
-
msgid "Apple Pay"
|
1372 |
-
msgstr ""
|
1373 |
-
|
1374 |
-
#: build/src/Mollie/WC/Gateway/Applepay.php:56
|
1375 |
-
#: src/Mollie/WC/Gateway/Applepay.php:56
|
1376 |
-
msgid "To accept payments via Apple Pay"
|
1377 |
-
msgstr ""
|
1378 |
-
|
1379 |
-
#: build/src/Mollie/WC/Gateway/Bancontact.php:29
|
1380 |
-
#: src/Mollie/WC/Gateway/Bancontact.php:29
|
1381 |
-
msgid "Bancontact"
|
1382 |
-
msgstr ""
|
1383 |
-
|
1384 |
-
#: build/src/Mollie/WC/Gateway/BankTransfer.php:38
|
1385 |
-
#: build/src/Mollie/WC/Helper/Settings.php:257
|
1386 |
-
#: src/Mollie/WC/Gateway/BankTransfer.php:38
|
1387 |
-
#: src/Mollie/WC/Helper/Settings.php:257
|
1388 |
-
msgid "Activate expiry date setting"
|
1389 |
-
msgstr ""
|
1390 |
-
|
1391 |
-
#: build/src/Mollie/WC/Gateway/BankTransfer.php:39
|
1392 |
-
#: build/src/Mollie/WC/Helper/Settings.php:258
|
1393 |
-
#: src/Mollie/WC/Gateway/BankTransfer.php:39
|
1394 |
-
#: src/Mollie/WC/Helper/Settings.php:258
|
1395 |
-
msgid "Enable expiry date for payments"
|
1396 |
-
msgstr ""
|
1397 |
-
|
1398 |
-
#: build/src/Mollie/WC/Gateway/BankTransfer.php:40
|
1399 |
-
#: src/Mollie/WC/Gateway/BankTransfer.php:40
|
1400 |
-
msgid "Enable this option if you want to be able to set the number of days after the payment will expire. This will turn all transactions into payments instead of orders"
|
1401 |
-
msgstr ""
|
1402 |
-
|
1403 |
-
#: build/src/Mollie/WC/Gateway/BankTransfer.php:45
|
1404 |
-
#: build/src/Mollie/WC/Helper/Settings.php:264
|
1405 |
-
#: build/src/Mollie/WC/Plugin.php:927
|
1406 |
-
#: src/Mollie/WC/Gateway/BankTransfer.php:45
|
1407 |
-
#: src/Mollie/WC/Helper/Settings.php:264
|
1408 |
-
#: src/Mollie/WC/Plugin.php:927
|
1409 |
-
msgid "Expiry date"
|
1410 |
-
msgstr ""
|
1411 |
-
|
1412 |
-
#: build/src/Mollie/WC/Gateway/BankTransfer.php:47
|
1413 |
-
#: src/Mollie/WC/Gateway/BankTransfer.php:47
|
1414 |
-
msgid "Number of DAYS after the payment will expire. Default <code>%d</code> days"
|
1415 |
-
msgstr ""
|
1416 |
-
|
1417 |
-
#: build/src/Mollie/WC/Gateway/BankTransfer.php:56
|
1418 |
-
#: src/Mollie/WC/Gateway/BankTransfer.php:56
|
1419 |
-
msgid "Skip Mollie payment screen"
|
1420 |
-
msgstr ""
|
1421 |
-
|
1422 |
-
#: build/src/Mollie/WC/Gateway/BankTransfer.php:57
|
1423 |
-
#: src/Mollie/WC/Gateway/BankTransfer.php:57
|
1424 |
-
msgid "Skip Mollie payment screen when Bank Transfer is selected"
|
1425 |
-
msgstr ""
|
1426 |
-
|
1427 |
-
#: build/src/Mollie/WC/Gateway/BankTransfer.php:58
|
1428 |
-
#: src/Mollie/WC/Gateway/BankTransfer.php:58
|
1429 |
-
msgid "Enable this option if you want to skip redirecting your user to the Mollie payment screen, instead this will redirect your user directly to the WooCommerce order received page displaying instructions how to complete the Bank Transfer payment."
|
1430 |
-
msgstr ""
|
1431 |
-
|
1432 |
-
#: build/src/Mollie/WC/Gateway/BankTransfer.php:138
|
1433 |
-
#: src/Mollie/WC/Gateway/BankTransfer.php:138
|
1434 |
-
msgid "Bank Transfer"
|
1435 |
-
msgstr ""
|
1436 |
-
|
1437 |
-
#. translators: Placeholder 1: consumer name, placeholder 2: consumer IBAN, placeholder 3: consumer BIC
|
1438 |
-
#: build/src/Mollie/WC/Gateway/BankTransfer.php:188
|
1439 |
-
#: build/src/Mollie/WC/Gateway/DirectDebit.php:80
|
1440 |
-
#: build/src/Mollie/WC/Gateway/Ideal.php:124
|
1441 |
-
#: build/src/Mollie/WC/Gateway/Sofort.php:64
|
1442 |
-
#: src/Mollie/WC/Gateway/BankTransfer.php:188
|
1443 |
-
#: src/Mollie/WC/Gateway/DirectDebit.php:80
|
1444 |
-
#: src/Mollie/WC/Gateway/Ideal.php:124
|
1445 |
-
#: src/Mollie/WC/Gateway/Sofort.php:64
|
1446 |
-
msgid "Payment completed by <strong>%1$s</strong> (IBAN (last 4 digits): %2$s, BIC: %3$s)"
|
1447 |
-
msgstr ""
|
1448 |
-
|
1449 |
-
#: build/src/Mollie/WC/Gateway/BankTransfer.php:198
|
1450 |
-
#: src/Mollie/WC/Gateway/BankTransfer.php:198
|
1451 |
-
msgid "Please complete your payment by transferring the total amount to the following bank account:"
|
1452 |
-
msgstr ""
|
1453 |
-
|
1454 |
-
#. translators: Placeholder 1: 'Stichting Mollie Payments'
|
1455 |
-
#: build/src/Mollie/WC/Gateway/BankTransfer.php:202
|
1456 |
-
#: src/Mollie/WC/Gateway/BankTransfer.php:202
|
1457 |
-
msgid "Beneficiary: %s"
|
1458 |
-
msgstr ""
|
1459 |
-
|
1460 |
-
#: build/src/Mollie/WC/Gateway/BankTransfer.php:203
|
1461 |
-
#: src/Mollie/WC/Gateway/BankTransfer.php:203
|
1462 |
-
msgid "IBAN: <strong>%s</strong>"
|
1463 |
-
msgstr ""
|
1464 |
-
|
1465 |
-
#: build/src/Mollie/WC/Gateway/BankTransfer.php:204
|
1466 |
-
#: src/Mollie/WC/Gateway/BankTransfer.php:204
|
1467 |
-
msgid "BIC: %s"
|
1468 |
-
msgstr ""
|
1469 |
-
|
1470 |
-
#. translators: Placeholder 1: Payment reference e.g. RF49-0000-4716-6216 (SEPA) or +++513/7587/59959+++ (Belgium)
|
1471 |
-
#: build/src/Mollie/WC/Gateway/BankTransfer.php:209
|
1472 |
-
#: src/Mollie/WC/Gateway/BankTransfer.php:209
|
1473 |
-
msgid "Payment reference: %s"
|
1474 |
-
msgstr ""
|
1475 |
-
|
1476 |
-
#. translators: Placeholder 1: Payment reference e.g. RF49-0000-4716-6216 (SEPA) or +++513/7587/59959+++ (Belgium)
|
1477 |
-
#: build/src/Mollie/WC/Gateway/BankTransfer.php:214
|
1478 |
-
#: src/Mollie/WC/Gateway/BankTransfer.php:214
|
1479 |
-
msgid "Please provide the payment reference <strong>%s</strong>"
|
1480 |
-
msgstr ""
|
1481 |
-
|
1482 |
-
#: build/src/Mollie/WC/Gateway/BankTransfer.php:228
|
1483 |
-
#: src/Mollie/WC/Gateway/BankTransfer.php:228
|
1484 |
-
msgid "The payment will expire on <strong>%s</strong>."
|
1485 |
-
msgstr ""
|
1486 |
-
|
1487 |
-
#: build/src/Mollie/WC/Gateway/BankTransfer.php:235
|
1488 |
-
#: src/Mollie/WC/Gateway/BankTransfer.php:235
|
1489 |
-
msgid "The payment will expire on <strong>%s</strong>. Please make sure you transfer the total amount before this date."
|
1490 |
-
msgstr ""
|
1491 |
-
|
1492 |
-
#: build/src/Mollie/WC/Gateway/Belfius.php:33
|
1493 |
-
#: src/Mollie/WC/Gateway/Belfius.php:33
|
1494 |
-
msgid "Belfius Direct Net"
|
1495 |
-
msgstr ""
|
1496 |
-
|
1497 |
-
#: build/src/Mollie/WC/Gateway/Creditcard.php:84
|
1498 |
-
#: src/Mollie/WC/Gateway/Creditcard.php:84
|
1499 |
-
msgid "Credit card"
|
1500 |
-
msgstr ""
|
1501 |
-
|
1502 |
-
#. translators: Placeholder 1: card holder
|
1503 |
-
#: build/src/Mollie/WC/Gateway/Creditcard.php:136
|
1504 |
-
#: src/Mollie/WC/Gateway/Creditcard.php:136
|
1505 |
-
msgid "Payment completed by <strong>%s</strong>"
|
1506 |
-
msgstr ""
|
1507 |
-
|
1508 |
-
#: build/src/Mollie/WC/Gateway/DirectDebit.php:42
|
1509 |
-
#: src/Mollie/WC/Gateway/DirectDebit.php:42
|
1510 |
-
msgid "SEPA Direct Debit"
|
1511 |
-
msgstr ""
|
1512 |
-
|
1513 |
-
#: build/src/Mollie/WC/Gateway/DirectDebit.php:49
|
1514 |
-
#: src/Mollie/WC/Gateway/DirectDebit.php:49
|
1515 |
-
msgid "SEPA Direct Debit is used for recurring payments with WooCommerce Subscriptions, and will not be shown in the WooCommerce checkout for regular payments! You also need to enable iDEAL and/or other \"first\" payment methods if you want to use SEPA Direct Debit."
|
1516 |
-
msgstr ""
|
1517 |
-
|
1518 |
-
#: build/src/Mollie/WC/Gateway/EPS.php:29
|
1519 |
-
#: src/Mollie/WC/Gateway/EPS.php:29
|
1520 |
-
msgid "EPS"
|
1521 |
-
msgstr ""
|
1522 |
-
|
1523 |
-
#: build/src/Mollie/WC/Gateway/Giftcard.php:31
|
1524 |
-
#: src/Mollie/WC/Gateway/Giftcard.php:31
|
1525 |
-
msgid "Show gift cards dropdown"
|
1526 |
-
msgstr ""
|
1527 |
-
|
1528 |
-
#: build/src/Mollie/WC/Gateway/Giftcard.php:33
|
1529 |
-
#: src/Mollie/WC/Gateway/Giftcard.php:33
|
1530 |
-
msgid "If you disable this, a dropdown with various gift cards will not be shown in the WooCommerce checkout, so users will select a gift card on the Mollie payment page after checkout."
|
1531 |
-
msgstr ""
|
1532 |
-
|
1533 |
-
#: build/src/Mollie/WC/Gateway/Giftcard.php:37
|
1534 |
-
#: build/src/Mollie/WC/Gateway/Ideal.php:39
|
1535 |
-
#: build/src/Mollie/WC/Gateway/Kbc.php:38
|
1536 |
-
#: src/Mollie/WC/Gateway/Giftcard.php:37
|
1537 |
-
#: src/Mollie/WC/Gateway/Ideal.php:39
|
1538 |
-
#: src/Mollie/WC/Gateway/Kbc.php:38
|
1539 |
-
msgid "Issuers empty option"
|
1540 |
-
msgstr ""
|
1541 |
-
|
1542 |
-
#: build/src/Mollie/WC/Gateway/Giftcard.php:39
|
1543 |
-
#: src/Mollie/WC/Gateway/Giftcard.php:39
|
1544 |
-
msgid "This text will be displayed as the first option in the gift card dropdown, but only if the above 'Show gift cards dropdown' is enabled."
|
1545 |
-
msgstr ""
|
1546 |
-
|
1547 |
-
#: build/src/Mollie/WC/Gateway/Giftcard.php:58
|
1548 |
-
#: src/Mollie/WC/Gateway/Giftcard.php:58
|
1549 |
-
msgid "Gift cards"
|
1550 |
-
msgstr ""
|
1551 |
-
|
1552 |
-
#. translators: Default gift card dropdown description, displayed above issuer drop down
|
1553 |
-
#: build/src/Mollie/WC/Gateway/Giftcard.php:74
|
1554 |
-
#: src/Mollie/WC/Gateway/Giftcard.php:74
|
1555 |
-
msgid "Select your gift card"
|
1556 |
-
msgstr ""
|
1557 |
-
|
1558 |
-
#: build/src/Mollie/WC/Gateway/Giropay.php:29
|
1559 |
-
#: src/Mollie/WC/Gateway/Giropay.php:29
|
1560 |
-
msgid "Giropay"
|
1561 |
-
msgstr ""
|
1562 |
-
|
1563 |
-
#: build/src/Mollie/WC/Gateway/Ideal.php:33
|
1564 |
-
#: src/Mollie/WC/Gateway/Ideal.php:33
|
1565 |
-
msgid "Show iDEAL banks dropdown"
|
1566 |
-
msgstr ""
|
1567 |
-
|
1568 |
-
#: build/src/Mollie/WC/Gateway/Ideal.php:35
|
1569 |
-
#: src/Mollie/WC/Gateway/Ideal.php:35
|
1570 |
-
msgid "If you disable this, a dropdown with various iDEAL banks will not be shown in the WooCommerce checkout, so users will select a iDEAL bank on the Mollie payment page after checkout."
|
1571 |
-
msgstr ""
|
1572 |
-
|
1573 |
-
#: build/src/Mollie/WC/Gateway/Ideal.php:41
|
1574 |
-
#: src/Mollie/WC/Gateway/Ideal.php:41
|
1575 |
-
msgid "This text will be displayed as the first option in the iDEAL issuers drop down, if nothing is entered, \"Select your bank\" will be shown. Only if the above 'Show iDEAL banks dropdown' is enabled."
|
1576 |
-
msgstr ""
|
1577 |
-
|
1578 |
-
#: build/src/Mollie/WC/Gateway/Ideal.php:60
|
1579 |
-
#: src/Mollie/WC/Gateway/Ideal.php:60
|
1580 |
-
msgid "iDEAL"
|
1581 |
-
msgstr ""
|
1582 |
-
|
1583 |
-
#. translators: Default iDEAL description, displayed above issuer drop down
|
1584 |
-
#. translators: Default KBC/CBC dropdown description, displayed above issuer drop down
|
1585 |
-
#: build/src/Mollie/WC/Gateway/Ideal.php:76
|
1586 |
-
#: build/src/Mollie/WC/Gateway/Kbc.php:75
|
1587 |
-
#: src/Mollie/WC/Gateway/Ideal.php:76
|
1588 |
-
#: src/Mollie/WC/Gateway/Kbc.php:75
|
1589 |
-
msgid "Select your bank"
|
1590 |
-
msgstr ""
|
1591 |
-
|
1592 |
-
#: build/src/Mollie/WC/Gateway/Kbc.php:32
|
1593 |
-
#: src/Mollie/WC/Gateway/Kbc.php:32
|
1594 |
-
msgid "Show KBC/CBC banks dropdown"
|
1595 |
-
msgstr ""
|
1596 |
-
|
1597 |
-
#: build/src/Mollie/WC/Gateway/Kbc.php:34
|
1598 |
-
#: src/Mollie/WC/Gateway/Kbc.php:34
|
1599 |
-
msgid "If you disable this, a dropdown with various KBC/CBC banks will not be shown in the WooCommerce checkout, so users will select a KBC/CBC bank on the Mollie payment page after checkout."
|
1600 |
-
msgstr ""
|
1601 |
-
|
1602 |
-
#: build/src/Mollie/WC/Gateway/Kbc.php:40
|
1603 |
-
#: src/Mollie/WC/Gateway/Kbc.php:40
|
1604 |
-
msgid "This text will be displayed as the first option in the KBC/CBC issuers drop down, if nothing is entered, \"Select your bank\" will be shown. Only if the above ''Show KBC/CBC banks dropdown' is enabled."
|
1605 |
-
msgstr ""
|
1606 |
-
|
1607 |
-
#: build/src/Mollie/WC/Gateway/Kbc.php:59
|
1608 |
-
#: src/Mollie/WC/Gateway/Kbc.php:59
|
1609 |
-
msgid "KBC/CBC Payment Button"
|
1610 |
-
msgstr ""
|
1611 |
-
|
1612 |
-
#: build/src/Mollie/WC/Gateway/KlarnaPayLater.php:33
|
1613 |
-
#: src/Mollie/WC/Gateway/KlarnaPayLater.php:33
|
1614 |
-
msgid "Klarna Pay later"
|
1615 |
-
msgstr ""
|
1616 |
-
|
1617 |
-
#: build/src/Mollie/WC/Gateway/KlarnaPayLater.php:40
|
1618 |
-
#: build/src/Mollie/WC/Gateway/KlarnaPayNow.php:38
|
1619 |
-
#: build/src/Mollie/WC/Gateway/KlarnaSliceIt.php:40
|
1620 |
-
#: src/Mollie/WC/Gateway/KlarnaPayLater.php:40
|
1621 |
-
#: src/Mollie/WC/Gateway/KlarnaPayNow.php:38
|
1622 |
-
#: src/Mollie/WC/Gateway/KlarnaSliceIt.php:40
|
1623 |
-
msgid "To accept payments via Klarna, all default WooCommerce checkout fields should be enabled and required."
|
1624 |
-
msgstr ""
|
1625 |
-
|
1626 |
-
#: build/src/Mollie/WC/Gateway/KlarnaPayNow.php:31
|
1627 |
-
#: src/Mollie/WC/Gateway/KlarnaPayNow.php:31
|
1628 |
-
msgid "Klarna Pay now"
|
1629 |
-
msgstr ""
|
1630 |
-
|
1631 |
-
#: build/src/Mollie/WC/Gateway/KlarnaSliceIt.php:33
|
1632 |
-
#: src/Mollie/WC/Gateway/KlarnaSliceIt.php:33
|
1633 |
-
msgid "Klarna Slice it"
|
1634 |
-
msgstr ""
|
1635 |
-
|
1636 |
-
#: build/src/Mollie/WC/Gateway/Mealvoucher.php:35
|
1637 |
-
#: build/src/Mollie/WC/Plugin.php:508
|
1638 |
-
#: src/Mollie/WC/Gateway/Mealvoucher.php:35
|
1639 |
-
#: src/Mollie/WC/Plugin.php:508
|
1640 |
-
msgid "Select the default products category"
|
1641 |
-
msgstr ""
|
1642 |
-
|
1643 |
-
#: build/src/Mollie/WC/Gateway/Mealvoucher.php:46
|
1644 |
-
#: src/Mollie/WC/Gateway/Mealvoucher.php:46
|
1645 |
-
msgid "In order to process it, all products in the order must have a category. This selector will assign the default category for the shop products"
|
1646 |
-
msgstr ""
|
1647 |
-
|
1648 |
-
#: build/src/Mollie/WC/Gateway/Mealvoucher.php:66
|
1649 |
-
#: src/Mollie/WC/Gateway/Mealvoucher.php:66
|
1650 |
-
msgid "Voucher"
|
1651 |
-
msgstr ""
|
1652 |
-
|
1653 |
-
#. translators: Default gift card dropdown description, displayed above issuer drop down
|
1654 |
-
#: build/src/Mollie/WC/Gateway/Mealvoucher.php:82
|
1655 |
-
#: src/Mollie/WC/Gateway/Mealvoucher.php:82
|
1656 |
-
msgid "voucher"
|
1657 |
-
msgstr ""
|
1658 |
-
|
1659 |
-
#: build/src/Mollie/WC/Gateway/MyBank.php:36
|
1660 |
-
#: src/Mollie/WC/Gateway/MyBank.php:36
|
1661 |
-
msgid "MyBank"
|
1662 |
-
msgstr ""
|
1663 |
-
|
1664 |
-
#: build/src/Mollie/WC/Gateway/MyBank.php:44
|
1665 |
-
#: src/Mollie/WC/Gateway/MyBank.php:44
|
1666 |
-
msgid "To accept payments via MyBank"
|
1667 |
-
msgstr ""
|
1668 |
-
|
1669 |
-
#. translators: Placeholder 1: MyBank consumer name, placeholder 2: Consumer Account number
|
1670 |
-
#: build/src/Mollie/WC/Gateway/MyBank.php:73
|
1671 |
-
#: src/Mollie/WC/Gateway/MyBank.php:73
|
1672 |
-
msgid "Payment completed by <strong>%1$s</strong> - %2$s"
|
1673 |
-
msgstr ""
|
1674 |
-
|
1675 |
-
#: build/src/Mollie/WC/Gateway/PayPal.php:43
|
1676 |
-
#: src/Mollie/WC/Gateway/PayPal.php:43
|
1677 |
-
msgid "PayPal"
|
1678 |
-
msgstr ""
|
1679 |
-
|
1680 |
-
#. translators: Placeholder 1: PayPal consumer name, placeholder 2: PayPal email, placeholder 3: PayPal transaction ID
|
1681 |
-
#: build/src/Mollie/WC/Gateway/PayPal.php:74
|
1682 |
-
#: build/src/Mollie/WC/Payment/Object.php:695
|
1683 |
-
#: src/Mollie/WC/Gateway/PayPal.php:74
|
1684 |
-
#: src/Mollie/WC/Payment/Object.php:695
|
1685 |
-
msgid "Payment completed by <strong>%s</strong> - %s (PayPal transaction ID: %s)"
|
1686 |
-
msgstr ""
|
1687 |
-
|
1688 |
-
#: build/src/Mollie/WC/Gateway/Paysafecard.php:20
|
1689 |
-
#: src/Mollie/WC/Gateway/Paysafecard.php:20
|
1690 |
-
msgid "paysafecard"
|
1691 |
-
msgstr ""
|
1692 |
-
|
1693 |
-
#: build/src/Mollie/WC/Gateway/Przelewy24.php:33
|
1694 |
-
#: src/Mollie/WC/Gateway/Przelewy24.php:33
|
1695 |
-
msgid "Przelewy24"
|
1696 |
-
msgstr ""
|
1697 |
-
|
1698 |
-
#: build/src/Mollie/WC/Gateway/Przelewy24.php:40
|
1699 |
-
#: src/Mollie/WC/Gateway/Przelewy24.php:40
|
1700 |
-
msgid "To accept payments via Przelewy24, a customer email is required for every payment."
|
1701 |
-
msgstr ""
|
1702 |
-
|
1703 |
-
#. translators: Placeholder 1: customer billing email
|
1704 |
-
#: build/src/Mollie/WC/Gateway/Przelewy24.php:64
|
1705 |
-
#: src/Mollie/WC/Gateway/Przelewy24.php:64
|
1706 |
-
msgid "Payment completed by <strong>%s</strong>."
|
1707 |
-
msgstr ""
|
1708 |
-
|
1709 |
-
#: build/src/Mollie/WC/Gateway/Sofort.php:33
|
1710 |
-
#: src/Mollie/WC/Gateway/Sofort.php:33
|
1711 |
-
msgid "SOFORT Banking"
|
1712 |
-
msgstr ""
|
1713 |
-
|
1714 |
-
#: build/src/Mollie/WC/Helper/Api.php:40
|
1715 |
-
#: src/Mollie/WC/Helper/Api.php:40
|
1716 |
-
msgid "No API key provided. Please set your Mollie API keys below."
|
1717 |
-
msgstr ""
|
1718 |
-
|
1719 |
-
#: build/src/Mollie/WC/Helper/Api.php:42
|
1720 |
-
#: src/Mollie/WC/Helper/Api.php:42
|
1721 |
-
msgid "Invalid API key(s). Get them on the %sDevelopers page in the Mollie dashboard%s. The API key(s) must start with 'live_' or 'test_', be at least 30 characters and must not contain any special characters."
|
1722 |
-
msgstr ""
|
1723 |
-
|
1724 |
-
#: build/src/Mollie/WC/Helper/ApplePayDirectHandler.php:39
|
1725 |
-
#: src/Mollie/WC/Helper/ApplePayDirectHandler.php:39
|
1726 |
-
msgid "%1$sServer not compliant with Apple requirements%2$s Check %3$sApple Server requirements page%4$s to fix it in order to make the Apple Pay button work"
|
1727 |
-
msgstr ""
|
1728 |
-
|
1729 |
-
#: build/src/Mollie/WC/Helper/ApplePayDirectHandler.php:54
|
1730 |
-
#: src/Mollie/WC/Helper/ApplePayDirectHandler.php:54
|
1731 |
-
msgid "%1$sApple Pay Validation Error%2$s Check %3$sApple Server requirements page%4$s to fix it in order to make the Apple Pay button work"
|
1732 |
-
msgstr ""
|
1733 |
-
|
1734 |
-
#: build/src/Mollie/WC/Helper/OrderLines.php:499
|
1735 |
-
#: src/Mollie/WC/Helper/OrderLines.php:499
|
1736 |
-
msgid "Shipping"
|
1737 |
-
msgstr ""
|
1738 |
-
|
1739 |
-
#: build/src/Mollie/WC/Helper/Settings.php:61
|
1740 |
-
#: src/Mollie/WC/Helper/Settings.php:61
|
1741 |
-
msgid "%s display settings"
|
1742 |
-
msgstr ""
|
1743 |
-
|
1744 |
-
#: build/src/Mollie/WC/Helper/Settings.php:99
|
1745 |
-
#: src/Mollie/WC/Helper/Settings.php:99
|
1746 |
-
msgid "Display logo on checkout page. Default <code>enabled</code>"
|
1747 |
-
msgstr ""
|
1748 |
-
|
1749 |
-
#: build/src/Mollie/WC/Helper/Settings.php:107
|
1750 |
-
#: src/Mollie/WC/Helper/Settings.php:107
|
1751 |
-
msgid "Sales countries"
|
1752 |
-
msgstr ""
|
1753 |
-
|
1754 |
-
#: build/src/Mollie/WC/Helper/Settings.php:125
|
1755 |
-
#: src/Mollie/WC/Helper/Settings.php:125
|
1756 |
-
msgid "%s custom logo"
|
1757 |
-
msgstr ""
|
1758 |
-
|
1759 |
-
#: build/src/Mollie/WC/Helper/Settings.php:132
|
1760 |
-
#: src/Mollie/WC/Helper/Settings.php:132
|
1761 |
-
msgid "Enable custom logo"
|
1762 |
-
msgstr ""
|
1763 |
-
|
1764 |
-
#: build/src/Mollie/WC/Helper/Settings.php:137
|
1765 |
-
#: src/Mollie/WC/Helper/Settings.php:137
|
1766 |
-
msgid "Enable the feature to add a custom logo for this gateway. This feature will have precedence over other logo options."
|
1767 |
-
msgstr ""
|
1768 |
-
|
1769 |
-
#: build/src/Mollie/WC/Helper/Settings.php:143
|
1770 |
-
#: src/Mollie/WC/Helper/Settings.php:143
|
1771 |
-
msgid "Upload custom logo"
|
1772 |
-
msgstr ""
|
1773 |
-
|
1774 |
-
#: build/src/Mollie/WC/Helper/Settings.php:150
|
1775 |
-
#: src/Mollie/WC/Helper/Settings.php:150
|
1776 |
-
msgid "Upload a custom icon for this gateway. The feature must be enabled."
|
1777 |
-
msgstr ""
|
1778 |
-
|
1779 |
-
#: build/src/Mollie/WC/Helper/Settings.php:159
|
1780 |
-
#: src/Mollie/WC/Helper/Settings.php:159
|
1781 |
-
msgid "%s surcharge"
|
1782 |
-
msgstr ""
|
1783 |
-
|
1784 |
-
#: build/src/Mollie/WC/Helper/Settings.php:166
|
1785 |
-
#: src/Mollie/WC/Helper/Settings.php:166
|
1786 |
-
msgid "Payment Surcharge"
|
1787 |
-
msgstr ""
|
1788 |
-
|
1789 |
-
#: build/src/Mollie/WC/Helper/Settings.php:172
|
1790 |
-
#: src/Mollie/WC/Helper/Settings.php:172
|
1791 |
-
msgid "No fee"
|
1792 |
-
msgstr ""
|
1793 |
-
|
1794 |
-
#: build/src/Mollie/WC/Helper/Settings.php:176
|
1795 |
-
#: src/Mollie/WC/Helper/Settings.php:176
|
1796 |
-
msgid "Fixed fee"
|
1797 |
-
msgstr ""
|
1798 |
-
|
1799 |
-
#: build/src/Mollie/WC/Helper/Settings.php:180
|
1800 |
-
#: src/Mollie/WC/Helper/Settings.php:180
|
1801 |
-
msgid "Percentage"
|
1802 |
-
msgstr ""
|
1803 |
-
|
1804 |
-
#: build/src/Mollie/WC/Helper/Settings.php:184
|
1805 |
-
#: src/Mollie/WC/Helper/Settings.php:184
|
1806 |
-
msgid "Fixed fee and percentage"
|
1807 |
-
msgstr ""
|
1808 |
-
|
1809 |
-
#: build/src/Mollie/WC/Helper/Settings.php:190
|
1810 |
-
#: src/Mollie/WC/Helper/Settings.php:190
|
1811 |
-
msgid "Choose a payment surcharge for this gateway"
|
1812 |
-
msgstr ""
|
1813 |
-
|
1814 |
-
#: build/src/Mollie/WC/Helper/Settings.php:197
|
1815 |
-
#: src/Mollie/WC/Helper/Settings.php:197
|
1816 |
-
msgid "Payment surcharge fixed amount in %s"
|
1817 |
-
msgstr ""
|
1818 |
-
|
1819 |
-
#: build/src/Mollie/WC/Helper/Settings.php:200
|
1820 |
-
#: src/Mollie/WC/Helper/Settings.php:200
|
1821 |
-
msgid "Control the fee added on checkout. Default 0.00"
|
1822 |
-
msgstr ""
|
1823 |
-
|
1824 |
-
#: build/src/Mollie/WC/Helper/Settings.php:210
|
1825 |
-
#: src/Mollie/WC/Helper/Settings.php:210
|
1826 |
-
msgid "Payment surcharge percentage amount %"
|
1827 |
-
msgstr ""
|
1828 |
-
|
1829 |
-
#: build/src/Mollie/WC/Helper/Settings.php:213
|
1830 |
-
#: src/Mollie/WC/Helper/Settings.php:213
|
1831 |
-
msgid "Control the percentage fee added on checkout. Default 0.00"
|
1832 |
-
msgstr ""
|
1833 |
-
|
1834 |
-
#: build/src/Mollie/WC/Helper/Settings.php:223
|
1835 |
-
#: src/Mollie/WC/Helper/Settings.php:223
|
1836 |
-
msgid "Payment surcharge limit in %s"
|
1837 |
-
msgstr ""
|
1838 |
-
|
1839 |
-
#: build/src/Mollie/WC/Helper/Settings.php:226
|
1840 |
-
#: src/Mollie/WC/Helper/Settings.php:226
|
1841 |
-
msgid "Limit the maximum fee added on checkout. Default 0, means no limit"
|
1842 |
-
msgstr ""
|
1843 |
-
|
1844 |
-
#: build/src/Mollie/WC/Helper/Settings.php:236
|
1845 |
-
#: src/Mollie/WC/Helper/Settings.php:236
|
1846 |
-
msgid "Surcharge only under this limit, in %s"
|
1847 |
-
msgstr ""
|
1848 |
-
|
1849 |
-
#: build/src/Mollie/WC/Helper/Settings.php:239
|
1850 |
-
#: src/Mollie/WC/Helper/Settings.php:239
|
1851 |
-
msgid "Maximum order amount to apply surcharge. If the order is above this number the surcharge will not apply. Default 0, means no maximum"
|
1852 |
-
msgstr ""
|
1853 |
-
|
1854 |
-
#: build/src/Mollie/WC/Helper/Settings.php:250
|
1855 |
-
#: src/Mollie/WC/Helper/Settings.php:250
|
1856 |
-
msgid "%s advanced"
|
1857 |
-
msgstr ""
|
1858 |
-
|
1859 |
-
#: build/src/Mollie/WC/Helper/Settings.php:259
|
1860 |
-
#: src/Mollie/WC/Helper/Settings.php:259
|
1861 |
-
msgid "Enable this option if you want to be able to set the number of days after the order will expire."
|
1862 |
-
msgstr ""
|
1863 |
-
|
1864 |
-
#: build/src/Mollie/WC/Helper/Settings.php:267
|
1865 |
-
#: src/Mollie/WC/Helper/Settings.php:267
|
1866 |
-
msgid "Number of MINUTES after the order will expire and will be canceled at Mollie and WooCommerce. A value of 0 means no expiry date will be considered."
|
1867 |
-
msgstr ""
|
1868 |
-
|
1869 |
-
#: build/src/Mollie/WC/Helper/Settings.php:280
|
1870 |
-
#: src/Mollie/WC/Helper/Settings.php:280
|
1871 |
-
msgid "Initial order status"
|
1872 |
-
msgstr ""
|
1873 |
-
|
1874 |
-
#: build/src/Mollie/WC/Helper/Settings.php:299
|
1875 |
-
#: src/Mollie/WC/Helper/Settings.php:299
|
1876 |
-
msgid "Some payment methods take longer than a few hours to complete. The initial order state is then set to '%s'. This ensures the order is not cancelled when the setting %s is used."
|
1877 |
-
msgstr ""
|
1878 |
-
|
1879 |
-
#: build/src/Mollie/WC/Helper/Settings.php:494
|
1880 |
-
#: src/Mollie/WC/Helper/Settings.php:494
|
1881 |
-
msgid "Error"
|
1882 |
-
msgstr ""
|
1883 |
-
|
1884 |
-
#: build/src/Mollie/WC/Helper/Settings.php:507
|
1885 |
-
#: src/Mollie/WC/Helper/Settings.php:507
|
1886 |
-
msgid "Mollie status:"
|
1887 |
-
msgstr ""
|
1888 |
-
|
1889 |
-
#: build/src/Mollie/WC/Helper/Settings.php:508
|
1890 |
-
#: src/Mollie/WC/Helper/Settings.php:508
|
1891 |
-
msgid "Connected"
|
1892 |
-
msgstr ""
|
1893 |
-
|
1894 |
-
#: build/src/Mollie/WC/Helper/Settings.php:551
|
1895 |
-
#: src/Mollie/WC/Helper/Settings.php:551
|
1896 |
-
msgid "Gateway enabled"
|
1897 |
-
msgstr ""
|
1898 |
-
|
1899 |
-
#: build/src/Mollie/WC/Helper/Settings.php:552
|
1900 |
-
#: src/Mollie/WC/Helper/Settings.php:552
|
1901 |
-
msgid "Gateway disabled"
|
1902 |
-
msgstr ""
|
1903 |
-
|
1904 |
-
#: build/src/Mollie/WC/Helper/Settings.php:552
|
1905 |
-
#: src/Mollie/WC/Helper/Settings.php:552
|
1906 |
-
msgid "Disabled"
|
1907 |
-
msgstr ""
|
1908 |
-
|
1909 |
-
#. translators: The surrounding %s's Will be replaced by a link to the Mollie profile
|
1910 |
-
#: build/src/Mollie/WC/Helper/Settings.php:563
|
1911 |
-
#: src/Mollie/WC/Helper/Settings.php:563
|
1912 |
-
msgid "The following payment methods are activated in your %sMollie profile%s:"
|
1913 |
-
msgstr ""
|
1914 |
-
|
1915 |
-
#: build/src/Mollie/WC/Helper/Settings.php:572
|
1916 |
-
#: src/Mollie/WC/Helper/Settings.php:572
|
1917 |
-
msgid "Refresh"
|
1918 |
-
msgstr ""
|
1919 |
-
|
1920 |
-
#: src/Settings/Page/MollieSettingsPage.php:342
|
1921 |
-
msgid "No payment methods available"
|
1922 |
-
msgstr ""
|
1923 |
-
|
1924 |
-
#: build/src/Mollie/WC/Helper/Settings.php:591
|
1925 |
-
#: src/Mollie/WC/Helper/Settings.php:591
|
1926 |
-
msgid "Edit"
|
1927 |
-
msgstr ""
|
1928 |
-
|
1929 |
-
#: build/src/Mollie/WC/Helper/Settings.php:624
|
1930 |
-
#: src/Mollie/WC/Helper/Settings.php:624
|
1931 |
-
msgid "Quickly integrate all major payment methods in WooCommerce, wherever you need them."
|
1932 |
-
msgstr ""
|
1933 |
-
|
1934 |
-
#: build/src/Mollie/WC/Helper/Settings.php:625
|
1935 |
-
#: src/Mollie/WC/Helper/Settings.php:625
|
1936 |
-
msgid " Simply drop them ready-made into your WooCommerce webshop with this powerful plugin by Mollie."
|
1937 |
-
msgstr ""
|
1938 |
-
|
1939 |
-
#: build/src/Mollie/WC/Helper/Settings.php:626
|
1940 |
-
#: src/Mollie/WC/Helper/Settings.php:626
|
1941 |
-
msgid " Mollie is dedicated to making payments better for WooCommerce. "
|
1942 |
-
msgstr ""
|
1943 |
-
|
1944 |
-
#: build/src/Mollie/WC/Helper/Settings.php:627
|
1945 |
-
#: src/Mollie/WC/Helper/Settings.php:627
|
1946 |
-
msgid "Please go to"
|
1947 |
-
msgstr ""
|
1948 |
-
|
1949 |
-
#: build/src/Mollie/WC/Helper/Settings.php:627
|
1950 |
-
#: src/Mollie/WC/Helper/Settings.php:627
|
1951 |
-
msgid " the signup page"
|
1952 |
-
msgstr ""
|
1953 |
-
|
1954 |
-
#: build/src/Mollie/WC/Helper/Settings.php:628
|
1955 |
-
#: src/Mollie/WC/Helper/Settings.php:628
|
1956 |
-
msgid "to create a new Mollie account and start receiving payments in a couple of minutes. "
|
1957 |
-
msgstr ""
|
1958 |
-
|
1959 |
-
#: build/src/Mollie/WC/Helper/Settings.php:629
|
1960 |
-
#: src/Mollie/WC/Helper/Settings.php:629
|
1961 |
-
msgid "Contact "
|
1962 |
-
msgstr ""
|
1963 |
-
|
1964 |
-
#: build/src/Mollie/WC/Helper/Settings.php:630
|
1965 |
-
#: src/Mollie/WC/Helper/Settings.php:630
|
1966 |
-
msgid " if you have any questions or comments about this plugin."
|
1967 |
-
msgstr ""
|
1968 |
-
|
1969 |
-
#: build/src/Mollie/WC/Helper/Settings.php:631
|
1970 |
-
#: src/Mollie/WC/Helper/Settings.php:631
|
1971 |
-
msgid "Our pricing is always per transaction. No startup fees, no monthly fees, and no gateway fees. No hidden fees, period."
|
1972 |
-
msgstr ""
|
1973 |
-
|
1974 |
-
#: build/src/Mollie/WC/Helper/Settings.php:635
|
1975 |
-
#: src/Mollie/WC/Helper/Settings.php:635
|
1976 |
-
msgid "Plugin Documentation"
|
1977 |
-
msgstr ""
|
1978 |
-
|
1979 |
-
#: build/src/Mollie/WC/Helper/Settings.php:635
|
1980 |
-
#: src/Mollie/WC/Helper/Settings.php:635
|
1981 |
-
msgid "Contact Support"
|
1982 |
-
msgstr ""
|
1983 |
-
|
1984 |
-
#: build/src/Mollie/WC/Helper/Settings.php:644
|
1985 |
-
#: src/Mollie/WC/Helper/Settings.php:644
|
1986 |
-
msgid "Log plugin events."
|
1987 |
-
msgstr ""
|
1988 |
-
|
1989 |
-
#: build/src/Mollie/WC/Helper/Settings.php:650
|
1990 |
-
#: src/Mollie/WC/Helper/Settings.php:650
|
1991 |
-
msgid "Log files are saved to <code>%s</code>"
|
1992 |
-
msgstr ""
|
1993 |
-
|
1994 |
-
#: build/src/Mollie/WC/Helper/Settings.php:663
|
1995 |
-
#: build/src/Mollie/WC/Plugin.php:379
|
1996 |
-
#: build/src/Mollie/WC/Settings/Page/Mollie.php:11
|
1997 |
-
#: src/Mollie/WC/Helper/Settings.php:663
|
1998 |
-
#: src/Mollie/WC/Plugin.php:379
|
1999 |
-
#: src/Mollie/WC/Settings/Page/Mollie.php:11
|
2000 |
-
msgid "Mollie Settings"
|
2001 |
-
msgstr ""
|
2002 |
-
|
2003 |
-
#: build/src/Mollie/WC/Helper/Settings.php:670
|
2004 |
-
#: src/Mollie/WC/Helper/Settings.php:670
|
2005 |
-
msgid "Live API key"
|
2006 |
-
msgstr ""
|
2007 |
-
|
2008 |
-
#. translators: Placeholder 1: API key mode (live or test). The surrounding %s's Will be replaced by a link to the Mollie profile
|
2009 |
-
#: build/src/Mollie/WC/Helper/Settings.php:675
|
2010 |
-
#: build/src/Mollie/WC/Helper/Settings.php:697
|
2011 |
-
#: src/Mollie/WC/Helper/Settings.php:675
|
2012 |
-
#: src/Mollie/WC/Helper/Settings.php:697
|
2013 |
-
msgid "The API key is used to connect to Mollie. You can find your <strong>%s</strong> API key in your %sMollie profile%s"
|
2014 |
-
msgstr ""
|
2015 |
-
|
2016 |
-
#: build/src/Mollie/WC/Helper/Settings.php:681
|
2017 |
-
#: src/Mollie/WC/Helper/Settings.php:681
|
2018 |
-
msgid "Live API key should start with live_"
|
2019 |
-
msgstr ""
|
2020 |
-
|
2021 |
-
#: build/src/Mollie/WC/Helper/Settings.php:685
|
2022 |
-
#: src/Mollie/WC/Helper/Settings.php:685
|
2023 |
-
msgid "Enable test mode"
|
2024 |
-
msgstr ""
|
2025 |
-
|
2026 |
-
#: build/src/Mollie/WC/Helper/Settings.php:688
|
2027 |
-
#: src/Mollie/WC/Helper/Settings.php:688
|
2028 |
-
msgid "Enable test mode if you want to test the plugin without using real payments."
|
2029 |
-
msgstr ""
|
2030 |
-
|
2031 |
-
#: build/src/Mollie/WC/Helper/Settings.php:692
|
2032 |
-
#: src/Mollie/WC/Helper/Settings.php:692
|
2033 |
-
msgid "Test API key"
|
2034 |
-
msgstr ""
|
2035 |
-
|
2036 |
-
#: build/src/Mollie/WC/Helper/Settings.php:703
|
2037 |
-
#: src/Mollie/WC/Helper/Settings.php:703
|
2038 |
-
msgid "Test API key should start with test_"
|
2039 |
-
msgstr ""
|
2040 |
-
|
2041 |
-
#: build/src/Mollie/WC/Helper/Settings.php:707
|
2042 |
-
#: src/Mollie/WC/Helper/Settings.php:707
|
2043 |
-
msgid "Debug Log"
|
2044 |
-
msgstr ""
|
2045 |
-
|
2046 |
-
#: build/src/Mollie/WC/Helper/Settings.php:810
|
2047 |
-
#: src/Mollie/WC/Helper/Settings.php:810
|
2048 |
-
msgid "You have WooCommerce Subscriptions activated, but not SEPA Direct Debit. Enable SEPA Direct Debit if you want to allow customers to pay subscriptions with iDEAL and/or other \"first\" payment methods."
|
2049 |
-
msgstr ""
|
2050 |
-
|
2051 |
-
#: build/src/Mollie/WC/Helper/Settings.php:834
|
2052 |
-
#: src/Mollie/WC/Helper/Settings.php:834
|
2053 |
-
msgid "You have the WooCommerce default Direct Bank Transfer (BACS) payment gateway enabled in WooCommerce. Mollie strongly advices only using Bank Transfer via Mollie and disabling the default WooCommerce BACS payment gateway to prevent possible conflicts."
|
2054 |
-
msgstr ""
|
2055 |
-
|
2056 |
-
#: build/src/Mollie/WC/Helper/Settings.php:855
|
2057 |
-
#: src/Mollie/WC/Helper/Settings.php:855
|
2058 |
-
msgid "You have activated Klarna. To accept payments, please make sure all default WooCommerce checkout fields are enabled and required. For more information, go to %1sKlarna Pay Later documentation%2s or %3sKlarna Slice it documentation%4s"
|
2059 |
-
msgstr ""
|
2060 |
-
|
2061 |
-
#. translators: Placeholder 1: Plugin name, placeholder 2: required WooCommerce version, placeholder 3: used WooCommerce version
|
2062 |
-
#: build/src/Mollie/WC/Helper/Status.php:67
|
2063 |
-
#: src/Mollie/WC/Helper/Status.php:67
|
2064 |
-
msgid "The %s plugin requires at least WooCommerce version %s, you are using version %s. Please update your WooCommerce plugin."
|
2065 |
-
msgstr ""
|
2066 |
-
|
2067 |
-
#: build/src/Mollie/WC/Helper/Status.php:80
|
2068 |
-
#: src/Mollie/WC/Helper/Status.php:80
|
2069 |
-
msgid "Mollie API client not installed. Please make sure the plugin is installed correctly."
|
2070 |
-
msgstr ""
|
2071 |
-
|
2072 |
-
#: build/src/Mollie/WC/Helper/Status.php:89
|
2073 |
-
#: src/Mollie/WC/Helper/Status.php:89
|
2074 |
-
msgid "Mollie Payments for WooCommerce requires the JSON extension for PHP. Enable it in your server or ask your webhoster to enable it for you."
|
2075 |
-
msgstr ""
|
2076 |
-
|
2077 |
-
#. translators: Placeholder 1: Required PHP version, placeholder 2: current PHP version
|
2078 |
-
#: build/src/Mollie/WC/Helper/Status.php:104
|
2079 |
-
#: src/Mollie/WC/Helper/Status.php:104
|
2080 |
-
msgid "Mollie Payments for WooCommerce require PHP %s or higher, you have PHP %s. Please upgrade and view %sthis FAQ%s"
|
2081 |
-
msgstr ""
|
2082 |
-
|
2083 |
-
#: build/src/Mollie/WC/Helper/Status.php:116
|
2084 |
-
#: src/Mollie/WC/Helper/Status.php:116
|
2085 |
-
msgid "Mollie Payments for WooCommerce requires the PHP extension JSON to be enabled. Please enable the 'json' extension in your PHP configuration."
|
2086 |
-
msgstr ""
|
2087 |
-
|
2088 |
-
#: build/src/Mollie/WC/Helper/Status.php:123
|
2089 |
-
#: src/Mollie/WC/Helper/Status.php:123
|
2090 |
-
msgid "Mollie Payments for WooCommerce requires the PHP extension cURL to be enabled. Please enable the 'curl' extension in your PHP configuration."
|
2091 |
-
msgstr ""
|
2092 |
-
|
2093 |
-
#: build/src/Mollie/WC/Helper/Status.php:131
|
2094 |
-
#: src/Mollie/WC/Helper/Status.php:131
|
2095 |
-
msgid "Mollie Payments for WooCommerce require PHP cURL functions to be available. Please make sure all of these functions are available."
|
2096 |
-
msgstr ""
|
2097 |
-
|
2098 |
-
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
2099 |
-
#: build/src/Mollie/WC/Payment/Object.php:603
|
2100 |
-
#: src/Mollie/WC/Payment/Object.php:603
|
2101 |
-
msgid "%s renewal payment failed via Mollie (%s). You will need to manually review the payment and adjust product stocks if you use them."
|
2102 |
-
msgstr ""
|
2103 |
-
|
2104 |
-
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
2105 |
-
#: build/src/Mollie/WC/Payment/Object.php:637
|
2106 |
-
#: src/Mollie/WC/Payment/Object.php:637
|
2107 |
-
msgid "%s payment failed via Mollie (%s)."
|
2108 |
-
msgstr ""
|
2109 |
-
|
2110 |
-
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
2111 |
-
#: build/src/Mollie/WC/Payment/Object.php:677
|
2112 |
-
#: src/Mollie/WC/Payment/Object.php:677
|
2113 |
-
msgid "Mollie webhook called, but payment also started via %s, so the order status is not updated."
|
2114 |
-
msgstr ""
|
2115 |
-
|
2116 |
-
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
2117 |
-
#: build/src/Mollie/WC/Payment/Order.php:262
|
2118 |
-
#: build/src/Mollie/WC/Payment/Payment.php:247
|
2119 |
-
#: src/Mollie/WC/Payment/Order.php:262
|
2120 |
-
#: src/Mollie/WC/Payment/Payment.php:247
|
2121 |
-
msgid "Order completed using %s payment (%s)."
|
2122 |
-
msgstr ""
|
2123 |
-
|
2124 |
-
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
2125 |
-
#: build/src/Mollie/WC/Payment/Order.php:314
|
2126 |
-
#: src/Mollie/WC/Payment/Order.php:314
|
2127 |
-
msgid "Order authorized using %s payment (%s). Set order to completed in WooCommerce when you have shipped the products, to capture the payment. Do this within 28 days, or the order will expire. To handle individual order lines, process the order via the Mollie Dashboard."
|
2128 |
-
msgstr ""
|
2129 |
-
|
2130 |
-
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
2131 |
-
#: build/src/Mollie/WC/Payment/Order.php:361
|
2132 |
-
#: src/Mollie/WC/Payment/Order.php:361
|
2133 |
-
msgid "Order completed at Mollie for %s order (%s). At least one order line completed. Remember: Completed status for an order at Mollie is not the same as Completed status in WooCommerce!"
|
2134 |
-
msgstr ""
|
2135 |
-
|
2136 |
-
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
2137 |
-
#: build/src/Mollie/WC/Payment/Order.php:444
|
2138 |
-
#: src/Mollie/WC/Payment/Order.php:444
|
2139 |
-
msgid "%s order (%s) cancelled ."
|
2140 |
-
msgstr ""
|
2141 |
-
|
2142 |
-
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
2143 |
-
#: build/src/Mollie/WC/Payment/Order.php:509
|
2144 |
-
#: src/Mollie/WC/Payment/Order.php:509
|
2145 |
-
msgid "%s order expired (%s) but not cancelled because of another pending payment (%s)."
|
2146 |
-
msgstr ""
|
2147 |
-
|
2148 |
-
#: build/src/Mollie/WC/Payment/Order.php:742
|
2149 |
-
#: src/Mollie/WC/Payment/Order.php:742
|
2150 |
-
msgid "%sx %s cancelled for %s%s in WooCommerce and at Mollie."
|
2151 |
-
msgstr ""
|
2152 |
-
|
2153 |
-
#: build/src/Mollie/WC/Payment/Order.php:758
|
2154 |
-
#: src/Mollie/WC/Payment/Order.php:758
|
2155 |
-
msgid "%sx %s refunded for %s%s in WooCommerce and at Mollie.%s Refund ID: %s."
|
2156 |
-
msgstr ""
|
2157 |
-
|
2158 |
-
#: build/src/Mollie/WC/Payment/Order.php:836
|
2159 |
-
#: src/Mollie/WC/Payment/Order.php:836
|
2160 |
-
msgid "Amount refund of %s%s refunded in WooCommerce and at Mollie.%s Refund ID: %s."
|
2161 |
-
msgstr ""
|
2162 |
-
|
2163 |
-
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
2164 |
-
#: build/src/Mollie/WC/Payment/Order.php:931
|
2165 |
-
#: src/Mollie/WC/Payment/Order.php:931
|
2166 |
-
msgid "%s order (%s) expired ."
|
2167 |
-
msgstr ""
|
2168 |
-
|
2169 |
-
#: build/src/Mollie/WC/Payment/OrderItemsRefunder.php:109
|
2170 |
-
#: src/Mollie/WC/Payment/OrderItemsRefunder.php:109
|
2171 |
-
msgid "One of the WooCommerce order items does not have the refund item ID meta value associated to Mollie Order item."
|
2172 |
-
msgstr ""
|
2173 |
-
|
2174 |
-
#: build/src/Mollie/WC/Payment/OrderItemsRefunder.php:157
|
2175 |
-
#: src/Mollie/WC/Payment/OrderItemsRefunder.php:157
|
2176 |
-
msgid "Impossible to retrieve the order item ID related to the remote item: %1$s. Try to do a refund by amount."
|
2177 |
-
msgstr ""
|
2178 |
-
|
2179 |
-
#: build/src/Mollie/WC/Payment/OrderItemsRefunder.php:183
|
2180 |
-
#: src/Mollie/WC/Payment/OrderItemsRefunder.php:183
|
2181 |
-
msgid "Empty WooCommerce order items or mollie order lines."
|
2182 |
-
msgstr ""
|
2183 |
-
|
2184 |
-
#. translators: Placeholder 1: order number
|
2185 |
-
#: build/src/Mollie/WC/Gateway/AbstractSubscription.php:116
|
2186 |
-
#: build/src/Mollie/WC/Payment/Payment.php:132
|
2187 |
-
#: src/Mollie/WC/Gateway/AbstractSubscription.php:116
|
2188 |
-
#: src/Mollie/WC/Payment/Payment.php:132
|
2189 |
-
msgctxt "Payment description for {orderNumber}"
|
2190 |
-
msgid "Order {orderNumber}"
|
2191 |
-
msgstr ""
|
2192 |
-
|
2193 |
-
#. translators: Placeholder 1: store name
|
2194 |
-
#: build/src/Mollie/WC/Gateway/AbstractSubscription.php:127
|
2195 |
-
#: build/src/Mollie/WC/Payment/Payment.php:143
|
2196 |
-
#: src/Mollie/WC/Gateway/AbstractSubscription.php:127
|
2197 |
-
#: src/Mollie/WC/Payment/Payment.php:143
|
2198 |
-
msgctxt "Payment description for {storeName}"
|
2199 |
-
msgid "StoreName {storeName}"
|
2200 |
-
msgstr ""
|
2201 |
-
|
2202 |
-
#. translators: Placeholder 1: customer first name
|
2203 |
-
#: build/src/Mollie/WC/Gateway/AbstractSubscription.php:138
|
2204 |
-
#: build/src/Mollie/WC/Payment/Payment.php:154
|
2205 |
-
#: src/Mollie/WC/Gateway/AbstractSubscription.php:138
|
2206 |
-
#: src/Mollie/WC/Payment/Payment.php:154
|
2207 |
-
msgctxt "Payment description for {customer.firstname}"
|
2208 |
-
msgid "Customer Firstname {customer.firstname}"
|
2209 |
-
msgstr ""
|
2210 |
-
|
2211 |
-
#. translators: Placeholder 1: customer last name
|
2212 |
-
#: build/src/Mollie/WC/Gateway/AbstractSubscription.php:149
|
2213 |
-
#: build/src/Mollie/WC/Payment/Payment.php:165
|
2214 |
-
#: src/Mollie/WC/Gateway/AbstractSubscription.php:149
|
2215 |
-
#: src/Mollie/WC/Payment/Payment.php:165
|
2216 |
-
msgctxt "Payment description for {customer.lastname}"
|
2217 |
-
msgid "Customer Lastname {customer.lastname}"
|
2218 |
-
msgstr ""
|
2219 |
-
|
2220 |
-
#. translators: Placeholder 1: customer company name
|
2221 |
-
#: build/src/Mollie/WC/Gateway/AbstractSubscription.php:160
|
2222 |
-
#: build/src/Mollie/WC/Payment/Payment.php:176
|
2223 |
-
#: src/Mollie/WC/Gateway/AbstractSubscription.php:160
|
2224 |
-
#: src/Mollie/WC/Payment/Payment.php:176
|
2225 |
-
msgctxt "Payment description for {customer.company}"
|
2226 |
-
msgid "Customer Company {customer.company}"
|
2227 |
-
msgstr ""
|
2228 |
-
|
2229 |
-
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
2230 |
-
#: build/src/Mollie/WC/Payment/Payment.php:334
|
2231 |
-
#: src/Mollie/WC/Payment/Payment.php:334
|
2232 |
-
msgid "%s payment (%s) cancelled ."
|
2233 |
-
msgstr ""
|
2234 |
-
|
2235 |
-
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
2236 |
-
#: build/src/Mollie/WC/Payment/Payment.php:404
|
2237 |
-
#: src/Mollie/WC/Payment/Payment.php:404
|
2238 |
-
msgid "%s payment expired (%s) but not cancelled because of another pending payment (%s)."
|
2239 |
-
msgstr ""
|
2240 |
-
|
2241 |
-
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
2242 |
-
#: build/src/Mollie/WC/Payment/Payment.php:427
|
2243 |
-
#: src/Mollie/WC/Payment/Payment.php:427
|
2244 |
-
msgid "%s payment expired (%s)."
|
2245 |
-
msgstr ""
|
2246 |
-
|
2247 |
-
#. translators: Placeholder 1: currency, placeholder 2: refunded amount, placeholder 3: optional refund reason, placeholder 4: payment ID, placeholder 5: refund ID
|
2248 |
-
#: build/src/Mollie/WC/Payment/Payment.php:509
|
2249 |
-
#: src/Mollie/WC/Payment/Payment.php:509
|
2250 |
-
msgid "Refunded %s%s%s - Payment: %s, Refund: %s"
|
2251 |
-
msgstr ""
|
2252 |
-
|
2253 |
-
#: build/src/Mollie/WC/Payment/RefundLineItemsBuilder.php:119
|
2254 |
-
#: src/Mollie/WC/Payment/RefundLineItemsBuilder.php:119
|
2255 |
-
msgid "Mollie doesn't allow a partial refund of the full amount or quantity of at least one order line. Trying to process this as an amount refund instead."
|
2256 |
-
msgstr ""
|
2257 |
-
|
2258 |
-
#. translators: Placeholder 1: payment method title, placeholder 2: payment ID
|
2259 |
-
#: build/src/Mollie/WC/Plugin.php:128
|
2260 |
-
#: src/Mollie/WC/Plugin.php:128
|
2261 |
-
msgid "%s payment failed (%s)."
|
2262 |
-
msgstr ""
|
2263 |
-
|
2264 |
-
#: build/src/Mollie/WC/Plugin.php:303
|
2265 |
-
#: src/Mollie/WC/Plugin.php:303
|
2266 |
-
msgid "%1$sMollie Payments for WooCommerce%2$s The test mode is active, %3$s disable it%4$s before deploying into production."
|
2267 |
-
msgstr ""
|
2268 |
-
|
2269 |
-
#: build/src/Mollie/WC/Plugin.php:411
|
2270 |
-
#: build/src/Mollie/WC/Plugin.php:444
|
2271 |
-
#: build/src/Mollie/WC/Plugin.php:466
|
2272 |
-
#: src/Mollie/WC/Plugin.php:411
|
2273 |
-
#: src/Mollie/WC/Plugin.php:444
|
2274 |
-
#: src/Mollie/WC/Plugin.php:466
|
2275 |
-
msgid "Mollie Voucher Category"
|
2276 |
-
msgstr ""
|
2277 |
-
|
2278 |
-
#: build/src/Mollie/WC/Plugin.php:414
|
2279 |
-
#: build/src/Mollie/WC/Plugin.php:446
|
2280 |
-
#: build/src/Mollie/WC/Plugin.php:469
|
2281 |
-
#: src/Mollie/WC/Plugin.php:414
|
2282 |
-
#: src/Mollie/WC/Plugin.php:446
|
2283 |
-
#: src/Mollie/WC/Plugin.php:469
|
2284 |
-
msgid "--Please choose an option--"
|
2285 |
-
msgstr ""
|
2286 |
-
|
2287 |
-
#: build/src/Mollie/WC/Plugin.php:415
|
2288 |
-
#: build/src/Mollie/WC/Plugin.php:447
|
2289 |
-
#: build/src/Mollie/WC/Plugin.php:470
|
2290 |
-
#: build/src/Mollie/WC/Plugin.php:583
|
2291 |
-
#: src/Mollie/WC/Plugin.php:415
|
2292 |
-
#: src/Mollie/WC/Plugin.php:447
|
2293 |
-
#: src/Mollie/WC/Plugin.php:470
|
2294 |
-
#: src/Mollie/WC/Plugin.php:583
|
2295 |
-
msgid "No Category"
|
2296 |
-
msgstr ""
|
2297 |
-
|
2298 |
-
#: build/src/Mollie/WC/Plugin.php:416
|
2299 |
-
#: build/src/Mollie/WC/Plugin.php:448
|
2300 |
-
#: build/src/Mollie/WC/Plugin.php:471
|
2301 |
-
#: build/src/Mollie/WC/Plugin.php:584
|
2302 |
-
#: src/Mollie/WC/Plugin.php:416
|
2303 |
-
#: src/Mollie/WC/Plugin.php:448
|
2304 |
-
#: src/Mollie/WC/Plugin.php:471
|
2305 |
-
#: src/Mollie/WC/Plugin.php:584
|
2306 |
-
msgid "Meal"
|
2307 |
-
msgstr ""
|
2308 |
-
|
2309 |
-
#: build/src/Mollie/WC/Plugin.php:417
|
2310 |
-
#: build/src/Mollie/WC/Plugin.php:449
|
2311 |
-
#: build/src/Mollie/WC/Plugin.php:472
|
2312 |
-
#: build/src/Mollie/WC/Plugin.php:585
|
2313 |
-
#: src/Mollie/WC/Plugin.php:417
|
2314 |
-
#: src/Mollie/WC/Plugin.php:449
|
2315 |
-
#: src/Mollie/WC/Plugin.php:472
|
2316 |
-
#: src/Mollie/WC/Plugin.php:585
|
2317 |
-
msgid "Eco"
|
2318 |
-
msgstr ""
|
2319 |
-
|
2320 |
-
#: build/src/Mollie/WC/Plugin.php:418
|
2321 |
-
#: build/src/Mollie/WC/Plugin.php:450
|
2322 |
-
#: build/src/Mollie/WC/Plugin.php:473
|
2323 |
-
#: build/src/Mollie/WC/Plugin.php:586
|
2324 |
-
#: src/Mollie/WC/Plugin.php:418
|
2325 |
-
#: src/Mollie/WC/Plugin.php:450
|
2326 |
-
#: src/Mollie/WC/Plugin.php:473
|
2327 |
-
#: src/Mollie/WC/Plugin.php:586
|
2328 |
-
msgid "Gift"
|
2329 |
-
msgstr ""
|
2330 |
-
|
2331 |
-
#: build/src/Mollie/WC/Plugin.php:452
|
2332 |
-
#: build/src/Mollie/WC/Plugin.php:475
|
2333 |
-
#: src/Mollie/WC/Plugin.php:452
|
2334 |
-
#: src/Mollie/WC/Plugin.php:475
|
2335 |
-
msgid "Select a voucher category to apply to all products with this category"
|
2336 |
-
msgstr ""
|
2337 |
-
|
2338 |
-
#: build/src/Mollie/WC/Plugin.php:512
|
2339 |
-
#: src/Mollie/WC/Plugin.php:512
|
2340 |
-
msgid "Products voucher category"
|
2341 |
-
msgstr ""
|
2342 |
-
|
2343 |
-
#: build/src/Mollie/WC/Plugin.php:519
|
2344 |
-
#: build/src/Mollie/WC/Plugin.php:582
|
2345 |
-
#: src/Mollie/WC/Plugin.php:519
|
2346 |
-
#: src/Mollie/WC/Plugin.php:582
|
2347 |
-
msgid "Same as default category"
|
2348 |
-
msgstr ""
|
2349 |
-
|
2350 |
-
#: build/src/Mollie/WC/Plugin.php:529
|
2351 |
-
#: src/Mollie/WC/Plugin.php:529
|
2352 |
-
msgid "In order to process it, all products in the order must have a category. To disable the product from voucher selection select \"No category\" option."
|
2353 |
-
msgstr ""
|
2354 |
-
|
2355 |
-
#: build/src/Mollie/WC/Plugin.php:579
|
2356 |
-
#: src/Mollie/WC/Plugin.php:579
|
2357 |
-
msgid "Mollie Voucher category"
|
2358 |
-
msgstr ""
|
2359 |
-
|
2360 |
-
#: build/src/Mollie/WC/Plugin.php:727
|
2361 |
-
#: src/Mollie/WC/Plugin.php:727
|
2362 |
-
msgid "%1$s items refunded in WooCommerce and at Mollie."
|
2363 |
-
msgstr ""
|
2364 |
-
|
2365 |
-
#: build/src/Mollie/WC/Plugin.php:745
|
2366 |
-
#: src/Mollie/WC/Plugin.php:745
|
2367 |
-
msgid "%1$s items cancelled in WooCommerce and at Mollie."
|
2368 |
-
msgstr ""
|
2369 |
-
|
2370 |
-
#: build/src/Mollie/WC/Plugin.php:919
|
2371 |
-
#: src/Mollie/WC/Plugin.php:919
|
2372 |
-
msgid "Name on card"
|
2373 |
-
msgstr ""
|
2374 |
-
|
2375 |
-
#: build/src/Mollie/WC/Plugin.php:923
|
2376 |
-
#: src/Mollie/WC/Plugin.php:923
|
2377 |
-
msgid "Card number"
|
2378 |
-
msgstr ""
|
2379 |
-
|
2380 |
-
#: build/src/Mollie/WC/Plugin.php:931
|
2381 |
-
#: src/Mollie/WC/Plugin.php:931
|
2382 |
-
msgid "CVC/CVV"
|
2383 |
-
msgstr ""
|
2384 |
-
|
2385 |
-
#: build/src/Mollie/WC/Plugin.php:938
|
2386 |
-
#: src/Mollie/WC/Plugin.php:938
|
2387 |
-
msgid "An unknown error occurred, please check the card fields."
|
2388 |
-
msgstr ""
|
2389 |
-
|
2390 |
-
#: build/src/Mollie/WC/Plugin.php:1295
|
2391 |
-
#: src/Mollie/WC/Plugin.php:1295
|
2392 |
-
msgid "Mollie settings"
|
2393 |
-
msgstr ""
|
2394 |
-
|
2395 |
-
#: build/src/Mollie/WC/Plugin.php:1301
|
2396 |
-
#: src/Mollie/WC/Plugin.php:1301
|
2397 |
-
msgid "Logs"
|
2398 |
-
msgstr ""
|
2399 |
-
|
2400 |
-
#: build/src/Mollie/WC/Settings/Page/Mollie.php:138
|
2401 |
-
#: src/Mollie/WC/Settings/Page/Mollie.php:138
|
2402 |
-
msgid "General"
|
2403 |
-
msgstr ""
|
2404 |
-
|
2405 |
-
#: build/src/Mollie/WC/Settings/Page/Mollie.php:143
|
2406 |
-
#: src/Mollie/WC/Settings/Page/Mollie.php:143
|
2407 |
-
msgid "Apple Pay Button"
|
2408 |
-
msgstr ""
|
2409 |
-
|
2410 |
-
#: build/src/Mollie/WC/Settings/Page/Mollie.php:147
|
2411 |
-
#: src/Mollie/WC/Settings/Page/Mollie.php:147
|
2412 |
-
msgid "Advanced"
|
2413 |
-
msgstr ""
|
2414 |
-
|
2415 |
-
#: src/Mollie/WC/Gateway/Abstract.php:1987
|
2416 |
-
msgid "%1$s Secure payments provided by %2$s"
|
2417 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mollie-payments-for-woocommerce.php
CHANGED
@@ -3,16 +3,16 @@
|
|
3 |
* Plugin Name: Mollie Payments for WooCommerce
|
4 |
* Plugin URI: https://www.mollie.com
|
5 |
* Description: Accept payments in WooCommerce with the official Mollie plugin
|
6 |
-
* Version: 7.3.
|
7 |
* Author: Mollie
|
8 |
* Author URI: https://www.mollie.com
|
9 |
* Requires at least: 5.0
|
10 |
-
* Tested up to: 6.
|
11 |
* Text Domain: mollie-payments-for-woocommerce
|
12 |
* Domain Path: /languages
|
13 |
* License: GPLv2 or later
|
14 |
* WC requires at least: 3.0
|
15 |
-
* WC tested up to:
|
16 |
* Requires PHP: 7.2
|
17 |
*/
|
18 |
declare(strict_types=1);
|
3 |
* Plugin Name: Mollie Payments for WooCommerce
|
4 |
* Plugin URI: https://www.mollie.com
|
5 |
* Description: Accept payments in WooCommerce with the official Mollie plugin
|
6 |
+
* Version: 7.3.4
|
7 |
* Author: Mollie
|
8 |
* Author URI: https://www.mollie.com
|
9 |
* Requires at least: 5.0
|
10 |
+
* Tested up to: 6.1
|
11 |
* Text Domain: mollie-payments-for-woocommerce
|
12 |
* Domain Path: /languages
|
13 |
* License: GPLv2 or later
|
14 |
* WC requires at least: 3.0
|
15 |
+
* WC tested up to: 7.0
|
16 |
* Requires PHP: 7.2
|
17 |
*/
|
18 |
declare(strict_types=1);
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: daanvm, danielhuesken, davdebcom, dinamiko, inpsyde, l.vangunst, ndijkstra, robin-mollie, wido, carmen222
|
3 |
Tags: mollie, payments, payment gateway, woocommerce, credit card, ideal, bancontact, klarna, sofort, giropay, woocommerce subscriptions
|
4 |
Requires at least: 3.8
|
5 |
-
Tested up to: 6.
|
6 |
-
Stable tag: 7.3.
|
7 |
Requires PHP: 7.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -185,6 +185,19 @@ Automatic updates should work like a charm; as always though, ensure you backup
|
|
185 |
|
186 |
== Changelog ==
|
187 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
188 |
= 7.3.3 - 21-09-2022 =
|
189 |
|
190 |
* Fix - Subscription renewal charged twice
|
2 |
Contributors: daanvm, danielhuesken, davdebcom, dinamiko, inpsyde, l.vangunst, ndijkstra, robin-mollie, wido, carmen222
|
3 |
Tags: mollie, payments, payment gateway, woocommerce, credit card, ideal, bancontact, klarna, sofort, giropay, woocommerce subscriptions
|
4 |
Requires at least: 3.8
|
5 |
+
Tested up to: 6.1
|
6 |
+
Stable tag: 7.3.4
|
7 |
Requires PHP: 7.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
185 |
|
186 |
== Changelog ==
|
187 |
|
188 |
+
= 7.3.4 - 09-11-2022 =
|
189 |
+
|
190 |
+
* Fix - Site crash with WooCommerce 3.0 active
|
191 |
+
* Fix - Fatal error when payment surcharge limit exceeded
|
192 |
+
* Fix - Critical error when API connection not available
|
193 |
+
* Fix - Redundant log entry
|
194 |
+
* Fix - Conflict with "Extra Checkout Options" plugin
|
195 |
+
* Fix - PHP Warning for undefined array key
|
196 |
+
* Fix - Consider order status before setting it to "Canceled" status upon Mollie expiry webhook
|
197 |
+
* Fix - Broken translation strings
|
198 |
+
* Fix - Undefined index in voucher category
|
199 |
+
* Fix - Description printed in wrong field in settings
|
200 |
+
|
201 |
= 7.3.3 - 21-09-2022 =
|
202 |
|
203 |
* Fix - Subscription renewal charged twice
|
src/Activation/ConstraintsChecker.php
CHANGED
@@ -106,12 +106,11 @@ class ConstraintsChecker
|
|
106 |
|
107 |
protected function showNotice(array $errors)
|
108 |
{
|
109 |
-
|
110 |
foreach ($errors as $error) {
|
111 |
$message .= sprintf('<p>%s</p>', $error);
|
112 |
}
|
113 |
-
$message .=
|
114 |
-
$message = sprintf(__($message, 'mollie-payments-for-woocommerce'), '<p><strong>', '</strong></p>');
|
115 |
$errorLevel = 'notice-error';
|
116 |
$this->notice->addNotice($errorLevel, $message);
|
117 |
}
|
106 |
|
107 |
protected function showNotice(array $errors)
|
108 |
{
|
109 |
+
$message = sprintf(__('%1$sMollie Payments for WooCommerce is inactive:%2$s', 'mollie-payments-for-woocommerce'), '<p><strong>', '</strong></p>');
|
110 |
foreach ($errors as $error) {
|
111 |
$message .= sprintf('<p>%s</p>', $error);
|
112 |
}
|
113 |
+
$message .= sprintf(__('%1$sCorrect the above errors to use Mollie Payments for Woocommerce%2$s', 'mollie-payments-for-woocommerce'), '<p>', '</p>');
|
|
|
114 |
$errorLevel = 'notice-error';
|
115 |
$this->notice->addNotice($errorLevel, $message);
|
116 |
}
|
src/Buttons/ApplePayButton/AppleAjaxRequests.php
CHANGED
@@ -152,12 +152,7 @@ class AppleAjaxRequests
|
|
152 |
} catch (\Mollie\Api\Exceptions\ApiException $apiException) {
|
153 |
update_option('mollie_wc_applepay_validated', 'no');
|
154 |
$errorMessage = $apiException->getMessage();
|
155 |
-
wp_send_json_error(
|
156 |
-
__(
|
157 |
-
$errorMessage,
|
158 |
-
'mollie-payments-for-woocommerce'
|
159 |
-
)
|
160 |
-
);
|
161 |
}
|
162 |
update_option('mollie_wc_applepay_validated', 'yes');
|
163 |
|
152 |
} catch (\Mollie\Api\Exceptions\ApiException $apiException) {
|
153 |
update_option('mollie_wc_applepay_validated', 'no');
|
154 |
$errorMessage = $apiException->getMessage();
|
155 |
+
wp_send_json_error($errorMessage);
|
|
|
|
|
|
|
|
|
|
|
156 |
}
|
157 |
update_option('mollie_wc_applepay_validated', 'yes');
|
158 |
|
src/Gateway/Surcharge.php
CHANGED
@@ -232,7 +232,7 @@ class Surcharge
|
|
232 |
if (empty($gatewaySettings['surcharge_limit'])) {
|
233 |
return $fee;
|
234 |
}
|
235 |
-
$maxLimit = $gatewaySettings['surcharge_limit'];
|
236 |
if ($fee > $maxLimit) {
|
237 |
return $maxLimit;
|
238 |
}
|
232 |
if (empty($gatewaySettings['surcharge_limit'])) {
|
233 |
return $fee;
|
234 |
}
|
235 |
+
$maxLimit = (float)$gatewaySettings['surcharge_limit'];
|
236 |
if ($fee > $maxLimit) {
|
237 |
return $maxLimit;
|
238 |
}
|
src/Gateway/Voucher/MaybeDisableGateway.php
CHANGED
@@ -95,7 +95,7 @@ class MaybeDisableGateway
|
|
95 |
);
|
96 |
}
|
97 |
//Check if mealvoucherSettings is an array as to prevent notice from being thrown for PHP 7.4 and up.
|
98 |
-
if (is_array($mealvoucherSettings)) {
|
99 |
$defaultCategory = $mealvoucherSettings['mealvoucher_category_default'];
|
100 |
} else {
|
101 |
$defaultCategory = false;
|
95 |
);
|
96 |
}
|
97 |
//Check if mealvoucherSettings is an array as to prevent notice from being thrown for PHP 7.4 and up.
|
98 |
+
if (is_array($mealvoucherSettings) && isset($mealvoucherSettings['mealvoucher_category_default'])) {
|
99 |
$defaultCategory = $mealvoucherSettings['mealvoucher_category_default'];
|
100 |
} else {
|
101 |
$defaultCategory = false;
|
src/Gateway/Voucher/VoucherModule.php
CHANGED
@@ -38,7 +38,7 @@ class VoucherModule implements ExecutableModule, ServiceModule
|
|
38 |
|
39 |
public function services(): array
|
40 |
{
|
41 |
-
|
42 |
'voucher.defaultCategory' => function (ContainerInterface $container): string {
|
43 |
$paymentMethods = $container->get('gateway.paymentMethods');
|
44 |
$voucher = isset($paymentMethods['voucher']) ? $paymentMethods['voucher'] : false;
|
@@ -47,7 +47,7 @@ class VoucherModule implements ExecutableModule, ServiceModule
|
|
47 |
}
|
48 |
return Voucher::NO_CATEGORY;
|
49 |
}
|
50 |
-
|
51 |
}
|
52 |
|
53 |
/**
|
38 |
|
39 |
public function services(): array
|
40 |
{
|
41 |
+
return [
|
42 |
'voucher.defaultCategory' => function (ContainerInterface $container): string {
|
43 |
$paymentMethods = $container->get('gateway.paymentMethods');
|
44 |
$voucher = isset($paymentMethods['voucher']) ? $paymentMethods['voucher'] : false;
|
47 |
}
|
48 |
return Voucher::NO_CATEGORY;
|
49 |
}
|
50 |
+
];
|
51 |
}
|
52 |
|
53 |
/**
|
src/Payment/MollieOrder.php
CHANGED
@@ -510,9 +510,17 @@ class MollieOrder extends MollieObject
|
|
510 |
|
511 |
// Add messages to log
|
512 |
$this->logger->debug(__METHOD__ . ' called for order ' . $orderId);
|
|
|
|
|
|
|
|
|
|
|
|
|
513 |
|
|
|
|
|
514 |
// Check that this payment is the most recent, based on Mollie Payment ID from post meta, do not cancel the order if it isn't
|
515 |
-
if ($molliePaymentId
|
516 |
$this->logger->debug(__METHOD__ . ' called for order ' . $orderId . ' and payment ' . $payment->id . ', not processed because of a newer pending payment ' . $molliePaymentId);
|
517 |
|
518 |
$order->add_order_note(sprintf(
|
510 |
|
511 |
// Add messages to log
|
512 |
$this->logger->debug(__METHOD__ . ' called for order ' . $orderId);
|
513 |
+
// Check that this order has not been marked paid already
|
514 |
+
if (!$order->needs_payment()) {
|
515 |
+
$this->logger->log(
|
516 |
+
LogLevel::DEBUG,
|
517 |
+
__METHOD__ . ' called for order ' . $orderId . ', not processed because the order is already paid.'
|
518 |
+
);
|
519 |
|
520 |
+
return;
|
521 |
+
}
|
522 |
// Check that this payment is the most recent, based on Mollie Payment ID from post meta, do not cancel the order if it isn't
|
523 |
+
if ($molliePaymentId !== $payment->id) {
|
524 |
$this->logger->debug(__METHOD__ . ' called for order ' . $orderId . ' and payment ' . $payment->id . ', not processed because of a newer pending payment ' . $molliePaymentId);
|
525 |
|
526 |
$order->add_order_note(sprintf(
|
src/Payment/MolliePayment.php
CHANGED
@@ -365,11 +365,18 @@ class MolliePayment extends MollieObject
|
|
365 |
// Add messages to log
|
366 |
$this->logger->debug(__METHOD__ . ' called for order ' . $orderId);
|
367 |
|
368 |
-
//
|
369 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
370 |
|
371 |
// Check that this payment is the most recent, based on Mollie Payment ID from post meta, do not cancel the order if it isn't
|
372 |
-
if ($molliePaymentId
|
373 |
$this->logger->debug(__METHOD__ . ' called for order ' . $orderId . ' and payment ' . $payment->id . ', not processed because of a newer pending payment ' . $molliePaymentId);
|
374 |
|
375 |
$order->add_order_note(sprintf(
|
@@ -385,7 +392,8 @@ class MolliePayment extends MollieObject
|
|
385 |
|
386 |
// New order status
|
387 |
$newOrderStatus = MolliePaymentGateway::STATUS_CANCELLED;
|
388 |
-
|
|
|
389 |
// Overwrite plugin-wide
|
390 |
$newOrderStatus = apply_filters($this->pluginId . '_order_status_expired', $newOrderStatus);
|
391 |
|
@@ -489,13 +497,13 @@ class MolliePayment extends MollieObject
|
|
489 |
|
490 |
/**
|
491 |
* @param WC_Order $order
|
492 |
-
* @param
|
493 |
* @param $newOrderStatus
|
494 |
* @param $orderId
|
495 |
*/
|
496 |
protected function maybeUpdateStatus(
|
497 |
WC_Order $order,
|
498 |
-
|
499 |
$newOrderStatus,
|
500 |
$orderId
|
501 |
) {
|
365 |
// Add messages to log
|
366 |
$this->logger->debug(__METHOD__ . ' called for order ' . $orderId);
|
367 |
|
368 |
+
// Check that this order has not been marked paid already
|
369 |
+
if (!$order->needs_payment()) {
|
370 |
+
$this->logger->log(
|
371 |
+
LogLevel::DEBUG,
|
372 |
+
__METHOD__ . ' called for order ' . $orderId . ', not processed because the order is already paid.'
|
373 |
+
);
|
374 |
+
|
375 |
+
return;
|
376 |
+
}
|
377 |
|
378 |
// Check that this payment is the most recent, based on Mollie Payment ID from post meta, do not cancel the order if it isn't
|
379 |
+
if ($molliePaymentId !== $payment->id) {
|
380 |
$this->logger->debug(__METHOD__ . ' called for order ' . $orderId . ' and payment ' . $payment->id . ', not processed because of a newer pending payment ' . $molliePaymentId);
|
381 |
|
382 |
$order->add_order_note(sprintf(
|
392 |
|
393 |
// New order status
|
394 |
$newOrderStatus = MolliePaymentGateway::STATUS_CANCELLED;
|
395 |
+
//Get current gateway
|
396 |
+
$gateway = wc_get_payment_gateway_by_order($order);
|
397 |
// Overwrite plugin-wide
|
398 |
$newOrderStatus = apply_filters($this->pluginId . '_order_status_expired', $newOrderStatus);
|
399 |
|
497 |
|
498 |
/**
|
499 |
* @param WC_Order $order
|
500 |
+
* @param WC_Payment_Gateway|bool $gateway
|
501 |
* @param $newOrderStatus
|
502 |
* @param $orderId
|
503 |
*/
|
504 |
protected function maybeUpdateStatus(
|
505 |
WC_Order $order,
|
506 |
+
$gateway,
|
507 |
$newOrderStatus,
|
508 |
$orderId
|
509 |
) {
|
src/Payment/OrderLines.php
CHANGED
@@ -202,7 +202,7 @@ class OrderLines
|
|
202 |
$cart_fee_tax_amount = $cart_fee['total_tax'];
|
203 |
$cart_fee_total = ( $cart_fee['total'] + $cart_fee['total_tax'] );
|
204 |
/*This is the equation Mollie uses to validate our input*/
|
205 |
-
$validTax = $cart_fee_total * ($cart_fee_vat_rate / (100 + $cart_fee_vat_rate)) === (float) $cart_fee_tax_amount;
|
206 |
if (!$validTax) {
|
207 |
/*inverse of the equation Mollie uses to validate our input,
|
208 |
so we don't fail when cart has mixed taxes*/
|
202 |
$cart_fee_tax_amount = $cart_fee['total_tax'];
|
203 |
$cart_fee_total = ( $cart_fee['total'] + $cart_fee['total_tax'] );
|
204 |
/*This is the equation Mollie uses to validate our input*/
|
205 |
+
$validTax = ($cart_fee_total * ($cart_fee_vat_rate / (100 + $cart_fee_vat_rate))) === (float) $cart_fee_tax_amount || $cart_fee_total === 0;
|
206 |
if (!$validTax) {
|
207 |
/*inverse of the equation Mollie uses to validate our input,
|
208 |
so we don't fail when cart has mixed taxes*/
|
src/PaymentMethods/Ideal.php
CHANGED
@@ -35,9 +35,7 @@ class Ideal extends AbstractPaymentMethod implements PaymentMethodI
|
|
35 |
'type' => 'checkbox',
|
36 |
'description' => sprintf(
|
37 |
__(
|
38 |
-
'If you disable this, a dropdown with various iDEAL banks
|
39 |
-
will not be shown in the WooCommerce checkout,
|
40 |
-
so users will select a iDEAL bank on the Mollie payment page after checkout.',
|
41 |
'mollie-payments-for-woocommerce'
|
42 |
),
|
43 |
$this->getConfig()['defaultTitle']
|
@@ -49,9 +47,7 @@ class Ideal extends AbstractPaymentMethod implements PaymentMethodI
|
|
49 |
'type' => 'text',
|
50 |
'description' => sprintf(
|
51 |
__(
|
52 |
-
'This text will be displayed as the first option in the iDEAL issuers drop down,
|
53 |
-
if nothing is entered, "Select your bank" will be shown. Only if the above
|
54 |
-
\'Show iDEAL banks dropdown\' is enabled.',
|
55 |
'mollie-payments-for-woocommerce'
|
56 |
),
|
57 |
$this->getConfig()['defaultTitle']
|
35 |
'type' => 'checkbox',
|
36 |
'description' => sprintf(
|
37 |
__(
|
38 |
+
'If you disable this, a dropdown with various iDEAL banks will not be shown in the WooCommerce checkout, so users will select a iDEAL bank on the Mollie payment page after checkout.',
|
|
|
|
|
39 |
'mollie-payments-for-woocommerce'
|
40 |
),
|
41 |
$this->getConfig()['defaultTitle']
|
47 |
'type' => 'text',
|
48 |
'description' => sprintf(
|
49 |
__(
|
50 |
+
'This text will be displayed as the first option in the iDEAL issuers drop down, if nothing is entered, "Select your bank" will be shown. Only if the above \'Show iDEAL banks dropdown\' is enabled.',
|
|
|
|
|
51 |
'mollie-payments-for-woocommerce'
|
52 |
),
|
53 |
$this->getConfig()['defaultTitle']
|
src/PaymentMethods/InstructionStrategies/ApplepayInstructionStrategy.php
CHANGED
@@ -16,15 +16,15 @@ class ApplepayInstructionStrategy implements InstructionStrategyI
|
|
16 |
|
17 |
if ($payment->isPaid() && $payment->details) {
|
18 |
return
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
'Payment completed by <strong>%1$s</strong> - %2$s (Apple Pay transaction ID: %3$s)',
|
23 |
-
|
24 |
-
$payment->details->consumerAccount,
|
25 |
-
$payment->details->paypalReference
|
26 |
),
|
27 |
-
|
|
|
|
|
28 |
);
|
29 |
}
|
30 |
$defaultStrategy = new DefaultInstructionStrategy();
|
16 |
|
17 |
if ($payment->isPaid() && $payment->details) {
|
18 |
return
|
19 |
+
sprintf(
|
20 |
+
__(
|
21 |
+
/* translators: Placeholder 1: PayPal consumer name, placeholder 2: PayPal email, placeholder 3: PayPal transaction ID */
|
22 |
'Payment completed by <strong>%1$s</strong> - %2$s (Apple Pay transaction ID: %3$s)',
|
23 |
+
'mollie-payments-for-woocommerce'
|
|
|
|
|
24 |
),
|
25 |
+
$payment->details->consumerName,
|
26 |
+
$payment->details->consumerAccount,
|
27 |
+
$payment->details->paypalReference
|
28 |
);
|
29 |
}
|
30 |
$defaultStrategy = new DefaultInstructionStrategy();
|
src/PaymentMethods/InstructionStrategies/DefaultInstructionStrategy.php
CHANGED
@@ -24,8 +24,7 @@ class DefaultInstructionStrategy implements InstructionStrategyI
|
|
24 |
} else {
|
25 |
// Message to customer
|
26 |
return __(
|
27 |
-
'We have not received a definite payment status. You will receive an email
|
28 |
-
as soon as we receive a confirmation of the bank/merchant.',
|
29 |
'mollie-payments-for-woocommerce'
|
30 |
);
|
31 |
}
|
24 |
} else {
|
25 |
// Message to customer
|
26 |
return __(
|
27 |
+
'We have not received a definite payment status. You will receive an email as soon as we receive a confirmation of the bank/merchant.',
|
|
|
28 |
'mollie-payments-for-woocommerce'
|
29 |
);
|
30 |
}
|
src/PaymentMethods/Klarnapaylater.php
CHANGED
@@ -12,8 +12,7 @@ class Klarnapaylater extends AbstractPaymentMethod implements PaymentMethodI
|
|
12 |
'id' => 'klarnapaylater',
|
13 |
'defaultTitle' => __('Klarna Pay later', 'mollie-payments-for-woocommerce'),
|
14 |
'settingsDescription' => __(
|
15 |
-
'To accept payments via Klarna, all default WooCommerce checkout fields
|
16 |
-
should be enabled and required.',
|
17 |
'mollie-payments-for-woocommerce'
|
18 |
),
|
19 |
'defaultDescription' => '',
|
12 |
'id' => 'klarnapaylater',
|
13 |
'defaultTitle' => __('Klarna Pay later', 'mollie-payments-for-woocommerce'),
|
14 |
'settingsDescription' => __(
|
15 |
+
'To accept payments via Klarna, all default WooCommerce checkout fields should be enabled and required.',
|
|
|
16 |
'mollie-payments-for-woocommerce'
|
17 |
),
|
18 |
'defaultDescription' => '',
|
src/PaymentMethods/PaymentFieldsStrategies/IssuersDropdownBehavior.php
CHANGED
@@ -71,9 +71,7 @@ trait IssuersDropdownBehavior
|
|
71 |
'issuers_empty_option'
|
72 |
) ?: $gateway->paymentMethod->getProperty('defaultDescription');
|
73 |
|
74 |
-
$html = '<option value="">' . esc_html(
|
75 |
-
__($description, 'mollie-payments-for-woocommerce')
|
76 |
-
) . '</option>';
|
77 |
foreach ($issuers as $issuer) {
|
78 |
$html .= '<option value="' . esc_attr($issuer->id) . '"'
|
79 |
. ($selectedIssuer === $issuer->id ? ' selected=""' : '') . '>'
|
71 |
'issuers_empty_option'
|
72 |
) ?: $gateway->paymentMethod->getProperty('defaultDescription');
|
73 |
|
74 |
+
$html = '<option value="">' . esc_html($description) . '</option>';
|
|
|
|
|
75 |
foreach ($issuers as $issuer) {
|
76 |
$html .= '<option value="' . esc_attr($issuer->id) . '"'
|
77 |
. ($selectedIssuer === $issuer->id ? ' selected=""' : '') . '>'
|
src/PaymentMethods/Voucher.php
CHANGED
@@ -50,15 +50,14 @@ class Voucher extends AbstractPaymentMethod implements PaymentMethodI
|
|
50 |
public function getFormFields($generalFormFields): array
|
51 |
{
|
52 |
$paymentMethodFormFieds = [
|
53 |
-
|
54 |
'mealvoucher_category_default' => [
|
55 |
'title' => __('Select the default products category', 'mollie-payments-for-woocommerce'),
|
56 |
'type' => 'select',
|
57 |
'options' => [
|
58 |
-
self::NO_CATEGORY =>
|
59 |
-
self::MEAL =>
|
60 |
-
self::ECO =>
|
61 |
-
self::GIFT =>
|
62 |
],
|
63 |
'default' => self::NO_CATEGORY,
|
64 |
/* translators: Placeholder 1: Default order status, placeholder 2: Link to 'Hold Stock' setting */
|
@@ -87,9 +86,4 @@ class Voucher extends AbstractPaymentMethod implements PaymentMethodI
|
|
87 |
|
88 |
return $mealvoucherSettings ? $mealvoucherSettings['mealvoucher_category_default'] : Voucher::NO_CATEGORY;
|
89 |
}
|
90 |
-
|
91 |
-
private function categoryName($category)
|
92 |
-
{
|
93 |
-
return __(ucwords(str_replace('_', ' ', $category)), 'mollie-payments-for-woocommerce');
|
94 |
-
}
|
95 |
}
|
50 |
public function getFormFields($generalFormFields): array
|
51 |
{
|
52 |
$paymentMethodFormFieds = [
|
|
|
53 |
'mealvoucher_category_default' => [
|
54 |
'title' => __('Select the default products category', 'mollie-payments-for-woocommerce'),
|
55 |
'type' => 'select',
|
56 |
'options' => [
|
57 |
+
self::NO_CATEGORY => __('No category', 'mollie-payments-for-woocommerce'),
|
58 |
+
self::MEAL => __('Meal', 'mollie-payments-for-woocommerce'),
|
59 |
+
self::ECO => __('Eco', 'mollie-payments-for-woocommerce'),
|
60 |
+
self::GIFT => __('Gift', 'mollie-payments-for-woocommerce'),
|
61 |
],
|
62 |
'default' => self::NO_CATEGORY,
|
63 |
/* translators: Placeholder 1: Default order status, placeholder 2: Link to 'Hold Stock' setting */
|
86 |
|
87 |
return $mealvoucherSettings ? $mealvoucherSettings['mealvoucher_category_default'] : Voucher::NO_CATEGORY;
|
88 |
}
|
|
|
|
|
|
|
|
|
|
|
89 |
}
|
src/SDK/WordPressHttpAdapter.php
CHANGED
@@ -37,12 +37,14 @@ class WordPressHttpAdapter implements MollieHttpAdapterInterface
|
|
37 |
'headers' => $headers,
|
38 |
'user-agent' => $headers['User-Agent'],
|
39 |
'sslverify' => true,
|
40 |
-
'timeout' => self::DEFAULT_TIMEOUT
|
41 |
];
|
42 |
$response = wp_remote_request($url, $args);
|
43 |
-
|
44 |
-
if(is_wp_error($response)){
|
45 |
-
|
|
|
|
|
46 |
}
|
47 |
|
48 |
return $this->parseResponse($response);
|
37 |
'headers' => $headers,
|
38 |
'user-agent' => $headers['User-Agent'],
|
39 |
'sslverify' => true,
|
40 |
+
'timeout' => self::DEFAULT_TIMEOUT,
|
41 |
];
|
42 |
$response = wp_remote_request($url, $args);
|
43 |
+
|
44 |
+
if (is_wp_error($response)) {
|
45 |
+
$message = $response->get_error_message() ?? 'Unknown error';
|
46 |
+
$code = is_int($response->get_error_code()) ? $response->get_error_code() : 0;
|
47 |
+
throw new ApiException($message, $code);
|
48 |
}
|
49 |
|
50 |
return $this->parseResponse($response);
|
src/Settings/Page/MollieSettingsPage.php
CHANGED
@@ -459,7 +459,7 @@ class MollieSettingsPage extends WC_Settings_Page
|
|
459 |
$content .= sprintf(
|
460 |
/* translators: Placeholder 1: Opening link tag. Placeholder 2: Closing link tag. Placeholder 3: Opening link tag. Placeholder 4: Closing link tag. */
|
461 |
__(
|
462 |
-
'You have activated Klarna. To accept payments, please make sure all default WooCommerce checkout fields are enabled and required. For more information, go to %1$
|
463 |
'mollie-payments-for-woocommerce'
|
464 |
),
|
465 |
'<a href="https://github.com/mollie/WooCommerce/wiki/Setting-up-Klarna-Pay-later-gateway">',
|
459 |
$content .= sprintf(
|
460 |
/* translators: Placeholder 1: Opening link tag. Placeholder 2: Closing link tag. Placeholder 3: Opening link tag. Placeholder 4: Closing link tag. */
|
461 |
__(
|
462 |
+
'You have activated Klarna. To accept payments, please make sure all default WooCommerce checkout fields are enabled and required. For more information, go to %1$sKlarna Pay Later documentation%2$s or %3$sKlarna Slice it documentation%4$s',
|
463 |
'mollie-payments-for-woocommerce'
|
464 |
),
|
465 |
'<a href="https://github.com/mollie/WooCommerce/wiki/Setting-up-Klarna-Pay-later-gateway">',
|
src/Settings/Settings.php
CHANGED
@@ -266,12 +266,11 @@ class Settings
|
|
266 |
<?php
|
267 |
if (!empty($countries)) {
|
268 |
foreach ($countries as $key => $val) {
|
269 |
-
echo '<option value="' . esc_attr($key) . '"' . wc_selected($key, $selections) . '>' . esc_html($val) . '</option>';
|
270 |
}
|
271 |
}
|
272 |
?>
|
273 |
-
</select
|
274 |
-
href="#"><?php esc_html_e('Select all', 'mollie-payments-for-woocommerce'); ?></a>
|
275 |
<a class="select_none button" href="#"><?php esc_html_e('Select none', 'mollie-payments-for-woocommerce'); ?></a>
|
276 |
</td>
|
277 |
</tr>
|
266 |
<?php
|
267 |
if (!empty($countries)) {
|
268 |
foreach ($countries as $key => $val) {
|
269 |
+
echo '<option value="' . esc_attr($key) . '"' . esc_attr(wc_selected($key, $selections)) . '>' . esc_html($val) . '</option>';
|
270 |
}
|
271 |
}
|
272 |
?>
|
273 |
+
</select><br/><a class="select_all button" href="#"><?php esc_html_e('Select all', 'mollie-payments-for-woocommerce'); ?></a>
|
|
|
274 |
<a class="select_none button" href="#"><?php esc_html_e('Select none', 'mollie-payments-for-woocommerce'); ?></a>
|
275 |
</td>
|
276 |
</tr>
|
src/Shared/GatewaySurchargeHandler.php
CHANGED
@@ -270,7 +270,8 @@ class GatewaySurchargeHandler
|
|
270 |
|
271 |
protected function canProcessOrder()
|
272 |
{
|
273 |
-
$
|
|
|
274 |
if (!$orderId) {
|
275 |
return false;
|
276 |
}
|
@@ -283,7 +284,8 @@ class GatewaySurchargeHandler
|
|
283 |
|
284 |
protected function canProcessGateway()
|
285 |
{
|
286 |
-
$
|
|
|
287 |
if (!$gateway) {
|
288 |
return false;
|
289 |
}
|
270 |
|
271 |
protected function canProcessOrder()
|
272 |
{
|
273 |
+
$inputOrder = filter_input(INPUT_POST, 'orderId', FILTER_SANITIZE_NUMBER_INT);
|
274 |
+
$orderId = !empty($inputOrder) ? $inputOrder : false;
|
275 |
if (!$orderId) {
|
276 |
return false;
|
277 |
}
|
284 |
|
285 |
protected function canProcessGateway()
|
286 |
{
|
287 |
+
$inputGateway = filter_input(INPUT_POST, 'payment_method', FILTER_SANITIZE_SPECIAL_CHARS);
|
288 |
+
$gateway = !empty($inputGateway) ? $inputGateway : false;
|
289 |
if (!$gateway) {
|
290 |
return false;
|
291 |
}
|
src/Subscription/MollieSubscriptionGateway.php
CHANGED
@@ -211,8 +211,6 @@ class MollieSubscriptionGateway extends MolliePaymentGateway
|
|
211 |
*/
|
212 |
public function scheduled_subscription_payment($renewal_total, WC_Order $renewal_order)
|
213 |
{
|
214 |
-
$this->logger->debug(json_encode($renewal_order));
|
215 |
-
|
216 |
if (! $renewal_order) {
|
217 |
$this->logger->debug($this->id . ': Could not load renewal order or process renewal payment.');
|
218 |
|
@@ -296,7 +294,7 @@ class MollieSubscriptionGateway extends MolliePaymentGateway
|
|
296 |
}
|
297 |
}
|
298 |
} catch (ApiException $e) {
|
299 |
-
throw new ApiException(sprintf(__('The customer (%s) could not be used or found. '
|
300 |
}
|
301 |
|
302 |
// Check that there is at least one valid mandate
|
211 |
*/
|
212 |
public function scheduled_subscription_payment($renewal_total, WC_Order $renewal_order)
|
213 |
{
|
|
|
|
|
214 |
if (! $renewal_order) {
|
215 |
$this->logger->debug($this->id . ': Could not load renewal order or process renewal payment.');
|
216 |
|
294 |
}
|
295 |
}
|
296 |
} catch (ApiException $e) {
|
297 |
+
throw new ApiException(sprintf(__('The customer (%s) could not be used or found. ', 'mollie-payments-for-woocommerce-mandate-problem'), $customer_id) . $e->getMessage());
|
298 |
}
|
299 |
|
300 |
// Check that there is at least one valid mandate
|
vendor/autoload.php
CHANGED
@@ -9,4 +9,4 @@ if (PHP_VERSION_ID < 50600) {
|
|
9 |
|
10 |
require_once __DIR__ . '/composer/autoload_real.php';
|
11 |
|
12 |
-
return
|
9 |
|
10 |
require_once __DIR__ . '/composer/autoload_real.php';
|
11 |
|
12 |
+
return ComposerAutoloaderInit45584e3b66e1ee0947462ea27c0c0b23::getLoader();
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -24,12 +24,12 @@ class ComposerAutoloaderInit382ab0d07a7bbeefda4a5e43f5b8aa97
|
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
-
spl_autoload_register(array('
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
29 |
-
spl_autoload_unregister(array('
|
30 |
|
31 |
require __DIR__ . '/autoload_static.php';
|
32 |
-
call_user_func(\Composer\Autoload\
|
33 |
|
34 |
$loader->register(true);
|
35 |
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit45584e3b66e1ee0947462ea27c0c0b23
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
+
spl_autoload_register(array('ComposerAutoloaderInit45584e3b66e1ee0947462ea27c0c0b23', 'loadClassLoader'), true, true);
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit45584e3b66e1ee0947462ea27c0c0b23', 'loadClassLoader'));
|
30 |
|
31 |
require __DIR__ . '/autoload_static.php';
|
32 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit45584e3b66e1ee0947462ea27c0c0b23::getInitializer($loader));
|
33 |
|
34 |
$loader->register(true);
|
35 |
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'P' =>
|
@@ -335,9 +335,9 @@ class ComposerStaticInit382ab0d07a7bbeefda4a5e43f5b8aa97
|
|
335 |
public static function getInitializer(ClassLoader $loader)
|
336 |
{
|
337 |
return \Closure::bind(function () use ($loader) {
|
338 |
-
$loader->prefixLengthsPsr4 =
|
339 |
-
$loader->prefixDirsPsr4 =
|
340 |
-
$loader->classMap =
|
341 |
|
342 |
}, null, ClassLoader::class);
|
343 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit45584e3b66e1ee0947462ea27c0c0b23
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'P' =>
|
335 |
public static function getInitializer(ClassLoader $loader)
|
336 |
{
|
337 |
return \Closure::bind(function () use ($loader) {
|
338 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit45584e3b66e1ee0947462ea27c0c0b23::$prefixLengthsPsr4;
|
339 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit45584e3b66e1ee0947462ea27c0c0b23::$prefixDirsPsr4;
|
340 |
+
$loader->classMap = ComposerStaticInit45584e3b66e1ee0947462ea27c0c0b23::$classMap;
|
341 |
|
342 |
}, null, ClassLoader::class);
|
343 |
}
|
vendor/composer/installed.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
'name' => 'mollie/mollie-woocommerce',
|
4 |
'pretty_version' => 'dev-develop',
|
5 |
'version' => 'dev-develop',
|
6 |
-
'reference' => '
|
7 |
'type' => 'wordpress-plugin',
|
8 |
'install_path' => __DIR__ . '/../../',
|
9 |
'aliases' => array(),
|
@@ -44,7 +44,7 @@
|
|
44 |
'mollie/mollie-woocommerce' => array(
|
45 |
'pretty_version' => 'dev-develop',
|
46 |
'version' => 'dev-develop',
|
47 |
-
'reference' => '
|
48 |
'type' => 'wordpress-plugin',
|
49 |
'install_path' => __DIR__ . '/../../',
|
50 |
'aliases' => array(),
|
3 |
'name' => 'mollie/mollie-woocommerce',
|
4 |
'pretty_version' => 'dev-develop',
|
5 |
'version' => 'dev-develop',
|
6 |
+
'reference' => '9a2818bbc7df7fd50fe5e45b41b8a7e869692e45',
|
7 |
'type' => 'wordpress-plugin',
|
8 |
'install_path' => __DIR__ . '/../../',
|
9 |
'aliases' => array(),
|
44 |
'mollie/mollie-woocommerce' => array(
|
45 |
'pretty_version' => 'dev-develop',
|
46 |
'version' => 'dev-develop',
|
47 |
+
'reference' => '9a2818bbc7df7fd50fe5e45b41b8a7e869692e45',
|
48 |
'type' => 'wordpress-plugin',
|
49 |
'install_path' => __DIR__ . '/../../',
|
50 |
'aliases' => array(),
|