[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: affiliate_payment.php 14 2006-07-28 17:42:07Z user $ 4 5 OSC-Affiliate 6 7 Contribution based on: 8 9 osCMax Power E-Commerce 10 http://oscdox.com 11 12 Copyright 2006 osCMax 13 14 Released under the GNU General Public License 15 */ 16 17 define('NAVBAR_TITLE', 'Affiliate Program'); 18 define('HEADING_TITLE', 'Affiliate Program: Payment'); 19 20 define('TEXT_AFFILIATE_HEADER', 'Your Payments:'); 21 22 define('TABLE_HEADING_DATE', 'Payment Date'); 23 define('TABLE_HEADING_PAYMENT', 'Affiliate Earnings'); 24 define('TABLE_HEADING_STATUS', 'Payment Status'); 25 define('TABLE_HEADING_PAYMENT_ID','Payment-ID'); 26 define('TEXT_DISPLAY_NUMBER_OF_PAYMENTS', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> payments)'); 27 define('TEXT_INFORMATION_PAYMENT_TOTAL', 'Your current earnings amount to:'); 28 define('TEXT_NO_PAYMENTS', 'No payments have been recorded yet.'); 29 define('TEXT_PAYMENT_HELP', ' <font color="#FFFFFF">[?]</font>'); 30 define('TEXT_PAYMENT', 'Click on [?] to see a description of each category.'); 31 define('HEADING_PAYMENT_HELP', 'Affiliate Help'); 32 define('TEXT_DATE_HELP', '<i>Date</i> represents the date of the payment made to the affiliate.'); 33 define('TEXT_PAYMENT_ID_HELP', '<i>Payment-ID</i> represents the payment number associated to the payment.'); 34 define('TEXT_PAYMENT_HELP', '<i>Affiliate Earnings</i> represents the value of payment made to the affiliate.'); 35 define('TEXT_STATUS_HELP', '<i>Payment Status</i> represents the status of the payment made to the affiliate'); 36 define('TEXT_CLOSE_WINDOW', 'Close Window [x]'); 37 ?>
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 |