21 lines
722 B
PHP
21 lines
722 B
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: plugins.php,v 1.3 2007/06/13 16:15:14 r23 Exp $
|
|
|
|
MyOOS [Shopsystem]
|
|
https://www.oos-shop.de
|
|
|
|
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
|
|
----------------------------------------------------------------------
|
|
Released under the GNU General Public License
|
|
---------------------------------------------------------------------- */
|
|
|
|
define('HEADING_TITLE', 'Plugins');
|
|
define('TABLE_HEADING_PLUGINS', 'Plugins');
|
|
define('TABLE_HEADING_SORT_ORDER', 'Reihenfolge');
|
|
define('TABLE_HEADING_STATUS', 'Status');
|
|
define('TABLE_HEADING_ACTION', 'Aktion');
|
|
|
|
define('TEXT_PLUGINS_DIRECTORY', 'Plugin Verzeichnis:');
|
|
|