repo.or.cz
/
moodle-linuxchix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MDL-11515:
[moodle-linuxchix.git]
/
auth
/
cas
/
languages.php
blob
b0d40fa96caae0c8861e3f9553631add2c638f61
1
<
?PHP
2
3
// version $Id$
4
5
// List of CAS langages.
6
7
// You can add langages in /CAS/langage.
8
9
// Please send them to http://esup-phpcas.sourceforge.net
10
11
$CASLANGUAGES
=
array
(
12
13
"english"
=>
"English"
,
14
15
"french"
=>
"French"
);
16
17
?
>
18