aboutsummaryrefslogtreecommitdiffstats
path: root/public/catalog/language/en-gb/information/contact.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/catalog/language/en-gb/information/contact.php')
-rw-r--r--public/catalog/language/en-gb/information/contact.php27
1 files changed, 27 insertions, 0 deletions
diff --git a/public/catalog/language/en-gb/information/contact.php b/public/catalog/language/en-gb/information/contact.php
new file mode 100644
index 0000000..64c7f77
--- /dev/null
+++ b/public/catalog/language/en-gb/information/contact.php
@@ -0,0 +1,27 @@
+<?php
+// Heading
+$_['heading_title'] = 'Contact Us';
+
+// Text
+$_['text_location'] = 'Our Location';
+$_['text_store'] = 'Our Stores';
+$_['text_contact'] = 'Contact Form';
+$_['text_address'] = 'Address';
+$_['text_telephone'] = 'Telephone';
+$_['text_fax'] = 'Fax';
+$_['text_open'] = 'Opening Times';
+$_['text_comment'] = 'Comments';
+$_['text_success'] = '<p>Your enquiry has been successfully sent to the store owner!</p>';
+
+// Entry
+$_['entry_name'] = 'Your Name';
+$_['entry_email'] = 'E-Mail Address';
+$_['entry_enquiry'] = 'Enquiry';
+
+// Email
+$_['email_subject'] = 'Enquiry %s';
+
+// Errors
+$_['error_name'] = 'Name must be between 3 and 32 characters!';
+$_['error_email'] = 'E-Mail Address does not appear to be valid!';
+$_['error_enquiry'] = 'Enquiry must be between 10 and 3000 characters!'; \ No newline at end of file