Membership
This commit is contained in:
parent
37cb2b06c7
commit
21abafb8db
51 changed files with 1549 additions and 493 deletions
20
resources/lang/de/payment.php
Executable file
20
resources/lang/de/payment.php
Executable 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',
|
||||
],
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue