[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: article_reviews.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', 'Article Reviews'); 14 15 define('TABLE_HEADING_ARTICLES', 'Articles'); 16 define('TABLE_HEADING_RATING', 'Rating'); 17 define('TABLE_HEADING_DATE_ADDED', 'Date Added'); 18 define('TABLE_HEADING_ACTION', 'Action'); 19 20 define('ENTRY_ARTICLE', 'Article:'); 21 define('ENTRY_FROM', 'From:'); 22 define('ENTRY_DATE', 'Date:'); 23 define('ENTRY_REVIEW', 'Review:'); 24 define('ENTRY_REVIEW_TEXT', '<small><font color="#ff0000"><b>NOTE:</b></font></small> HTML is not translated! '); 25 define('ENTRY_RATING', 'Rating:'); 26 27 define('TEXT_INFO_DELETE_REVIEW_INTRO', 'Are you sure you want to delete this review?'); 28 29 define('TEXT_INFO_DATE_ADDED', 'Date Added:'); 30 define('TEXT_INFO_LAST_MODIFIED', 'Last Modified:'); 31 define('TEXT_INFO_REVIEW_AUTHOR', 'Reviewer:'); 32 define('TEXT_INFO_REVIEW_RATING', 'Rating:'); 33 define('TEXT_INFO_REVIEW_READ', 'Read:'); 34 define('TEXT_INFO_REVIEW_SIZE', 'Size:'); 35 define('TEXT_INFO_ARTICLES_AVERAGE_RATING', 'Average Rating:'); 36 37 define('TEXT_IMAGE_NONEXISTENT', 'IMAGE DOES NOT EXIST'); 38 39 define('TEXT_OF_5_STARS', '%s of 5 Stars!'); 40 define('TEXT_GOOD', '<small><font color="#ff0000"><b>Excellent</b></font></small>'); 41 define('TEXT_BAD', '<small><font color="#ff0000"><b>Poor</b></font></small>'); 42 define('TEXT_INFO_HEADING_DELETE_REVIEW', 'Delete Review'); 43 /* <Mav was here!> */ 44 define('TEXT_APPROVED', 'Approved') ; 45 define('TEXT_APPROVE', 'Approve') ; 46 define('TEXT_DISAPPROVE', 'Disapprove') ; 47 define('TEXT_YES', 'Yes') ; 48 define('TEXT_NO', 'No') ; 49 /* </Mav was here!> */ 50 51 ?>
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 |