~ubuntu-branches/ubuntu/hoary/moodle/hoary

« back to all changes in this revision

Viewing changes to lang/bg/enrol_flatfile.php

  • Committer: Bazaar Package Importer
  • Author(s): Isaac Clerencia
  • Date: 2004-12-29 00:49:52 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041229004952-gliyqzpj2w3e7clx
Tags: 1.4.3-1
* Urgency high as upstream release fixes several security bugs
* New upstream release
* Write database creation errors and warn the user about it, 
closes: #285842, #285842

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?PHP // $Id$ 
 
2
      // enrol_flatfile.php - created with Moodle 1.4.1+ (2004083101)
 
3
 
 
4
 
 
5
$string['description'] = '��� ���� �����, ���������� �� ���� ���������� � ���������� ������ ���� (������� �� �� ������� �� ��� �����). ������ ������ �� � ��������� ���������� � ���� �� �������� �� ������� �����:
 
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>';
 
14
$string['enrolname'] = '��������� ����';
 
15
$string['filelockedmail'] = '��������� ����, ����� ���������� �� ������� �� ������������ ($a), �� ���� �� ���� ������ �� ������� cron. ���� ����������� ��������, �� �� �������� ������� �� ������. ����, ����������� ������� �� ������ �� �����, �� �� ���� Moodle �� ������ �����. � �������� ������ � ����� �������� ������ �� ���� ��������� �����������.';
 
16
$string['filelockedmailsubject'] = 'Important error: Enrolment file';
 
17
$string['location'] = '�������������� �� �����';
 
18
$string['mailadmin'] = '������� �������������� �� ������';
 
19
$string['mailusers'] = '������� ������������� �� ������';
 
20
 
 
21
?>