Membership

This commit is contained in:
Kevin Adametz 2020-03-07 19:44:58 +01:00
parent 37cb2b06c7
commit 21abafb8db
51 changed files with 1549 additions and 493 deletions

20
resources/lang/de/payment.php Executable file
View file

@ -0,0 +1,20 @@
<?php
return [
'status' => [
'store_payment' => 'Zahlung gespeichert',
'checkout_payment' => 'Checkout',
'payment_error' => 'Zahlung Fehler',
'payment_redirect' => 'Zahlung weitergeleitet',
'payment_approved' => 'Zahlung genehmigt',
'txaction_failed' => 'Zahlung fehlgeschlagen',
'txaction_appointed' => 'Zahlung genehmigt',
'txaction_paid' => 'Zahlung bestätigt',
'success_payment' => 'Zahlung erflogreich',
'success' => 'Erflogreich ausgeführt',
'payment_not_found' => 'Zahlung nicht gefunden',
'checkout_cancel' => ' Zahlungsvorgang Abbruch',
'checkout_error' => 'Zahlungsvorgang Fehler',
],
];