[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: currencies.php 3 2006-05-27 04:59:07Z user $ 4 5 osCMax Power E-Commerce 6 http://oscdox.com 7 8 Copyright 2006 osCMax 9 10 Released under the GNU General Public License 11 */ 12 13 define('HEADING_TITLE', 'Currencies'); 14 15 define('TABLE_HEADING_CURRENCY_NAME', 'Currency'); 16 define('TABLE_HEADING_CURRENCY_CODES', 'Code'); 17 define('TABLE_HEADING_CURRENCY_VALUE', 'Value'); 18 define('TABLE_HEADING_ACTION', 'Action'); 19 20 define('TEXT_INFO_EDIT_INTRO', 'Please make any necessary changes'); 21 define('TEXT_INFO_CURRENCY_TITLE', 'Title:'); 22 define('TEXT_INFO_CURRENCY_CODE', 'Code:'); 23 define('TEXT_INFO_CURRENCY_SYMBOL_LEFT', 'Symbol Left:'); 24 define('TEXT_INFO_CURRENCY_SYMBOL_RIGHT', 'Symbol Right:'); 25 define('TEXT_INFO_CURRENCY_DECIMAL_POINT', 'Decimal Point:'); 26 define('TEXT_INFO_CURRENCY_THOUSANDS_POINT', 'Thousands Point:'); 27 define('TEXT_INFO_CURRENCY_DECIMAL_PLACES', 'Decimal Places:'); 28 define('TEXT_INFO_CURRENCY_LAST_UPDATED', 'Last Updated:'); 29 define('TEXT_INFO_CURRENCY_VALUE', 'Value:'); 30 define('TEXT_INFO_CURRENCY_EXAMPLE', 'Example Output:'); 31 define('TEXT_INFO_INSERT_INTRO', 'Please enter the new currency with its related data'); 32 define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete this currency?'); 33 define('TEXT_INFO_HEADING_NEW_CURRENCY', 'New Currency'); 34 define('TEXT_INFO_HEADING_EDIT_CURRENCY', 'Edit Currency'); 35 define('TEXT_INFO_HEADING_DELETE_CURRENCY', 'Delete Currency'); 36 define('TEXT_INFO_SET_AS_DEFAULT', TEXT_SET_DEFAULT . ' (requires a manual update of currency values)'); 37 define('TEXT_INFO_CURRENCY_UPDATED', 'The exchange rate for %s (%s) was updated successfully via %s.'); 38 39 define('ERROR_REMOVE_DEFAULT_CURRENCY', 'Error: The default currency can not be removed. Please set another currency as default, and try again.'); 40 define('ERROR_CURRENCY_INVALID', 'Error: The exchange rate for %s (%s) was not updated via %s. Is it a valid currency code?'); 41 define('WARNING_PRIMARY_SERVER_FAILED', 'Warning: The primary exchange rate server (%s) failed for %s (%s) - trying the secondary exchange rate server.'); 42 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |