40 lines
1.5 KiB
PHP
40 lines
1.5 KiB
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: zones.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: zones.php,v 1.4 2002/01/28 00:23:17 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', 'Zones');
|
|
|
|
define('TABLE_HEADING_COUNTRY_NAME', 'Country');
|
|
define('TABLE_HEADING_ZONE_NAME', 'Zones');
|
|
define('TABLE_HEADING_ZONE_CODE', 'Code');
|
|
define('TABLE_HEADING_ACTION', 'Action');
|
|
|
|
define('TEXT_INFO_EDIT_INTRO', 'Please make any necessary changes');
|
|
define('TEXT_INFO_ZONES_NAME', 'Zones Name:');
|
|
define('TEXT_INFO_ZONES_CODE', 'Zones Code:');
|
|
define('TEXT_INFO_COUNTRY_NAME', 'Country:');
|
|
define('TEXT_INFO_INSERT_INTRO', 'Please enter the new zone with its related data');
|
|
define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete this zone?');
|
|
define('TEXT_INFO_HEADING_NEW_ZONE', 'New Zone');
|
|
define('TEXT_INFO_HEADING_EDIT_ZONE', 'Edit Zone');
|
|
define('TEXT_INFO_HEADING_DELETE_ZONE', 'Delete Zone');
|