first commit

This commit is contained in:
2025-08-02 16:30:27 +02:00
commit 23646bfcee
14851 changed files with 1750626 additions and 0 deletions

25
web/lang/en/payment.php Normal file
View File

@@ -0,0 +1,25 @@
<?php
$txt_str['payment']['title'] = 'online payment';
$txt_str['payment']['paymentSuccess'] = 'Payment was successful.';
$txt_str['payment']['errorSecurityCode'] = 'Wrong security code';
$txt_str['payment']['errorOrderNotFound'] = 'Order {ID} was not found';
$txt_str['payment']['msgStatusPending'] = 'Yur payment is pending. Please follow instructions from the payment gateway provider.';
$txt_str['payment']['msgStatusFinished'] = 'Order has been paid.';
$txt_str['payment']['errorOrderAlreadyPaid'] = 'Order {ID} has already been paid';
$txt_str['payment']['errorOrderCanceled'] = 'Order cancelled.';
$txt_str['payment']['msgStartPayment'] = 'You\'re about to be redirected to the payment gateway';
$txt_str['payment']['creditCardMethodTitle'] = 'Credit card';
$txt_str['payment']['payment_waiting_for_confirmation'] = 'We are waiting for confirmation of your payment from the payment gateway';
$txt_str['payment']['limit_exceeded_long'] = 'The limit for the selected payment method has been exceeded';
$txt_str['payment']['min_limit_exceeded_long'] = 'The limit for the selected payment method has not been met';
$txt_str['payment']['payment_exception_communication'] = 'Communication with the payment gateway has failed. Please try again later or select a different payment method.';
$txt_str['payment']['products_filter_long'] = 'Selected payment is not available for selected products.';
$txt_str['payment']['products_filter_short'] = 'Unavailable for selected products';
$txt_str['payment']['purchaseAtShop'] = 'Purchase at shop';
$txt_str['payment']['shipping'] = 'Delivery';