[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: affiliate_sales.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', 'Partnerprogramm'); 18 define('HEADING_TITLE', 'Partnerprogramm: Verkäufe'); 19 20 define('TABLE_HEADING_DATE', 'Datum'); 21 define('TABLE_HEADING_SALES', 'Provision (exkl.)'); 22 define('TABLE_HEADING_VALUE', 'Bestellwert (exkl.)'); 23 define('TABLE_HEADING_PERCENTAGE','% Provision'); 24 define('TABLE_HEADING_STATUS', 'Status'); 25 26 define('TEXT_DELETED_ORDER_BY_ADMIN', 'Deleted (Admin)'); 27 define('TEXT_INFORMATION_SALES_TOTAL', 'Ihre momentane Provision (exkl.) beträgt:'); 28 define('TEXT_INFORMATION_SALES_TOTAL2', '<br>Es werden nur versandte Verkäufe summiert!'); 29 define('TEXT_NO_SALES', 'Bis jetzt wurden noch keine Verkäufe über Ihre Webseite getätigt.'); 30 define('TEXT_DISPLAY_NUMBER_OF_SALES', 'angezeigte Verkäufe <b>%d</b> bis <b>%d</b> (von <b>%d</b> insgesamt)'); 31 32 define('TEXT_AFFILIATE_HEADER', 'Verkäufe über Ihre Webseite:'); 33 define('TEXT_SALES_HELP', ' <font color="#FFFFFF">[?]</font>'); 34 define('TEXT_SALES', 'Click on [?] to see a description of each category.'); 35 define('HEADING_SALES_HELP', 'Affiliate Help'); 36 define('TEXT_DATE_HELP', '<i>Date</i> represents the date of the sale.'); 37 define('TEXT_TIME_HELP', '<i>Time</i> represents the time of the sale.'); 38 define('TEXT_SALE_VALUE_HELP', '<i>Sale Value</i> represents the value of the sale.'); 39 define('TEXT_COMMISSION_RATE_HELP', '<i>Commission Rate</i> represents the commission rate paid on the sale.'); 40 define('TEXT_COMMISSION_VALUE_HELP', '<i>Affiliate Earnings</i> represents the commission due on the sale.'); 41 define('TEXT_STATUS_HELP', '<i>Sale Status</i> represents the status the sale.'); 42 define('TEXT_CLOSE_WINDOW', 'Close Window [x]'); 43 ?>
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 |