Ekdant-Online-Store/catalog/language/en-gb/mail/subscription.php
2024-08-06 18:06:00 +05:45

35 lines
1.9 KiB
PHP

<?php
// Text
$_['text_subject'] = '%s - Subscription %s';
$_['text_greeting'] = 'Thank you for your interest in %s product. Your subscription request has been received and will be processed once payment has been confirmed.';
$_['text_link'] = 'To view your subscription, click on the link below:';
$_['text_promotion'] = 'Success: A promotional feature has been successfully added with this subscription!';
$_['text_subscription_trial'] = '%s every %d %s(s) for %d payment(s) then ';
$_['text_subscription_duration'] = '%s every %d %s(s) for %d payment(s)';
$_['text_subscription_cancel'] = '%s every %d %s(s) until canceled';
$_['text_subscription_detail'] = 'Subscription Details';
$_['text_instruction'] = 'Instructions';
$_['text_orders_id'] = 'Order ID:';
$_['text_date_added'] = 'Date Added:';
$_['text_order_status'] = 'Order Status:';
$_['text_payment_method'] = 'Payment Method:';
$_['text_payment_address'] = 'Payment Address';
$_['text_email'] = 'E-mail:';
$_['text_telephone'] = 'Telephone:';
$_['text_ip'] = 'IP Address:';
$_['text_products'] = 'Products';
$_['text_product'] = 'Product';
$_['text_model'] = 'Model';
$_['text_quantity'] = 'Quantity';
$_['text_price'] = 'Price';
$_['text_order_total'] = 'Order Totals';
$_['text_total'] = 'Total';
$_['text_comment'] = 'The comments for your subscription are:';
$_['text_description'] = 'Description';
$_['text_day'] = 'day';
$_['text_week'] = 'week';
$_['text_semi_month'] = 'half-month';
$_['text_month'] = 'month';
$_['text_year'] = 'year';
$_['text_footer'] = 'Please reply to this e-mail if you have any questions.';