You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
907 B
24 lines
907 B
<?php
|
|
/*
|
|
for more information: see languages.txt in the lang folder.
|
|
*/
|
|
$langCourseProgram = "Opis kursu";
|
|
$langThisCourseDescriptionIsEmpty = "Brak opisu kursu";
|
|
$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";
|
|
$CourseDescriptionUpdated = "Opis kursu został zaktualizowany";
|
|
$CourseDescriptionDeleted = "Opis kursu został usunięty";
|
|
$CourseDescriptionIntro = "Utwórz opis kursu klikając na nagłówek i wypełnij pole.
|
|
<br><br>Następnie wybierz klawisz OK.";
|
|
$langSaveDescription = "Zapisz opis";
|
|
$AddCourseDescription = "Dodaj opis kursu";
|
|
$DescriptionUpdated = "Opis zaktualizowano";
|
|
$CourseDescriptions = "Opisy kursów";
|
|
?>
|