[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/ -> reputation.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['nav_reputation'] = "Reputation Report";
   9  $l['nav_profile'] = "Profile of {1}";
  10  $l['reputation_disabled'] = "You cannot use the reputation system as it has been disabled by the Administrator.";
  11  
  12  $l['reputation'] = "Reputation";
  13  $l['error'] = "Error";
  14  $l['add_no_uid'] = "You did not specify a user to give a reputation to.";
  15  $l['add_no_permission'] = "You do not have permission to give reputation ratings to users.";
  16  $l['add_disabled'] = "You cannot add a reputation to users of this user group.";
  17  $l['add_yours'] = "You cannot add to your own reputation.";
  18  $l['add_invalidpower'] = "You have selected an invalid rating from the list.";
  19  $l['add_maxperday'] = "You have already given as many reputation ratings as you are allowed to for today.";
  20  $l['add_maxperuser'] = "You've already given this user as many reputation ratings as you can for today.";
  21  $l['add_maxperthread'] = "You've already given this user as many reputation ratings (in one thread) as you can for today.";
  22  $l['add_no_comment'] = "You must enter a comment of at least {1} characters to give this user a reputation rating.";
  23  $l['add_toolong'] = "You must enter a reason no longer than {1} characters.";
  24  $l['add_negative_disabled'] = "The administrator has disabled negative reputations.";
  25  $l['add_neutral_disabled'] = "The administrator has disabled neutral reputations.";
  26  $l['add_positive_disabled'] = "The administrator has disabled positive reputations.";
  27  $l['add_all_rep_disabled'] = "The administrator has disabled all types of reputation. You cannot rate this user.";
  28  $l['reputation_report'] = "Reputation Report for {1}";
  29  $l['reputation_members'] = "Reputation from Members:";
  30  $l['reputation_posts'] = "Reputation from Posts:";
  31  $l['summary'] = "Summary";
  32  $l['total_reputation'] = "Total Reputation";
  33  $l['post_reputation'] = "Post Reputation";
  34  $l['positive_count'] = "Positives";
  35  $l['neutral_count'] = "Neutrals";
  36  $l['negative_count'] = "Negatives";
  37  $l['last_week'] = "Last week";
  38  $l['last_month'] = "Last month";
  39  $l['last_6months'] = "Last 6 months";
  40  $l['all_time'] = "All Time";
  41  $l['comments'] = "Comments";
  42  $l['close_window'] = "Close Window";
  43  $l['add_reputation_vote'] = "Add a reputation rating for {1}";
  44  $l['add_reputation_to_post'] = "This reputation is for {1}'s post.<br />";
  45  $l['neg_rep_disabled'] = "<span class=\"smalltext\">* - <em>Negative reputation is currently disabled</em></span>";
  46  $l['pos_rep_disabled'] = "<span class=\"smalltext\">* - <em>Positive reputation is currently disabled</em></span>";
  47  $l['neu_rep_disabled'] = "<span class=\"smalltext\">* - <em>Neutral reputation is currently disabled</em></span>";
  48  $l['no_comment_needed'] = "You're adding reputation because of this user's post, which is linked in their profile. A comment isn't needed, but if you want to leave one, please enter it below.<br />";
  49  $l['no_comment'] = "[No comment]";
  50  $l['vote_added'] = "Rating Added";
  51  $l['vote_updated'] = "Rating Updated";
  52  $l['vote_deleted'] = "Rating Deleted";
  53  $l['vote_added_message'] = "Your reputation rating has successfully been added for this user.";
  54  $l['vote_updated_message'] = "Your reputation rating has successfully been updated for this user.";
  55  $l['vote_deleted_message'] = "The reputation rating has been deleted from this user.";
  56  $l['update_reputation_vote'] = "Update your reputation rating for {1}";
  57  $l['positive'] = "Positive";
  58  $l['negative'] = "Negative";
  59  $l['neutral'] = "Neutral";
  60  $l['user_comments'] = "Your comments on {1}:";
  61  $l['add_vote'] = "Add Rating";
  62  $l['update_vote'] = "Update Rating";
  63  $l['delete_vote'] = "Delete";
  64  $l['report_vote'] = "Report";
  65  $l['power_positive'] = "Positive ({1})";
  66  $l['power_neutral'] = "Neutral";
  67  $l['power_negative'] = "Negative ({1})";
  68  $l['show_all'] = "Show: All Votes";
  69  $l['show_positive'] = "Show: Positive Ratings";
  70  $l['show_neutral'] = "Show: Neutral Ratings";
  71  $l['show_negative'] = "Show: Negative Ratings";
  72  $l['sort_updated'] = "Sort by: Last Updated";
  73  $l['sort_username'] = "Sort by: Username";
  74  $l['last_updated'] = "Last updated {1}";
  75  $l['postrep_given'] = "Rating given for <a href=\"{1}\">{2}'s post</a> {3}<br />";
  76  $l['postrep_given_nolink'] = "Rating given for {1}'s post<br />";
  77  $l['postrep_given_thread'] = "in <a href=\"{1}\">{2}</a>";
  78  $l['no_reputation_votes'] = "This user currently does not have any reputation ratings with the specified criteria below.";
  79  $l['delete_reputation_confirm'] = "Are you sure you wish to delete this reputation Rating?";
  80  $l['delete_reputation_log'] = "Deleted reputation rating by {1} (UID: {2})";
  81  $l['reputations_disabled_group'] = "The reputation system is disabled for users of this user group.";
  82  $l['rate_user'] = "Rate User";


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