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

« back to all changes in this revision

Viewing changes to lang/en/group.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:
58
58
$string['editgroupingsettings'] = 'Edit grouping settings';
59
59
$string['editgroupsettings'] = 'Edit group settings';
60
60
$string['enrolmentkey'] = 'Enrolment key';
61
 
$string['enrolmentkey_help'] = 'An enrolment key enables access to the course to be restricted to only those who know the key. If a group enrolment key is specified, then not only will entering that key let the user into the course, but it will also automatically make them a member of this group.';
 
61
$string['enrolmentkey_help'] = 'An enrolment key enables access to the course to be restricted to only those who know the key. If a group enrolment key is specified, then not only will entering that key let the user into the course, but it will also automatically make them a member of this group.
 
62
 
 
63
Note: Group enrolment keys must be enabled in the self enrolment settings and an enrolment key for the course must also be specified.';
62
64
$string['erroraddremoveuser'] = 'Error adding/removing user {$a} to group';
63
65
$string['erroreditgroup'] = 'Error creating/updating group {$a}';
64
66
$string['erroreditgrouping'] = 'Error creating/updating grouping {$a}';