20 lines
596 B
PHP
20 lines
596 B
PHP
<?php
|
|
/*
|
|
$Id: configuration.php,v 1.8 2002/01/04 03:51:40 hpdl Exp $
|
|
|
|
osCommerce, Open Source E-Commerce Solutions
|
|
http://www.oscommerce.com
|
|
|
|
Copyright (c) 2002 osCommerce
|
|
|
|
Released under the GNU General Public License
|
|
*/
|
|
|
|
define('TABLE_HEADING_CONFIGURATION_TITLE', 'Name');
|
|
define('TABLE_HEADING_CONFIGURATION_VALUE', 'Wert');
|
|
define('TABLE_HEADING_ACTION', 'Aktion');
|
|
|
|
define('TEXT_INFO_EDIT_INTRO', 'Bitte führen Sie alle notwendigen Änderungen durch');
|
|
define('TEXT_INFO_DATE_ADDED', 'hinzugefügt am:');
|
|
define('TEXT_INFO_LAST_MODIFIED', 'letzte Änderung:');
|
|
?>
|