1234567891011121314151617 |
- <?php /*
- for more information: see languages.txt in the lang folder.
- */
- $langCourseProgram = "Opis kursu";
- $langThisCourseDescriptionIsEmpty = "Ten kurs nie ma opisu";
- $langEditCourseProgram = "Utwórz i edytuj z użyciem wzorca";
- $QuestionPlan = "Pytania do prowadzącego";
- $langInfo2Say = "Informacje dla studentów";
- $langOuAutreTitre = "Tytuł";
- $langNewBloc = "Inne";
- $langAddCat = "Dodaj kategorię";
- $langAdd = "Dodaj";
- $langValid = "Zatwierd¼";
- $langBackAndForget = "Zrezygnuj";
- $langOkSent = "Twoja strona została wysłana.<p>Jest ona dostępna ze <a href=../..//index.php>Strony głównej</a> kursu";
- $Content = "Treść";
- ?>
|