ZenCart_Documentation  1.5.0
http://www.collinsharper.com
C:/xampp/htdocs/zen-cart/admin/includes/languages/english/currencies.php
Go to the documentation of this file.
00001 <?php
00010 define('HEADING_TITLE', 'Currencies');
00011 
00012 define('TABLE_HEADING_CURRENCY_NAME', 'Currency');
00013 define('TABLE_HEADING_CURRENCY_CODES', 'Code');
00014 define('TABLE_HEADING_CURRENCY_VALUE', 'Value');
00015 define('TABLE_HEADING_ACTION', 'Action');
00016 
00017 define('TEXT_INFO_EDIT_INTRO', 'Please make any necessary changes');
00018 define('TEXT_INFO_CURRENCY_TITLE', 'Title:');
00019 define('TEXT_INFO_CURRENCY_CODE', 'Code:');
00020 define('TEXT_INFO_CURRENCY_SYMBOL_LEFT', 'Symbol Left:');
00021 define('TEXT_INFO_CURRENCY_SYMBOL_RIGHT', 'Symbol Right:');
00022 define('TEXT_INFO_CURRENCY_DECIMAL_POINT', 'Decimal Point:');
00023 define('TEXT_INFO_CURRENCY_THOUSANDS_POINT', 'Thousands Point:');
00024 define('TEXT_INFO_CURRENCY_DECIMAL_PLACES', 'Decimal Places:');
00025 define('TEXT_INFO_CURRENCY_LAST_UPDATED', 'Last Updated:');
00026 define('TEXT_INFO_CURRENCY_VALUE', 'Value:');
00027 define('TEXT_INFO_CURRENCY_EXAMPLE', 'Example Output:');
00028 define('TEXT_INFO_INSERT_INTRO', 'Please enter the new currency with its related data');
00029 define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete this currency?');
00030 define('TEXT_INFO_HEADING_NEW_CURRENCY', 'New Currency');
00031 define('TEXT_INFO_HEADING_EDIT_CURRENCY', 'Edit Currency');
00032 define('TEXT_INFO_HEADING_DELETE_CURRENCY', 'Delete Currency');
00033 define('TEXT_INFO_SET_AS_DEFAULT', TEXT_SET_DEFAULT . ' (requires a manual update of currency values)');
00034 define('TEXT_INFO_CURRENCY_UPDATED', 'The exchange rate for %s (%s) was updated successfully via %s.');
00035 
00036 define('ERROR_REMOVE_DEFAULT_CURRENCY', 'Error: The default currency can not be removed. Please set another currency as default, and try again.');
00037 define('ERROR_CURRENCY_INVALID', 'Error: The exchange rate for %s (%s) was not updated via %s. Is it a valid currency code?');
00038 define('WARNING_PRIMARY_SERVER_FAILED', 'Warning: The primary exchange rate server (%s) failed for %s (%s) - trying the secondary exchange rate server.');
00039 define('ERROR_INVALID_CURRENCY_ENTRY', 'ERROR: The information you submitted was incomplete, and has not been saved. You must specify a currency code and a name.');
 All Data Structures Namespaces Files Functions Variables Enumerations