<?php /* ################# STAR RATING SYSTEM ################## CWB PRO $Name: $ Revision $Revision: 1.4 $ Author $Author: webmaster $ Created 03/01/02 $Date: 2004/01/06 10:16:59 $ Writed by GraFX (hide@address.com) Scripts Home: http://www.grafxsoftware.com ############################################################ File purpose LANGUAGE FILE ENGLISH ############################################################ */ $notyetrated = "Not yet rated"; $rated = "Rated:"; $from = "from"; $altrate = "Rate"; $recentrated = "You have recently rated this article."; $excellent = "Excellent"; $good = "Good"; $fair = "Fair"; $poor = "Poor"; $useless = "Useless"; $formrate = "RATE"; $line1 = "Thank you for your rateing."; $line2 = "Thank you for your rateing."; $line3 = "The article now has a rating of"; $line4 = "You will now be redirected back to the article."; $line5 = "Click here if this does not happen."; $hasread1 = "This article has been seen "; $hasread2 =" times."; $numberof = "Number of Votes: "; $datamissing="unknown"; ?>