PDF rausgenommen

This commit is contained in:
aschwarz
2023-01-23 11:03:31 +01:00
parent 82d562a322
commit a6523903eb
28078 changed files with 4247552 additions and 2 deletions

View File

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