Added default language pack (en-gb)
This commit is contained in:
27
catalog/information/contact.php
Normal file
27
catalog/information/contact.php
Normal file
@ -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!';
|
3
catalog/information/information.php
Normal file
3
catalog/information/information.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_error'] = 'Information Page Not Found!';
|
17
catalog/information/sitemap.php
Normal file
17
catalog/information/sitemap.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Site Map';
|
||||
|
||||
// Text
|
||||
$_['text_special'] = 'Special Offers';
|
||||
$_['text_account'] = 'My Account';
|
||||
$_['text_edit'] = 'Account Information';
|
||||
$_['text_password'] = 'Password';
|
||||
$_['text_address'] = 'Address Book';
|
||||
$_['text_history'] = 'Order History';
|
||||
$_['text_download'] = 'Downloads';
|
||||
$_['text_cart'] = 'Shopping Cart';
|
||||
$_['text_checkout'] = 'Checkout';
|
||||
$_['text_search'] = 'Search';
|
||||
$_['text_information'] = 'Information';
|
||||
$_['text_contact'] = 'Contact Us';
|
10
catalog/information/tracking.php
Normal file
10
catalog/information/tracking.php
Normal file
@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>Untitled Document</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user