ILIAS  Release_3_10_x_branch Revision 61812
 All Data Structures Namespaces Files Functions Variables Groups Pages
languages.php File Reference

Internationalization constants. More...

Go to the source code of this file.

const CAS_STR_USING_SERVER = 1
 a phpCAS string index
const CAS_STR_AUTHENTICATION_WANTED = 2
const CAS_STR_LOGOUT = 3
const CAS_STR_SHOULD_HAVE_BEEN_REDIRECTED = 4
const CAS_STR_AUTHENTICATION_FAILED = 5
const CAS_STR_YOU_WERE_NOT_AUTHENTICATED = 6
const CAS_STR_SERVICE_UNAVAILABLE = 7

Detailed Description

Internationalization constants.

Author
Pascal Aubry <pascal.aubry at univ-rennes1.fr>
See Also
Internationalization

Definition in file languages.php.

Variable Documentation

const CAS_STR_AUTHENTICATION_FAILED = 5

Definition at line 19 of file languages.php.

Referenced by CASClient\authError().

const CAS_STR_AUTHENTICATION_WANTED = 2

Definition at line 16 of file languages.php.

Referenced by CASClient\redirectToCas().

const CAS_STR_LOGOUT = 3

Definition at line 17 of file languages.php.

Referenced by CASClient\logout().

const CAS_STR_SERVICE_UNAVAILABLE = 7

Definition at line 21 of file languages.php.

Referenced by CASClient\serviceWeb().

const CAS_STR_SHOULD_HAVE_BEEN_REDIRECTED = 4

Definition at line 18 of file languages.php.

Referenced by CASClient\logout(), and CASClient\redirectToCas().

const CAS_STR_USING_SERVER = 1

a phpCAS string index

Definition at line 15 of file languages.php.

Referenced by CASClient\printHTMLFooter().

const CAS_STR_YOU_WERE_NOT_AUTHENTICATED = 6

Definition at line 20 of file languages.php.

Referenced by CASClient\authError().