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/english/gradebook.inc.php

50 lines
1.8 KiB

<?php /*
for more information: see languages.txt in the lang folder.
*/
$FlatView = "Flat view";
$ScoreEdit = "Score rules edition";
$ScoreColor = "Score color";
$ScoringSystem = "Scoring system";
$EnableScoreColor = "Enable score colouring";
$Below = "below";
$WillColorRed = "will be coloured in red";
$EnableScoringSystem = "Enable scoring system";
$IncludeUpperLimit = "Include upper limit";
$ScoreInfo = "Score info";
$Between = "between";
$CurrentCategory = "Current category";
$RootCat = "Root category";
$NewCategory = "New category";
$NewEvaluation = "New evaluation";
$Weight = "Weight";
$PickACourse = "Pick a course";
$CategoryName = "Category name";
$CourseIndependent = "Course independent";
$CourseIndependentEvaluation = "Course independent evaluation";
$EvaluationName = "Evaluation name";
$Max = "Max";
$DateEval = "Evaluation date";
$AddUserToEval = "Add users to evaluation";
$NewSubCategory = "New sub-category";
$MakeLink = "Make a link";
$DeleteSelected = "Delete selected";
$SetVisible = "Set visible";
$SetInvisible = "Set invisible";
$ChooseLink = "Choose link type";
$DokeosExercises = "Dokeos exercises";
$DokeosDropbox = "Dokeos dropbox";
$DokeosStudentPublications = "Dokeos student publications";
$DokeosLearningPaths = "Dokeos learning paths";
$ChooseExercise = "Choose exercise";
$AddResult = "Add results";
$BackToOverview = "Back to overview";
$ExportPDF = "Export to PDF";
$Print = "Print";
$ChooseOrientation = "Choose orientation";
$Portrait = "Portrait";
$Landscape = "Landscape";
$FilterCategory = "Filter category";
$DeleteAll = "Delete all";
$ScoringUpdated = "Scoring updated";
$CertificateWCertifiesStudentXFinishedCourseYWithGradeZ = "%s certifies that\\n\\n %s \\n\\nhas successfully completed the course \\n\\n \'%s\' \\n\\nwith a grade of\\n\\n \'%s\'";
?>