[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

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

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


2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup Cross-referenced by PHPXref