38 lines
1.2 KiB
PHP
38 lines
1.2 KiB
PHP
<?php
|
|
/*
|
|
$Id: index.php,v 1.5 2002/03/30 14:32:08 harley_vb Exp $
|
|
|
|
osCommerce, Open Source E-Commerce Solutions
|
|
http://www.oscommerce.com
|
|
|
|
Copyright (c) 2006 osCommerce
|
|
|
|
Released under the GNU General Public License
|
|
*/
|
|
|
|
define('HEADING_TITLE', 'Option wählen ...');
|
|
|
|
define('BOX_TITLE_ORDERS', 'Bestellungen');
|
|
define('BOX_TITLE_STATISTICS', 'Statistik');
|
|
|
|
define('BOX_ENTRY_SUPPORT_SITE', 'Support Seite');
|
|
define('BOX_ENTRY_SUPPORT_FORUMS', 'Support Forum');
|
|
define('BOX_ENTRY_CONTRIBUTIONS', 'Add-On Module');
|
|
|
|
define('BOX_ENTRY_CUSTOMERS', 'Kunden:');
|
|
define('BOX_ENTRY_PRODUCTS', 'Produkte:');
|
|
define('BOX_ENTRY_REVIEWS', 'Bewertungen:');
|
|
|
|
define('BOX_CONNECTION_PROTECTED', 'Sie sind gesichert durch eine %s sichere SSL Verbindung.');
|
|
define('BOX_CONNECTION_UNPROTECTED', 'Sie sind <font color="#ff0000">nicht</font> durch eine sichere SSL Verbindung gesichert.');
|
|
define('BOX_CONNECTION_UNKNOWN', 'unbekannt');
|
|
|
|
define('CATALOG_CONTENTS', 'Inhalt');
|
|
|
|
define('REPORTS_PRODUCTS', 'Produkte');
|
|
define('REPORTS_ORDERS', 'Bestellungen');
|
|
|
|
define('TOOLS_BACKUP', 'Datensicherung');
|
|
define('TOOLS_BANNERS', 'Bannerverwaltung');
|
|
define('TOOLS_FILES', 'Dateiverwaltung');
|
|
?>
|