gradebook.inc.php 1.2 KB

12345678910111213141516
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $Below = "&#1087;&#1086;&#1076;";
  5. $Between = "&#1084;&#1077;&#1078;&#1076;&#1091;";
  6. $Weight = "&#1058;&#1077;&#1075;&#1083;&#1086;";
  7. $PickACourse = "&#1048;&#1079;&#1073;&#1077;&#1088;&#1077;&#1090;&#1077; &#1082;&#1091;&#1088;&#1089;";
  8. $NewSubCategory = "&#1053;&#1086;&#1074;&#1072; &#1087;&#1086;&#1076;&#1082;&#1072;&#1090;&#1077;&#1075;&#1086;&#1088;&#1080;&#1103;";
  9. $DeleteSelected = "&#1048;&#1079;&#1090;&#1088;&#1080;&#1074;&#1072;&#1085;&#1077; &#1085;&#1072; &#1080;&#1079;&#1073;&#1088;&#1072;&#1085;&#1080;&#1090;&#1077;";
  10. $BackToOverview = "&#1054;&#1073;&#1088;&#1072;&#1090;&#1085;&#1086; &#1082;&#1098;&#1084; &#1087;&#1088;&#1077;&#1075;&#1083;&#1077;&#1076;&#1072;";
  11. $ExportPDF = "&#1045;&#1082;&#1089;&#1087;&#1086;&#1088;&#1090;&#1080;&#1088;&#1072;&#1085;&#1077; &#1082;&#1072;&#1090;&#1086; PDF-&#1092;&#1072;&#1081;&#1083;";
  12. $Print = "&#1054;&#1090;&#1087;&#1077;&#1095;&#1072;&#1090;&#1074;&#1072;&#1085;&#1077;";
  13. $Portrait = "&#1055;&#1086;&#1088;&#1090;&#1088;&#1077;&#1090;";
  14. $Landscape = "&#1055;&#1077;&#1081;&#1079;&#1072;&#1078;";
  15. $DeleteAll = "&#1048;&#1079;&#1090;&#1088;&#1080;&#1074;&#1072;&#1085;&#1077; &#1085;&#1072; &#1074;&#1089;&#1080;&#1095;&#1082;&#1080;";
  16. ?>