Skip to content

Commit

Permalink
Add translation for payment button selection.
Browse files Browse the repository at this point in the history
  • Loading branch information
QualityWorks-Dev committed Oct 23, 2017
1 parent be579bf commit 33087b3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions catalog/language/dutch/extension/payment/mollie.php
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
1 change: 1 addition & 0 deletions catalog/language/en-gb/extension/payment/mollie.php
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
1 change: 1 addition & 0 deletions catalog/language/english/extension/payment/mollie.php
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
1 change: 1 addition & 0 deletions catalog/language/fr-fr/extension/payment/mollie.php
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
1 change: 1 addition & 0 deletions catalog/language/french/extension/payment/mollie.php
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
1 change: 1 addition & 0 deletions catalog/language/nl-nl/extension/payment/mollie.php
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 33087b3

Please sign in to comment.