aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/en-gb/marketing/contact.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/admin/language/en-gb/marketing/contact.php')
-rw-r--r--public/admin/language/en-gb/marketing/contact.php36
1 files changed, 36 insertions, 0 deletions
diff --git a/public/admin/language/en-gb/marketing/contact.php b/public/admin/language/en-gb/marketing/contact.php
new file mode 100644
index 0000000..0c28e84
--- /dev/null
+++ b/public/admin/language/en-gb/marketing/contact.php
@@ -0,0 +1,36 @@
+<?php
+// Heading
+$_['heading_title'] = 'Mail';
+
+// Text
+$_['text_success'] = 'Your message has been successfully sent!';
+$_['text_sent'] = 'Your message has been successfully sent to %s of %s recipients!';
+$_['text_list'] = 'Mail List';
+$_['text_default'] = 'Default';
+$_['text_newsletter'] = 'All Newsletter Subscribers';
+$_['text_customer_all'] = 'All Customers';
+$_['text_customer_group'] = 'Customer Group';
+$_['text_customer'] = 'Customers';
+$_['text_affiliate_all'] = 'All Affiliates';
+$_['text_affiliate'] = 'Affiliates';
+$_['text_product'] = 'Products';
+
+// Entry
+$_['entry_store'] = 'From';
+$_['entry_to'] = 'To';
+$_['entry_customer_group'] = 'Customer Group';
+$_['entry_customer'] = 'Customer';
+$_['entry_affiliate'] = 'Affiliate';
+$_['entry_product'] = 'Products';
+$_['entry_subject'] = 'Subject';
+$_['entry_message'] = 'Message';
+
+// Help
+$_['help_customer'] = '(Autocomplete)';
+$_['help_affiliate'] = '(Autocomplete)';
+$_['help_product'] = 'Send only to customers who have ordered products in the list. (Autocomplete)';
+
+// Error
+$_['error_permission'] = 'Warning: You do not have permission to send E-Mails!';
+$_['error_subject'] = 'E-Mail Subject required!';
+$_['error_message'] = 'E-Mail Message required!'; \ No newline at end of file