Files
kupshop/admin/lang/english/deliveryPayment.php
2025-08-02 16:30:27 +02:00

28 lines
936 B
PHP

<?php
$txt_str['deliveryPayment'] = [
'toolbar_list' => 'List of payments',
'toolbar_add' => 'Add a payment',
'titleEdit' => 'Edit payment',
'titleAdd' => 'Add a payment',
'name' => 'Name',
'name_admin' => 'Name in administration',
'flapPayment' => 'Payment',
'flapPaymentDescription' => 'Popis platby',
'description' => 'Payment description for e-mail',
'descriptionHelp' => 'Payment description that can be inserted into an e-mail message with a placeholder {POPIS_PLATBY}. You can use it to relay bank account number,
payment instructions, etc.',
'cart_description' => 'Payment description in cart',
'cart_descriptionHelp' => 'Text visible in cart just below payment selection',
'deliveryPayment' => 'List of payments',
'AddDeliveryPayment' => 'Add payment',
'search' => 'Search',
'paymentName' => 'Select a name',
'paymentType' => 'Type of payment',
];