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

« back to all changes in this revision

Viewing changes to lang/en/question.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:
98
98
$string['deleteqtypeareyousure'] = 'Delete question type {$a}: are you sure?';
99
99
$string['deleteqtypeareyousuremessage'] = 'You are about to completely delete the question type {$a}. This will completely delete everything in the database associated with this question type. Are you SURE you want to continue?';
100
100
$string['deletequestioncheck'] = 'Are you absolutely sure you want to delete \'{$a}\'?';
101
 
$string['deletequestionscheck'] = 'Are you absolutely sure you want to delete the following questions?<br /><br />{$a}';
 
101
$string['deletequestionscheck'] = '<p>Are you absolutely sure you want to delete the following questions?</p>
 
102
<p>{$a}</p>';
102
103
$string['deletingbehaviour'] = 'Deleting question behaviour \'{$a}\'';
103
104
$string['deletingqtype'] = 'Deleting question type \'{$a}\'';
104
105
$string['didnotmatchanyanswer'] = '[Did not match any answer]';