~ubuntu-branches/ubuntu/maverick/mahara/maverick-updates

« back to all changes in this revision

Viewing changes to htdocs/auth/saml/lang/en.utf8/auth.saml.php

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2010-07-06 17:35:06 UTC
  • mfrom: (6.3.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100706173506-gxhn0lwqm0v2ikoo
Tags: 1.2.5-2
* Remove postgresql8.3 from recommends, add postgresql8.4
* Add mysql-server-5.1 to recommends

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
$string['errnosamluser'] = 'No User found';
35
35
$string['errorbadlib'] = 'SimpleSAMLPHP lib directory %s is not correct.';
36
36
$string['errorbadconfig'] = 'SimpleSAMLPHP config directory %s is in correct.';
 
37
$string['errorbadcombo'] = 'You can only choose user auto creation if you have not selected remoteuser';
37
38
//$string['idpidentity'] = 'IdP Identity Service';
38
39
$string['institutionattribute'] = 'Institution attribute (contains "%s")';
39
40
$string['institutionvalue'] = 'Institution value to check against attribute';
48
49
$string['simplesamlphplib'] = 'SimpleSAMLPHP lib directory';
49
50
$string['simplesamlphpconfig'] = 'SimpleSAMLPHP config directory';
50
51
$string['weautocreateusers'] = 'We auto-create users';
 
52
$string['remoteuser'] = 'Match username attribute to Remote username';
51
53
?>