Browse Source

Feature #2099 - Language related changes (3).

Ivan Tcholakov 14 years ago
parent
commit
c83cfe135c

+ 3 - 3
main/admin/index.php

@@ -113,9 +113,9 @@ if (api_is_platform_admin()) { ?>
         <li><a href="subscribe_user2course.php"><?php echo get_lang('AddUsersToACourse'); ?></a></li>
         <li><a href="course_user_import.php"><?php echo get_lang('ImportUsersToACourse'); ?></a></li>
     <?php if (api_get_setting('course_validation') == 'true') { ?>
-        <li><a href="course_request_rejected.php"><?php echo get_lang('cesga_AdminCursosRexeit'); ?></a></li>
-        <li><a href="course_request_accepted.php"><?php echo get_lang('cesga_AdminCursosValid'); ?></a></li>
-        <li><a href="course_request_review.php"><?php echo get_lang('cesga_AdminValidCursos'); ?></a></li>
+        <li><a href="course_request_rejected.php"><?php echo get_lang('RejectedCourseRequests'); ?></a></li>
+        <li><a href="course_request_accepted.php"><?php echo get_lang('AcceptedCourseRequests'); ?></a></li>
+        <li><a href="course_request_review.php"><?php echo get_lang('ReviewCourseRequests'); ?></a></li>
     <?php } ?>
     <?php if (api_get_setting('search_enabled') == 'true') { ?>
         <li><a href="specific_fields.php"><?php echo get_lang('SpecificSearchFields'); ?></a></li>

+ 3 - 0
main/lang/bulgarian/admin.inc.php

@@ -1204,4 +1204,7 @@ $AddUsersToGroup = "Добавяне на потребители към груп
 $ErrorReadingZip = "Грешка при четенето на ZIP-файла.";
 $ErrorStylesheetFilesExtensionsInsideZip = "От ZIP-файла се извличат и приемат само файлове от типовете jpg, jpeg, png, gif и css.";
 $MyTextHere = "Въведете вашия текст тук...";
+$ReviewCourseRequests = "Преглед на заявките за нови курсове";
+$AcceptedCourseRequests = "Одобрени заявки за курсове";
+$RejectedCourseRequests = "Отхвърлени заявки за курсове";
 ?>

+ 3 - 0
main/lang/english/admin.inc.php

@@ -1271,4 +1271,7 @@ $MyTextHere = "Enter your text here...";
 $FieldTypeSocialProfile = "Social network link";
 $AllowUsersCopyFilesTitle = "Allow users to copy files from a course in your personal file area";
 $AllowUsersCopyFilesComment = "Allows users to copy files from a course in your personal file area, visible through the Social Network or through the HTML editor when they are out of a course";
+$ReviewCourseRequests = "Review course requests";
+$AcceptedCourseRequests = "Accepted course requests";
+$RejectedCourseRequests = "Rejected course requests";
 ?>

+ 3 - 0
main/lang/spanish/admin.inc.php

@@ -1271,4 +1271,7 @@ $MyTextHere = "Introduzca su texto aquí...";
 $FieldTypeSocialProfile = "Vínculo red social";
 $AllowUsersCopyFilesTitle = "Permitir a los usuarios copiar archivos de un curso en su área de archivos personales";
 $AllowUsersCopyFilesComment = "Permite a los usuarios copiar archivos de un curso en su área personal, visible a través de la herramienta de Red Social o mediante el editor de HTML cuando se encuentran fuera de un curso";
+$ReviewCourseRequests = "Validar Cursos";
+$AcceptedCourseRequests = "Cursos Validados";
+$RejectedCourseRequests = "Cursos Rechazados";
 ?>