moodle/lang/ru/attforblock.php
2006-01-17 05:00:31 +00:00

12 lines
561 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?PHP // $Id$
// attendanceblk.php - created with Moodle 1.5.3+ (2005060230)
$string['description'] = 'Вы можете добавить только один данный модуль в каждый курс.<br />
Удаление этого модуля не повлечет удаление данных о посещаемости! Данный модуль может использоваться только совместно с блоком \"Посещаемость\" и предназначен для добавления баллов за посещаемость в общую оценку за курс.';
$string['modulename'] = 'Посещаемость (для Блока)';
$string['modulenameplural'] = 'Посещаемость (для Блока)';
$string['modulenamesimple'] = 'Посещаемость';
?>