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/ukrainian/exercice.inc.php

25 lines
2.4 KiB

<?php /*
for more information: see languages.txt in the lang folder.
*/
$langExercice = "&#1058;&#1077;&#1089;&#1090;";
$langActivate = "&#1040;&#1082;&#1090;&#1080;&#1074;&#1091;&#1074;&#1072;&#1090;&#1080;";
$langDeactivate = "&#1044;&#1077;&#1072;&#1082;&#1090;&#1080;&#1074;&#1091;&#1074;&#1072;&#1090;&#1080;";
$langNoEx = "&#1053;&#1072; &#1094;&#1077;&#1081; &#1084;&#1086;&#1084;&#1077;&#1085;&#1090; &#1085;&#1077;&#1084;&#1072;&#1108; &#1090;&#1077;&#1089;&#1090;&#1110;&#1074;";
$langNewEx = "&#1053;&#1086;&#1074;&#1080;&#1081; &#1090;&#1077;&#1089;&#1090;";
$langQuestion = "&#1055;&#1080;&#1090;&#1072;&#1085;&#1085;&#1103;";
$langQuestions = "&#1055;&#1080;&#1090;&#1072;&#1085;&#1085;&#1103;";
$langAnswers = "&#1042;&#1110;&#1076;&#1087;&#1086;&#1074;&#1110;&#1076;&#1110;";
$langTrue = "&#1042;&#1110;&#1088;&#1085;&#1086;";
$langAnswer = "&#1042;&#1110;&#1076;&#1087;&#1086;&#1074;&#1110;&#1076;&#1100;";
$langResult = "&#1056;&#1077;&#1079;&#1091;&#1083;&#1100;&#1090;&#1072;&#1090;";
$langNoResult = "&#1056;&#1077;&#1079;&#1091;&#1083;&#1100;&#1090;&#1072;&#1090;&#1091; &#1097;&#1077; &#1085;&#1077;&#1084;&#1072;&#1108;";
$langYourResults = "&#1042;&#1072;&#1096;&#1110; &#1088;&#1077;&#1079;&#1091;&#1083;&#1100;&#1090;&#1072;&#1090;&#1080;";
$langStudentResults = "&#1041;&#1072;&#1083;&#1080; &#1089;&#1090;&#1091;&#1076;&#1077;&#1085;&#1090;&#1110;&#1074;";
$langExerciseType = "&#1058;&#1080;&#1087; &#1090;&#1077;&#1089;&#1090;&#1091;";
$langExerciseName = "&#1053;&#1072;&#1079;&#1074;&#1072; &#1090;&#1077;&#1089;&#1090;&#1091;";
$langExerciseDescription = "&#1054;&#1087;&#1080;&#1089; &#1090;&#1077;&#1089;&#1090;&#1091;";
$langSimpleExercise = "&#1053;&#1072; &#1086;&#1082;&#1088;&#1077;&#1084;&#1110;&#1081; &#1089;&#1090;&#1086;&#1088;&#1110;&#1085;&#1094;&#1110;";
$langSequentialExercise = "&#1054;&#1076;&#1085;&#1077; &#1087;&#1080;&#1090;&#1072;&#1085;&#1085;&#1103; &#1085;&#1072; &#1089;&#1090;&#1086;&#1088;&#1110;&#1085;&#1082;&#1091; (&#1087;&#1086;&#1089;&#1083;&#1110;&#1076;&#1086;&#1074;&#1085;&#1080;&#1081;)";
$langRandomQuestions = "&#1042;&#1080;&#1087;&#1072;&#1076;&#1082;&#1086;&#1074;&#1110; &#1087;&#1080;&#1090;&#1072;&#1085;&#1085;&#1103;";
$langGiveExerciseName = "&#1041;&#1091;&#1076;&#1100; &#1083;&#1072;&#1089;&#1082;&#1072;, &#1076;&#1072;&#1081;&#1090;&#1077; &#1085;&#1072;&#1079;&#1074;&#1091; &#1090;&#1077;&#1089;&#1090;&#1091;";
?>