mirror of
https://github.com/e107inc/e107.git
synced 2025-01-18 05:09:05 +01:00
20 lines
607 B
PHP
20 lines
607 B
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system - Language File.
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_rate.php,v $
|
|
| $Revision: 1.1.1.1 $
|
|
| $Date: 2006-12-02 04:34:39 $
|
|
| $Author: mcfly_e107 $
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
|
|
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");
|
|
|
|
?>
|