PDF rausgenommen
This commit is contained in:
@ -0,0 +1,31 @@
|
||||
<?php
|
||||
/* ----------------------------------------------------------------------
|
||||
$Id: account_address_book_process.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_process.php,v 1.7 2002/11/19 01:48:08 dgw_
|
||||
----------------------------------------------------------------------
|
||||
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'] = 'Address Book';
|
||||
$aLang['navbar_title_add_entry'] = 'New Entry';
|
||||
$aLang['navbar_title_modify_entry'] = 'Modify Entry';
|
||||
$aLang['navbar_title_delete_entry'] = 'Delete Entry';
|
||||
$aLang['heading_title_add_entry'] = 'New Address Book Entry';
|
||||
$aLang['heading_title_modify_entry'] = 'Address Book Entry';
|
||||
$aLang['heading_title_delete_entry'] = 'Address Book Delete';
|
||||
$aLang['set_as_primary'] = 'Set as primary address';
|
Reference in New Issue
Block a user