Skip to content

Commit

Permalink
BP-1041 Create translation for IDIN (currently only showed in English).
Browse files Browse the repository at this point in the history
  • Loading branch information
saranchuk-hys committed Aug 27, 2021
1 parent 6b0f1bb commit 47301c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions translations/nl.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,3 +245,7 @@
$_MODULE['<{buckaroo3}prestashop>refund-hook_b2f40690858b404ed10e62bdf422c704'] = 'Bedrag';
$_MODULE['<{buckaroo3}prestashop>refund-hook_3ec365dd533ddb7ef3d1c111186ce872'] = 'Details';
$_MODULE['<{buckaroo3}prestashop>refund-hook_de78da3154b793d64d302db27e65baec'] = 'Er zijn geen betaalmethoden beschikbaar';
$_MODULE['<{buckaroo3}prestashop>idin_5f00203a42c0023434af555f62336eb4'] = 'leeftijd verificatie';
$_MODULE['<{buckaroo3}prestashop>idin_2b280c61b74991789dcf1404da3bcd65'] = 'verifiëren uw leeftijd via iDIN';
$_MODULE['<{buckaroo3}prestashop>idin_box_69e32388ae7c2d8fd30631a74759db11'] = 'Om dit product te bestellen dien je 18 jaar of ouder te zijn';
$_MODULE['<{buckaroo3}prestashop>idin_cd74b1d3f18e4b9ba54b984e9bbd5f3e'] = 'om door te gaan moet u uw leeftijd middels iDIN verifieren';
2 changes: 1 addition & 1 deletion views/templates/hook/idin.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<form id="booIdinForm" action="{$link->getModuleLink('buckaroo3', 'request', ['method' => 'idin'])|escape:'quotes':'UTF-8'}"
method="post" style="padding: 10px; background: #d4eded; display: inline-block; width: 100%; ">
<img src="{$this_path|escape:'quotes':'UTF-8'}views/img/buckaroo_images/idin.png" class="middle" style="width: 70px;"/>{l s='To continue you must verify your age using iDIN'}
<img src="{$this_path|escape:'quotes':'UTF-8'}views/img/buckaroo_images/idin.png" class="middle" style="width: 70px;"/>{l s='To continue you must verify your age using iDIN' mod='buckaroo3'}
<select name="BPE_Issuer" id="BPE_Issuer">
<option value="ABNAMRO">{l s='ABN AMRO' mod='buckaroo3'}</option>
<option value="INGBANK">{l s='ING' mod='buckaroo3'}</option>
Expand Down

0 comments on commit 47301c5

Please sign in to comment.