gradebook.inc.php 338 B

1234567891011121314
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $NewCategory = "Nowa kategoria";
  6. $Weight = "Waga";
  7. $Print = "Drukuj";
  8. $DeleteAll = "Usuń wszystko";
  9. $CategoryAdded = "Dodano kategorię";
  10. $NoUser = "Brak użytkownika";
  11. $StatsStudent = "Statystyki dla";
  12. $Certificates = "Certyfikaty";
  13. $Certificate = "Certyfikat";
  14. ?>