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:36:39 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.12 2003/02/16 00:42:02 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_1'] = 'Ihr Konto';
|
||||
$aLang['navbar_title_2'] = 'Adressbuch';
|
||||
$aLang['navbar_title_add_entry'] = 'Neuer Eintrag';
|
||||
$aLang['navbar_title_modify_entry'] = 'Eintrag ändern';
|
||||
$aLang['navbar_title_delete_entry'] = 'Eintrag löschen';
|
||||
$aLang['heading_title_add_entry'] = 'Adressbuch: Neuer Eintrag';
|
||||
$aLang['heading_title_modify_entry'] = 'Adressbuch: Eintrag ändern';
|
||||
$aLang['heading_title_delete_entry'] = 'Eintrag löschen';
|
||||
$aLang['set_as_primary'] = 'Als Standardadresse einstellen.';
|
Reference in New Issue
Block a user