Viewing file: configuration.php (1.39 KB) -rwxr-xr-x Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?
/*
English Text for The Exchange Project Administration Tool Preview Release 2.0
Last Update: 02/12/2000
Author(s): Harald Ponce de Leon (hpdl@theexchangeproject.org)
*/
define('TOP_BAR_TITLE', 'Configuration Parameters');
define('HEADING_TITLE', 'Configuration Parameters');
define('TABLE_HEADING_CONFIGURATION_TITLE', 'Title');
define('TABLE_HEADING_CONFIGURATION_VALUE', 'Value');
define('TABLE_HEADING_ACTION', 'Action');
define('TEXT_INFO_EDIT_INTRO', 'Please make any necessary changes');
define('TEXT_INFO_KEY', 'Key (define name):');
define('TEXT_INFO_VALUE', 'Value (define value):');
define('TEXT_INFO_FUNCTION', 'Function (admin side):');
define('TEXT_INFO_DATE_ADDED', 'Date Added:');
define('TEXT_INFO_LAST_MODIFIED', 'Last Modified:');
define('TEXT_INFO_DESCRIPTION', 'Description:');
define('TEXT_INFO_DEFINE_NOTE', '<small><b>NOTE:</b></small> The key is the name of the constant-variable (define), and the value is the value of the constant');
define('TEXT_INFO_FUNCTION_NOTE', '<small><b>NOTE:</b></small> If the key is to be processed by a function (administration tool side), please enter it without the parentethis');
define('TEXT_INFO_INSERT_INTRO', 'Please enter the new product name and price thats expected');
define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete this expected product?');
define('TEXT_INFO_HEADING_NEW_PARAMETER', 'New Parameter');
?>
|