1
0
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:
CaMer0n
2012-05-27 10:42:16 +00:00
parent 189359df33
commit ed28dc0808
21 changed files with 1744 additions and 107 deletions

View File

@@ -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");
?>