41 lines
1.6 KiB
PHP
41 lines
1.6 KiB
PHP
<?php
|
|
/* ----------------------------------------------------------------------
|
|
$Id: countries.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: countries.php,v 1.4 2002/01/12 17:02:18 hpdl
|
|
----------------------------------------------------------------------
|
|
osCommerce, Open Source E-Commerce Solutions
|
|
http://www.oscommerce.com
|
|
|
|
Copyright (c) 2003 osCommerce
|
|
----------------------------------------------------------------------
|
|
Released under the GNU General Public License
|
|
---------------------------------------------------------------------- */
|
|
|
|
|
|
define('HEADING_TITLE', 'Billing Countries');
|
|
|
|
define('TABLE_HEADING_COUNTRY_NAME', 'Billing Country');
|
|
define('TABLE_HEADING_COUNTRY_CODES', 'ISO Codes');
|
|
define('TABLE_HEADING_ACTION', 'Action');
|
|
|
|
define('TEXT_INFO_EDIT_INTRO', 'Please make any necessary changes');
|
|
define('TEXT_INFO_COUNTRY_NAME', 'Name:');
|
|
define('TEXT_INFO_COUNTRY_CODE_2', 'ISO Code (2):');
|
|
define('TEXT_INFO_COUNTRY_CODE_3', 'ISO Code (3):');
|
|
define('TEXT_INFO_ADDRESS_FORMAT', 'Address Format:');
|
|
define('TEXT_INFO_INSERT_INTRO', 'Please enter the new billing country with its related data');
|
|
define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete this billing country?');
|
|
define('TEXT_INFO_HEADING_NEW_COUNTRY', 'New Billing Country');
|
|
define('TEXT_INFO_HEADING_EDIT_COUNTRY', 'Edit Billing Country');
|
|
define('TEXT_INFO_HEADING_DELETE_COUNTRY', 'Delete Billing Country');
|
|
|