mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
14 lines
207 B
PHP
14 lines
207 B
PHP
<?PHP
|
|
|
|
// List of CAS langages.
|
|
|
|
// You can add langages in /CAS/langage.
|
|
|
|
// Please send them to http://esup-phpcas.sourceforge.net
|
|
|
|
$CASLANGUAGES = array (
|
|
|
|
"english" => "English",
|
|
|
|
"french" => "French");
|