| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
1 <?php 2 /* 3 $Id: cache.php,v 1.13 2003/05/03 20:52:25 project3000 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', 'Cache Steuerung'); 14 15 define('TABLE_HEADING_CACHE', 'Cache Blöcke'); 16 define('TABLE_HEADING_DATE_CREATED', 'erstellt am'); 17 define('TABLE_HEADING_ACTION', 'Aktion'); 18 19 define('TEXT_FILE_DOES_NOT_EXIST', 'Datei ist nicht vorhanden'); 20 define('TEXT_CACHE_DIRECTORY', 'Cache Verzeichnis:'); 21 22 define('ERROR_CACHE_DIRECTORY_DOES_NOT_EXIST', 'Fehler: Das Cache Verzeichnis ist nicht vorhanden. Please set it in Konfiguration / Cache'); 23 define('ERROR_CACHE_DIRECTORY_NOT_WRITEABLE', 'Fehler: Das Cache Verzeichnis ist schreibgeschützt.'); 24 ?>
title
Description
Body
title
Description
Body
| Generated: Tue Nov 4 23:53:39 2003 | Hosted By :: AABox.com |
Cross-referenced by PHPXref 0.4 |