Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git] / lang / en_utf8 / choice.php
bloba2367df6abbffd78a07d8584e38a55ebbd89086e
1 <?PHP // $Id$
2 // choice.php - created with Moodle 1.7 beta + (2006101003)
5 $string['addmorechoices'] = 'Add more choices';
6 $string['allowupdate'] = 'Allow choice to be updated';
7 $string['answered'] = 'Answered';
8 $string['choice'] = 'Choice';
9 $string['choice:choose'] = 'Record a choice';
10 $string['choice:deleteresponses'] = 'Delete responses';
11 $string['choice:downloadresponses'] = 'Download responses';
12 $string['choice:readresponses'] = 'Read responses';
13 $string['choiceclose'] = 'Until';
14 $string['choicefull'] = 'This choice is full and there are no available places.';
15 $string['choicename'] = 'Choice name';
16 $string['choiceopen'] = 'Open';
17 $string['choicetext'] = 'Choice text';
18 $string['displayhorizontal'] = 'Display horizontally';
19 $string['displaymode'] = 'Display Mode';
20 $string['displayvertical'] = 'Display vertically';
21 $string['expired'] = 'Sorry, this activity closed on $a and is no longer available';
22 $string['fillinatleastoneoption'] = 'You need to provide at least two possible answers.';
23 $string['full'] = '(Full)';
24 $string['havetologin'] = 'You have to log in before you can submit your choice';
25 $string['limit'] = 'Limit';
26 $string['limitanswers'] = 'Limit the number of responses allowed';
27 $string['modulename'] = 'Choice';
28 $string['modulenameplural'] = 'Choices';
29 $string['mustchooseone'] = 'You must choose an answer before saving. Nothing was saved.';
30 $string['noguestchoose'] = 'Sorry, guests are not allowed to make choices.';
31 $string['noresultsviewable'] = 'The results are not currently viewable.';
32 $string['notanswered'] = 'Not answered yet';
33 $string['notopenyet'] = 'Sorry, this activity is not available until $a';
34 $string['privacy'] = 'Privacy of results';
35 $string['publish'] = 'Publish results';
36 $string['publishafteranswer'] = 'Show results to a student after they answer';
37 $string['publishafterclose'] = 'Show results to students only after the choice is closed';
38 $string['publishalways'] = 'Always show results to students';
39 $string['publishanonymous'] = 'Publish anonymous results, do not show student names';
40 $string['publishnames'] = 'Publish full results, showing names and their choices';
41 $string['publishnot'] = 'Do not publish results to students';
42 $string['removeresponses'] = 'Remove all responses';
43 $string['responses'] = 'Responses';
44 $string['responsesto'] = 'Responses to $a';
45 $string['savemychoice'] = 'Save my choice';
46 $string['removemychoice'] = 'Remove my choice';
47 $string['showunanswered'] = 'Show column for unanswered';
48 $string['spaceleft'] = 'space available';
49 $string['spacesleft'] = 'spaces available';
50 $string['taken'] = 'Taken';
51 $string['timerestrict'] = 'Restrict answering to this time period';
52 $string['viewallresponses'] = 'View $a responses';
53 $string['yourselection'] = 'Your selection';