moodle/lang/cs/countries.php

8 lines
177 B
PHP
Raw Normal View History

2004-03-07 14:00:43 +00:00
<?PHP // $Id$
// countries.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004100800)
2004-03-07 14:00:43 +00:00
$string['CZ'] = 'Ceska republika';
$string['SK'] = 'Slovenska republika';
2004-03-07 14:00:43 +00:00
?>