-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
38 changed files
with
833 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?php | ||
$arModuleVersion = [ | ||
'VERSION' => '1.1.1', | ||
'VERSION_DATE' => '2024-06-14 15:00:00' | ||
'VERSION' => '1.1.2', | ||
'VERSION_DATE' => '2024-06-26 16:00:00' | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?php | ||
$MESS['INTERVOLGA_EDU.COMPONENT_SLIDER'] = 'Шаблон слайдера акций'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?php | ||
$MESS['INTERVOLGA_EDU.IO_SLIDER_TEMPLATE'] = 'Шаблон слайдера акций'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?php | ||
$MESS['INTERVOLGA_EDU.MAIN_HEADER_TEMPLATE'] = 'Шаблон header главной страницы'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?php | ||
$MESS['INTERVOLGA_EDU.SNIFFER_CHECK_LANG_CODE'] = 'В файле #FILE# присутствует лишняя языковая переменная <b>#VALUE#</b> '; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?php | ||
$MESS['INTERVOLGA_EDU.TEST_CODE_EMPTY_FILES'] = 'Проверяемые файлы не найдены'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?php | ||
$MESS['INTERVOLGA_EDU.COURSE_1_LESSON_3_UNKNOWN_STRING']= 'В файле #FILE# используется лишняя языковая константа #VALUE#'; | ||
$MESS['INTERVOLGA_EDU.COURSE_1_LESSON_3_NOT_FOUND_STRING']= 'В файле #FILE# не найдена языковая константа #VALUE#'; | ||
$MESS['INTERVOLGA_EDU.COURSE_1_LESSON_3_NOT_FOUND_USAGE_STRING']= 'В файле #FILE# не используется языковая константа #VALUE#'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?php | ||
$MESS['INTERVOLGA_EDU.COURSE_2.LESSON_1_2.WRONG_PATH_SLIDER'] = 'размещение слайдера акций'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
$MESS['INTERVOLGA_EDU.COURSE_2.LESSON_1_2.JS_NOT_FOUND_IN_COMPONENT_EPILOG'] = 'подключение js-скриптов карусели'; | ||
$MESS['INTERVOLGA_EDU.COURSE_2.LESSON_1_2.NOT_TITLE_IN_LINK'] = 'title в ссылке на связанный элемент'; | ||
$MESS['INTERVOLGA_EDU.COURSE_2.LESSON_1_2.NOT_TITLE_IN_LINK_IMG'] = 'title в ссылке на связанный элемент в теге <img>'; | ||
$MESS['INTERVOLGA_EDU.COURSE_2.LESSON_1_2.LINK_SET_NOT_BINDING_VALUE'] = 'заполнение ссылки вручную'; | ||
$MESS['INTERVOLGA_EDU.COURSE_2.LESSON_1_2.LINK_SET_NOT_BINDING_VALUE_IMG'] = 'заполнение ссылки вручную в теге <img>'; |
4 changes: 4 additions & 0 deletions
4
lang/ru/lib/tests/course2/lesson1_2/testslidercodeanalysis.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?php | ||
$MESS['INTERVOLGA_EDU.COURSE_2.LESSON_1_2.REG_GET_LIST'] = 'GetList в цикле foreach/while'; | ||
$MESS['INTERVOLGA_EDU.COURSE_2.LESSON_1_2.REG_RESIZE_IMAGE'] = 'ResizeImageGet в цикле foreach'; | ||
$MESS['INTERVOLGA_EDU.COURSE_2.LESSON_1_2.REG_GET_LIST_COUNT'] = 'GetList больше чем один вызов'; |
3 changes: 3 additions & 0 deletions
3
lang/ru/lib/tests/courseintervolga/lesson1/testrobotschecker.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<?php | ||
$MESS['INTERVOLGA_EDU.COURSE_INTERVOLGA_ROBOTS_NOT_FOUND'] = 'Файл robots.txt не найден. <a href="/bitrix/admin/seo_robots.php" target="_blank"">Создать</a>'; | ||
$MESS['INTERVOLGA_EDU.COURSE_INTERVOLGA_ROBOTS_NOT_MATCH'] = 'Файл #VALUE# должен содержать: </br>User-agent: *</br>Disallow: /'; |
3 changes: 3 additions & 0 deletions
3
lang/ru/lib/tests/courseintervolga/lesson2/testmodulescheck.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<?php | ||
$MESS['INTERVOLGA_EDU.COURSE_INTERVOLGA_MODULE_NOT_ISTALLED'] = 'Модуль #VALUE# должен быть установлен'; | ||
$MESS['INTERVOLGA_EDU.COURSE_INTERVOLGA_MODULE_NEED_DELETED'] = 'Модуль #VALUE# должен быть удален'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.