35 lines
1.3 KiB
PHP
35 lines
1.3 KiB
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: account_address_book.php,v 1.3 2007/06/12 16:51:18 r23 Exp $
|
|
|
|
MyOOS [Shopsystem]
|
|
https://www.oos-shop.de
|
|
|
|
|
|
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
|
|
----------------------------------------------------------------------
|
|
Based on:
|
|
|
|
File: address_book.php,v 1.6 2002/05/23 22:56:20 hpdl
|
|
----------------------------------------------------------------------
|
|
osCommerce, Open Source E-Commerce Solutions
|
|
http://www.oscommerce.com
|
|
|
|
Copyright (c) 2003 osCommerce
|
|
----------------------------------------------------------------------
|
|
Released under the GNU General Public License
|
|
---------------------------------------------------------------------- */
|
|
|
|
$aLang['navbar_title_1'] = 'My Account';
|
|
$aLang['navbar_title_2'] = 'My Personal Address Book';
|
|
$aLang['heading_title'] = 'My Address Book';
|
|
|
|
$aLang['table_heading_number'] = 'No.';
|
|
$aLang['table_heading_name'] = 'Name';
|
|
$aLang['table_heading_location'] = 'Location';
|
|
|
|
$aLang['text_no_entries_in_address_book'] = 'You have no entries in your address book!';
|
|
$aLang['text_maximum_entries'] = '<strong>NOTE:</strong> A maximum of %s address book entries allowed.';
|
|
$aLang['text_maximum_entries_reached'] = '<strong>NOTE:</strong> Maximum of %s address book entries reached.';
|
|
|