[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/mod/choice/lang/en/ -> choice.php (source)

   1  <?php
   2  
   3  // This file is part of Moodle - http://moodle.org/
   4  //
   5  // Moodle is free software: you can redistribute it and/or modify
   6  // it under the terms of the GNU General Public License as published by
   7  // the Free Software Foundation, either version 3 of the License, or
   8  // (at your option) any later version.
   9  //
  10  // Moodle is distributed in the hope that it will be useful,
  11  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  12  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13  // GNU General Public License for more details.
  14  //
  15  // You should have received a copy of the GNU General Public License
  16  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  17  
  18  /**
  19   * Strings for component 'choice', language 'en', branch 'MOODLE_20_STABLE'
  20   *
  21   * @package   mod_choice
  22   * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
  23   * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  24   */
  25  
  26  $string['addmorechoices'] = 'Add more choices';
  27  $string['allowupdate'] = 'Allow choice to be updated';
  28  $string['allowmultiple'] = 'Allow more than one choice to be selected';
  29  $string['answered'] = 'Answered';
  30  $string['calendarend'] = 'Choice {$a} closes';
  31  $string['calendarstart'] = 'Choice {$a} opens';
  32  $string['cannotsubmit'] = 'Sorry, there was a problem submitting your choice. Please try again.';
  33  $string['closebeforeopen'] = 'You have specified a close date before the open date.';
  34  $string['completionsubmit'] = 'Show as complete when user makes a choice';
  35  $string['displayhorizontal'] = 'Display horizontally';
  36  $string['displaymode'] = 'Display mode for the options';
  37  $string['displayvertical'] = 'Display vertically';
  38  $string['eventanswercreated'] = 'Choice made';
  39  $string['eventanswerdeleted'] = 'Choice answer deleted';
  40  $string['eventanswerupdated'] = 'Choice updated';
  41  $string['eventreportdownloaded'] = 'Choice report downloaded';
  42  $string['eventreportviewed'] = 'Choice report viewed';
  43  $string['expired'] = 'Sorry, this activity closed on {$a} and is no longer available';
  44  $string['atleastoneoption'] = 'You need to provide at least one possible answer.';
  45  $string['full'] = '(Full)';
  46  $string['havetologin'] = 'You have to log in before you can submit your choice';
  47  $string['choice'] = 'Choice';
  48  $string['choiceactivityname'] = 'Choice: {$a}';
  49  $string['choice:addinstance'] = 'Add a new choice';
  50  $string['choiceclose'] = 'Allow responses until';
  51  $string['choice:deleteresponses'] = 'Delete responses';
  52  $string['choice:downloadresponses'] = 'Download responses';
  53  $string['choicefull'] = 'This choice is full and there are no available places.';
  54  $string['choice:choose'] = 'Record a choice';
  55  $string['choicecloseson'] = 'Choice closes on {$a}';
  56  $string['choicename'] = 'Choice name';
  57  $string['choiceopen'] = 'Allow responses from';
  58  $string['choiceoptions'] = 'Choice options';
  59  $string['choiceoptions_help'] = 'Here is where you specify the options that participants have to choose from.
  60  
  61  You can fill in any number of these. If you leave some of the options blank, they will not be displayed. If you need more than 8 options, click the "Add 3 fields to form" button.';
  62  $string['limitanswers_help'] = 'This option allows you to limit the number of participants that can select each choice option. When the limit is reached then no-one else can select that option.
  63  
  64  If limits are disabled then any number of participants can select each of the options.';
  65  $string['choice:readresponses'] = 'View responses';
  66  $string['choicesaved'] = 'Your choice has been saved';
  67  $string['choicetext'] = 'Choice text';
  68  $string['choice:view'] = 'View choice activity';
  69  $string['chooseaction'] = 'Choose an action ...';
  70  $string['description'] = 'Description';
  71  $string['includeinactive'] = 'Include responses from inactive/suspended users';
  72  $string['limit'] = 'Limit';
  73  $string['limitno'] = 'Limit {no}';
  74  $string['limitanswers'] = 'Limit the number of responses allowed';
  75  $string['modulename'] = 'Choice';
  76  $string['modulename_help'] = 'The choice activity module enables a teacher to ask a single question and offer a selection of possible responses.
  77  
  78  Choice results may be published after students have answered, after a certain date, or not at all. Results may be published with student names or anonymously.
  79  
  80  A choice activity may be used
  81  
  82  * As a quick poll to stimulate thinking about a topic
  83  * To quickly test students\' understanding
  84  * To facilitate student decision-making, for example allowing students to vote on a direction for the course';
  85  $string['modulename_link'] = 'mod/choice/view';
  86  $string['modulenameplural'] = 'Choices';
  87  $string['moveselectedusersto'] = 'Move selected users to...';
  88  $string['multiplenotallowederror'] = 'Multiple answers are not allowed in this choice';
  89  $string['mustchooseone'] = 'You must choose an answer before saving.  Nothing was saved.';
  90  $string['noguestchoose'] = 'Sorry, guests are not allowed to make choices.';
  91  $string['noresultsviewable'] = 'The results are not currently viewable.';
  92  $string['notanswered'] = 'Not answered yet';
  93  $string['notenrolledchoose'] = 'Sorry, only enrolled users are allowed to make choices.';
  94  $string['notopenyet'] = 'Sorry, this activity is not available until {$a}';
  95  $string['numberofuser'] = 'Number of responses';
  96  $string['numberofuserinpercentage'] = 'Percentage of responses';
  97  $string['option'] = 'Option';
  98  $string['optionno'] = 'Option {no}';
  99  $string['options'] = 'Options';
 100  $string['page-mod-choice-x'] = 'Any choice module page';
 101  $string['pluginadministration'] = 'Choice administration';
 102  $string['pluginname'] = 'Choice';
 103  $string['previewonly'] = 'This is just a preview of the available options for this activity. You will not be able to submit your choice until {$a}.';
 104  $string['privacy'] = 'Privacy of results';
 105  $string['publish'] = 'Publish results';
 106  $string['publishafteranswer'] = 'Show results to students after they answer';
 107  $string['publishafterclose'] = 'Show results to students only after the choice is closed';
 108  $string['publishalways'] = 'Always show results to students';
 109  $string['publishanonymous'] = 'Publish anonymous results, do not show student names';
 110  $string['publishnames'] = 'Publish full results, showing names and their choices';
 111  $string['publishnot'] = 'Do not publish results to students';
 112  $string['removemychoice'] = 'Remove my choice';
 113  $string['removeresponses'] = 'Remove all responses';
 114  $string['responses'] = 'Responses';
 115  $string['responsesresultgraphheader'] = 'Graph display';
 116  $string['responsesto'] = 'Responses to {$a}';
 117  $string['results'] = 'Results';
 118  $string['savemychoice'] = 'Save my choice';
 119  $string['search:activity'] = 'Choice - activity information';
 120  $string['showpreview'] = 'Show preview';
 121  $string['showpreview_help'] = 'Allow students to preview the available options before the choice is opened for submission.';
 122  $string['showunanswered'] = 'Show column for unanswered';
 123  $string['spaceleft'] = 'space available';
 124  $string['spacesleft'] = 'spaces available';
 125  $string['taken'] = 'Taken';
 126  $string['viewallresponses'] = 'View {$a} responses';
 127  $string['withselected'] = 'With selected';
 128  $string['userchoosethisoption'] = 'Users who chose this option';
 129  $string['yourselection'] = 'Your selection';
 130  $string['skipresultgraph'] = 'Skip result graph';


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1