mirror of
https://github.com/e107inc/e107.git
synced 2025-09-01 10:23:53 +02:00
Rating system re-work and cleanup.
This commit is contained in:
@@ -10,11 +10,19 @@
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
define("RATELAN_0", "vote");
|
||||
define("RATELAN_1", "votes");
|
||||
define("RATELAN_2", "how do you rate this item?");
|
||||
define("RATELAN_3", "thank you for your vote");
|
||||
define("RATELAN_4", "not rated");
|
||||
define("RATELAN_5", "Rate");
|
||||
define("RATELAN_0", "Vote");
|
||||
define("RATELAN_1", "Votes");
|
||||
define("RATELAN_2", "How do you rate this item?");
|
||||
define("RATELAN_3", "Thanks for voting!");
|
||||
define("RATELAN_4", "Not rated");
|
||||
define("RATELAN_5", "Rate this:");
|
||||
define("RATELAN_6", "Please login to rate this.");
|
||||
|
||||
define("RATELAN_POOR","Poor");
|
||||
define("RATELAN_FAIR","Fair");
|
||||
define("RATELAN_GOOD","Good");
|
||||
define("RATELAN_VERYGOOD","Very Good");
|
||||
define("RATELAN_EXCELLENT","Excellent");
|
||||
|
||||
|
||||
?>
|
Reference in New Issue
Block a user