Added language strings

This commit is contained in:
Lars Kusch 2021-10-10 07:06:24 +02:00
parent 45e517dcff
commit b598d6bfed

View File

@ -4321,7 +4321,8 @@ $LANG = array(
'bank_account_holder' => 'Bank Account Holder', 'bank_account_holder' => 'Bank Account Holder',
'aio_checkout' => 'All-in-one checkout', 'aio_checkout' => 'All-in-one checkout',
'giropay' => 'GiroPay', 'giropay' => 'GiroPay',
'giropay_law' => 'By entering your Customer information (such as name, sort code and account number) you (the Customer) agree that this information is given voluntarily.' 'giropay_law' => 'By entering your Customer information (such as name, sort code and account number) you (the Customer) agree that this information is given voluntarily.',
'eps' => 'EPS',
); );
return $LANG; return $LANG;