mirror of
https://github.com/moodle/moodle.git
synced 2025-02-03 22:59:04 +01:00
8 lines
126 B
PHP
8 lines
126 B
PHP
|
<?PHP // $Id$
|
||
|
// countries.php - created with Moodle 1.2 development (2003103100)
|
||
|
|
||
|
|
||
|
$string['DE'] = "Deutschland";
|
||
|
|
||
|
?>
|