[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

/inc/languages/english/ -> ratethread.lang.php (source)

   1  <?php
   2  /**
   3   * MyBB 1.6 English Language Pack
   4   * Copyright 2010 MyBB Group, All Rights Reserved
   5   * 
   6   * $Id: ratethread.lang.php 5297 2010-12-28 22:01:14Z Tomm $
   7   */
   8  
   9  $l['redirect_threadrated'] = "Thank you, the thread has been rated successfully. You will now be returned to the thread.";
  10  
  11  $l['error_invalidrating'] = "You have selected an invalid rating for this thread. Please go back and try again.";
  12  $l['error_alreadyratedthread'] = "Sorry, but you have already rated this thread.";
  13  
  14  $l['rating_votes_average'] = "{1} Vote(s) - {2} out of 5 in Average";
  15  $l['one_star'] = "1 star out of 5";
  16  $l['two_stars'] = "2 stars out of 5";
  17  $l['three_stars'] = "3 stars out of 5";
  18  $l['four_stars'] = "4 stars out of 5";
  19  $l['five_stars'] = "5 stars out of 5";
  20  $l['rating_added'] = "Your rating has been added!";
  21  ?>


Generated: Tue Oct 8 19:19:50 2013 Cross-referenced by PHPXref 0.7.1