Files
vuefilemanager/resources/lang/cn/cashier.php
2020-07-16 10:26:41 +02:00

10 lines
367 B
PHP

<?php
return [
// Confirm payment notification
'confirm_payment' => 'Confirm Payment',
'confirm_amount' => 'Confirm your :amount payment',
'confirm_description' => 'Extra confirmation is needed to process your payment. Please continue to the payment page by clicking on the button below.',
'confirm_button' => 'Confirm Payment',
];