moodle/auth/cas/languages.php

14 lines
207 B
PHP
Raw Normal View History

2005-03-09 12:36:24 +00:00
<?PHP
2007-07-09 08:49:47 +00:00
2005-03-09 12:36:24 +00:00
// List of CAS langages.
2007-07-09 08:49:47 +00:00
2005-03-09 12:36:24 +00:00
// You can add langages in /CAS/langage.
2007-07-09 08:49:47 +00:00
2005-03-09 12:36:24 +00:00
// Please send them to http://esup-phpcas.sourceforge.net
2007-07-09 08:49:47 +00:00
2005-03-09 12:36:24 +00:00
$CASLANGUAGES = array (
2007-07-09 08:49:47 +00:00
2005-03-09 12:36:24 +00:00
"english" => "English",
2007-07-09 08:49:47 +00:00
2005-03-09 12:36:24 +00:00
"french" => "French");