Skip to content

Commit

Permalink
COMDEVNL-1695 -- Switch EPS and Giropay in translations due to typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
maximj committed Jan 2, 2019
1 parent 89bf85d commit f42157b
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions catalog/language/de-de/payment/mollie.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
$_['method_paysafecard'] = 'paysafecard';
$_['method_giftcard'] = 'Giftcard';
$_['method_inghomepay'] = 'ING Home\'Pay';
$_['method_eps'] = 'Giropay';
$_['method_giropay'] = 'EPS';
$_['method_eps'] = 'EPS';
$_['method_giropay'] = 'Giropay';
$_['method_klarnapaylater'] = 'Klarna Pay Later';
$_['method_klarnasliceit'] = 'Klarna Slice It';

Expand Down
4 changes: 2 additions & 2 deletions catalog/language/dutch/payment/mollie.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
$_['method_paysafecard'] = 'paysafecard';
$_['method_giftcard'] = 'Giftcard';
$_['method_inghomepay'] = 'ING Home\'Pay';
$_['method_eps'] = 'Giropay';
$_['method_giropay'] = 'EPS';
$_['method_eps'] = 'EPS';
$_['method_giropay'] = 'Giropay';
$_['method_klarnapaylater'] = 'Klarna Pay Later';
$_['method_klarnasliceit'] = 'Klarna Slice It';

Expand Down
4 changes: 2 additions & 2 deletions catalog/language/en-gb/payment/mollie.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
$_['method_paysafecard'] = 'paysafecard';
$_['method_giftcard'] = 'Giftcard';
$_['method_inghomepay'] = 'ING Home\'Pay';
$_['method_eps'] = 'Giropay';
$_['method_giropay'] = 'EPS';
$_['method_eps'] = 'EPS';
$_['method_giropay'] = 'Giropay';
$_['method_klarnapaylater'] = 'Klarna Pay Later';
$_['method_klarnasliceit'] = 'Klarna Slice It';

Expand Down
4 changes: 2 additions & 2 deletions catalog/language/english/payment/mollie.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
$_['method_paysafecard'] = 'paysafecard';
$_['method_giftcard'] = 'Webshop Giftcard';
$_['method_inghomepay'] = 'ING Home\'Pay';
$_['method_eps'] = 'Giropay';
$_['method_giropay'] = 'EPS';
$_['method_eps'] = 'EPS';
$_['method_giropay'] = 'Giropay';
$_['method_klarnapaylater'] = 'Klarna Pay Later';
$_['method_klarnasliceit'] = 'Klarna Slice It';

Expand Down
4 changes: 2 additions & 2 deletions catalog/language/es-es/payment/mollie.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
$_['method_paysafecard'] = 'paysafecard';
$_['method_giftcard'] = 'Giftcard';
$_['method_inghomepay'] = 'ING Home\'Pay';
$_['method_eps'] = 'Giropay';
$_['method_giropay'] = 'EPS';
$_['method_eps'] = 'EPS';
$_['method_giropay'] = 'Giropay';
$_['method_klarnapaylater'] = 'Klarna Pay Later';
$_['method_klarnasliceit'] = 'Klarna Slice It';

Expand Down
4 changes: 2 additions & 2 deletions catalog/language/fr-fr/payment/mollie.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
$_['method_paysafecard'] = 'paysafecard';
$_['method_giftcard'] = 'Giftcard';
$_['method_inghomepay'] = 'ING Home\'Pay';
$_['method_eps'] = 'Giropay';
$_['method_giropay'] = 'EPS';
$_['method_eps'] = 'EPS';
$_['method_giropay'] = 'Giropay';
$_['method_klarnapaylater'] = 'Klarna Pay Later';
$_['method_klarnasliceit'] = 'Klarna Slice It';

Expand Down
4 changes: 2 additions & 2 deletions catalog/language/french/payment/mollie.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
$_['method_paysafecard'] = 'paysafecard';
$_['method_giftcard'] = 'Giftcard';
$_['method_inghomepay'] = 'ING Home\'Pay';
$_['method_eps'] = 'Giropay';
$_['method_giropay'] = 'EPS';
$_['method_eps'] = 'EPS';
$_['method_giropay'] = 'Giropay';
$_['method_klarnapaylater'] = 'Klarna Pay Later';
$_['method_klarnasliceit'] = 'Klarna Slice It';

Expand Down
4 changes: 2 additions & 2 deletions catalog/language/german/payment/mollie.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
$_['method_paysafecard'] = 'paysafecard';
$_['method_giftcard'] = 'Giftcard';
$_['method_inghomepay'] = 'ING Home\'Pay';
$_['method_eps'] = 'Giropay';
$_['method_giropay'] = 'EPS';
$_['method_eps'] = 'EPS';
$_['method_giropay'] = 'Giropay';
$_['method_klarnapaylater'] = 'Klarna Pay Later';
$_['method_klarnasliceit'] = 'Klarna Slice It';

Expand Down

0 comments on commit f42157b

Please sign in to comment.