| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
1 <?php 2 /* 3 $Id: index.php,v 1.5 2002/03/30 14:32:08 harley_vb Exp $ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Copyright (c) 2002 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 define('HEADING_TITLE', 'Option wählen ...'); 14 15 define('BOX_TITLE_ORDERS', 'Bestellungen'); 16 define('BOX_TITLE_STATISTICS', 'Statistik'); 17 18 define('BOX_ENTRY_SUPPORT_SITE', 'Support Seite'); 19 define('BOX_ENTRY_SUPPORT_FORUMS', 'Support Forum'); 20 define('BOX_ENTRY_MAILING_LISTS', 'Mailing Listen'); 21 define('BOX_ENTRY_BUG_REPORTS', 'Fehler Reporte'); 22 define('BOX_ENTRY_FAQ', 'Fragen und Antworten'); 23 define('BOX_ENTRY_LIVE_DISCUSSIONS', 'Live Diskussionen'); 24 define('BOX_ENTRY_CVS_REPOSITORY', 'CVS Repository'); 25 define('BOX_ENTRY_INFORMATION_PORTAL', 'Informations Portal'); 26 27 define('BOX_ENTRY_CUSTOMERS', 'Kunden:'); 28 define('BOX_ENTRY_PRODUCTS', 'Produkte:'); 29 define('BOX_ENTRY_REVIEWS', 'Bewertungen:'); 30 31 define('BOX_CONNECTION_PROTECTED', 'Sie sind gesichert durch eine %s sichere SSL Verbindung.'); 32 define('BOX_CONNECTION_UNPROTECTED', 'Sie sind <font color="#ff0000">nicht</font> durch eine sichere SSL Verbindung gesichert.'); 33 define('BOX_CONNECTION_UNKNOWN', 'unbekannt'); 34 35 define('CATALOG_CONTENTS', 'Inhalt'); 36 37 define('REPORTS_PRODUCTS', 'Produkte'); 38 define('REPORTS_ORDERS', 'Bestellungen'); 39 40 define('TOOLS_BACKUP', 'Datensicherung'); 41 define('TOOLS_BANNERS', 'Bannerverwaltung'); 42 define('TOOLS_FILES', 'Dateiverwaltung'); 43 ?>
title
Description
Body
title
Description
Body
| Generated: Tue Nov 4 23:53:39 2003 | Hosted By :: AABox.com |
Cross-referenced by PHPXref 0.4 |