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

10 lines
367 B
PHP

<?php
return [
// Confirm payment notification
'confirm_payment' => 'Potvrďte platbu',
'confirm_amount' => 'Potvrďte Vašu :amount platbu',
'confirm_description' => 'Extra potvrdenie je potrebne pre sprocesovanie platby. Prosím pokračujte pre potvrdenie platby tlačítkom nižšie.',
'confirm_button' => 'Potvrdiť platbu',
];