35 lines
1.2 KiB
PHP
35 lines
1.2 KiB
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: sitemap.php,v 1.3 2007/06/12 16:51:19 r23 Exp $
|
|
|
|
MyOOS [Shopsystem]
|
|
https://www.oos-shop.de
|
|
|
|
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
|
|
----------------------------------------------------------------------
|
|
Based on:
|
|
|
|
File: shipping.php,v 1.4 2002/04/17 15:57:07 harley_vb
|
|
----------------------------------------------------------------------
|
|
osCommerce, Open Source E-Commerce Solutions
|
|
http://www.oscommerce.com
|
|
|
|
Copyright (c) 2003 osCommerce
|
|
----------------------------------------------------------------------
|
|
Released under the GNU General Public License
|
|
---------------------------------------------------------------------- */
|
|
|
|
$aLang['navbar_title'] = 'Sitemap';
|
|
$aLang['heading_title'] = 'Sitemap';
|
|
|
|
$aLang['heading_information'] = 'Information';
|
|
$aLang['page_shopping_cart'] = 'Cart Contents';
|
|
$aLang['page_checkout_shipping'] = 'Checkout';
|
|
$aLang['page_advanced_search'] = 'Advanced Search';
|
|
$aLang['page_products_new'] = 'New Products';
|
|
$aLang['page_specials'] = 'Specials';
|
|
$aLang['page_reviews'] = 'Reviews';
|
|
$aLang['page_affiliate'] = 'Affiliate';
|
|
$aLang['page_service'] = 'Service';
|
|
|