From 33087b325f38eb402d6ab50596e2fdb11640dfa3 Mon Sep 17 00:00:00 2001 From: QualityWorks Date: Mon, 23 Oct 2017 11:29:08 +0200 Subject: [PATCH] Add translation for payment button selection. --- catalog/language/dutch/extension/payment/mollie.php | 1 + catalog/language/en-gb/extension/payment/mollie.php | 1 + catalog/language/english/extension/payment/mollie.php | 1 + catalog/language/fr-fr/extension/payment/mollie.php | 1 + catalog/language/french/extension/payment/mollie.php | 1 + catalog/language/nl-nl/extension/payment/mollie.php | 1 + 6 files changed, 6 insertions(+) diff --git a/catalog/language/dutch/extension/payment/mollie.php b/catalog/language/dutch/extension/payment/mollie.php index 8919a798..0e8113d3 100644 --- a/catalog/language/dutch/extension/payment/mollie.php +++ b/catalog/language/dutch/extension/payment/mollie.php @@ -42,6 +42,7 @@ $_['text_redirected'] = 'De klant is doorgestuurd naar het betaalscherm'; $_['text_issuer_ideal'] = 'Kies uw bank'; $_['text_issuer_giftcard'] = 'Kies uw giftcard'; +$_['text_issuer_kbc'] = 'Kies uw betaalknop'; $_['button_retry'] = 'Opnieuw proberen af te rekenen'; // Status page: payment failed (e.g. cancelled). diff --git a/catalog/language/en-gb/extension/payment/mollie.php b/catalog/language/en-gb/extension/payment/mollie.php index fa00ab07..a6bb11e9 100644 --- a/catalog/language/en-gb/extension/payment/mollie.php +++ b/catalog/language/en-gb/extension/payment/mollie.php @@ -42,6 +42,7 @@ $_['text_redirected'] = 'The client has been referred to the payment screen'; $_['text_issuer_ideal'] = 'Select your bank'; $_['text_issuer_giftcard'] = 'Select your giftcard'; +$_['text_issuer_kbc'] = 'Select your payment button.'; $_['button_retry'] = 'Return to checkout page'; // Status page: payment failed (e.g. cancelled). diff --git a/catalog/language/english/extension/payment/mollie.php b/catalog/language/english/extension/payment/mollie.php index 61406fd2..f8c5bdc3 100644 --- a/catalog/language/english/extension/payment/mollie.php +++ b/catalog/language/english/extension/payment/mollie.php @@ -42,6 +42,7 @@ $_['text_redirected'] = 'The client has been referred to the payment screen'; $_['text_issuer_ideal'] = 'Select your bank'; $_['text_issuer_giftcard'] = 'Select your giftcard'; +$_['text_issuer_kbc'] = 'Select your payment button'; $_['button_retry'] = 'Return to checkout page'; // Status page: payment failed (e.g. cancelled). diff --git a/catalog/language/fr-fr/extension/payment/mollie.php b/catalog/language/fr-fr/extension/payment/mollie.php index 71ae4971..92467aad 100644 --- a/catalog/language/fr-fr/extension/payment/mollie.php +++ b/catalog/language/fr-fr/extension/payment/mollie.php @@ -42,6 +42,7 @@ $_['text_redirected'] = 'Le client a été renvoyé à l\'écran de paiement'; $_['text_issuer_ideal'] = 'Selectionnez votre banque:'; $_['text_issuer_giftcard'] = 'Sélectionnez votre carte-cadeau:'; +$_['text_issuer_kbc'] = 'Sélectionnez votre bouton de paiement:'; $_['button_retry'] = 'Retour à la page de paiement'; // Status page: payment failed (e.g. cancelled). diff --git a/catalog/language/french/extension/payment/mollie.php b/catalog/language/french/extension/payment/mollie.php index 5c28a45b..ab844aad 100644 --- a/catalog/language/french/extension/payment/mollie.php +++ b/catalog/language/french/extension/payment/mollie.php @@ -42,6 +42,7 @@ $_['text_redirected'] = 'Le client a été renvoyé à l\'écran de paiement'; $_['text_issuer_ideal'] = 'Selectionnez votre banque:'; $_['text_issuer_giftcard'] = 'Sélectionnez votre carte-cadeau:'; +$_['text_issuer_kbc'] = 'Sélectionnez votre bouton de paiement:'; $_['button_retry'] = 'Retour à la page de paiement'; // Status page: payment failed (e.g. cancelled). diff --git a/catalog/language/nl-nl/extension/payment/mollie.php b/catalog/language/nl-nl/extension/payment/mollie.php index dabd3481..c3313058 100644 --- a/catalog/language/nl-nl/extension/payment/mollie.php +++ b/catalog/language/nl-nl/extension/payment/mollie.php @@ -42,6 +42,7 @@ $_['text_redirected'] = 'De klant is doorgestuurd naar het betaalscherm'; $_['text_issuer_ideal'] = 'Kies uw bank'; $_['text_issuer_giftcard'] = 'Kies uw giftcard'; +$_['text_issuer_kbc'] = 'Kies uw betaalknop'; $_['button_retry'] = 'Opnieuw proberen af te rekenen'; // Status page: payment failed (e.g. cancelled).