1
0

Added default language pack (en-gb)

This commit is contained in:
Christer Waren
2020-02-12 23:25:39 +02:00
parent 27b4234c0f
commit 704d608ff8
465 changed files with 15946 additions and 0 deletions

View 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!';

View File

@ -0,0 +1,3 @@
<?php
// Text
$_['text_error'] = 'Information Page Not Found!';

View 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';

View 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>