~ubuntu-branches/ubuntu/trusty/moodle/trusty

« back to all changes in this revision

Viewing changes to mod/assign/lang/en/assign.php

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2014-01-21 13:40:52 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20140121134052-ym2qvsp2cd9vq0p6
Tags: 2.5.4-1
* New upstream release, fixing security issues:
  - MSA-14-0001 Config passwords visibility issue [CVE-2014-0008]
  - MSA-14-0002 Group constraints lacking in "login as" [CVE-2014-0009]
  - MSA-14-0003 CSRF vulnerability in profile fields [CVE-2014-0010]
* Move /var/lib/moodle directory into package.
* Revert back to bundled yui3. Unfortunately, version in Debian and
  of upstream are not compatible (closes: #735312).

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
You can see it appended to your assignment submission:
55
55
 
56
56
    {$a->url}';
57
 
$string['assignmentmailhtml'] = '{$a->grader} has posted some feedback on your
58
 
assignment submission for \'<i>{$a->assignment}</i>\'<br /><br />
59
 
You can see it appended to your <a href="{$a->url}">assignment submission</a>.';
 
57
$string['assignmentmailhtml'] = '<p>{$a->grader} has posted some feedback on your
 
58
assignment submission for \'<i>{$a->assignment}</i>\'.</p>
 
59
<p>You can see it appended to your <a href="{$a->url}">assignment submission</a>.</p>';
60
60
$string['assignmentmailsmall'] = '{$a->grader} has posted some feedback on your
61
61
assignment submission for \'{$a->assignment}\' You can see it appended to your submission';
62
62
$string['assignmentname'] = 'Assignment name';
284
284
You can see the status of your assignment submission:
285
285
 
286
286
    {$a->url}';
287
 
$string['submissioncopiedhtml'] = 'You have made a copy of your previous
288
 
assignment submission for \'<i>{$a->assignment}</i>\'<br /><br />
289
 
You can see the status of your <a href="{$a->url}">assignment submission</a>.';
 
287
$string['submissioncopiedhtml'] = '<p>You have made a copy of your previous
 
288
assignment submission for \'<i>{$a->assignment}</i>\'.</p>
 
289
<p>You can see the status of your <a href="{$a->url}">assignment submission</a>.</p>';
290
290
$string['submissioncopiedsmall'] = 'You have copied your previous assignment submission for {$a->assignment}';
291
291
$string['submissiondrafts'] = 'Require students click submit button';
292
292
$string['submissiondrafts_help'] = 'If enabled, students will have to click a Submit button to declare their submission as final. This allows students to keep a draft version of the submission on the system. If this setting is changed from "No" to "Yes" after students have already submitted those submissions will be regarded as final.';
302
302
You can see the status of your assignment submission:
303
303
 
304
304
    {$a->url}';
305
 
$string['submissionreceipthtml'] = 'You have submitted an
306
 
assignment submission for \'<i>{$a->assignment}</i>\'<br /><br />
307
 
You can see the status of your <a href="{$a->url}">assignment submission</a>.';
 
305
$string['submissionreceipthtml'] = '<p>You have submitted an assignment submission for \'<i>{$a->assignment}</i>\'.</p>
 
306
<p>You can see the status of your <a href="{$a->url}">assignment submission</a>.</p>';
308
307
$string['submissionreceiptsmall'] = 'You have submitted your assignment submission for {$a->assignment}';
309
308
$string['submissionslocked'] = 'This assignment is not accepting submissions';
310
309
$string['submissionslockedshort'] = 'Submission changes not allowed';