|
50 | 50 | $string['answers'] = 'Answers'; |
51 | 51 | $string['answerquestions'] = 'Answer the questions...'; |
52 | 52 | $string['attempted'] = 'This questionnaire has been submitted.'; |
| 53 | +$string['attemptsallowed'] = 'Attempts allowed: {$a}'; |
53 | 54 | $string['attemptstillinprogress'] = 'In progress. Saved on:'; |
54 | 55 | $string['autonumbering'] = 'Auto numbering'; |
55 | 56 | $string['autonumbering_help'] = 'Automatic numbering of questions and pages. You might want to disable automatic numbering |
|
68 | 69 | $string['boxesnbmin'] = 'a minimum of {$a} box(es).'; |
69 | 70 | $string['boxesnbreq'] = 'For this question you must tick '; |
70 | 71 | $string['by'] = ' by '; |
| 72 | +$string['daily'] = '1 per day'; |
71 | 73 | $string['missingname'] = 'Question {$a} cannot be used in this feedback section because it does not have a name.'; |
72 | 74 | $string['missingrequired'] = 'Question {$a} cannot be used in this feedback section because it is not required.'; |
73 | 75 | $string['missingnameandrequired'] = 'Question {$a} cannot be used in this feedback section because it does not have a name and it is not required.'; |
|
89 | 91 | $string['checknotstarted'] = 'Select not started'; |
90 | 92 | $string['checkstarted'] = 'Select started'; |
91 | 93 | $string['clicktoswitch'] = '(click to switch)'; |
| 94 | +$string['closesat'] = 'Closes at {$a}'; |
92 | 95 | $string['closebeforeopen'] = 'You have specified a close date before the open date.'; |
93 | | -$string['closed'] = 'The questionnaire was closed on {$a}. Thanks.'; |
| 96 | +$string['closed'] = 'Closed on {$a}.'; |
94 | 97 | $string['closedate'] = 'Allow responses until'; |
95 | 98 | $string['closeson'] = 'Questionnaire closes on {$a}'; |
96 | 99 | $string['completionsubmit'] = 'Student must submit this questionnaire to complete it'; |
|
317 | 320 | $string['modulename_help'] = 'The questionnaire module allows you to construct surveys using a variety of question types, for the purpose of gathering data from users.'; |
318 | 321 | $string['modulename_link'] = 'mod/questionnaire/view'; |
319 | 322 | $string['modulenameplural'] = 'Questionnaires'; |
| 323 | +$string['monthly'] = '1 per month'; |
320 | 324 | $string['movedisabled'] = 'This item cannot be moved'; |
321 | 325 | $string['myresponses'] = 'All your responses'; |
322 | 326 | $string['myresponsetitle'] = 'Your {$a} response(s)'; |
|
356 | 360 | $string['notificationsimple'] = 'Notification only'; |
357 | 361 | $string['notifications_help'] = 'Notify roles with the "mod/questionnaire:submissionnotification" capability when a submission is made.'; |
358 | 362 | $string['notifications_link'] = 'mod/questionnaire/mod#Submission_Notifications'; |
359 | | -$string['notopen'] = 'This questionnaire will not open until {$a}.'; |
| 363 | +$string['notopen'] = 'This questionnaire will not be available until {$a}.'; |
360 | 364 | $string['notrequired'] = 'Response is not required'; |
361 | 365 | $string['notset'] = 'not set'; |
362 | 366 | $string['not_started'] = 'not started'; |
|
371 | 375 | $string['numberscaleitems_help'] = 'Nb of scale items is the *number of items* to be used in your rate scale. You would normally use a value of 3 to 5. Default value: **5**.'; |
372 | 376 | $string['numeric'] = 'Numeric'; |
373 | 377 | $string['numeric_help'] = 'Use this question type if you expect the response to be a correctly formatted number.'; |
| 378 | +$string['openedat'] = 'Opened at {$a}'; |
374 | 379 | $string['of'] = 'of'; |
| 380 | +$string['once'] = '1'; |
375 | 381 | $string['openafterclose'] = 'You have specified an open date after the close date'; |
376 | 382 | $string['opendate'] = 'Allow responses from'; |
377 | 383 | $string['option'] = 'option {$a}'; |
|
658 | 664 | $string['undefinedquestiontype'] = 'Undefined question type!'; |
659 | 665 | $string['unknown'] = 'Unknown'; |
660 | 666 | $string['unknownaction'] = 'Unknown questionnaire action specified...'; |
| 667 | +$string['unlimited'] = 'Unlimited'; |
661 | 668 | $string['url'] = 'Confirmation URL'; |
662 | 669 | $string['url_help'] = 'The URL to which a user is redirected after completing this questionnaire.'; |
663 | 670 | $string['useprivate'] = 'Copy existing'; |
|
678 | 685 | $string['viewresponses'] = 'All responses ({$a})'; |
679 | 686 | $string['viewyourresponses'] = 'View your response(s)'; |
680 | 687 | $string['warning'] = 'Warning, error encountered.'; |
| 688 | +$string['weekly'] = '1 per week'; |
681 | 689 | $string['where'] = 'where '; |
682 | 690 | $string['wronganswers'] = 'There is something wrong with your answers (see below)'; |
683 | 691 | $string['wrongdateformat'] = 'The date entered: <strong>{$a}</strong> does not correspond to the format shown in the example.'; |
|
0 commit comments