<?php
//=================================================================\\
// lang_eng.php v1.1 \\
//----------------------------------------------------------------------------------------------------------------------\\
// This file is part of Accessories Me PHP Affiliate Script. \\
//----------------------------------------------------------------------------------------------------------------------\\
// File purpose: Common phrases are stored in an array to aid translation. \\
// To make a new language file: \\
// Copy this file, make the necessary changes and save as \\
// lan_YOURLANGUAGE.php \\
// Find and replace lang_eng.php with lan_yourlanguage.php in browse.php \\
//-----------------------------------------------------------------------------------------------------------------------\\
// COPYRIGHT: (C) 2004, 2005 Len Johnson \\
// Website: http://www.accessories.me.uk \\
// Email: hide@address.com \\
// Mail: GB WEBS, 4 Leominster Walk, West Midlands, B45 9SW, UK \\
// SUPPORT: http://www.accessories.me.uk/forum-2.htm \\
//------------------------------------------------------------------------------------------------------------------------\\
// DONATIONS: If you have found this script useful you can make a donation to support \\
// it's continued development at http://www.accessories.me.uk/about12.htm \\
//------------------------------------------------------------------------------------------------------------------------\\
// COPYING/LICENSE: Accessories Me PHP Affiliate Script is free software; \\
// you can redistribute it and/or modify it under the terms of the GNU General Public License \\
// as published by the Free Software Foundation; either version 2 \\
// of the License, or (at your option) any later version. See LICENSE.TXT \\
//------------------------------------------------------------------------------------------------------------------------\\
// Accessories Me PHP Affiliate Script is distributed in the hope that it will be useful, \\
// but WITHOUT ANY WARRANTY; \\
// without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. \\
// See the GNU General Public License for more details. \\
//-------------------------------------------------------------------------------------------------------------------------\\
// You should have received a copy of the GNU General Public License along with this program; \\
// if not, write to: \\
// Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. \\
// http://www.opensource.org/licenses/gpl-license.html \\
//-------------------------------------------------------------------------------------------------------------------------\\
// CHANGELOG \\
// 05-02-05 Search related phrases added \\
//====================================================================\\
// The format of this file is ---> $lang['message'] = 'text';
//
// Sort box
//
$lang['Featured'] = 'Featured';
$lang['Bestselling'] = 'Bestselling';
$lang['PriceHiToLo'] = 'Price: high to low';
$lang['PriceLowToHi'] = 'Price: low to high';
$lang['Newest'] = 'Newest Arrivals';
$lang['SaleItems'] = 'Sale Items';
$lang['AtoZ'] = 'Alphabetical: A to Z';
$lang['AvCustReview'] = 'Average customer review: high to low';
$lang['PublishDate'] = 'Publication date: newer to older';
$lang['ZtoA'] = 'Alphabetical: Z to A';
$lang['ReleaseDate'] = 'Release date: newer to older';
$lang['MostPopular'] = 'Most popular';
$lang['ArtistRank'] = 'Artist name: A to Z';
$lang['DateAdded'] = 'Date added';
$lang['AgeHiToLo'] = 'Age: high to low';
$lang['VideoRelease'] = 'Release Date';
$lang['sort_by'] = 'Sort By';
$lang['TotalPages'] = 'Pages: ';
//
// Array of sort langauage names
//
$sortname = array ("relevancerank" => $lang['Featured'], "salesrank" => $lang['Bestselling'], "pricerank" => $lang['PriceHiToLo'],
"-launch-date" => $lang['Newest'], "sale-flag" => $lang['SaleItems'], "psrank" => $lang['Featured'],
"price" => $lang['PriceLowToHi'], "-price" => $lang['PriceHiToLo'], "titlerank" => $lang['AtoZ'], "pmrank" => $lang['Featured'],
"reviewrank" => $lang['AvCustReview'], "inverse-pricerank" => $lang['PriceHiToLo'], "daterank" => $lang['PublishDate'],
"-titlerank" => $lang['ZtoA'], "orig-rel-date" => $lang['ReleaseDate'], "songtitlerank" => $lang['MostPopular'],
"uploaddaterank" => $lang['DateAdded'], "-video-release-date" => $lang['ReleaseDate'], "inverseprice" => $lang['PriceHiToLo'],
"launch-date" => $lang['Newest'], "subslot-salesrank" => $lang['Bestselling'], "artistrank" => $lang['ArtistRank'],
"-age-min" => $lang['AgeHiToLo']);
//
// Display
//
$lang['TotalProducts'] = 'Total Products: ';
$lang['ListPrice'] = 'List Price: ';
$lang['OurPrice'] = 'Our Price';
$lang['ViewDetails'] = 'View Details';
$lang['Home'] = 'Home';
//
// Search
//
$lang['yousearched'] = 'You searched for';
$lang['searchtitle'] = 'Search';
$lang['search_find'] = 'Find:';
$lang['search_in'] = 'in';
$lang['thiscategory'] = 'This category';
$lang['search_info'] = 'Enter what you are looking for in the search box above. You can narrow your results by choosing the most appropriate category from the dropdown box.';
$lang['no_results'] = 'Sorry, we found <b>0</b> matches for your query. Please try again in another category or use an alternative phrase. <b>Tip:</b>
Simple phrases using one or two words in the most approriate category work best.';
/*
$lang[''] = '';
$lang[''] = '';
$lang[''] = '';
$lang[''] = '';
$lang[''] = '';
$lang[''] = '';
*/
?>