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

« back to all changes in this revision

Viewing changes to lang/pl/error.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: error.php,v 1.4 2004/04/09 19:18:34 adamtpaw Exp $ 
2
 
      // error.php - created with Moodle 1.2.1 beta (2004032200)
 
1
<?PHP // $Id$ 
 
2
      // error.php - created with Moodle 1.4 (2004083100)
3
3
 
4
4
 
5
5
$string['coursegroupunknown'] = 'Nie okre�lono kursu dla grupy $a';
6
6
$string['erroronline'] = 'B��d na lini $a.';
7
7
$string['fieldrequired'] = '\"$a\" nie mo�e by� puste.';
 
8
$string['filenotfound'] = 'Niestety nie mog� znale�� pliku';
8
9
$string['groupalready'] = 'U�ytkownik ju� przynale�y do grupy $a';
9
10
$string['groupunknown'] = 'Grupa $a nie jest przypisana do tego kursu';
10
11
$string['invalidfieldname'] = '\"$a\" nie jest dozwolon� nazw�.';
15
16
$string['unknowncourse'] = 'Kurs o nazwie \"$a\" nie istnieje.';
16
17
$string['usernotaddederror'] = 'Nieznany b��d - u�ytkownik \"$a\" nie zosta� dodany.';
17
18
$string['usernotaddedregistered'] = 'Y�ytkownik \"$a\" ju� istnieje.';
 
19
$string['usernotavailable'] = 'Szczeg�y tego u�ytkownika nie s� dla Ciebie dost�pne';
18
20
 
19
21
?>