[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/ -> polls.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_postpoll'] = "Post Poll";
   9  $l['nav_editpoll'] = "Edit Poll";
  10  $l['nav_pollresults'] = "Poll Results";
  11  
  12  $l['edit_poll'] = "Edit Poll";
  13  $l['delete_poll'] = "Delete Poll";
  14  $l['delete_q'] = "Delete?";
  15  $l['delete_note'] = "To delete this poll, check the box to the left and click the button to the right.";
  16  $l['delete_note2'] = "<b>Note:</b> Once this poll has been deleted there is no way of restoring it.";
  17  $l['question'] = "Question:";
  18  $l['num_options'] = "Number of Options:";
  19  $l['max_options'] = "Maximum:";
  20  $l['poll_options'] = "Poll Options:";
  21  $l['update_options'] = "Update Options";
  22  $l['poll_options_note'] = "Poll options should be short and to the point.";
  23  $l['options'] = "Options:";
  24  $l['option_multiple'] = "<b>Allow multiple choice:</b> Users have the ability to vote on more than one option.";
  25  $l['option_multiple_maxoptions'] = "Maximum number of options per user (0 for no limit):";
  26  $l['option_public'] = "<b>Public Poll:</b> Give users the ability to see which user voted on which option(s).";
  27  $l['option_closed'] = "<b>Poll is Closed:</b> If checked the poll will be closed from voting.";
  28  $l['poll_timeout'] = "Poll Timeout:";
  29  $l['timeout_note'] = "The number of day(s) which people can vote on this poll.<br />(Set to 0 to if this poll should not timeout.)";
  30  $l['days_after'] = "days after:";
  31  $l['update_poll'] = "Update Poll";
  32  $l['option'] = "Option";
  33  $l['votes'] = "Votes:";
  34  $l['post_new_poll'] = "Post New Poll";
  35  $l['days'] = "days";
  36  $l['poll_results'] = "Poll Results";
  37  $l['poll_total'] = "Total:";
  38  $l['poll_votes'] = "vote(s)";
  39  
  40  $l['redirect_pollposted'] = "Your poll has been posted.<br />You will now be returned to the thread.";
  41  $l['redirect_pollpostedmoderated'] = "Your poll has been posted, but your thread is still pending moderation.<br />You will be returned to the forum.";
  42  $l['redirect_pollupdated'] = "The poll has been updated.<br />You will now be returned to the thread.";
  43  $l['redirect_votethanks'] = "Thank you for voting.<br />You will now be returned to the thread.";
  44  $l['redirect_unvoted'] = "Your vote(s) in this thread have been removed.<br />You will now be returned to the thread.";
  45  $l['redirect_polldeleted'] = "Thank you, the poll has successfully been removed from the thread.<br />You will now be taken back to the thread.";
  46  
  47  $l['error_polloptiontoolong'] = "One or more poll options you entered are longer than the acceptable limit. Please go back and shorten them.";
  48  $l['error_polloptionsequence'] = "One or more poll options you entered contain a sequence which should not be used in them: <strong>||~|~||</strong>. Please go back and remove it.";
  49  $l['error_noquestionoptions'] = "You either did not enter a question for your poll or do not have enough options. The minimum number of options a poll can have is 2.<br />Please go back and correct this error.";
  50  $l['error_pollalready'] = "Thread already has poll!";
  51  $l['error_nopolloptions'] = "The specified poll option is invalid or does not exist.";
  52  $l['error_maxpolloptions'] = "You have voted for too many options. You are only allowed to vote for {1} options.<br />Please go back and try again.";
  53  $l['error_alreadyvoted'] = "You have already voted in this poll.";
  54  $l['error_notvoted'] = "You haven't voted in this poll.";
  55  $l['error_invalidpoll'] = "The specified poll is invalid or does not exist.";
  56  $l['error_pollclosed'] = "You cannot vote in a poll that has been closed.";
  57  $l['poll_time_limit'] = "Sorry but you cannot add a poll to your thread. The Administrator has set it so that polls can only be added within {1} hours of posting.";
  58  
  59  $l['poll_deleted'] = "Deleted Poll";
  60  $l['poll_edited'] = "Edited Poll";


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