ZenCart_Documentation  1.5.0
http://www.collinsharper.com
C:/xampp/htdocs/zen-cart/admin/includes/languages/english/countries.php
Go to the documentation of this file.
00001 <?php
00010 define('HEADING_TITLE', 'Countries');
00011 
00012 define('TABLE_HEADING_COUNTRY_NAME', 'Country');
00013 define('TABLE_HEADING_COUNTRY_CODES', 'ISO Codes');
00014 define('TABLE_HEADING_ACTION', 'Action');
00015 
00016 define('TEXT_INFO_EDIT_INTRO', 'Please make any necessary changes');
00017 define('TEXT_INFO_COUNTRY_NAME', 'Name:');
00018 define('TEXT_INFO_COUNTRY_CODE_2', 'ISO Code (2):');
00019 define('TEXT_INFO_COUNTRY_CODE_3', 'ISO Code (3):');
00020 define('TEXT_INFO_ADDRESS_FORMAT', 'Address Format:');
00021 define('TEXT_INFO_INSERT_INTRO', 'Please enter the new country with its related data');
00022 define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete this country?');
00023 define('TEXT_INFO_HEADING_NEW_COUNTRY', 'New Country');
00024 define('TEXT_INFO_HEADING_EDIT_COUNTRY', 'Edit Country');
00025 define('TEXT_INFO_HEADING_DELETE_COUNTRY', 'Delete Country');
00026 define('ERROR_COUNTRY_IN_USE', 'ERROR: Cannot delete selected country because it is connected to customer records.');
00027 define('ISO_COUNTRY_CODES_LINK', '<a href="http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm" target="_blank">ISO 3166 Country Codes Reference</a>');
 All Data Structures Namespaces Files Functions Variables Enumerations