mirror of
https://github.com/e107inc/e107.git
synced 2025-08-14 02:24:08 +02:00
32 lines
953 B
PHP
32 lines
953 B
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
|
|
|
| e107 website system
|
|
| Copyright (C) 2008-2016 e107 Inc (e107.org)
|
|
| Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
|
|
|
|
+ ----------------------------------------------------------------------------+
|
|
*/
|
|
|
|
|
|
return [
|
|
'RATELAN_0' => "Vote",
|
|
'RATELAN_1' => "Votes",
|
|
'RATELAN_2' => "How do you rate this item?",
|
|
'RATELAN_3' => "Thanks for voting!",
|
|
'RATELAN_4' => "Not rated",
|
|
'RATELAN_5' => "Rate this:",
|
|
'RATELAN_6' => "Please login to rate this.",
|
|
'RATELAN_7' => "Like",
|
|
'RATELAN_8' => "Dislike",
|
|
'RATELAN_9' => "You already voted",
|
|
'RATELAN_10' => "There is no item ID in the rating",
|
|
'RATELAN_11' => "Rating Failed",
|
|
'RATELAN_POOR' => "Poor",
|
|
'RATELAN_FAIR' => "Fair",
|
|
'RATELAN_GOOD' => "Good",
|
|
'RATELAN_VERYGOOD' => "Very Good",
|
|
'RATELAN_EXCELLENT' => "Excellent",
|
|
];
|