20 lines
No EOL
877 B
PHP
Executable file
20 lines
No EOL
877 B
PHP
Executable file
<?php
|
|
|
|
return [
|
|
|
|
'status' => [
|
|
'store_payment' => 'Zahlung gespeichert',
|
|
'checkout_payment' => 'Checkout',
|
|
'payment_error' => 'Zahlung Fehler',
|
|
'payment_redirect' => 'Zahlung in Bearbeitung - bitte auf E-Mail warten',
|
|
'payment_approved' => 'Zahlung genehmigt - bitte auf E-Mail warten',
|
|
'txaction_failed' => 'Zahlung fehlgeschlagen - E-Mail wurde gesendet',
|
|
'txaction_appointed' => 'Zahlung genehmigt - E-Mail wurde gesendet, bitte warten auf Bestätigung',
|
|
'txaction_paid' => 'Zahlung bestätigt - E-Mail wurde gesendet',
|
|
'success_payment' => 'Zahlung erflogreich',
|
|
'success' => 'Erflogreich ausgeführt',
|
|
'payment_not_found' => 'Zahlung nicht gefunden',
|
|
'checkout_cancel' => ' Zahlungsvorgang Abbruch',
|
|
'checkout_error' => 'Zahlungsvorgang Fehler',
|
|
],
|
|
]; |