Chamilo is a learning management system focused on ease of use and accessibility
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.
chamilo-lms/main/lang/polish/course_description.inc.php

20 lines
785 B

<?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";
$CourseDescriptionUpdated = "Opis kursu został uaktualniony";
$CourseDescriptionDeleted = "Opis kursu został usunięty";
$CourseDescriptionIntro = "Aby utworzyć opis kursu, kliknij na nagłówku i wypełnij pole. <br><br>Następnie wybierz klawisz OK.";
$langSaveDescription = "Zapisz opis";
?>