Add translations to ICML export
This commit is contained in:
parent
62bbcc0f48
commit
d058783a60
@ -67,7 +67,7 @@ if ($STEP==1)
|
||||
}
|
||||
?>
|
||||
|
||||
<h3>Настройки инфоблоков</h3>
|
||||
<h3><?=GetMessage("SETTINGS_INFOBLOCK");?></h3>
|
||||
<font class="text"><?=GetMessage("EXPORT_CATALOGS");?><br><br></font>
|
||||
<?
|
||||
if (!isset($IBLOCK_EXPORT) || !is_array($IBLOCK_EXPORT))
|
||||
@ -177,7 +177,7 @@ if ($STEP==1)
|
||||
|
||||
?>
|
||||
|
||||
<font class="text" style="font-weight: bold;">Выбрать все инфоблоки </font>
|
||||
<font class="text" style="font-weight: bold;"><?=GetMessage("CHECK_ALL_INFOBLOCKS");?></font>
|
||||
<input
|
||||
style="vertical-align: middle;"
|
||||
type="checkbox"
|
||||
@ -312,7 +312,7 @@ if ($STEP==1)
|
||||
<input type="hidden" name="count_checked" id="count_checked" value="<? echo $intCountChecked; ?>">
|
||||
<br>
|
||||
|
||||
<h3>Настройки экспорта</h3>
|
||||
<h3><?=GetMessage("SETTINGS_EXPORT");?></h3>
|
||||
|
||||
<font class="text"><?=GetMessage("FILENAME");?><br><br></font>
|
||||
<input type="text" name="SETUP_FILE_NAME"
|
||||
|
@ -26,7 +26,7 @@ if (!empty($oldValues)) {
|
||||
</style>
|
||||
|
||||
<form method="post" action="<?php echo $APPLICATION->GetCurPage(); ?>" >
|
||||
<h3>Настройки инфоблоков</h3>
|
||||
<h3><?=GetMessage("SETTINGS_INFOBLOCK");?></h3>
|
||||
<font class="text"><?=GetMessage("EXPORT_CATALOGS");?><br><br></font>
|
||||
<?
|
||||
if (!isset($IBLOCK_EXPORT) || !is_array($IBLOCK_EXPORT))
|
||||
@ -133,7 +133,7 @@ if (!empty($oldValues)) {
|
||||
|
||||
?>
|
||||
|
||||
<font class="text" style="font-weight: bold;">Выбрать все инфоблоки </font>
|
||||
<font class="text" style="font-weight: bold;"><?=GetMessage("CHECK_ALL_INFOBLOCKS");?></font>
|
||||
<input
|
||||
style="vertical-align: middle;"
|
||||
type="checkbox"
|
||||
|
@ -14,4 +14,8 @@ $MESS["ERROR_IBLOCK_CATALOG"] = "Модуль Каталог не установ
|
||||
$MESS["ERROR_IBLOCK_INTAROCRM"] = "Модуль IntaroCRM не установлен";
|
||||
$MESS["ERROR_ARTICLE_NOT_SET"] = "Были установлены поля артикулов, но не установлены Информационные блоки";
|
||||
$MESS["PROFILE_NAME"] = "Имя профиля";
|
||||
$MESS["SETTINGS_INFOBLOCK"] = "Настройки инфоблоков";
|
||||
$MESS["SETTINGS_EXPORT"] = "Настройки экспорта";
|
||||
$MESS["CHECK_ALL_INFOBLOCKS"] = "Выбрать все инфоблоки ";
|
||||
|
||||
?>
|
Loading…
Reference in New Issue
Block a user