2023-01-23 11:03:31 +01:00

48 lines
1.8 KiB
PHP

<?php
/* ----------------------------------------------------------------------
$Id: information.php,v 1.3 2007/06/13 16:38:21 r23 Exp $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Based on:
File: information.php,v 1.14 2003/02/16 02:09:20 harley_vb
----------------------------------------------------------------------
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
define('HEADING_TITLE', 'Legally relevant pages');
define('TABLE_HEADING_INFORMATION', 'Legally relevant page');
define('TABLE_HEADING_ACTION', 'Action');
define('TABLE_HEADING_STATUS', 'Status');
define('TABLE_HEADING_SORT', 'Sort Order');
define('TEXT_HEADING_NEW_INFORMATION', 'New legally relevant page');
define('TEXT_HEADING_EDIT_INFORMATION', 'Edit Information');
define('TEXT_HEADING_DELETE_INFORMATION', 'Delete information');
define('TEXT_INFORMATION', 'Information:');
define('TEXT_DATE_ADDED', 'Date Added:');
define('TEXT_LAST_MODIFIED', 'Last Modified:');
define('TEXT_NEW_INTRO', 'Please enter the new information with all relevant data.');
define('TEXT_EDIT_INTRO', 'Please make all necessary changes.');
define('TEXT_INFORMATION_NAME', 'Information Name:');
define('TEXT_INFORMATION_DESCRIPTION', 'Information Description:');
define('TEXT_INFORMATION_HEADING_TITLE', 'Page Title:');
define('TEXT_INFORMATION_SORT_ORDER', 'Sort Order:');
define('TEXT_DELETE_INTRO', 'Are you sure you want to delete this page?');
define('TEXT_DATA', 'Data');