~ubuntu-branches/ubuntu/natty/moodle/natty

« back to all changes in this revision

Viewing changes to auth/cas/CAS/CAS/languages/languages.php

  • Committer: Bazaar Package Importer
  • Author(s): Tomasz Muras
  • Date: 2010-10-30 12:19:28 UTC
  • mfrom: (1.1.12 upstream) (3.1.10 squeeze)
  • Revision ID: james.westby@ubuntu.com-20101030121928-qzobi6mctpnk4dif
Tags: 1.9.9.dfsg2-2
* Added Romanian translation
* Updated Japanese translation (closes: #596820)
* Backporting security fixes from Moodle 1.9.10 (closes: #601384)
   - Updated embedded CAS to 1.1.3
   - Added patch for MDL-24523:
     clean_text() not filtering text in markdown format
   - Added patch for MDL-24810 and upgraded customized HTML Purifier to 4.2.0 
   - Added patch for MDL-24258:
     students can delete their forum posts later than $CFG->maxeditingtime 
     under certain conditions
   - Added patch for MDL-23377:
     Can't delete quiz attempts in course without enrolled students

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
 
 
3
/**
 
4
 * @file languages/languages.php
 
5
 * Internationalization constants
 
6
 * @author Pascal Aubry <pascal.aubry at univ-rennes1.fr>
 
7
 * @sa @link internalLang Internationalization @endlink
 
8
 * @ingroup internalLang
 
9
 */
 
10
 
 
11
//@{
 
12
/**
 
13
 * a phpCAS string index
 
14
 */
 
15
define("CAS_STR_USING_SERVER",                1);
 
16
define("CAS_STR_AUTHENTICATION_WANTED",       2);
 
17
define("CAS_STR_LOGOUT",                      3);
 
18
define("CAS_STR_SHOULD_HAVE_BEEN_REDIRECTED", 4);
 
19
define("CAS_STR_AUTHENTICATION_FAILED",       5);
 
20
define("CAS_STR_YOU_WERE_NOT_AUTHENTICATED",  6);
 
21
define("CAS_STR_SERVICE_UNAVAILABLE",         7);
 
22
//@}
 
23
 
 
24
?>
 
 
b'\\ No newline at end of file'