gradebook.inc.php 1.3 KB

1234567891011121314151617
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $Between = "&#956;&#949;&#964;&#945;&#958;&#973;";
  5. $NewCategory = "&#925;&#941;&#945; &#954;&#945;&#964;&#951;&#947;&#959;&#961;&#943;&#945;";
  6. $NewEvaluation = "&#925;&#941;&#945; &#945;&#958;&#953;&#959;&#955;&#972;&#947;&#951;&#963;&#951;";
  7. $CategoryName = "&#908;&#957;&#959;&#956;&#945; &#954;&#945;&#964;&#951;&#947;&#959;&#961;&#943;&#945;&#962;";
  8. $EvaluationName = "&#908;&#957;&#959;&#956;&#945; &#945;&#958;&#953;&#959;&#955;&#972;&#947;&#951;&#963;&#951;&#962;";
  9. $Max = "&#924;&#941;&#947;&#953;&#963;&#964;&#959;";
  10. $DateEval = "&#919;&#956;&#949;&#961;&#959;&#956;&#951;&#957;&#943;&#945; &#945;&#958;&#953;&#959;&#955;&#972;&#947;&#951;&#963;&#951;&#962;";
  11. $MakeLink = "&#916;&#951;&#956;&#953;&#959;&#965;&#961;&#947;&#943;&#945; &#963;&#965;&#957;&#948;&#941;&#963;&#956;&#959;&#965;";
  12. $SetVisible = "&#927;&#961;&#945;&#964;&#972;";
  13. $SetInvisible = "&#913;&#972;&#961;&#945;&#964;&#959;";
  14. $DokeosExercises = "&#913;&#963;&#954;&#942;&#963;&#949;&#953;&#962; Dokeos";
  15. $ChooseExercise = "&#917;&#960;&#953;&#955;&#959;&#947;&#942; &#945;&#963;&#954;&#942;&#963;&#949;&#969;&#957;";
  16. $AddResult = "&#928;&#961;&#959;&#963;&#952;&#942;&#954;&#951; &#945;&#960;&#959;&#964;&#949;&#955;&#949;&#963;&#956;&#940;&#964;&#969;&#957;";
  17. ?>