contact.php (1427B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Mail'; 4 5 // Text 6 $_['text_success'] = 'Your message has been successfully sent!'; 7 $_['text_sent'] = 'Your message has been successfully sent to %s of %s recipients!'; 8 $_['text_list'] = 'Mail List'; 9 $_['text_default'] = 'Default'; 10 $_['text_newsletter'] = 'All Newsletter Subscribers'; 11 $_['text_customer_all'] = 'All Customers'; 12 $_['text_customer_group'] = 'Customer Group'; 13 $_['text_customer'] = 'Customers'; 14 $_['text_affiliate_all'] = 'All Affiliates'; 15 $_['text_affiliate'] = 'Affiliates'; 16 $_['text_product'] = 'Products'; 17 18 // Entry 19 $_['entry_store'] = 'From'; 20 $_['entry_to'] = 'To'; 21 $_['entry_customer_group'] = 'Customer Group'; 22 $_['entry_customer'] = 'Customer'; 23 $_['entry_affiliate'] = 'Affiliate'; 24 $_['entry_product'] = 'Products'; 25 $_['entry_subject'] = 'Subject'; 26 $_['entry_message'] = 'Message'; 27 28 // Help 29 $_['help_customer'] = '(Autocomplete)'; 30 $_['help_affiliate'] = '(Autocomplete)'; 31 $_['help_product'] = 'Send only to customers who have ordered products in the list. (Autocomplete)'; 32 33 // Error 34 $_['error_permission'] = 'Warning: You do not have permission to send E-Mails!'; 35 $_['error_subject'] = 'E-Mail Subject required!'; 36 $_['error_message'] = 'E-Mail Message required!';