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