mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
9 lines
234 B
PHP
9 lines
234 B
PHP
<?PHP // $Id$
|
|
// label.php - created with Moodle 1.2 development (2003111400)
|
|
|
|
|
|
$string['labeltext'] = 'Назив текста';
|
|
$string['modulename'] = 'Назив';
|
|
$string['modulenameplural'] = 'Називи';
|
|
|
|
?>
|