Skip to content

Commit

Permalink
Merge pull request #21 from paynl/feature/PLUG-466
Browse files Browse the repository at this point in the history
feature/PLUG-466
  • Loading branch information
woutse authored Jul 27, 2021
2 parents ce5cd7f + 33cde28 commit 60837e2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions upload/admin/language/en-gb/extension/payment/paynl3.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
$_['error_no_serviceid']= 'U moet een serviceId invoeren, u vind uw serviceId op: <a href="https://admin.pay.nl/programs/programs">https://admin.pay.nl/programs/programs</a>. Een serviceId begint altijd met SL-';

//texts
$_['text_register'] = 'Not registered at PAY.? Sign up ';
$_['text_link_register'] = 'here';
$_['link_register'] = 'https://www.pay.nl/en/register';
$_['text_after_register'] = '!';

$_['text_confirm_start_tooltip'] = 'Confirm the order when starting the transaction, before the transaction is paid. Confirmation email will be sent immediately';
$_['text_confirm_start'] = 'Confirm order on transaction start';
$_['text_send_statusupdates'] = 'Send status updates';
Expand Down
5 changes: 5 additions & 0 deletions upload/admin/language/nl-nl/extension/payment/paynl3.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
$_['error_no_serviceid']= 'U moet een serviceId invoeren, u vind uw serviceId op: <a href="https://admin.pay.nl/programs/programs">https://admin.pay.nl/programs/programs</a>. Een serviceId begint altijd met SL-';

//texts
$_['text_register'] = 'Nog geen account bij PAY.? Klik ';
$_['text_link_register'] = 'hier';
$_['link_register'] = 'https://www.pay.nl/registreren';
$_['text_after_register'] = ' om u aan te melden.';

$_['text_confirm_start_tooltip'] = 'De order bevestigen bij het starten van de transactie, dus voordat er betaald is. De bevestigingsmail wordt dan ook meteen verstuurd';
$_['text_confirm_start'] = 'Order bevestigen bij starten transactie';
$_['text_send_statusupdates'] = 'Statusupdates versturen';
Expand Down
3 changes: 2 additions & 1 deletion upload/admin/view/template/extension/payment/paynl3.twig
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
{% endif %}
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title"><i class="fa fa-pencil"></i> {{ text_edit }}</h3>
<h3 class="panel-title"><i class="fa fa-pencil"></i> {{ text_edit }}</h3><br/><br/>
<p>{{ text_register }}<a href="{{ link_register }}" target="_blank">{{ text_link_register }}</a>{{ text_after_register }} </p>
</div>
<div class="panel-body">
<form action="{{ action }}" method="post" class="form-horizontal"
Expand Down

0 comments on commit 60837e2

Please sign in to comment.