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

« back to all changes in this revision

Viewing changes to mod/feedback/lang/en/feedback.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:
47
47
$string['completed_feedbacks'] = 'Submitted answers';
48
48
$string['complete_the_form'] = 'Answer the questions...';
49
49
$string['completionsubmit'] = 'View as completed if the feedback is submitted';
50
 
$string['configallowfullanonymous'] = 'If this option is set yes so the feedback can be completed without any preceding logon. It only affects feedbacks on the homepage.';
 
50
$string['configallowfullanonymous'] = 'If set to \'yes\', users can complete a feedback activity on the front page without being required to log in.';
51
51
$string['confirmdeleteentry'] = 'Are you sure you want to delete this entry?';
52
52
$string['confirmdeleteitem'] = 'Are you sure you want to delete this element?';
53
53
$string['confirmdeletetemplate'] = 'Are you sure you want to delete this template?';
97
97
You can view it here:
98
98
 
99
99
{$a->url}';
100
 
$string['emailteachermailhtml'] = '{$a->username} has completed feedback activity : <i>\'{$a->feedback}\'</i><br /><br />
101
 
You can view it <a href="{$a->url}">here</a>.';
 
100
$string['emailteachermailhtml'] = '<p>{$a->username} has completed feedback activity : <i>\'{$a->feedback}\'</i>.</p>
 
101
<p>It is <a href="{$a->url}">available on the site</a>.</p>';
102
102
$string['entries_saved'] = 'Your answers have been saved. Thank you.';
103
103
$string['export_questions'] = 'Export questions';
104
104
$string['export_to_excel'] = 'Export to Excel';