Tidied up logs HTML a bit, to make it more readable.
[moodle-linuxchix.git] / lang / vi_utf8 / enrol_flatfile.php
blobee38f9079bb10beab6df2decb27c620b57bc31b1
1 <?php // $Id$
3 $string['enrolname'] = 'File đơn giản';
5 $string['description'] = 'Phương pháp này sẽ lặp lại việc kiểm tra và xử lý một file văn bản được định dạng đặc biệt trong vị trí mà bạn chỉ ra. File có thể giống như sau:
6 <pre>
7 add, student, 5, CF101
8 add, teacher, 6, CF101
9 add, teacheredit, 7, CF101
10 del, student, 8, CF101
11 del, student, 17, CF101
12 add, student, 21, CF101, 1091115000, 1091215000
13 </pre>
16 $string['filelockedmailsubject'] = 'Lỗi quan trọng: File được kết nạp';
17 $string['filelockedmail'] = 'File văn bản bạn đang sử dụng đối với các kết nạp dựa trên file ($a) không thể được xoá bởi by the cron process. This usually means the permissions are wrong on it. Please fix the permissions so that Moodle can delete the file, otherwise it might be processed repeatedly.';
18 $string['location'] = 'Vị trí File';
19 $string['mailusers'] = 'Thông báo cho những người sử dụng qua Email';
20 $string['mailadmin'] = 'Thông báo cho người quản trị qua Email';