35 lines
1.4 KiB
PHP
35 lines
1.4 KiB
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: account_address_book.php,v 1.3 2007/06/12 16:36:38 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.13 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'] = 'Folgende Einträge verbinden wir z.Z. mit Ihrem Konto:';
|
|
$aLang['heading_title'] = 'Ihr Adressbuch';
|
|
|
|
$aLang['table_heading_number'] = 'Nr.';
|
|
$aLang['table_heading_name'] = 'Name';
|
|
$aLang['table_heading_location'] = 'Wohnort';
|
|
|
|
$aLang['text_no_entries_in_address_book'] = 'Sie haben noch keine Einträge in Ihrem Adressbuch!';
|
|
$aLang['text_maximum_entries'] = '<strong>Hinweis:</strong> Ihnen stehen %s Adressbucheinträge zur Verfügung!';
|
|
$aLang['text_maximum_entries_reached'] = '<strong>ACHTUNG:</strong> Sie haben die maximale Anzahl (%s) an Adressbucheinträgen erreicht!';
|
|
|