moodle/lang/ru/enrol_flatfile.php
2004-07-15 17:53:58 +00:00

10 lines
516 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$
// enrol_flatfile.php - created with Moodle 1.4 development (2004070800)
$string['enrolname'] = 'Текстовый файл';
$string['filelockedmail'] = 'Текстовый файл, используемый вами для регистрации не удается удалить с помошью процесса cron. Обычно это означает неверную установку прав доступа. Пожалуйста исправьте права доступа к файлу, так чтобы Moodle мог уго удалить, иначе он может быть обработан более одного раза.';
$string['filelockedmailsubject'] = 'Важная ошибка: Файл регистрации';
?>