22 lines
894 B
PHP
22 lines
894 B
PHP
<?php
|
|
/**
|
|
* MyBB 1.8 English Language Pack
|
|
* Copyright 2014 MyBB Group, All Rights Reserved
|
|
*
|
|
*/
|
|
|
|
$l['redirect_threadrated'] = "Thank you, the thread has been rated successfully. You will now be returned to the thread.";
|
|
|
|
$l['error_invalidrating'] = "You have selected an invalid rating for this thread. Please go back and try again.";
|
|
$l['error_alreadyratedthread'] = "Sorry, but you have already rated this thread.";
|
|
$l['error_cannotrateownthread'] = "Sorry, you cannot rate your own thread.";
|
|
$l['thread_doesnt_exist'] = "You can not rate a thread which does not exist.";
|
|
|
|
$l['rating_votes_average'] = "{1} Vote(s) - {2} out of 5 in Average";
|
|
$l['one_star'] = "1 star out of 5";
|
|
$l['two_stars'] = "2 stars out of 5";
|
|
$l['three_stars'] = "3 stars out of 5";
|
|
$l['four_stars'] = "4 stars out of 5";
|
|
$l['five_stars'] = "5 stars out of 5";
|
|
$l['rating_added'] = "Your rating has been added!";
|