. /** * Strings for component 'choice', language 'en', branch 'MOODLE_20_STABLE' * * @package choice * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['addmorechoices'] = 'Add more choices'; $string['allowupdate'] = 'Allow choice to be updated'; $string['answered'] = 'Answered'; $string['completionsubmit'] = 'Show as complete when user makes a choice'; $string['displayhorizontal'] = 'Display horizontally'; $string['displaymode'] = 'Display mode'; $string['displayvertical'] = 'Display vertically'; $string['expired'] = 'Sorry, this activity closed on {$a} and is no longer available'; $string['atleastoneoption'] = 'You need to provide at least one possible answer.'; $string['full'] = '(Full)'; $string['havetologin'] = 'You have to log in before you can submit your choice'; $string['choice'] = 'Choice'; $string['choiceclose'] = 'Until'; $string['choice:deleteresponses'] = 'Delete responses'; $string['choice:downloadresponses'] = 'Download responses'; $string['choicefull'] = 'This choice is full and there are no available places.'; $string['choice:choose'] = 'Record a choice'; $string['choicename'] = 'Choice name'; $string['choiceopen'] = 'Open'; $string['choiceoptions'] = 'Choice options'; $string['choiceoptions_help'] = 'Here is where you specify the options that participants have to choose from. 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.'; $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. If limits are disabled then any number of participants can select each of the options.'; $string['choice:readresponses'] = 'Read responses'; $string['choicesaved'] = 'Your choice has been saved'; $string['choicetext'] = 'Choice text'; $string['chooseaction'] = 'Choose an action ...'; $string['limit'] = 'Limit'; $string['limitanswers'] = 'Limit the number of responses allowed'; $string['modulename'] = 'Choice'; $string['modulename_help'] = 'The choice module enables the teacher to ask a question and specify a choice of multiple responses.'; $string['modulenameplural'] = 'Choices'; $string['moveselectedusersto'] = 'Move selected users to...'; $string['mustchooseone'] = 'You must choose an answer before saving. Nothing was saved.'; $string['noguestchoose'] = 'Sorry, guests are not allowed to make choices.'; $string['noresultsviewable'] = 'The results are not currently viewable.'; $string['notanswered'] = 'Not answered yet'; $string['notenrolledchoose'] = 'Sorry, only enrolled users are allowed to make choices.'; $string['notopenyet'] = 'Sorry, this activity is not available until {$a}'; $string['numberofuser'] = 'The number of user'; $string['numberofuserinpercentage'] = 'The number of user in percentage'; $string['option'] = 'Option'; $string['page-mod-choice-x'] = 'Any choice module page'; $string['pluginadministration'] = 'Choice administration'; $string['pluginname'] = 'Choice'; $string['privacy'] = 'Privacy of results'; $string['publish'] = 'Publish results'; $string['publishafteranswer'] = 'Show results to students after they answer'; $string['publishafterclose'] = 'Show results to students only after the choice is closed'; $string['publishalways'] = 'Always show results to students'; $string['publishanonymous'] = 'Publish anonymous results, do not show student names'; $string['publishnames'] = 'Publish full results, showing names and their choices'; $string['publishnot'] = 'Do not publish results to students'; $string['removemychoice'] = 'Remove my choice'; $string['removeresponses'] = 'Remove all responses'; $string['responses'] = 'Responses'; $string['responsesresultgraphheader'] = 'Graph display'; $string['responsesto'] = 'Responses to {$a}'; $string['savemychoice'] = 'Save my choice'; $string['showunanswered'] = 'Show column for unanswered'; $string['spaceleft'] = 'space available'; $string['spacesleft'] = 'spaces available'; $string['taken'] = 'Taken'; $string['timerestrict'] = 'Restrict answering to this time period'; $string['viewallresponses'] = 'View {$a} responses'; $string['withselected'] = 'With selected'; $string['userchoosethisoption'] = 'User choose this option'; $string['yourselection'] = 'Your selection'; $string['skipresultgraph'] = 'Skip result graph';