course_home.inc.php 3.2 KB

123456789101112131415161718192021222324252627
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $langActivate = "&#1040;&#1082;&#1090;&#1080;&#1074;&#1091;&#1074;&#1072;&#1090;&#1080;";
  5. $langDeactivate = "&#1044;&#1077;&#1072;&#1082;&#1090;&#1080;&#1074;&#1091;&#1074;&#1072;&#1090;&#1080;";
  6. $langInLnk = "&#1044;&#1077;&#1072;&#1082;&#1090;&#1080;&#1074;&#1091;&#1074;&#1072;&#1090;&#1080; &#1110;&#1085;&#1089;&#1090;&#1088;&#1091;&#1084;&#1077;&#1085;&#1090;&#1080; &#1090;&#1072; &#1087;&#1086;&#1089;&#1080;&#1083;&#1072;&#1085;&#1085;&#1103;";
  7. $langDelLk = "&#1042;&#1080; &#1076;&#1110;&#1081;&#1089;&#1085;&#1086; &#1073;&#1072;&#1078;&#1072;&#1108;&#1090;&#1077; &#1074;&#1080;&#1076;&#1072;&#1083;&#1080;&#1090;&#1080; &#1094;&#1077; &#1087;&#1086;&#1089;&#1080;&#1083;&#1072;&#1085;&#1085;&#1103;?";
  8. $langCourseCreate = "&#1057;&#1090;&#1074;&#1086;&#1088;&#1080;&#1090;&#1080; &#1074;&#1077;&#1073;&#1089;&#1072;&#1081;&#1090; &#1082;&#1091;&#1088;&#1089;&#1091;";
  9. $langNameOfTheLink = "&#1053;&#1072;&#1079;&#1074;&#1072; &#1087;&#1086;&#1089;&#1080;&#1083;&#1072;&#1085;&#1085;&#1103;";
  10. $lang_main_categories_list = "&#1057;&#1087;&#1080;&#1089;&#1086;&#1082; &#1082;&#1072;&#1090;&#1077;&#1075;&#1086;&#1088;&#1110;&#1081;";
  11. $langCourseAdminOnly = "&#1044;&#1083;&#1103; &#1074;&#1080;&#1082;&#1083;&#1072;&#1076;&#1072;&#1095;&#1110;&#1074;";
  12. $PlatformAdminOnly = "&#1044;&#1083;&#1103; &#1072;&#1076;&#1084;&#1110;&#1085;&#1110;&#1089;&#1090;&#1088;&#1072;&#1090;&#1086;&#1088;&#1110;&#1074; &#1087;&#1086;&#1088;&#1090;&#1072;&#1083;&#1072;";
  13. $langCombinedCourse = "&#1054;&#1073;\'&#1108;&#1076;&#1085;&#1072;&#1085;&#1080;&#1081; &#1082;&#1091;&#1088;&#1089;";
  14. $ToolIsNowVisible = "&#1030;&#1085;&#1089;&#1090;&#1088;&#1091;&#1084;&#1077;&#1085;&#1090; &#1079;&#1072;&#1088;&#1072;&#1079; &#1074;&#1080;&#1076;&#1080;&#1084;&#1080;&#1081;";
  15. $ToolIsNowHidden = "&#1030;&#1085;&#1089;&#1090;&#1088;&#1091;&#1084;&#1077;&#1085;&#1090; &#1079;&#1072;&#1088;&#1072;&#1079; &#1085;&#1077;&#1074;&#1080;&#1076;&#1080;&#1084;&#1080;&#1081;";
  16. $EditLink = "&#1056;&#1077;&#1076;&#1072;&#1075;&#1091;&#1074;&#1072;&#1090;&#1080; &#1087;&#1086;&#1089;&#1080;&#1083;&#1072;&#1085;&#1085;&#1103;";
  17. $Blog_management = "&#1050;&#1077;&#1088;&#1091;&#1074;&#1072;&#1085;&#1085;&#1103; &#1073;&#1083;&#1086;&#1075;&#1072;&#1084;&#1080;";
  18. $Forum = "&#1060;&#1086;&#1088;&#1091;&#1084;&#1080;";
  19. $Course_maintenance = "&#1055;&#1110;&#1076;&#1090;&#1088;&#1080;&#1084;&#1082;&#1072; &#1082;&#1091;&#1088;&#1089;&#1091;";
  20. $TOOL_SURVEY = "&#1054;&#1075;&#1083;&#1103;&#1076;&#1080;";
  21. $GreyIcons = "&#1030;&#1085;&#1089;&#1090;&#1088;&#1091;&#1084;&#1077;&#1085;&#1090;&#1080;";
  22. $Interaction = "&#1042;&#1079;&#1072;&#1108;&#1084;&#1086;&#1076;&#1110;&#1103;";
  23. $Authoring = "&#1040;&#1074;&#1090;&#1086;&#1088;&#1089;&#1090;&#1074;&#1086;";
  24. $Administration = "&#1040;&#1076;&#1084;&#1110;&#1085;&#1110;&#1089;&#1090;&#1088;&#1072;&#1094;&#1110;&#1103;";
  25. $IntroductionTextUpdated = "&#1058;&#1077;&#1082;&#1089;&#1090; &#1074;&#1089;&#1090;&#1091;&#1087;&#1091; &#1073;&#1091;&#1083;&#1086; &#1086;&#1085;&#1086;&#1074;&#1083;&#1077;&#1085;&#1086;";
  26. $IntroductionTextDeleted = "&#1042;&#1089;&#1090;&#1091;&#1087;&#1085;&#1080;&#1081; &#1090;&#1077;&#1082;&#1089;&#1090; &#1074;&#1080;&#1076;&#1072;&#1083;&#1077;&#1085;&#1086;";
  27. ?>