Update
This commit is contained in:
@@ -22,6 +22,6 @@ if ($arFile = $rsFile->Fetch())
|
||||
else
|
||||
{
|
||||
require $_SERVER['DOCUMENT_ROOT'] . BX_ROOT . '/modules/main/include/prolog_admin_after.php';
|
||||
echo ShowError(GetMessage('POST_ERROR_ATTACH_NOT_FOUND'));
|
||||
ShowError(GetMessage('POST_ERROR_ATTACH_NOT_FOUND'));
|
||||
require $_SERVER['DOCUMENT_ROOT'] . BX_ROOT . '/modules/main/include/epilog_admin.php';
|
||||
}
|
||||
|
||||
@@ -786,30 +786,34 @@ class CPosting
|
||||
|
||||
foreach ($arFiles as $arFile)
|
||||
{
|
||||
if ($post_arr['CHARSET'] <> '')
|
||||
{
|
||||
$from_charset = $post_arr['MSG_CHARSET'] ?: SITE_CHARSET;
|
||||
$file_name = Encoding::convertEncoding($arFile['ORIGINAL_NAME'], $from_charset, $post_arr['CHARSET']);
|
||||
}
|
||||
else
|
||||
{
|
||||
$file_name = $arFile['ORIGINAL_NAME'];
|
||||
}
|
||||
|
||||
$sBody .=
|
||||
$eol . '--' . $sBoundary . $eol
|
||||
. 'Content-Type: ' . $arFile['CONTENT_TYPE'] . '; name="' . $file_name . '"' . $eol
|
||||
. 'Content-Transfer-Encoding: base64' . $eol
|
||||
. 'Content-Disposition: attachment; filename="' . CMailTools::EncodeHeaderFrom($file_name, $post_arr['CHARSET']) . '"' . $eol . $eol;
|
||||
|
||||
$arTempFile = CFile::MakeFileArray($arFile['ID']);
|
||||
$sBody .= chunk_split(
|
||||
base64_encode(
|
||||
file_get_contents($arTempFile['tmp_name'])
|
||||
),
|
||||
72,
|
||||
$eol
|
||||
);
|
||||
if (is_array($arTempFile) && $arTempFile['tmp_name'])
|
||||
{
|
||||
if ($post_arr['CHARSET'] <> '')
|
||||
{
|
||||
$from_charset = $post_arr['MSG_CHARSET'] ?: SITE_CHARSET;
|
||||
$file_name = Encoding::convertEncoding($arFile['ORIGINAL_NAME'], $from_charset, $post_arr['CHARSET']);
|
||||
}
|
||||
else
|
||||
{
|
||||
$file_name = $arFile['ORIGINAL_NAME'];
|
||||
}
|
||||
|
||||
$sBody .= $eol
|
||||
. '--' . $sBoundary . $eol
|
||||
. 'Content-Type: ' . $arFile['CONTENT_TYPE'] . '; name="' . $file_name . '"' . $eol
|
||||
. 'Content-Transfer-Encoding: base64' . $eol
|
||||
. 'Content-Disposition: attachment; filename="' . CMailTools::EncodeHeaderFrom($file_name, $post_arr['CHARSET']) . '"' . $eol
|
||||
. $eol
|
||||
. chunk_split(
|
||||
base64_encode(
|
||||
file_get_contents($arTempFile['tmp_name'])
|
||||
),
|
||||
72,
|
||||
$eol
|
||||
)
|
||||
;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -775,7 +775,7 @@ class CSubscription
|
||||
SELECT ID
|
||||
FROM b_subscription
|
||||
WHERE CONFIRMED <> 'Y'
|
||||
AND DATE_CONFIRM < " . $helper->addDaysToDateTime(1) . "
|
||||
AND DATE_CONFIRM < " . $helper->addDaysToDateTime(-$interval) . "
|
||||
";
|
||||
$res = $connection->query($sql);
|
||||
$sIn = '0';
|
||||
|
||||
@@ -6,7 +6,7 @@ $subscribe_default_option = [
|
||||
'posting_interval' => '20',
|
||||
'default_from' => '',
|
||||
'default_to' => '',
|
||||
'posting_charset' => 'Windows-1251,ISO-8859-1,UTF-8',
|
||||
'posting_charset' => 'UTF-8,Windows-1251,ISO-8859-1',
|
||||
'allow_8bit_chars' => 'N',
|
||||
'attach_images' => 'N',
|
||||
'subscribe_confirm_period' => '60',
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?
|
||||
$MESS ['SUBSCR_EDIT_NAME'] = "Subscription edit page";
|
||||
$MESS ['SUBSCR_EDIT_DESC'] = "The page with forms to edit or add subscription address.";
|
||||
$MESS ['SUBSCR_SERVICE'] = "Newsletter";
|
||||
?>
|
||||
<?php
|
||||
$MESS['SUBSCR_EDIT_NAME'] = "Subscription edit page";
|
||||
$MESS['SUBSCR_EDIT_DESC'] = "The page with forms to edit or add subscription address.";
|
||||
$MESS['SUBSCR_SERVICE'] = "Newsletter";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?
|
||||
$MESS ['SUBSCR_ALLOW_ANONYMOUS'] = "Allow anonymous subscription";
|
||||
$MESS ['SUBSCR_SHOW_AUTH_LINKS'] = "Show authorization links on anonymous mode";
|
||||
$MESS ['SUBSCR_SHOW_HIDDEN'] = "Show hidden subscription categories";
|
||||
?>
|
||||
<?php
|
||||
$MESS['SUBSCR_ALLOW_ANONYMOUS'] = "Allow anonymous subscription";
|
||||
$MESS['SUBSCR_SHOW_AUTH_LINKS'] = "Show authorization links on anonymous mode";
|
||||
$MESS['SUBSCR_SHOW_HIDDEN'] = "Show hidden subscription categories";
|
||||
|
||||
@@ -1,16 +1,15 @@
|
||||
<?
|
||||
$MESS ['subscr_title_edit'] = "Edit subscription parameters";
|
||||
$MESS ['subscr_title_add'] = "Add subscription address";
|
||||
$MESS ['adm_upd_mess'] = "Subscription settings updated.";
|
||||
$MESS ['adm_sent_mess'] = "The confirmation code has been sent to the subscription address.";
|
||||
$MESS ['adm_conf_mess'] = "Thank you, subscription confirmed.";
|
||||
$MESS ['adm_unsubscr_mess'] = "The subscription is marked as inactive. No mail will be sent to this address.";
|
||||
$MESS ['adm_auth_err'] = "You should authorize to manage your subscription.";
|
||||
$MESS ['SUBSCR_MODULE_NOT_INSTALLED'] = "The Newsletter module is currently unavailable.";
|
||||
$MESS ['subscr_active_mess'] = "Subscription activated.";
|
||||
$MESS ['subscr_pass_mess'] = "Information for password changing was sent to address specified while registering.";
|
||||
$MESS ['adm_auth_err_rub'] = "You need to select at least one subscription category. ";
|
||||
$MESS ['subscr_send_pass_mess'] = "You have requested information for password changing.";
|
||||
$MESS ['subscr_email_not_found'] = "Subscriber address not found. ";
|
||||
$MESS ['subscr_wrong_rubric'] = "Wrong subscription category was specified.";
|
||||
?>
|
||||
<?php
|
||||
$MESS['subscr_title_edit'] = "Edit subscription parameters";
|
||||
$MESS['subscr_title_add'] = "Add subscription address";
|
||||
$MESS['adm_upd_mess'] = "Subscription settings updated.";
|
||||
$MESS['adm_sent_mess'] = "The confirmation code has been sent to the subscription address.";
|
||||
$MESS['adm_conf_mess'] = "Thank you, subscription confirmed.";
|
||||
$MESS['adm_unsubscr_mess'] = "The subscription is marked as inactive. No mail will be sent to this address.";
|
||||
$MESS['adm_auth_err'] = "You should authorize to manage your subscription.";
|
||||
$MESS['SUBSCR_MODULE_NOT_INSTALLED'] = "The Newsletter module is currently unavailable.";
|
||||
$MESS['subscr_active_mess'] = "Subscription activated.";
|
||||
$MESS['subscr_pass_mess'] = "Information for password changing was sent to address specified while registering.";
|
||||
$MESS['adm_auth_err_rub'] = "You need to select at least one subscription category. ";
|
||||
$MESS['subscr_send_pass_mess'] = "You have requested information for password changing.";
|
||||
$MESS['subscr_email_not_found'] = "Subscriber address not found. ";
|
||||
$MESS['subscr_wrong_rubric'] = "Wrong subscription category was specified.";
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
<?
|
||||
$MESS["SHOW_HIDDEN_TIP"] = "Specifies to display all active rubrics in the subscription editor.";
|
||||
$MESS["ALLOW_ANONYMOUS_TIP"] = "If checked, anonymous visitors can subscribe to newsletters by providing their e-mail address without having to register.";
|
||||
$MESS["SHOW_AUTH_LINKS_TIP"] = "Check this option if you want to display an authorisation or registration form to anonymous subscribers.";
|
||||
$MESS["CACHE_TYPE_TIP"] = "<i>Auto</i>: the cache is valid during the time predefined in the cache settings;<br /><i>Cache</i>: always cache for the period specified in the next field;<br /><i>Do not cache</i>: no caching is performed.";
|
||||
$MESS["CACHE_TIME_TIP"] = "Specify here the period of time during which the cache is valid.";
|
||||
$MESS["SET_TITLE_TIP"] = "Check this option to set the page title to <b>Edit Subscription Parameters</b> or <b>Add Subscription</b>, when editing or adding a subscription address, respectively.";
|
||||
$MESS["AJAX_MODE_TIP"] = "Enables AJAX in the component.";
|
||||
$MESS["AJAX_OPTION_SHADOW_TIP"] = "Specifies to shade modifiable area on AJAX transition.";
|
||||
$MESS["AJAX_OPTION_JUMP_TIP"] = "Specifies to scroll to component when AJAX transition completes.";
|
||||
$MESS["AJAX_OPTION_STYLE_TIP"] = "Specifies to download and process CSS styles of component on AJAX transition.";
|
||||
$MESS["AJAX_OPTION_HISTORY_TIP"] = "Allows \"Back\" and \"Forward\" browser buttons for AJAX transitions.";
|
||||
?>
|
||||
<?php
|
||||
$MESS['SHOW_HIDDEN_TIP'] = "Specifies to display all active rubrics in the subscription editor.";
|
||||
$MESS['ALLOW_ANONYMOUS_TIP'] = "If checked, anonymous visitors can subscribe to newsletters by providing their e-mail address without having to register.";
|
||||
$MESS['SHOW_AUTH_LINKS_TIP'] = "Check this option if you want to display an authorisation or registration form to anonymous subscribers.";
|
||||
$MESS['CACHE_TYPE_TIP'] = "<i>Auto</i>: the cache is valid during the time predefined in the cache settings;<br /><i>Cache</i>: always cache for the period specified in the next field;<br /><i>Do not cache</i>: no caching is performed.";
|
||||
$MESS['CACHE_TIME_TIP'] = "Specify here the period of time during which the cache is valid.";
|
||||
$MESS['SET_TITLE_TIP'] = "Check this option to set the page title to <b>Edit Subscription Parameters</b> or <b>Add Subscription</b>, when editing or adding a subscription address, respectively.";
|
||||
$MESS['AJAX_MODE_TIP'] = "Enables AJAX in the component.";
|
||||
$MESS['AJAX_OPTION_SHADOW_TIP'] = "Specifies to shade modifiable area on AJAX transition.";
|
||||
$MESS['AJAX_OPTION_JUMP_TIP'] = "Specifies to scroll to component when AJAX transition completes.";
|
||||
$MESS['AJAX_OPTION_STYLE_TIP'] = "Specifies to download and process CSS styles of component on AJAX transition.";
|
||||
$MESS['AJAX_OPTION_HISTORY_TIP'] = "Allows \"Back\" and \"Forward\" browser buttons for AJAX transitions.";
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$MESS['SUBSCR_EDIT_DESC'] = "Жазылым мекенжайын қосу немесе редакциялауға арналған нысандар парақшасы.";
|
||||
$MESS['SUBSCR_EDIT_NAME'] = "Жазылымды редакциялау парақшасы";
|
||||
$MESS['SUBSCR_SERVICE'] = "Жіберілімдер";
|
||||
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$MESS['SUBSCR_ALLOW_ANONYMOUS'] = "Анонимді жазылуға рұқсат беру";
|
||||
$MESS['SUBSCR_SHOW_AUTH_LINKS'] = "Авторлану сілтемелерін анонимді жазылу кезінде көрсету";
|
||||
$MESS['SUBSCR_SHOW_HIDDEN'] = "Жазылымның жасырын санаттарын көрсету";
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
$MESS['SUBSCR_MODULE_NOT_INSTALLED'] = "Жазылу модулі қазіргі уақытта қолжетімсіз.";
|
||||
$MESS['adm_auth_err'] = "Сіз жазылымды басқару үшін авторланудан өтуіңіз керек.";
|
||||
$MESS['adm_auth_err_rub'] = "Кем дегенде бір жазылым айдарын көрсету қажет.";
|
||||
$MESS['adm_conf_mess'] = "Рақмет, жазылу расталды.";
|
||||
$MESS['adm_sent_mess'] = "Жазылу мекенжайына растау коды жіберілді.";
|
||||
$MESS['adm_unsubscr_mess'] = "Жазылым белсенді емес деп белгіленген. Бұл мекенжайға хаттар жіберілмейді.";
|
||||
$MESS['adm_upd_mess'] = "Жазылу параметрлері сақталды.";
|
||||
$MESS['subscr_active_mess'] = "Жазылым белсендірілді.";
|
||||
$MESS['subscr_email_not_found'] = "Жазылу мекенжайы табылмады.";
|
||||
$MESS['subscr_pass_mess'] = "Құпиясөзді өзгерту туралы ақпарат тіркеу кезінде көрсетілген мекенжайға жіберілді.";
|
||||
$MESS['subscr_send_pass_mess'] = "Сіз құпиясөзді өзгерту үшін ақпарат сұрадыңыз.";
|
||||
$MESS['subscr_title_add'] = "Жазылу мекенжайын қосу";
|
||||
$MESS['subscr_title_edit'] = "Жазылым параметрлерін редакциялау";
|
||||
$MESS['subscr_wrong_rubric'] = "Көрсетілген жазылым айдары қате.";
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
$MESS['AJAX_MODE_TIP'] = "AJAX режимі компоненті үшін қосу.";
|
||||
$MESS['AJAX_OPTION_HISTORY_TIP'] = "Пайдаланушы AJAX-өтулерді орындаған кезде, опция қосылған кезде браузердің \"Артқа\" және \"Алға\" батырмаларын пайдалануға болады.";
|
||||
$MESS['AJAX_OPTION_JUMP_TIP'] = "Егер пайдаланушы AJAX-өтуді орынаса, жүктеу аяқталғаннан кейін компоненттің басына айналып өтеді.";
|
||||
$MESS['AJAX_OPTION_SHADOW_TIP'] = "Өтуді орындау кезінде өзгеруі тиіс аймақ көлеңкеленеді.";
|
||||
$MESS['AJAX_OPTION_STYLE_TIP'] = "AJAX-өтулерді орындау кезінде компоненттен туындаған стильдер тізімі жүктеледі және өңделеді.";
|
||||
$MESS['ALLOW_ANONYMOUS_TIP'] = "Опция белгіленген кезде анонимді пайдаланушылар сайтқа тіркелусіз, тек электрондық пошта мекенжайын көрсету арқылы жіберілімге жазыла алады.";
|
||||
$MESS['CACHE_TIME_TIP'] = "Өріс кэштеу уақытын секундпен көрсету үшін қызмет етеді.";
|
||||
$MESS['CACHE_TYPE_TIP'] = "<i>Авто</i>: кэштеу қосылған кезде белгілі бір уақыт ішінде әрекет етеді;<br /><i>Кэштеу</i>: кэштеу үшін тек кэштеу уақытын анықтау қажет;<br /><i>Кэштеуге болмайды</i>: кез келген жағдайда кэштеу жоқ.";
|
||||
$MESS['SET_TITLE_TIP'] = "Жалауша орнатылған кезде, жазылымды редакциялау кезінде парақша тақырыпаты <i>Жазылым параметрлерін редакциялау</i> немесе <i>Жазылым мекенжайын қосу</i> болады.";
|
||||
$MESS['SHOW_AUTH_LINKS_TIP'] = "Егер опция белгіленсе, онда жіберелімге жазылу кезінде анонимді пайдаланушыға авторлану немесе тіркеу нысандары көрсетіледі.";
|
||||
$MESS['SHOW_HIDDEN_TIP'] = "Опция белгіленген кезде редакциялау парақшасында барлық белсенді санаттар көрсетіледі.";
|
||||
@@ -1,5 +1,4 @@
|
||||
<?
|
||||
$MESS ['SUBSCR_EDIT_NAME'] = "Страница редактирования подписки";
|
||||
$MESS ['SUBSCR_EDIT_DESC'] = "Страница с формами для добавления или редактирования адреса подписки.";
|
||||
$MESS ['SUBSCR_SERVICE'] = "Рассылки";
|
||||
?>
|
||||
<?php
|
||||
$MESS['SUBSCR_EDIT_NAME'] = "Страница редактирования подписки";
|
||||
$MESS['SUBSCR_EDIT_DESC'] = "Страница с формами для добавления или редактирования адреса подписки.";
|
||||
$MESS['SUBSCR_SERVICE'] = "Рассылки";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?
|
||||
$MESS ['SUBSCR_ALLOW_ANONYMOUS'] = "Разрешить анонимную подписку";
|
||||
$MESS ['SUBSCR_SHOW_AUTH_LINKS'] = "Показывать ссылки на авторизацию при анонимной подписке";
|
||||
$MESS ['SUBSCR_SHOW_HIDDEN'] = "Показать скрытые рубрики подписки";
|
||||
?>
|
||||
<?php
|
||||
$MESS['SUBSCR_ALLOW_ANONYMOUS'] = "Разрешить анонимную подписку";
|
||||
$MESS['SUBSCR_SHOW_AUTH_LINKS'] = "Показывать ссылки на авторизацию при анонимной подписке";
|
||||
$MESS['SUBSCR_SHOW_HIDDEN'] = "Показать скрытые рубрики подписки";
|
||||
|
||||
@@ -1,17 +1,15 @@
|
||||
<?
|
||||
$MESS ['subscr_title_edit'] = "Редактирование параметров подписки";
|
||||
$MESS ['subscr_title_add'] = "Добавление адреса подписки";
|
||||
$MESS ['adm_upd_mess'] = "Параметры подписки сохранены.";
|
||||
$MESS ['adm_sent_mess'] = "На адрес подписки выслан код подтверждения.";
|
||||
$MESS ['adm_conf_mess'] = "Спасибо, подписка подтверждена.";
|
||||
$MESS ['adm_unsubscr_mess'] = "Подписка помечена как неактивная. Рассылки на этот адрес производиться не будут.";
|
||||
$MESS ['adm_auth_err'] = "Вы должны быть авторизованы, чтобы управлять подпиской.";
|
||||
$MESS ['SUBSCR_MODULE_NOT_INSTALLED'] = "Модуль подписки в настоящее время недоступен.";
|
||||
$MESS ['subscr_active_mess'] = "Подписка активизирована.";
|
||||
$MESS ['subscr_pass_mess'] = "Информация для изменения пароля отправлена на адрес, указанный при регистрации.";
|
||||
$MESS ['adm_auth_err_rub'] = "Необходимо указать хотя бы одну рубрику подписки.";
|
||||
$MESS ['subscr_send_pass_mess'] = "Вы запросили информацию для смены пароля.";
|
||||
$MESS ['subscr_email_not_found'] = "Адрес подписки не найден.";
|
||||
$MESS ['subscr_wrong_rubric'] = "Указана недопустимая рубрика подписки.";
|
||||
|
||||
?>
|
||||
<?php
|
||||
$MESS['subscr_title_edit'] = "Редактирование параметров подписки";
|
||||
$MESS['subscr_title_add'] = "Добавление адреса подписки";
|
||||
$MESS['adm_upd_mess'] = "Параметры подписки сохранены.";
|
||||
$MESS['adm_sent_mess'] = "На адрес подписки выслан код подтверждения.";
|
||||
$MESS['adm_conf_mess'] = "Спасибо, подписка подтверждена.";
|
||||
$MESS['adm_unsubscr_mess'] = "Подписка помечена как неактивная. Рассылки на этот адрес производиться не будут.";
|
||||
$MESS['adm_auth_err'] = "Вы должны быть авторизованы, чтобы управлять подпиской.";
|
||||
$MESS['SUBSCR_MODULE_NOT_INSTALLED'] = "Модуль подписки в настоящее время недоступен.";
|
||||
$MESS['subscr_active_mess'] = "Подписка активизирована.";
|
||||
$MESS['subscr_pass_mess'] = "Информация для изменения пароля отправлена на адрес, указанный при регистрации.";
|
||||
$MESS['adm_auth_err_rub'] = "Необходимо указать хотя бы одну рубрику подписки.";
|
||||
$MESS['subscr_send_pass_mess'] = "Вы запросили информацию для смены пароля.";
|
||||
$MESS['subscr_email_not_found'] = "Адрес подписки не найден.";
|
||||
$MESS['subscr_wrong_rubric'] = "Указана недопустимая рубрика подписки.";
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
<?
|
||||
$MESS["SHOW_HIDDEN_TIP"] = "При отмеченной опции на странице редактирования будут выведены все активные рубрики.";
|
||||
$MESS["ALLOW_ANONYMOUS_TIP"] = "При установленной опции анонимные пользователи смогут подписываться на рассылку, лишь указав свой адрес электронной почты без необходимости регистрации на сайте.";
|
||||
$MESS["SHOW_AUTH_LINKS_TIP"] = "Если опция отмечена, то при подписке на рассылку анонимному пользователю будут выведены формы авторизации или регистрации.";
|
||||
$MESS["CACHE_TYPE_TIP"] = "<i>Авто</i>: действует при включенном кешировании в течение заданного времени;<br /><i>Кешировать</i>: для кеширования необходимо только определить время кеширования;<br /><i>Не кешировать</i>: кеширования нет в любом случае.";
|
||||
$MESS["CACHE_TIME_TIP"] = "Поле служит для указания времени кеширования в секундах.";
|
||||
$MESS["SET_TITLE_TIP"] = "При установленном флаге заголовком страницы будет <i>Редактирование параметров подписки</i> при редактировании подписки или <i>Добавление адреса подписки</i>";
|
||||
$MESS["AJAX_MODE_TIP"] = "Включение для компонента режима AJAX.";
|
||||
$MESS["AJAX_OPTION_SHADOW_TIP"] = "При выполнении перехода будет затенена область, которая должна измениться.";
|
||||
$MESS["AJAX_OPTION_JUMP_TIP"] = "Если пользователь совершит AJAX-переход, то по окончании загрузки произойдет прокрутка к началу компонента.";
|
||||
$MESS["AJAX_OPTION_STYLE_TIP"] = "При совершении AJAX-переходов будет происходить подгрузка и обработка списка стилей, вызванных компонентом.";
|
||||
$MESS["AJAX_OPTION_HISTORY_TIP"] = "Когда пользователь выполняет AJAX-переходы, то при включенной опции можно использовать кнопки браузера \"Назад\" и \"Вперед\".";
|
||||
?>
|
||||
<?php
|
||||
$MESS['SHOW_HIDDEN_TIP'] = "При отмеченной опции на странице редактирования будут выведены все активные рубрики.";
|
||||
$MESS['ALLOW_ANONYMOUS_TIP'] = "При установленной опции анонимные пользователи смогут подписываться на рассылку, лишь указав свой адрес электронной почты без необходимости регистрации на сайте.";
|
||||
$MESS['SHOW_AUTH_LINKS_TIP'] = "Если опция отмечена, то при подписке на рассылку анонимному пользователю будут выведены формы авторизации или регистрации.";
|
||||
$MESS['CACHE_TYPE_TIP'] = "<i>Авто</i>: действует при включенном кешировании в течение заданного времени;<br /><i>Кешировать</i>: для кеширования необходимо только определить время кеширования;<br /><i>Не кешировать</i>: кеширования нет в любом случае.";
|
||||
$MESS['CACHE_TIME_TIP'] = "Поле служит для указания времени кеширования в секундах.";
|
||||
$MESS['SET_TITLE_TIP'] = "При установленном флаге заголовком страницы будет <i>Редактирование параметров подписки</i> при редактировании подписки или <i>Добавление адреса подписки</i>";
|
||||
$MESS['AJAX_MODE_TIP'] = "Включение для компонента режима AJAX.";
|
||||
$MESS['AJAX_OPTION_SHADOW_TIP'] = "При выполнении перехода будет затенена область, которая должна измениться.";
|
||||
$MESS['AJAX_OPTION_JUMP_TIP'] = "Если пользователь совершит AJAX-переход, то по окончании загрузки произойдет прокрутка к началу компонента.";
|
||||
$MESS['AJAX_OPTION_STYLE_TIP'] = "При совершении AJAX-переходов будет происходить подгрузка и обработка списка стилей, вызванных компонентом.";
|
||||
$MESS['AJAX_OPTION_HISTORY_TIP'] = "Когда пользователь выполняет AJAX-переходы, то при включенной опции можно использовать кнопки браузера \"Назад\" и \"Вперед\".";
|
||||
|
||||
@@ -1,69 +1,68 @@
|
||||
<?
|
||||
$MESS ['subscr_conf'] = "Subscription confirmed:";
|
||||
$MESS ['subscr_yes'] = "Yes";
|
||||
$MESS ['subscr_no'] = "No";
|
||||
$MESS ['subscr_conf_code'] = "Please enter the subscription confirmation code";
|
||||
$MESS ['subscr_conf_date'] = "Confirmation code generation date";
|
||||
$MESS ['subscr_act'] = "Subscription active:";
|
||||
$MESS ['subscr_rub'] = "Newsletter categories";
|
||||
$MESS ['subscr_fmt'] = "Preferable format";
|
||||
$MESS ['subscr_text'] = "Text";
|
||||
$MESS ['subscr_date_add'] = "Added:";
|
||||
$MESS ['subscr_date_upd'] = "Modified:";
|
||||
$MESS ['subscr_upd'] = "Update";
|
||||
$MESS ['subscr_add'] = "Add";
|
||||
$MESS ['subscr_reset'] = "Reset";
|
||||
$MESS ['subscr_req'] = "Required fields.";
|
||||
$MESS ['adm_auth_user'] = "The subscription address will belong to the user:";
|
||||
$MESS ['adm_auth_logout'] = "log out";
|
||||
$MESS ['adm_auth1'] = "If you are the registered user, you can";
|
||||
$MESS ['adm_auth2'] = "authorize";
|
||||
$MESS ['adm_reg1'] = "If you are still not the registered user, you can";
|
||||
$MESS ['adm_reg2'] = "register";
|
||||
$MESS ['adm_reg_text'] = "Registered user can manage his or her personal information based on a common account.";
|
||||
$MESS ['adm_must_auth'] = "You should authorize to manage your subscription.";
|
||||
$MESS ['adm_auth_exist'] = "Existing user authorization";
|
||||
$MESS ['adm_auth_login'] = "Login:";
|
||||
$MESS ['adm_auth_pass'] = "Password:";
|
||||
$MESS ['adm_reg_new'] = "New user registration";
|
||||
$MESS ['adm_reg_login'] = "Login (at least 3 symbols):";
|
||||
$MESS ['adm_reg_pass'] = "Password (at least 6 symbols):";
|
||||
$MESS ['adm_reg_pass_conf'] = "Confirm password:";
|
||||
$MESS ['adm_send_code'] = "Re-send the confirmation code";
|
||||
$MESS ['adm_id'] = "Subscription identifier:";
|
||||
$MESS ['adm_auth_note'] = "To manage subscription settings please enter your e-mail and subscription confirmation code (password).";
|
||||
$MESS ['adm_auth_butt'] = "Authorization";
|
||||
$MESS ['subscr_title_confirm'] = "Subscription confirmation";
|
||||
$MESS ['subscr_conf_note1'] = "If you have not received a message with confirmation code yet, you can ";
|
||||
$MESS ['subscr_conf_note2'] = "request confirmation code again";
|
||||
$MESS ['subscr_conf_button'] = "Confirm";
|
||||
$MESS ['subscr_title_auth'] = "Login";
|
||||
$MESS ['subscr_auth_logout1'] = "You can";
|
||||
$MESS ['subscr_auth_logout2'] = " to login as a different user.";
|
||||
$MESS ['subscr_auth_logout3'] = "You can ";
|
||||
$MESS ['subscr_auth_logout4'] = " to not apply subscription to the current user.";
|
||||
$MESS ['subscr_title_auth2'] = "Login";
|
||||
$MESS ['subscr_auth_note'] = "Authorization is not necessary. You can subscribe the newsletters without registering on the site. ";
|
||||
$MESS ['subscr_title_settings'] = "Subscription settings";
|
||||
$MESS ['subscr_email'] = "Your e-mail";
|
||||
$MESS ['subscr_settings_note1'] = "After adding or modifying subscriber address you will be sent a confirmation code.";
|
||||
$MESS ['subscr_settings_note2'] = "Subscription won't be active until you enter the confirmation code.";
|
||||
$MESS ['subscr_title_status'] = "Subscription status";
|
||||
$MESS ['subscr_title_status_note1'] = "Your subscription is not confirmed. To confirm your subscription enter the confirmation code in the form above.";
|
||||
$MESS ['subscr_title_status_note2'] = "Your subscription is confirmed and active.";
|
||||
$MESS ['subscr_status_note3'] = "If you want to unsubscribe from the newsletters, click the <i>Unsubscribe</i> button.";
|
||||
$MESS ['subscr_status_note4'] = "Your subscription is confirmed, but not active.";
|
||||
$MESS ['subscr_status_note5'] = "If you want to renew your subscription, click the <i>Activate</i> button.";
|
||||
$MESS ['subscr_unsubscr'] = "Unsubscribe";
|
||||
$MESS ['subscr_activate'] = "Activate";
|
||||
$MESS ['subscr_auth_sect_title'] = "Login";
|
||||
$MESS ['subscr_auth_email'] = "Enter your e-mail";
|
||||
$MESS ['subscr_auth_pass'] = "password";
|
||||
$MESS ['subscr_auth_pass_title'] = "Enter password (confirmation code)";
|
||||
$MESS ['subscr_pass_title'] = "If you forgot your password";
|
||||
$MESS ['subscr_pass_note'] = "Enter e-mail which you use for receiving of our newsletters. Confirmation code will be sent to that e-mail address.";
|
||||
$MESS ['subscr_pass_button'] = "Send";
|
||||
$MESS ['subscr_CAPTCHA_REGF_TITLE'] = "Please type the word you see in the image";
|
||||
$MESS ['subscr_CAPTCHA_REGF_PROMT'] = "Type text from image";
|
||||
$MESS ['adm_reg_butt'] = "Register";
|
||||
?>
|
||||
<?php
|
||||
$MESS['subscr_conf'] = "Subscription confirmed:";
|
||||
$MESS['subscr_yes'] = "Yes";
|
||||
$MESS['subscr_no'] = "No";
|
||||
$MESS['subscr_conf_code'] = "Please enter the subscription confirmation code";
|
||||
$MESS['subscr_conf_date'] = "Confirmation code generation date";
|
||||
$MESS['subscr_act'] = "Subscription active:";
|
||||
$MESS['subscr_rub'] = "Newsletter categories";
|
||||
$MESS['subscr_fmt'] = "Preferable format";
|
||||
$MESS['subscr_text'] = "Text";
|
||||
$MESS['subscr_date_add'] = "Added:";
|
||||
$MESS['subscr_date_upd'] = "Modified:";
|
||||
$MESS['subscr_upd'] = "Update";
|
||||
$MESS['subscr_add'] = "Add";
|
||||
$MESS['subscr_reset'] = "Reset";
|
||||
$MESS['subscr_req'] = "Required fields.";
|
||||
$MESS['adm_auth_user'] = "The subscription address will belong to the user:";
|
||||
$MESS['adm_auth_logout'] = "log out";
|
||||
$MESS['adm_auth1'] = "If you are the registered user, you can";
|
||||
$MESS['adm_auth2'] = "authorize";
|
||||
$MESS['adm_reg1'] = "If you are still not the registered user, you can";
|
||||
$MESS['adm_reg2'] = "register";
|
||||
$MESS['adm_reg_text'] = "Registered user can manage his or her personal information based on a common account.";
|
||||
$MESS['adm_must_auth'] = "You should authorize to manage your subscription.";
|
||||
$MESS['adm_auth_exist'] = "Existing user authorization";
|
||||
$MESS['adm_auth_login'] = "Login:";
|
||||
$MESS['adm_auth_pass'] = "Password:";
|
||||
$MESS['adm_reg_new'] = "New user registration";
|
||||
$MESS['adm_reg_login'] = "Login (at least 3 symbols):";
|
||||
$MESS['adm_reg_pass'] = "Password (at least 6 symbols):";
|
||||
$MESS['adm_reg_pass_conf'] = "Confirm password:";
|
||||
$MESS['adm_send_code'] = "Re-send the confirmation code";
|
||||
$MESS['adm_id'] = "Subscription identifier:";
|
||||
$MESS['adm_auth_note'] = "To manage subscription settings please enter your e-mail and subscription confirmation code (password).";
|
||||
$MESS['adm_auth_butt'] = "Authorization";
|
||||
$MESS['subscr_title_confirm'] = "Subscription confirmation";
|
||||
$MESS['subscr_conf_note1'] = "If you have not received a message with confirmation code yet, you can ";
|
||||
$MESS['subscr_conf_note2'] = "request confirmation code again";
|
||||
$MESS['subscr_conf_button'] = "Confirm";
|
||||
$MESS['subscr_title_auth'] = "Login";
|
||||
$MESS['subscr_auth_logout1'] = "You can";
|
||||
$MESS['subscr_auth_logout2'] = " to login as a different user.";
|
||||
$MESS['subscr_auth_logout3'] = "You can ";
|
||||
$MESS['subscr_auth_logout4'] = " to not apply subscription to the current user.";
|
||||
$MESS['subscr_title_auth2'] = "Login";
|
||||
$MESS['subscr_auth_note'] = "Authorization is not necessary. You can subscribe the newsletters without registering on the site. ";
|
||||
$MESS['subscr_title_settings'] = "Subscription settings";
|
||||
$MESS['subscr_email'] = "Your e-mail";
|
||||
$MESS['subscr_settings_note1'] = "After adding or modifying subscriber address you will be sent a confirmation code.";
|
||||
$MESS['subscr_settings_note2'] = "Subscription won't be active until you enter the confirmation code.";
|
||||
$MESS['subscr_title_status'] = "Subscription status";
|
||||
$MESS['subscr_title_status_note1'] = "Your subscription is not confirmed. To confirm your subscription enter the confirmation code in the form above.";
|
||||
$MESS['subscr_title_status_note2'] = "Your subscription is confirmed and active.";
|
||||
$MESS['subscr_status_note3'] = "If you want to unsubscribe from the newsletters, click the <i>Unsubscribe</i> button.";
|
||||
$MESS['subscr_status_note4'] = "Your subscription is confirmed, but not active.";
|
||||
$MESS['subscr_status_note5'] = "If you want to renew your subscription, click the <i>Activate</i> button.";
|
||||
$MESS['subscr_unsubscr'] = "Unsubscribe";
|
||||
$MESS['subscr_activate'] = "Activate";
|
||||
$MESS['subscr_auth_sect_title'] = "Login";
|
||||
$MESS['subscr_auth_email'] = "Enter your e-mail";
|
||||
$MESS['subscr_auth_pass'] = "password";
|
||||
$MESS['subscr_auth_pass_title'] = "Enter password (confirmation code)";
|
||||
$MESS['subscr_pass_title'] = "If you forgot your password";
|
||||
$MESS['subscr_pass_note'] = "Enter e-mail which you use for receiving of our newsletters. Confirmation code will be sent to that e-mail address.";
|
||||
$MESS['subscr_pass_button'] = "Send";
|
||||
$MESS['subscr_CAPTCHA_REGF_TITLE'] = "Please type the word you see in the image";
|
||||
$MESS['subscr_CAPTCHA_REGF_PROMT'] = "Type text from image";
|
||||
$MESS['adm_reg_butt'] = "Register";
|
||||
|
||||
@@ -0,0 +1,68 @@
|
||||
<?php
|
||||
$MESS['adm_auth1'] = "Егер сіз сайтта тіркелген болсаңыз, онда сіз";
|
||||
$MESS['adm_auth2'] = "авторландырыла аласыз";
|
||||
$MESS['adm_auth_butt'] = "Авторландыру";
|
||||
$MESS['adm_auth_exist'] = "Қолданыстағы пайдаланушының авторлануы";
|
||||
$MESS['adm_auth_login'] = "Кіру аты";
|
||||
$MESS['adm_auth_logout'] = "сеансты аяқтау";
|
||||
$MESS['adm_auth_note'] = "Жазылым параметрлерін басқару үшін электрондық пошта мен жазылымды растау кодын (құпия сөз) енгізу қажет.";
|
||||
$MESS['adm_auth_pass'] = "Құпиясөз";
|
||||
$MESS['adm_auth_user'] = "Жазылу мекенжайы пайдаланушыға тиесілі болады:";
|
||||
$MESS['adm_id'] = "Жазылым идентификаторы:";
|
||||
$MESS['adm_must_auth'] = "Сіз жазылымды басқару үшін авторланудан өтуіңіз керек.";
|
||||
$MESS['adm_reg1'] = "Егер сіз әлі сайттың пайдаланушысы болмасаңыз, сіз";
|
||||
$MESS['adm_reg2'] = "тіркеле аласыз";
|
||||
$MESS['adm_reg_butt'] = "Тіркелу";
|
||||
$MESS['adm_reg_login'] = "Кіру аты (кемінде 3 символ)";
|
||||
$MESS['adm_reg_new'] = "Жаңа пайдаланушыны тіркеу";
|
||||
$MESS['adm_reg_pass'] = "Құпиясөз (кемінде 6 символ)";
|
||||
$MESS['adm_reg_pass_conf'] = "Құпиясөзді растаңыз";
|
||||
$MESS['adm_reg_text'] = "Тіркелген пайдаланушы бірыңғай бюджет негізінде жеке ақпаратты басқара алады.";
|
||||
$MESS['adm_send_code'] = "Растау кодын қайта жіберу";
|
||||
$MESS['subscr_CAPTCHA_REGF_PROMT'] = "Суреттегі сөзді енгізіңіз";
|
||||
$MESS['subscr_CAPTCHA_REGF_TITLE'] = "Автоматты тіркеуден қорғау";
|
||||
$MESS['subscr_act'] = "Жазылым белсенді:";
|
||||
$MESS['subscr_activate'] = "Белсендіру";
|
||||
$MESS['subscr_add'] = "Қосу";
|
||||
$MESS['subscr_auth_email'] = "Өз e-mail енгізіңіз";
|
||||
$MESS['subscr_auth_logout1'] = "Сіз";
|
||||
$MESS['subscr_auth_logout2'] = "басқа пайдаланушы ретінде авторлану үшін.";
|
||||
$MESS['subscr_auth_logout3'] = "Сіз";
|
||||
$MESS['subscr_auth_logout4'] = "ағымдағы пайдаланушыға жазылымды ауыстырмау үшін.";
|
||||
$MESS['subscr_auth_note'] = "Авторлану міндетті емес. Сіз сайтқа тіркелмей-ақ, жіберілімдерге жазыла аласыз.";
|
||||
$MESS['subscr_auth_pass'] = "құпиясөз";
|
||||
$MESS['subscr_auth_pass_title'] = "Құпиясөзді енгізіңіз (растау коды)";
|
||||
$MESS['subscr_auth_sect_title'] = "Авторландыру";
|
||||
$MESS['subscr_conf'] = "Жазылу расталды:";
|
||||
$MESS['subscr_conf_button'] = "Растау";
|
||||
$MESS['subscr_conf_code'] = "Жазылымды растау кодын енгізіңіз.";
|
||||
$MESS['subscr_conf_date'] = "Кодты растау генерацияланған күні";
|
||||
$MESS['subscr_conf_note1'] = "Егер сіз әлі растау кодымен хат алмаған болсаңыз, оны қайтадан ала аласыз.";
|
||||
$MESS['subscr_conf_note2'] = "кодты сұрау";
|
||||
$MESS['subscr_date_add'] = "Қосу күні:";
|
||||
$MESS['subscr_date_upd'] = "Модификациялау күні:";
|
||||
$MESS['subscr_email'] = "Сіздің e-mail";
|
||||
$MESS['subscr_fmt'] = "Қалаулы пішім";
|
||||
$MESS['subscr_no'] = "Жоқ";
|
||||
$MESS['subscr_pass_button'] = "Жіберу";
|
||||
$MESS['subscr_pass_note'] = "Біздің жіберілімді алатын e-mail енгізіңіз, және растау коды сол мекенжайға жіберіледі";
|
||||
$MESS['subscr_pass_title'] = "Егер сіз құпиясөзді ұмытып қалсаңыз";
|
||||
$MESS['subscr_req'] = "Толтыруға міндетті өрістер.";
|
||||
$MESS['subscr_reset'] = "Қалпына келтіру";
|
||||
$MESS['subscr_rub'] = "Жазылым айдарлары";
|
||||
$MESS['subscr_settings_note1'] = "Жазылым мекенжайын қосқаннан немесе өзгерткеннен кейін сізге растау коды жіберіледі.";
|
||||
$MESS['subscr_settings_note2'] = "Жазылым растау кодын енгізгенге дейін белсенді болмайды.";
|
||||
$MESS['subscr_status_note3'] = "Егер сіз жіберілімдерден бас тартқыңыз келсе, <i>Бас тарту</i> батырмасын басыңыз.";
|
||||
$MESS['subscr_status_note4'] = "Сіздің жазылымыңыз расталды, бірақ белсенді емес.";
|
||||
$MESS['subscr_status_note5'] = "Егер сіз жіберілімдерді қайта бастауға ниеттенсеңіз, <i>Белсендіру</i> батырмасын басыңыз.";
|
||||
$MESS['subscr_text'] = "Мәтін";
|
||||
$MESS['subscr_title_auth'] = "Авторландыру";
|
||||
$MESS['subscr_title_auth2'] = "Авторландыру";
|
||||
$MESS['subscr_title_confirm'] = "Жазылымды растау";
|
||||
$MESS['subscr_title_settings'] = "Жазылым баптаулары";
|
||||
$MESS['subscr_title_status'] = "Жазылым күйі";
|
||||
$MESS['subscr_title_status_note1'] = "Сіздің жазылымыңыз расталмады. Жазылымды растау үшін жоғарыдағы нысанға растау кодын енгізіңіз.";
|
||||
$MESS['subscr_title_status_note2'] = "Сіздің жазылымыңыз расталды және белсенді.";
|
||||
$MESS['subscr_unsubscr'] = "Жазылымнан бас тарту";
|
||||
$MESS['subscr_upd'] = "Өзгерту";
|
||||
$MESS['subscr_yes'] = "Иә";
|
||||
@@ -1,69 +1,68 @@
|
||||
<?
|
||||
$MESS ['subscr_conf'] = "Подписка подтверждена:";
|
||||
$MESS ['subscr_yes'] = "Да";
|
||||
$MESS ['subscr_no'] = "Нет";
|
||||
$MESS ['subscr_conf_code'] = "Введите код подтверждения подписки";
|
||||
$MESS ['subscr_conf_date'] = "Дата генерации кода подтверждения";
|
||||
$MESS ['subscr_act'] = "Подписка активна:";
|
||||
$MESS ['subscr_rub'] = "Рубрики подписки";
|
||||
$MESS ['subscr_fmt'] = "Предпочтительный формат";
|
||||
$MESS ['subscr_text'] = "Текст";
|
||||
$MESS ['subscr_date_add'] = "Дата добавления:";
|
||||
$MESS ['subscr_date_upd'] = "Дата модификации:";
|
||||
$MESS ['subscr_upd'] = "Изменить";
|
||||
$MESS ['subscr_add'] = "Добавить";
|
||||
$MESS ['subscr_reset'] = "Сброс";
|
||||
$MESS ['subscr_req'] = "Поля, обязательные для заполнения.";
|
||||
$MESS ['adm_auth_user'] = "Адрес подписки будет принадлежать пользователю:";
|
||||
$MESS ['adm_auth_logout'] = "закончить сеанс";
|
||||
$MESS ['adm_auth1'] = "Если вы уже зарегистрированы на сайте, то вы можете";
|
||||
$MESS ['adm_auth2'] = "авторизоваться";
|
||||
$MESS ['adm_reg1'] = "Если вы еще не являетесь пользователем сайта, вы можете";
|
||||
$MESS ['adm_reg2'] = "зарегистрироваться";
|
||||
$MESS ['adm_reg_text'] = "Зарегистрированный пользователь может управлять персональной информацией на основе единого бюджета.";
|
||||
$MESS ['adm_must_auth'] = "Вы должны авторизоваться, чтобы управлять подпиской.";
|
||||
$MESS ['adm_auth_exist'] = "Авторизация существующего пользователя";
|
||||
$MESS ['adm_auth_login'] = "Имя входа";
|
||||
$MESS ['adm_auth_pass'] = "Пароль";
|
||||
$MESS ['adm_reg_new'] = "Регистрация нового пользователя";
|
||||
$MESS ['adm_reg_login'] = "Имя входа (не менее 3 символов)";
|
||||
$MESS ['adm_reg_pass'] = "Пароль (не менее 6 символов)";
|
||||
$MESS ['adm_reg_pass_conf'] = "Подтвердите пароль";
|
||||
$MESS ['adm_send_code'] = "Выслать повторно код подтверждения";
|
||||
$MESS ['adm_id'] = "Идентификатор подписки:";
|
||||
$MESS ['adm_auth_note'] = "Для управления параметрами подписки необходимо ввести e-mail и код подтверждения (пароль) подписки.";
|
||||
$MESS ['adm_auth_butt'] = "Авторизация";
|
||||
$MESS ['subscr_title_confirm'] = "Подтверждение подписки";
|
||||
$MESS ['subscr_conf_note1'] = "Если вы еще не получили письмо с кодом подтверждения, вы можете повторно";
|
||||
$MESS ['subscr_conf_note2'] = "запросить код";
|
||||
$MESS ['subscr_conf_button'] = "Подтвердить";
|
||||
$MESS ['subscr_title_auth'] = "Авторизация";
|
||||
$MESS ['subscr_auth_logout1'] = "Вы можете";
|
||||
$MESS ['subscr_auth_logout2'] = ", чтобы авторизоваться под другим пользователем.";
|
||||
$MESS ['subscr_auth_logout3'] = "Вы можете";
|
||||
$MESS ['subscr_auth_logout4'] = ", чтобы не переносить подписку на текущего пользователя.";
|
||||
$MESS ['subscr_title_auth2'] = "Авторизация";
|
||||
$MESS ['subscr_auth_note'] = "Авторизация не является обязательной. Вы можете подписаться на рассылки, не регистрируясь на сайте.";
|
||||
$MESS ['subscr_title_settings'] = "Настройки подписки";
|
||||
$MESS ['subscr_email'] = "Ваш e-mail";
|
||||
$MESS ['subscr_settings_note1'] = "После добавления или изменения адреса подписки вам будет выслан код подтверждения.";
|
||||
$MESS ['subscr_settings_note2'] = "Подписка будет не активной до ввода кода подтверждения.";
|
||||
$MESS ['subscr_title_status'] = "Состояние подписки";
|
||||
$MESS ['subscr_title_status_note1'] = "Ваша подписка не подтверждена. Чтобы подтвердить подписку, введите код подтверждения в форме выше.";
|
||||
$MESS ['subscr_title_status_note2'] = "Ваша подписка подтверждена и активна.";
|
||||
$MESS ['subscr_status_note3'] = "Если вы хотите отписаться от рассылок, нажмите на кнопку <i>Отписаться</i>.";
|
||||
$MESS ['subscr_status_note4'] = "Ваша подписка подтверждена, но не активна.";
|
||||
$MESS ['subscr_status_note5'] = "Если вы хотите возобновить рассылки, нажмите на кнопку <i>Активизировать</i>.";
|
||||
$MESS ['subscr_unsubscr'] = "Отписаться";
|
||||
$MESS ['subscr_activate'] = "Активизировать";
|
||||
$MESS ['subscr_auth_sect_title'] = "Авторизация";
|
||||
$MESS ['subscr_auth_email'] = "Введите ваш e-mail";
|
||||
$MESS ['subscr_auth_pass'] = "пароль";
|
||||
$MESS ['subscr_auth_pass_title'] = "Введите пароль (код подтверждения)";
|
||||
$MESS ['subscr_pass_title'] = "Если вы забыли пароль";
|
||||
$MESS ['subscr_pass_note'] = "Введите e-mail, на который вы получаете нашу рассылку, и код подтверждения будет вам выслан на этот адрес.";
|
||||
$MESS ['subscr_pass_button'] = "Выслать";
|
||||
$MESS ['subscr_CAPTCHA_REGF_TITLE'] = "Защита от автоматической регистрации";
|
||||
$MESS ['subscr_CAPTCHA_REGF_PROMT'] = "Введите слово на картинке";
|
||||
$MESS ['adm_reg_butt'] = "Регистрация";
|
||||
?>
|
||||
<?php
|
||||
$MESS['subscr_conf'] = "Подписка подтверждена:";
|
||||
$MESS['subscr_yes'] = "Да";
|
||||
$MESS['subscr_no'] = "Нет";
|
||||
$MESS['subscr_conf_code'] = "Введите код подтверждения подписки";
|
||||
$MESS['subscr_conf_date'] = "Дата генерации кода подтверждения";
|
||||
$MESS['subscr_act'] = "Подписка активна:";
|
||||
$MESS['subscr_rub'] = "Рубрики подписки";
|
||||
$MESS['subscr_fmt'] = "Предпочтительный формат";
|
||||
$MESS['subscr_text'] = "Текст";
|
||||
$MESS['subscr_date_add'] = "Дата добавления:";
|
||||
$MESS['subscr_date_upd'] = "Дата модификации:";
|
||||
$MESS['subscr_upd'] = "Изменить";
|
||||
$MESS['subscr_add'] = "Добавить";
|
||||
$MESS['subscr_reset'] = "Сброс";
|
||||
$MESS['subscr_req'] = "Поля, обязательные для заполнения.";
|
||||
$MESS['adm_auth_user'] = "Адрес подписки будет принадлежать пользователю:";
|
||||
$MESS['adm_auth_logout'] = "закончить сеанс";
|
||||
$MESS['adm_auth1'] = "Если вы уже зарегистрированы на сайте, то вы можете";
|
||||
$MESS['adm_auth2'] = "авторизоваться";
|
||||
$MESS['adm_reg1'] = "Если вы еще не являетесь пользователем сайта, вы можете";
|
||||
$MESS['adm_reg2'] = "зарегистрироваться";
|
||||
$MESS['adm_reg_text'] = "Зарегистрированный пользователь может управлять персональной информацией на основе единого бюджета.";
|
||||
$MESS['adm_must_auth'] = "Вы должны авторизоваться, чтобы управлять подпиской.";
|
||||
$MESS['adm_auth_exist'] = "Авторизация существующего пользователя";
|
||||
$MESS['adm_auth_login'] = "Имя входа";
|
||||
$MESS['adm_auth_pass'] = "Пароль";
|
||||
$MESS['adm_reg_new'] = "Регистрация нового пользователя";
|
||||
$MESS['adm_reg_login'] = "Имя входа (не менее 3 символов)";
|
||||
$MESS['adm_reg_pass'] = "Пароль (не менее 6 символов)";
|
||||
$MESS['adm_reg_pass_conf'] = "Подтвердите пароль";
|
||||
$MESS['adm_send_code'] = "Выслать повторно код подтверждения";
|
||||
$MESS['adm_id'] = "Идентификатор подписки:";
|
||||
$MESS['adm_auth_note'] = "Для управления параметрами подписки необходимо ввести e-mail и код подтверждения (пароль) подписки.";
|
||||
$MESS['adm_auth_butt'] = "Авторизация";
|
||||
$MESS['subscr_title_confirm'] = "Подтверждение подписки";
|
||||
$MESS['subscr_conf_note1'] = "Если вы еще не получили письмо с кодом подтверждения, вы можете повторно";
|
||||
$MESS['subscr_conf_note2'] = "запросить код";
|
||||
$MESS['subscr_conf_button'] = "Подтвердить";
|
||||
$MESS['subscr_title_auth'] = "Авторизация";
|
||||
$MESS['subscr_auth_logout1'] = "Вы можете";
|
||||
$MESS['subscr_auth_logout2'] = ", чтобы авторизоваться под другим пользователем.";
|
||||
$MESS['subscr_auth_logout3'] = "Вы можете";
|
||||
$MESS['subscr_auth_logout4'] = ", чтобы не переносить подписку на текущего пользователя.";
|
||||
$MESS['subscr_title_auth2'] = "Авторизация";
|
||||
$MESS['subscr_auth_note'] = "Авторизация не является обязательной. Вы можете подписаться на рассылки, не регистрируясь на сайте.";
|
||||
$MESS['subscr_title_settings'] = "Настройки подписки";
|
||||
$MESS['subscr_email'] = "Ваш e-mail";
|
||||
$MESS['subscr_settings_note1'] = "После добавления или изменения адреса подписки вам будет выслан код подтверждения.";
|
||||
$MESS['subscr_settings_note2'] = "Подписка будет не активной до ввода кода подтверждения.";
|
||||
$MESS['subscr_title_status'] = "Состояние подписки";
|
||||
$MESS['subscr_title_status_note1'] = "Ваша подписка не подтверждена. Чтобы подтвердить подписку, введите код подтверждения в форме выше.";
|
||||
$MESS['subscr_title_status_note2'] = "Ваша подписка подтверждена и активна.";
|
||||
$MESS['subscr_status_note3'] = "Если вы хотите отписаться от рассылок, нажмите на кнопку <i>Отписаться</i>.";
|
||||
$MESS['subscr_status_note4'] = "Ваша подписка подтверждена, но не активна.";
|
||||
$MESS['subscr_status_note5'] = "Если вы хотите возобновить рассылки, нажмите на кнопку <i>Активизировать</i>.";
|
||||
$MESS['subscr_unsubscr'] = "Отписаться";
|
||||
$MESS['subscr_activate'] = "Активизировать";
|
||||
$MESS['subscr_auth_sect_title'] = "Авторизация";
|
||||
$MESS['subscr_auth_email'] = "Введите ваш e-mail";
|
||||
$MESS['subscr_auth_pass'] = "пароль";
|
||||
$MESS['subscr_auth_pass_title'] = "Введите пароль (код подтверждения)";
|
||||
$MESS['subscr_pass_title'] = "Если вы забыли пароль";
|
||||
$MESS['subscr_pass_note'] = "Введите e-mail, на который вы получаете нашу рассылку, и код подтверждения будет вам выслан на этот адрес.";
|
||||
$MESS['subscr_pass_button'] = "Выслать";
|
||||
$MESS['subscr_CAPTCHA_REGF_TITLE'] = "Защита от автоматической регистрации";
|
||||
$MESS['subscr_CAPTCHA_REGF_PROMT'] = "Введите слово на картинке";
|
||||
$MESS['adm_reg_butt'] = "Регистрация";
|
||||
|
||||
@@ -19,11 +19,11 @@
|
||||
|
||||
foreach ($arResult['MESSAGE'] as $itemValue)
|
||||
{
|
||||
echo ShowMessage(['MESSAGE' => $itemValue, 'TYPE' => 'OK']);
|
||||
ShowMessage(['MESSAGE' => $itemValue, 'TYPE' => 'OK']);
|
||||
}
|
||||
foreach ($arResult['ERROR'] as $itemValue)
|
||||
{
|
||||
echo ShowMessage(['MESSAGE' => $itemValue, 'TYPE' => 'ERROR']);
|
||||
ShowMessage(['MESSAGE' => $itemValue, 'TYPE' => 'ERROR']);
|
||||
}
|
||||
|
||||
//whether to show the forms
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
<?
|
||||
$MESS["CT_BSE_SUBSCRIPTION_FORM_TITLE"] = "Subscribe";
|
||||
$MESS["CT_BSE_BTN_ADD_SUBSCRIPTION"] = "Subscribe";
|
||||
$MESS["CT_BSE_BTN_EDIT_SUBSCRIPTION"] = "Edit Subscription";
|
||||
$MESS["CT_BSE_AUTH_ERR"] = "You must be logged in to manage subscriptions.";
|
||||
$MESS["CT_BSE_EMAIL_LABEL"] = "E-mail:";
|
||||
$MESS["CT_BSE_FORMAT_LABEL"] = "Message Format:";
|
||||
$MESS["CT_BSE_FORMAT_TEXT"] = "Text";
|
||||
$MESS["CT_BSE_FORMAT_HTML"] = "HTML";
|
||||
$MESS["CT_BSE_RUBRIC_LABEL"] = "Topics:";
|
||||
$MESS["CT_BSE_NEW_NOTE"] = "A subscription confirmation link will be sent to you as soon as you have your subscriptions saved.";
|
||||
$MESS["CT_BSE_EXIST_NOTE"] = "To unsubscribe, uncheck the box(es) next to the categories and click \"Edit Subscription\". ";
|
||||
$MESS["CT_BSE_CONF_NOTE"] = "You did not confirm your subscription. Enter the confirmation code to confirm.";
|
||||
$MESS["CT_BSE_CONFIRMATION"] = "confirmation code";
|
||||
$MESS["CT_BSE_BTN_CONF"] = "Confirm Subscription";
|
||||
$MESS["CT_BSE_SEND_NOTE"] = "If you already subscribed and want to change the subscription parameters or unsubscribe, enter the subscription e-mail address.";
|
||||
$MESS["CT_BSE_EMAIL"] = "your subscription e-mail";
|
||||
$MESS["CT_BSE_BTN_SEND"] = "Send Confirmation Code";
|
||||
?>
|
||||
<?php
|
||||
$MESS['CT_BSE_SUBSCRIPTION_FORM_TITLE'] = "Subscribe";
|
||||
$MESS['CT_BSE_BTN_ADD_SUBSCRIPTION'] = "Subscribe";
|
||||
$MESS['CT_BSE_BTN_EDIT_SUBSCRIPTION'] = "Edit Subscription";
|
||||
$MESS['CT_BSE_AUTH_ERR'] = "You must be logged in to manage subscriptions.";
|
||||
$MESS['CT_BSE_EMAIL_LABEL'] = "E-mail:";
|
||||
$MESS['CT_BSE_FORMAT_LABEL'] = "Message Format:";
|
||||
$MESS['CT_BSE_FORMAT_TEXT'] = "Text";
|
||||
$MESS['CT_BSE_FORMAT_HTML'] = "HTML";
|
||||
$MESS['CT_BSE_RUBRIC_LABEL'] = "Topics:";
|
||||
$MESS['CT_BSE_NEW_NOTE'] = "A subscription confirmation link will be sent to you as soon as you have your subscriptions saved.";
|
||||
$MESS['CT_BSE_EXIST_NOTE'] = "To unsubscribe, uncheck the box(es) next to the categories and click \"Edit Subscription\". ";
|
||||
$MESS['CT_BSE_CONF_NOTE'] = "You did not confirm your subscription. Enter the confirmation code to confirm.";
|
||||
$MESS['CT_BSE_CONFIRMATION'] = "confirmation code";
|
||||
$MESS['CT_BSE_BTN_CONF'] = "Confirm Subscription";
|
||||
$MESS['CT_BSE_SEND_NOTE'] = "If you already subscribed and want to change the subscription parameters or unsubscribe, enter the subscription e-mail address.";
|
||||
$MESS['CT_BSE_EMAIL'] = "your subscription e-mail";
|
||||
$MESS['CT_BSE_BTN_SEND'] = "Send Confirmation Code";
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
$MESS['CT_BSE_AUTH_ERR'] = "Сіз жазылымды басқару үшін авторланудан өтуіңіз керек.";
|
||||
$MESS['CT_BSE_BTN_ADD_SUBSCRIPTION'] = "Жазылу";
|
||||
$MESS['CT_BSE_BTN_CONF'] = "Жазылымды растау";
|
||||
$MESS['CT_BSE_BTN_EDIT_SUBSCRIPTION'] = "Жазылымды өзгерту";
|
||||
$MESS['CT_BSE_BTN_SEND'] = "Растау кодын жіберу";
|
||||
$MESS['CT_BSE_CONFIRMATION'] = "растау кодын енгізіңіз";
|
||||
$MESS['CT_BSE_CONF_NOTE'] = "Сіздің жазылымыңыз расталмады. Жазылымды растау үшін растау кодын енгізіңіз.";
|
||||
$MESS['CT_BSE_EMAIL'] = "өз e-mail енгізіңіз";
|
||||
$MESS['CT_BSE_EMAIL_LABEL'] = "E-mail:";
|
||||
$MESS['CT_BSE_EXIST_NOTE'] = "Жіберілімді алудан бас тарту үшін таңдалған санаттардан жалаушаларды алып тастаңыз және \"Жазылымды өзгерту\" батырмасын басыңыз.";
|
||||
$MESS['CT_BSE_FORMAT_HTML'] = "HTML";
|
||||
$MESS['CT_BSE_FORMAT_LABEL'] = "Хаттар пішімі:";
|
||||
$MESS['CT_BSE_FORMAT_TEXT'] = "Мәтін";
|
||||
$MESS['CT_BSE_NEW_NOTE'] = "Жазылудан кейін сізге растау сілтемесі бар хат жіберіледі.";
|
||||
$MESS['CT_BSE_RUBRIC_LABEL'] = "Айдарлар:";
|
||||
$MESS['CT_BSE_SEND_NOTE'] = "Егер сіз біздің жіберілімге жазылған болсаңыз және оның параметрлерін өзгерткіңіз келсе (мысалы, жазылымнан бас тарту), біздің хаттарды алатын e-mail енгізіңіз.";
|
||||
$MESS['CT_BSE_SUBSCRIPTION_FORM_TITLE'] = "Жіберілімге жазылу";
|
||||
@@ -1,19 +1,18 @@
|
||||
<?
|
||||
$MESS["CT_BSE_SUBSCRIPTION_FORM_TITLE"] = "Подписаться на рассылку";
|
||||
$MESS["CT_BSE_BTN_ADD_SUBSCRIPTION"] = "Подписаться";
|
||||
$MESS["CT_BSE_BTN_EDIT_SUBSCRIPTION"] = "Изменить подписку";
|
||||
$MESS["CT_BSE_AUTH_ERR"] = "Вы должны быть авторизованы, чтобы управлять подпиской.";
|
||||
$MESS["CT_BSE_EMAIL_LABEL"] = "E-mail:";
|
||||
$MESS["CT_BSE_FORMAT_LABEL"] = "Формат писем:";
|
||||
$MESS["CT_BSE_FORMAT_TEXT"] = "Текст";
|
||||
$MESS["CT_BSE_FORMAT_HTML"] = "HTML";
|
||||
$MESS["CT_BSE_RUBRIC_LABEL"] = "Рубрики:";
|
||||
$MESS["CT_BSE_NEW_NOTE"] = "После подписки Вам будет выслано письмо со ссылкой подтверждения.";
|
||||
$MESS["CT_BSE_EXIST_NOTE"] = "Для того чтобы отписаться от получения рассылки, снимите флажки с выбранных категорий и нажмите кнопку \"Изменить подписку\".";
|
||||
$MESS["CT_BSE_CONF_NOTE"] = "Ваша подписка не подтверждена. Чтобы подтвердить подписку, введите код подтверждения.";
|
||||
$MESS["CT_BSE_CONFIRMATION"] = "введите код подтверждения";
|
||||
$MESS["CT_BSE_BTN_CONF"] = "Подтвердить подписку";
|
||||
$MESS["CT_BSE_SEND_NOTE"] = "Если Вы уже подписаны на нашу рассылку и хотите изменить ее настройки (например, отписаться), введите e-mail, на который вы получаете наши письма.";
|
||||
$MESS["CT_BSE_EMAIL"] = "введите ваш e-mail";
|
||||
$MESS["CT_BSE_BTN_SEND"] = "Выслать код подтверждения";
|
||||
?>
|
||||
<?php
|
||||
$MESS['CT_BSE_SUBSCRIPTION_FORM_TITLE'] = "Подписаться на рассылку";
|
||||
$MESS['CT_BSE_BTN_ADD_SUBSCRIPTION'] = "Подписаться";
|
||||
$MESS['CT_BSE_BTN_EDIT_SUBSCRIPTION'] = "Изменить подписку";
|
||||
$MESS['CT_BSE_AUTH_ERR'] = "Вы должны быть авторизованы, чтобы управлять подпиской.";
|
||||
$MESS['CT_BSE_EMAIL_LABEL'] = "E-mail:";
|
||||
$MESS['CT_BSE_FORMAT_LABEL'] = "Формат писем:";
|
||||
$MESS['CT_BSE_FORMAT_TEXT'] = "Текст";
|
||||
$MESS['CT_BSE_FORMAT_HTML'] = "HTML";
|
||||
$MESS['CT_BSE_RUBRIC_LABEL'] = "Рубрики:";
|
||||
$MESS['CT_BSE_NEW_NOTE'] = "После подписки Вам будет выслано письмо со ссылкой подтверждения.";
|
||||
$MESS['CT_BSE_EXIST_NOTE'] = "Для того чтобы отписаться от получения рассылки, снимите флажки с выбранных категорий и нажмите кнопку \"Изменить подписку\".";
|
||||
$MESS['CT_BSE_CONF_NOTE'] = "Ваша подписка не подтверждена. Чтобы подтвердить подписку, введите код подтверждения.";
|
||||
$MESS['CT_BSE_CONFIRMATION'] = "введите код подтверждения";
|
||||
$MESS['CT_BSE_BTN_CONF'] = "Подтвердить подписку";
|
||||
$MESS['CT_BSE_SEND_NOTE'] = "Если Вы уже подписаны на нашу рассылку и хотите изменить ее настройки (например, отписаться), введите e-mail, на который вы получаете наши письма.";
|
||||
$MESS['CT_BSE_EMAIL'] = "введите ваш e-mail";
|
||||
$MESS['CT_BSE_BTN_SEND'] = "Выслать код подтверждения";
|
||||
|
||||
@@ -16,15 +16,15 @@
|
||||
|
||||
foreach ($arResult['MESSAGE'] as $itemValue)
|
||||
{
|
||||
echo ShowMessage(['MESSAGE' => $itemValue, 'TYPE' => 'OK']);
|
||||
ShowMessage(['MESSAGE' => $itemValue, 'TYPE' => 'OK']);
|
||||
}
|
||||
foreach ($arResult['ERROR'] as $itemValue)
|
||||
{
|
||||
echo ShowMessage(['MESSAGE' => $itemValue, 'TYPE' => 'ERROR']);
|
||||
ShowMessage(['MESSAGE' => $itemValue, 'TYPE' => 'ERROR']);
|
||||
}
|
||||
|
||||
if ($arResult['ALLOW_ANONYMOUS'] == 'N' && !$USER->IsAuthorized()):
|
||||
echo ShowMessage(['MESSAGE' => GetMessage('CT_BSE_AUTH_ERR'), 'TYPE' => 'ERROR']);
|
||||
ShowMessage(['MESSAGE' => GetMessage('CT_BSE_AUTH_ERR'), 'TYPE' => 'ERROR']);
|
||||
else:
|
||||
?>
|
||||
<div class="subscription">
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?
|
||||
$MESS ['CD_BSF_NAME'] = "Subscription form";
|
||||
$MESS ['CD_BSF_DESCRIPTION'] = "The subscription form to include into the site design.";
|
||||
$MESS ['CD_BSF_SERVICE'] = "Newsletter";
|
||||
?>
|
||||
<?php
|
||||
$MESS['CD_BSF_NAME'] = "Subscription form";
|
||||
$MESS['CD_BSF_DESCRIPTION'] = "The subscription form to include into the site design.";
|
||||
$MESS['CD_BSF_SERVICE'] = "Newsletter";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?
|
||||
$MESS ['CP_BSF_PAGE'] = "Subscription edit page (#SITE_DIR# macro is available)";
|
||||
$MESS ['CP_BSF_SHOW_HIDDEN'] = "Show hidden subscription categories";
|
||||
$MESS ['CP_BSF_USE_PERSONALIZATION'] = "Check subscription for the current user";
|
||||
?>
|
||||
<?php
|
||||
$MESS['CP_BSF_PAGE'] = "Subscription edit page (#SITE_DIR# macro is available)";
|
||||
$MESS['CP_BSF_SHOW_HIDDEN'] = "Show hidden subscription categories";
|
||||
$MESS['CP_BSF_USE_PERSONALIZATION'] = "Check subscription for the current user";
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
<?
|
||||
$MESS['SUBSCR_MODULE_NOT_INSTALLED']="The Newsletter module is currently unavailable.";
|
||||
$MESS['SUBSCR_NO_RUBRIC_FOUND']="There is no newsletter category found.";
|
||||
?>
|
||||
<?php
|
||||
$MESS['SUBSCR_MODULE_NOT_INSTALLED'] = "The Newsletter module is currently unavailable.";
|
||||
$MESS['SUBSCR_NO_RUBRIC_FOUND'] = "There is no newsletter category found.";
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<?
|
||||
$MESS["SHOW_HIDDEN_TIP"] = "Specifies to display all active rubrics in the subscription editor. Hidden rubrics have the option <b>Show in public subscriptions</b> inactive.";
|
||||
$MESS["PAGE_TIP"] = "Specifies the path to the subscription editor page, relative to the site root (#SITE_DIR#). For example: <b>#SITE_DIR#about/subscr_edit.php</b>";
|
||||
$MESS["CACHE_TYPE_TIP"] = "<i>Auto</i>: the cache is valid during the time predefined in the cache settings;<br /><i>Cache</i>: always cache for the period specified in the next field;<br /><i>Do not cache</i>: no caching is performed.";
|
||||
$MESS["CACHE_TIME_TIP"] = "Specify here the period of time during which the cache is valid.";
|
||||
$MESS["USE_PERSONALIZATION_TIP"] = "Specifies to personalize current user's subscriptions.";
|
||||
?>
|
||||
<?php
|
||||
$MESS['SHOW_HIDDEN_TIP'] = "Specifies to display all active rubrics in the subscription editor. Hidden rubrics have the option <b>Show in public subscriptions</b> inactive.";
|
||||
$MESS['PAGE_TIP'] = "Specifies the path to the subscription editor page, relative to the site root (#SITE_DIR#). For example: <b>#SITE_DIR#about/subscr_edit.php</b>";
|
||||
$MESS['CACHE_TYPE_TIP'] = "<i>Auto</i>: the cache is valid during the time predefined in the cache settings;<br /><i>Cache</i>: always cache for the period specified in the next field;<br /><i>Do not cache</i>: no caching is performed.";
|
||||
$MESS['CACHE_TIME_TIP'] = "Specify here the period of time during which the cache is valid.";
|
||||
$MESS['USE_PERSONALIZATION_TIP'] = "Specifies to personalize current user's subscriptions.";
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$MESS['CD_BSF_DESCRIPTION'] = "Сайт дизайнына қосылатын жіберілім тізіміне жазылу нысаны.";
|
||||
$MESS['CD_BSF_NAME'] = "Жазылу нысаны";
|
||||
$MESS['CD_BSF_SERVICE'] = "Жіберілімдер";
|
||||
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$MESS['CP_BSF_PAGE'] = "Жазылымды редакциялау парақшасы (#SITE_DIR# макросы қолжетімді)";
|
||||
$MESS['CP_BSF_SHOW_HIDDEN'] = "Жазылымның жасырын санаттарын көрсету";
|
||||
$MESS['CP_BSF_USE_PERSONALIZATION'] = "Ағымдағы пайдаланушының жазылымын анықтау";
|
||||
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
$MESS['SUBSCR_MODULE_NOT_INSTALLED'] = "Жазылу модулі қазіргі уақытта қолжетімсіз.";
|
||||
$MESS['SUBSCR_NO_RUBRIC_FOUND'] = "Жазылу үшін айдарлар табылған жоқ.";
|
||||
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
$MESS['CACHE_TIME_TIP'] = "Өріс кэштеу уақытын секундпен көрсету үшін қызмет етеді.";
|
||||
$MESS['CACHE_TYPE_TIP'] = "<i>Авто</i>: кэштеу қосылған кезде белгілі бір уақыт ішінде әрекет етеді;<br /><i>Кэштеу</i>: кэштеу үшін тек кэштеу уақытын анықтау қажет;<br /><i>Кэштеуге болмайды</i>: кез келген жағдайда кэштеу жоқ.";
|
||||
$MESS['PAGE_TIP'] = "Бұл өрісте сайттың түбірінен (#SITE_DIR#) жазылымды редакциялау парақшасына жол көрсетіледі, мысалы, #SITE_DIR#about/subscr_edit.php.";
|
||||
$MESS['SHOW_HIDDEN_TIP'] = "Жасырын айдарлар деп баптауларында <i>Жария жіберілім тізімінде көрсету</i> опциясы алынып тасталған жіберілімдер түсініледі.";
|
||||
$MESS['USE_PERSONALIZATION_TIP'] = "Ағымдағы пайдаланушының жазылымын анықтау.";
|
||||
@@ -1,5 +1,4 @@
|
||||
<?
|
||||
$MESS ['CD_BSF_NAME'] = "Форма подписки";
|
||||
$MESS ['CD_BSF_DESCRIPTION'] = "Включаемая в дизайн сайта форма подписки на рассылки.";
|
||||
$MESS ['CD_BSF_SERVICE'] = "Рассылки";
|
||||
?>
|
||||
<?php
|
||||
$MESS['CD_BSF_NAME'] = "Форма подписки";
|
||||
$MESS['CD_BSF_DESCRIPTION'] = "Включаемая в дизайн сайта форма подписки на рассылки.";
|
||||
$MESS['CD_BSF_SERVICE'] = "Рассылки";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?
|
||||
$MESS ['CP_BSF_PAGE'] = "Страница редактирования подписки (доступен макрос #SITE_DIR#)";
|
||||
$MESS ['CP_BSF_SHOW_HIDDEN'] = "Показать скрытые рубрики подписки";
|
||||
$MESS ['CP_BSF_USE_PERSONALIZATION'] = "Определять подписку текущего пользователя";
|
||||
?>
|
||||
<?php
|
||||
$MESS['CP_BSF_PAGE'] = "Страница редактирования подписки (доступен макрос #SITE_DIR#)";
|
||||
$MESS['CP_BSF_SHOW_HIDDEN'] = "Показать скрытые рубрики подписки";
|
||||
$MESS['CP_BSF_USE_PERSONALIZATION'] = "Определять подписку текущего пользователя";
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
<?
|
||||
$MESS['SUBSCR_MODULE_NOT_INSTALLED']="Модуль подписки в настоящее время недоступен.";
|
||||
$MESS['SUBSCR_NO_RUBRIC_FOUND']="Не найдено рубрик для подписки.";
|
||||
?>
|
||||
<?php
|
||||
$MESS['SUBSCR_MODULE_NOT_INSTALLED'] = "Модуль подписки в настоящее время недоступен.";
|
||||
$MESS['SUBSCR_NO_RUBRIC_FOUND'] = "Не найдено рубрик для подписки.";
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<?
|
||||
$MESS["SHOW_HIDDEN_TIP"] = "Под скрытыми рубриками понимаются рассылки, в настройках которых снята опция <i>Выводить в списке публичных рассылок</i>.";
|
||||
$MESS["PAGE_TIP"] = "В данном поле указывается путь от корня сайта (#SITE_DIR#) к странице редактирования подписки, например, #SITE_DIR#about/subscr_edit.php";
|
||||
$MESS["CACHE_TYPE_TIP"] = "<i>Авто</i>: действует при включенном кешировании в течение заданного времени;<br /><i>Кешировать</i>: для кеширования необходимо только определить время кеширования;<br /><i>Не кешировать</i>: кеширования нет в любом случае.";
|
||||
$MESS["CACHE_TIME_TIP"] = "Поле служит для указания времени кеширования в секундах.";
|
||||
$MESS["USE_PERSONALIZATION_TIP"] = "Определять подписку текущего пользователя.";
|
||||
?>
|
||||
<?php
|
||||
$MESS['SHOW_HIDDEN_TIP'] = "Под скрытыми рубриками понимаются рассылки, в настройках которых снята опция <i>Выводить в списке публичных рассылок</i>.";
|
||||
$MESS['PAGE_TIP'] = "В данном поле указывается путь от корня сайта (#SITE_DIR#) к странице редактирования подписки, например, #SITE_DIR#about/subscr_edit.php";
|
||||
$MESS['CACHE_TYPE_TIP'] = "<i>Авто</i>: действует при включенном кешировании в течение заданного времени;<br /><i>Кешировать</i>: для кеширования необходимо только определить время кеширования;<br /><i>Не кешировать</i>: кеширования нет в любом случае.";
|
||||
$MESS['CACHE_TIME_TIP'] = "Поле служит для указания времени кеширования в секундах.";
|
||||
$MESS['USE_PERSONALIZATION_TIP'] = "Определять подписку текущего пользователя.";
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
<?
|
||||
$MESS ['subscr_form_email_title'] = "Enter your e-mail";
|
||||
$MESS ['subscr_form_button'] = "Subscribe";
|
||||
?>
|
||||
<?php
|
||||
$MESS['subscr_form_email_title'] = "Enter your e-mail";
|
||||
$MESS['subscr_form_button'] = "Subscribe";
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
$MESS['subscr_form_button'] = "Жазылу";
|
||||
$MESS['subscr_form_email_title'] = "Өз e-mail енгізіңіз";
|
||||
@@ -1,4 +1,3 @@
|
||||
<?
|
||||
$MESS ['subscr_form_email_title'] = "Введите ваш e-mail";
|
||||
$MESS ['subscr_form_button'] = "Подписаться";
|
||||
?>
|
||||
<?php
|
||||
$MESS['subscr_form_email_title'] = "Введите ваш e-mail";
|
||||
$MESS['subscr_form_button'] = "Подписаться";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?
|
||||
$MESS ['SUBSCR_SUBCRIBE_NAME'] = "Newsletter subscription page";
|
||||
$MESS ['SUBSCR_SUBCRIBE_DESC'] = "The page with newsletter categories and subscriptions forms.";
|
||||
$MESS ['SUBSCR_SERVICE'] = "Newsletter";
|
||||
?>
|
||||
<?php
|
||||
$MESS['SUBSCR_SUBCRIBE_NAME'] = "Newsletter subscription page";
|
||||
$MESS['SUBSCR_SUBCRIBE_DESC'] = "The page with newsletter categories and subscriptions forms.";
|
||||
$MESS['SUBSCR_SERVICE'] = "Newsletter";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?
|
||||
$MESS ['SUBSCR_FORM_PAGE'] = "Subscription edit page (#SITE_DIR# macro is available)";
|
||||
$MESS ['SUBSCR_SHOW_HIDDEN'] = "Show hidden subscription categories";
|
||||
$MESS ['SUBSCR_SHOW_COUNT'] = "Show number of subscribers";
|
||||
?>
|
||||
<?php
|
||||
$MESS['SUBSCR_FORM_PAGE'] = "Subscription edit page (#SITE_DIR# macro is available)";
|
||||
$MESS['SUBSCR_SHOW_HIDDEN'] = "Show hidden subscription categories";
|
||||
$MESS['SUBSCR_SHOW_COUNT'] = "Show number of subscribers";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?
|
||||
$MESS['SUBSCR_MODULE_NOT_INSTALLED']="The Newsletter module is currently unavailable.";
|
||||
$MESS['SUBSCR_NO_RUBRIC_FOUND']="There is no newsletter category found.";
|
||||
$MESS ['SUBSCR_PAGE_TITLE'] = "Newsletter";
|
||||
?>
|
||||
<?php
|
||||
$MESS['SUBSCR_MODULE_NOT_INSTALLED'] = "The Newsletter module is currently unavailable.";
|
||||
$MESS['SUBSCR_NO_RUBRIC_FOUND'] = "There is no newsletter category found.";
|
||||
$MESS['SUBSCR_PAGE_TITLE'] = "Newsletter";
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
<?
|
||||
$MESS["SHOW_COUNT_TIP"] = "Specifies to show the number of subscribers in the public section.";
|
||||
$MESS["SHOW_HIDDEN_TIP"] = "Specifies to display all active rubrics in the subscription editor.";
|
||||
$MESS["PAGE_TIP"] = "Specifies the subscription editor path (the default is: <b>#SITE_DIR#about/subscr_edit.php</b>)";
|
||||
$MESS["CACHE_TYPE_TIP"] = "<i>Auto</i>: the cache is valid during the time predefined in the cache settings;<br /><i>Cache</i>: always cache for the period specified in the next field;<br /><i>Do not cache</i>: no caching is performed.";
|
||||
$MESS["CACHE_TIME_TIP"] = "Specify here the period of time during which the cache is valid.";
|
||||
$MESS["SET_TITLE_TIP"] = "Check this option to set the page title to <b>Subscriptions</b>.";
|
||||
?>
|
||||
<?php
|
||||
$MESS['SHOW_COUNT_TIP'] = "Specifies to show the number of subscribers in the public section.";
|
||||
$MESS['SHOW_HIDDEN_TIP'] = "Specifies to display all active rubrics in the subscription editor.";
|
||||
$MESS['PAGE_TIP'] = "Specifies the subscription editor path (the default is: <b>#SITE_DIR#about/subscr_edit.php</b>)";
|
||||
$MESS['CACHE_TYPE_TIP'] = "<i>Auto</i>: the cache is valid during the time predefined in the cache settings;<br /><i>Cache</i>: always cache for the period specified in the next field;<br /><i>Do not cache</i>: no caching is performed.";
|
||||
$MESS['CACHE_TIME_TIP'] = "Specify here the period of time during which the cache is valid.";
|
||||
$MESS['SET_TITLE_TIP'] = "Check this option to set the page title to <b>Subscriptions</b>.";
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$MESS['SUBSCR_SERVICE'] = "Жіберілімдер";
|
||||
$MESS['SUBSCR_SUBCRIBE_DESC'] = "Жіберілім тізімдері мен жазылымды басқару нысандары бар парақша.";
|
||||
$MESS['SUBSCR_SUBCRIBE_NAME'] = "Жіберілім парақшасы";
|
||||
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$MESS['SUBSCR_FORM_PAGE'] = "Жазылымды редакциялау парақшасы (#SITE_DIR# макросы қолжетімді)";
|
||||
$MESS['SUBSCR_SHOW_COUNT'] = "Жазылушылар санын көрсету";
|
||||
$MESS['SUBSCR_SHOW_HIDDEN'] = "Жазылымның жасырын санаттарын көрсету";
|
||||
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$MESS['SUBSCR_MODULE_NOT_INSTALLED'] = "Жазылу модулі қазіргі уақытта қолжетімсіз.";
|
||||
$MESS['SUBSCR_NO_RUBRIC_FOUND'] = "Жазылу үшін айдарлар табылған жоқ.";
|
||||
$MESS['SUBSCR_PAGE_TITLE'] = "Жіберілімдер";
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$MESS['CACHE_TIME_TIP'] = "Өріс кэштеу уақытын секундпен көрсету үшін қызмет етеді.";
|
||||
$MESS['CACHE_TYPE_TIP'] = "<i>Авто</i>: кэштеу қосылған кезде белгілі бір уақыт ішінде әрекет етеді;<br /><i>Кэштеу</i>: кэштеу үшін тек кэштеу уақытын анықтау қажет;<br /><i>Кэштеуге болмайды</i>: кез келген жағдайда кэштеу жоқ.";
|
||||
$MESS['PAGE_TIP'] = "Бұл өрісте жазылымды редакциялау парақшасына жол көрсетіледі (әдепкі бойынша #SITE_DIR#about/subscr_edit.php)";
|
||||
$MESS['SET_TITLE_TIP'] = "Опция орнатылғанда парақша тақырыпаты \"Жіберілімдер\" болады.";
|
||||
$MESS['SHOW_COUNT_TIP'] = "Опция орнатылғанда жария бөлігінде ұсынылған жіберілімге жазылушылар саны көрсетіледі. ";
|
||||
$MESS['SHOW_HIDDEN_TIP'] = "Орнатылған опциямен жіберілім тізімінде барлық белсенді жіберілімдер көрсетіледі.";
|
||||
@@ -1,5 +1,4 @@
|
||||
<?
|
||||
$MESS ['SUBSCR_SUBCRIBE_NAME'] = "Страница рассылок";
|
||||
$MESS ['SUBSCR_SUBCRIBE_DESC'] = "Страница со списком рассылок и формами управления подпиской.";
|
||||
$MESS ['SUBSCR_SERVICE'] = "Рассылки";
|
||||
?>
|
||||
<?php
|
||||
$MESS['SUBSCR_SUBCRIBE_NAME'] = "Страница рассылок";
|
||||
$MESS['SUBSCR_SUBCRIBE_DESC'] = "Страница со списком рассылок и формами управления подпиской.";
|
||||
$MESS['SUBSCR_SERVICE'] = "Рассылки";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?
|
||||
$MESS ['SUBSCR_FORM_PAGE'] = "Страница редактирования подписки (доступен макрос #SITE_DIR#)";
|
||||
$MESS ['SUBSCR_SHOW_HIDDEN'] = "Показать скрытые рубрики подписки";
|
||||
$MESS ['SUBSCR_SHOW_COUNT'] = "Показывать количество подписчиков";
|
||||
?>
|
||||
<?php
|
||||
$MESS['SUBSCR_FORM_PAGE'] = "Страница редактирования подписки (доступен макрос #SITE_DIR#)";
|
||||
$MESS['SUBSCR_SHOW_HIDDEN'] = "Показать скрытые рубрики подписки";
|
||||
$MESS['SUBSCR_SHOW_COUNT'] = "Показывать количество подписчиков";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?
|
||||
$MESS['SUBSCR_MODULE_NOT_INSTALLED']="Модуль подписки в настоящее время недоступен.";
|
||||
$MESS['SUBSCR_NO_RUBRIC_FOUND']="Не найдено рубрик для подписки.";
|
||||
$MESS['SUBSCR_PAGE_TITLE']="Рассылки";
|
||||
?>
|
||||
<?php
|
||||
$MESS['SUBSCR_MODULE_NOT_INSTALLED'] = "Модуль подписки в настоящее время недоступен.";
|
||||
$MESS['SUBSCR_NO_RUBRIC_FOUND'] = "Не найдено рубрик для подписки.";
|
||||
$MESS['SUBSCR_PAGE_TITLE'] = "Рассылки";
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
<?
|
||||
$MESS["SHOW_COUNT_TIP"] = "При установленной опции в публичной части будет выведено количество подписчиков на представленные рассылки. ";
|
||||
$MESS["SHOW_HIDDEN_TIP"] = "При установленной опции в списке рассылок будут выведены все активные рассылки.";
|
||||
$MESS["PAGE_TIP"] = "В данном поле указывается путь к странице редактирования подписки (по умолчанию #SITE_DIR#about/subscr_edit.php)";
|
||||
$MESS["CACHE_TYPE_TIP"] = "<i>Авто</i>: действует при включенном кешировании в течение заданного времени;<br /><i>Кешировать</i>: для кеширования необходимо только определить время кеширования;<br /><i>Не кешировать</i>: кеширования нет в любом случае.";
|
||||
$MESS["CACHE_TIME_TIP"] = "Поле служит для указания времени кеширования в секундах.";
|
||||
$MESS["SET_TITLE_TIP"] = "При установленной опции заголовком страницы будет \"Рассылки\".";
|
||||
?>
|
||||
<?php
|
||||
$MESS['SHOW_COUNT_TIP'] = "При установленной опции в публичной части будет выведено количество подписчиков на представленные рассылки. ";
|
||||
$MESS['SHOW_HIDDEN_TIP'] = "При установленной опции в списке рассылок будут выведены все активные рассылки.";
|
||||
$MESS['PAGE_TIP'] = "В данном поле указывается путь к странице редактирования подписки (по умолчанию #SITE_DIR#about/subscr_edit.php)";
|
||||
$MESS['CACHE_TYPE_TIP'] = "<i>Авто</i>: действует при включенном кешировании в течение заданного времени;<br /><i>Кешировать</i>: для кеширования необходимо только определить время кеширования;<br /><i>Не кешировать</i>: кеширования нет в любом случае.";
|
||||
$MESS['CACHE_TIME_TIP'] = "Поле служит для указания времени кеширования в секундах.";
|
||||
$MESS['SET_TITLE_TIP'] = "При установленной опции заголовком страницы будет \"Рассылки\".";
|
||||
|
||||
@@ -1,23 +1,22 @@
|
||||
<?
|
||||
$MESS ['SUBSCR_NEW_TITLE'] = "New subscriber address";
|
||||
$MESS ['SUBSCR_NEW_NOTE'] = "Here you can subscribe to the newssletters from our site.
|
||||
<?php
|
||||
$MESS['SUBSCR_NEW_TITLE'] = "New subscriber address";
|
||||
$MESS['SUBSCR_NEW_NOTE'] = "Here you can subscribe to the newssletters from our site.
|
||||
Choose subscription categories, enter your e-mail and click the <i>Subscribe</i> button. ";
|
||||
$MESS ['SUBSCR_NAME'] = "Newsletter category";
|
||||
$MESS ['SUBSCR_DESC'] = "Description";
|
||||
$MESS ['SUBSCR_CNT'] = "Subscribers";
|
||||
$MESS ['SUBSCR_ADDR'] = "e-mail";
|
||||
$MESS ['SUBSCR_EMAIL_TITLE'] = "Enter your email";
|
||||
$MESS ['SUBSCR_BUTTON'] = "Subscribe";
|
||||
$MESS ['SUBSCR_EDIT_TITLE'] = "Modify settings";
|
||||
$MESS ['SUBSCR_PASS_TITLE'] = "If you forgot your password ";
|
||||
$MESS ['SUBSCR_UNSUBSCRIBE_TITLE'] = "Unsubscribe";
|
||||
$MESS ['SUBSCR_EDIT_NOTE'] = "If you are already subscribed to our newsletters you can modify your settings - just enter your e-mail and password if needed.";
|
||||
$MESS ['SUBSCR_EDIT_PASS'] = "password";
|
||||
$MESS ['SUBSCR_EDIT_PASS_TITLE'] = "Enter password (confirmation code)";
|
||||
$MESS ['SUBSCR_EDIT_PASS_ENTERED'] = "password entered";
|
||||
$MESS ['SUBSCR_EDIT_BUTTON'] = "Enter";
|
||||
$MESS ['SUBSCR_PASS_NOTE'] = "Enter e-mail which you use for receiving our newsletters and password will be immediately sent to you.";
|
||||
$MESS ['SUBSCR_PASS_BUTTON'] = "Send";
|
||||
$MESS ['SUBSCR_UNSUBSCRIBE_NOTE'] = "If you want to unsubscribe, go to subscription settings and click the <i>Unsubscribe</i>.";
|
||||
$MESS ['SUBSCR_NOTE'] = "For unregistered subscribers the confirmation code will be used as password. Registered users can use their passwords specified while registering.";
|
||||
?>
|
||||
$MESS['SUBSCR_NAME'] = "Newsletter category";
|
||||
$MESS['SUBSCR_DESC'] = "Description";
|
||||
$MESS['SUBSCR_CNT'] = "Subscribers";
|
||||
$MESS['SUBSCR_ADDR'] = "e-mail";
|
||||
$MESS['SUBSCR_EMAIL_TITLE'] = "Enter your email";
|
||||
$MESS['SUBSCR_BUTTON'] = "Subscribe";
|
||||
$MESS['SUBSCR_EDIT_TITLE'] = "Modify settings";
|
||||
$MESS['SUBSCR_PASS_TITLE'] = "If you forgot your password ";
|
||||
$MESS['SUBSCR_UNSUBSCRIBE_TITLE'] = "Unsubscribe";
|
||||
$MESS['SUBSCR_EDIT_NOTE'] = "If you are already subscribed to our newsletters you can modify your settings - just enter your e-mail and password if needed.";
|
||||
$MESS['SUBSCR_EDIT_PASS'] = "password";
|
||||
$MESS['SUBSCR_EDIT_PASS_TITLE'] = "Enter password (confirmation code)";
|
||||
$MESS['SUBSCR_EDIT_PASS_ENTERED'] = "password entered";
|
||||
$MESS['SUBSCR_EDIT_BUTTON'] = "Enter";
|
||||
$MESS['SUBSCR_PASS_NOTE'] = "Enter e-mail which you use for receiving our newsletters and password will be immediately sent to you.";
|
||||
$MESS['SUBSCR_PASS_BUTTON'] = "Send";
|
||||
$MESS['SUBSCR_UNSUBSCRIBE_NOTE'] = "If you want to unsubscribe, go to subscription settings and click the <i>Unsubscribe</i>.";
|
||||
$MESS['SUBSCR_NOTE'] = "For unregistered subscribers the confirmation code will be used as password. Registered users can use their passwords specified while registering.";
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
$MESS['SUBSCR_ADDR'] = "e-mail";
|
||||
$MESS['SUBSCR_BUTTON'] = "Жазылу";
|
||||
$MESS['SUBSCR_CNT'] = "Жазылушылар";
|
||||
$MESS['SUBSCR_DESC'] = "Сипаттама";
|
||||
$MESS['SUBSCR_EDIT_BUTTON'] = "Кіру";
|
||||
$MESS['SUBSCR_EDIT_NOTE'] = "Біздің жіберілімге жазылғандар өздерінің баптауларын өзгерте алады - электрондық поштаңызды және қажет болса, құпиясөзіңізді енгізіңіз.";
|
||||
$MESS['SUBSCR_EDIT_PASS'] = "құпиясөз";
|
||||
$MESS['SUBSCR_EDIT_PASS_ENTERED'] = "құпиясөз енгізілді";
|
||||
$MESS['SUBSCR_EDIT_PASS_TITLE'] = "Құпиясөзді енгізіңіз (растау коды)";
|
||||
$MESS['SUBSCR_EDIT_TITLE'] = "Баптауларды өзгерту";
|
||||
$MESS['SUBSCR_EMAIL_TITLE'] = "Өз e-mail енгізіңіз";
|
||||
$MESS['SUBSCR_NAME'] = "Жазылым айдары";
|
||||
$MESS['SUBSCR_NEW_NOTE'] = "Мұнда сіз біздің сайттың жіберілімдеріне жазыла аласыз. Жазылым айдарларын таңдаңыз, электрондық поштаңызды енгізіңіз және <i>Жазылу</i> батырмасын басыңыз.";
|
||||
$MESS['SUBSCR_NEW_TITLE'] = "Жаңа жазылым мекенжайы";
|
||||
$MESS['SUBSCR_NOTE'] = "Тіркелмеген жазылушылар үшін құпиясөз жазылымды растау коды болып табылады. Тіркелген пайдаланушылар тіркелу кезінде орнатылған құпиясөзін пайдалана алады.";
|
||||
$MESS['SUBSCR_PASS_BUTTON'] = "Жіберу";
|
||||
$MESS['SUBSCR_PASS_NOTE'] = "Біздің жіберілімді алатын электрондық поштаңызды енгізіңіз, және құпиясөз сол мекенжайға жіберіледі.";
|
||||
$MESS['SUBSCR_PASS_TITLE'] = "Егер сіз құпиясөзді ұмытып қалсаңыз";
|
||||
$MESS['SUBSCR_UNSUBSCRIBE_NOTE'] = "Егер сіз жазылымнан бас тартқыңыз келсе, жазылым параметрлерін өзгерту режиміне кіріп, <i>Жазылымнан бас тарту</i> батырмасын басыңыз.";
|
||||
$MESS['SUBSCR_UNSUBSCRIBE_TITLE'] = "Жазылымнан бас тарту";
|
||||
@@ -1,22 +1,21 @@
|
||||
<?
|
||||
$MESS ['SUBSCR_NEW_TITLE'] = "Новый адрес подписки";
|
||||
$MESS ['SUBSCR_NEW_NOTE'] = "Здесь вы можете подписаться на рассылки нашего сайта. Выберите рубрики подписки, введите ваш e-mail и нажмите на кнопку <i>Подписаться</i>.";
|
||||
$MESS ['SUBSCR_NAME'] = "Рубрика подписки";
|
||||
$MESS ['SUBSCR_DESC'] = "Описание";
|
||||
$MESS ['SUBSCR_CNT'] = "Подписчиков";
|
||||
$MESS ['SUBSCR_ADDR'] = "e-mail";
|
||||
$MESS ['SUBSCR_EMAIL_TITLE'] = "Введите ваш e-mail";
|
||||
$MESS ['SUBSCR_BUTTON'] = "Подписаться";
|
||||
$MESS ['SUBSCR_EDIT_TITLE'] = "Изменить настройки";
|
||||
$MESS ['SUBSCR_PASS_TITLE'] = "Если вы забыли пароль";
|
||||
$MESS ['SUBSCR_UNSUBSCRIBE_TITLE'] = "Отписаться";
|
||||
$MESS ['SUBSCR_EDIT_NOTE'] = "Те, кто уже подписан на нашу рассылку, могут изменить свои настройки - введите ваш e-mail и, если необходимо, пароль.";
|
||||
$MESS ['SUBSCR_EDIT_PASS'] = "пароль";
|
||||
$MESS ['SUBSCR_EDIT_PASS_TITLE'] = "Введите пароль (код подтверждения)";
|
||||
$MESS ['SUBSCR_EDIT_PASS_ENTERED'] = "пароль введен";
|
||||
$MESS ['SUBSCR_EDIT_BUTTON'] = "Войти";
|
||||
$MESS ['SUBSCR_PASS_NOTE'] = "Введите e-mail, на который вы получаете нашу рассылку, и пароль будет вам выслан на этот адрес.";
|
||||
$MESS ['SUBSCR_PASS_BUTTON'] = "Выслать";
|
||||
$MESS ['SUBSCR_UNSUBSCRIBE_NOTE'] = "Если вы хотите отказаться от подписки, войдите в режим изменения настроек подписки и нажмите на кнопку <i>Отписаться</i>.";
|
||||
$MESS ['SUBSCR_NOTE'] = "Для незарегистрированных подписчиков паролем является код подтверждения подписки. Зарегистрированные пользователи могут использовать свой пароль, заданный при регистрации.";
|
||||
?>
|
||||
<?php
|
||||
$MESS['SUBSCR_NEW_TITLE'] = "Новый адрес подписки";
|
||||
$MESS['SUBSCR_NEW_NOTE'] = "Здесь вы можете подписаться на рассылки нашего сайта. Выберите рубрики подписки, введите ваш e-mail и нажмите на кнопку <i>Подписаться</i>.";
|
||||
$MESS['SUBSCR_NAME'] = "Рубрика подписки";
|
||||
$MESS['SUBSCR_DESC'] = "Описание";
|
||||
$MESS['SUBSCR_CNT'] = "Подписчиков";
|
||||
$MESS['SUBSCR_ADDR'] = "e-mail";
|
||||
$MESS['SUBSCR_EMAIL_TITLE'] = "Введите ваш e-mail";
|
||||
$MESS['SUBSCR_BUTTON'] = "Подписаться";
|
||||
$MESS['SUBSCR_EDIT_TITLE'] = "Изменить настройки";
|
||||
$MESS['SUBSCR_PASS_TITLE'] = "Если вы забыли пароль";
|
||||
$MESS['SUBSCR_UNSUBSCRIBE_TITLE'] = "Отписаться";
|
||||
$MESS['SUBSCR_EDIT_NOTE'] = "Те, кто уже подписан на нашу рассылку, могут изменить свои настройки - введите ваш e-mail и, если необходимо, пароль.";
|
||||
$MESS['SUBSCR_EDIT_PASS'] = "пароль";
|
||||
$MESS['SUBSCR_EDIT_PASS_TITLE'] = "Введите пароль (код подтверждения)";
|
||||
$MESS['SUBSCR_EDIT_PASS_ENTERED'] = "пароль введен";
|
||||
$MESS['SUBSCR_EDIT_BUTTON'] = "Войти";
|
||||
$MESS['SUBSCR_PASS_NOTE'] = "Введите e-mail, на который вы получаете нашу рассылку, и пароль будет вам выслан на этот адрес.";
|
||||
$MESS['SUBSCR_PASS_BUTTON'] = "Выслать";
|
||||
$MESS['SUBSCR_UNSUBSCRIBE_NOTE'] = "Если вы хотите отказаться от подписки, войдите в режим изменения настроек подписки и нажмите на кнопку <i>Отписаться</i>.";
|
||||
$MESS['SUBSCR_NOTE'] = "Для незарегистрированных подписчиков паролем является код подтверждения подписки. Зарегистрированные пользователи могут использовать свой пароль, заданный при регистрации.";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?
|
||||
$MESS ['CD_BSN_NAME'] = "List of news";
|
||||
$MESS ['CD_BSN_DESCRIPTION'] = "List of news of one or more information blocks for newsletter issue.";
|
||||
$MESS ['CD_BSN_SERVICE'] = "Newsletter";
|
||||
?>
|
||||
<?php
|
||||
$MESS['CD_BSN_NAME'] = "List of news";
|
||||
$MESS['CD_BSN_DESCRIPTION'] = "List of news of one or more information blocks for newsletter issue.";
|
||||
$MESS['CD_BSN_SERVICE'] = "Newsletter";
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
<?
|
||||
$MESS ['CP_BSN_ORDER_ASC'] = "Ascending";
|
||||
$MESS ['CP_BSN_ORDER_DESC'] = "Descending";
|
||||
$MESS ['CP_BSN_ACTIVE_FROM'] = "Activation date";
|
||||
$MESS ['CP_BSN_SORT'] = "Sorting";
|
||||
$MESS ['CP_BSN_SITE_ID'] = "Site";
|
||||
$MESS ['CP_BSN_IBLOCK_TYPE'] = "Type of information block";
|
||||
$MESS ['CP_BSN_ID'] = "Information block code";
|
||||
$MESS ['CP_BSN_SORT_BY'] = "Field for the section sorting";
|
||||
$MESS ['CP_BSN_SORT_ORDER'] = "Direction for the section sorting";
|
||||
?>
|
||||
<?php
|
||||
$MESS['CP_BSN_ORDER_ASC'] = "Ascending";
|
||||
$MESS['CP_BSN_ORDER_DESC'] = "Descending";
|
||||
$MESS['CP_BSN_ACTIVE_FROM'] = "Activation date";
|
||||
$MESS['CP_BSN_SORT'] = "Sorting";
|
||||
$MESS['CP_BSN_SITE_ID'] = "Site";
|
||||
$MESS['CP_BSN_IBLOCK_TYPE'] = "Type of information block";
|
||||
$MESS['CP_BSN_ID'] = "Information block code";
|
||||
$MESS['CP_BSN_SORT_BY'] = "Field for the section sorting";
|
||||
$MESS['CP_BSN_SORT_ORDER'] = "Direction for the section sorting";
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<?
|
||||
$MESS ['SORT_BY_TIP'] = "Select here the field by which the news items are to be sorted. ";
|
||||
$MESS ['SORT_ORDER_TIP'] = "Ascending or descending.";
|
||||
$MESS ['SITE_ID_TIP'] = "Select here the site whose information blocks will be used to create newsletters.";
|
||||
$MESS ['IBLOCK_TYPE_TIP'] = "Select here the required information block type.";
|
||||
$MESS ['ID_TIP'] = "Select the information block whose news will be used in newsletters. If all news of all information blocks are required, select <b>all</b>.";
|
||||
?>
|
||||
<?php
|
||||
$MESS['SORT_BY_TIP'] = "Select here the field by which the news items are to be sorted. ";
|
||||
$MESS['SORT_ORDER_TIP'] = "Ascending or descending.";
|
||||
$MESS['SITE_ID_TIP'] = "Select here the site whose information blocks will be used to create newsletters.";
|
||||
$MESS['IBLOCK_TYPE_TIP'] = "Select here the required information block type.";
|
||||
$MESS['ID_TIP'] = "Select the information block whose news will be used in newsletters. If all news of all information blocks are required, select <b>all</b>.";
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$MESS['CD_BSN_DESCRIPTION'] = "Бір немесе бірнеше ақпараттық блоктардан жаңалықтар тізімі тарату үшін қалыптастыру.";
|
||||
$MESS['CD_BSN_NAME'] = "Жаңалықтар тізімі";
|
||||
$MESS['CD_BSN_SERVICE'] = "Жіберілімдер";
|
||||
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
$MESS['CP_BSN_ACTIVE_FROM'] = "Белсенділіктің басталу күні";
|
||||
$MESS['CP_BSN_IBLOCK_TYPE'] = "Ақпараттық блок түрі";
|
||||
$MESS['CP_BSN_ID'] = "Ақпараттық блок коды";
|
||||
$MESS['CP_BSN_ORDER_ASC'] = "Өсу бойынша";
|
||||
$MESS['CP_BSN_ORDER_DESC'] = "Кему бойынша";
|
||||
$MESS['CP_BSN_SITE_ID'] = "Сайт";
|
||||
$MESS['CP_BSN_SORT'] = "Сұрыптау";
|
||||
$MESS['CP_BSN_SORT_BY'] = "Жаңалықтарды сұрыптау өрісі";
|
||||
$MESS['CP_BSN_SORT_ORDER'] = "Жаңалықтарды сұрыптау бағыты";
|
||||
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
$MESS['IBLOCK_TYPE_TIP'] = "Ақпараттық блоктың түрін көрсетіңіз.";
|
||||
$MESS['ID_TIP'] = "Ақпараттық блокты таңдаңыз, оның жаңалықтар тізімі жіберілім тізімін қалыптастыруға қатысады. Егер көрсетілген типтегі барлық ақпараттық блоктардың жаңалықтары қажет болса, онда \"барлығы\" тармағын таңдаңыз.";
|
||||
$MESS['SITE_ID_TIP'] = "Сайтты таңдаңыз, оның ақпараттық блоктары жіберілім тізімін қалыптастыруға қатысады.";
|
||||
$MESS['SORT_BY_TIP'] = "Жаңалықтар тізімінде сұрыптау орындалатын өрісті көрсетіңіз.";
|
||||
$MESS['SORT_ORDER_TIP'] = "Өсу ретімен немесе кему ретімен.";
|
||||
@@ -1,5 +1,4 @@
|
||||
<?
|
||||
$MESS ['CD_BSN_NAME'] = "Список новостей";
|
||||
$MESS ['CD_BSN_DESCRIPTION'] = "Список новостей из одного или нескольких информационных блоков для формирования рассылки.";
|
||||
$MESS ['CD_BSN_SERVICE'] = "Рассылки";
|
||||
?>
|
||||
<?php
|
||||
$MESS['CD_BSN_NAME'] = "Список новостей";
|
||||
$MESS['CD_BSN_DESCRIPTION'] = "Список новостей из одного или нескольких информационных блоков для формирования рассылки.";
|
||||
$MESS['CD_BSN_SERVICE'] = "Рассылки";
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
<?
|
||||
$MESS ['CP_BSN_ORDER_ASC'] = "По возрастанию";
|
||||
$MESS ['CP_BSN_ORDER_DESC'] = "По убыванию";
|
||||
$MESS ['CP_BSN_ACTIVE_FROM'] = "Дата начала активности";
|
||||
$MESS ['CP_BSN_SORT'] = "Сортировка";
|
||||
$MESS ['CP_BSN_SITE_ID'] = "Сайт";
|
||||
$MESS ['CP_BSN_IBLOCK_TYPE'] = "Тип информационного блока";
|
||||
$MESS ['CP_BSN_ID'] = "Код информационного блока";
|
||||
$MESS ['CP_BSN_SORT_BY'] = "Поле для сортировки новостей";
|
||||
$MESS ['CP_BSN_SORT_ORDER'] = "Направление сортировки новостей";
|
||||
?>
|
||||
<?php
|
||||
$MESS['CP_BSN_ORDER_ASC'] = "По возрастанию";
|
||||
$MESS['CP_BSN_ORDER_DESC'] = "По убыванию";
|
||||
$MESS['CP_BSN_ACTIVE_FROM'] = "Дата начала активности";
|
||||
$MESS['CP_BSN_SORT'] = "Сортировка";
|
||||
$MESS['CP_BSN_SITE_ID'] = "Сайт";
|
||||
$MESS['CP_BSN_IBLOCK_TYPE'] = "Тип информационного блока";
|
||||
$MESS['CP_BSN_ID'] = "Код информационного блока";
|
||||
$MESS['CP_BSN_SORT_BY'] = "Поле для сортировки новостей";
|
||||
$MESS['CP_BSN_SORT_ORDER'] = "Направление сортировки новостей";
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<?
|
||||
$MESS ['SITE_ID_TIP'] = "Выберите сайт, инфоблоки которого будут участвовать в формировании рассылки.";
|
||||
$MESS ['IBLOCK_TYPE_TIP'] = "Укажите тип информационного блока.";
|
||||
$MESS ['ID_TIP'] = "Выберите инфоблок, список новостей которого будет участвовать в формировании рассылки. Если необходимы новости всех инфоблоков указанного типа, то выберите пункт \"все\".";
|
||||
$MESS ['SORT_BY_TIP'] = "Укажите поле, по которому будет выполнена сортировка новостей в списке.";
|
||||
$MESS ['SORT_ORDER_TIP'] = "По возрастанию либо по убыванию.";
|
||||
?>
|
||||
<?php
|
||||
$MESS['SITE_ID_TIP'] = "Выберите сайт, инфоблоки которого будут участвовать в формировании рассылки.";
|
||||
$MESS['IBLOCK_TYPE_TIP'] = "Укажите тип информационного блока.";
|
||||
$MESS['ID_TIP'] = "Выберите инфоблок, список новостей которого будет участвовать в формировании рассылки. Если необходимы новости всех инфоблоков указанного типа, то выберите пункт \"все\".";
|
||||
$MESS['SORT_BY_TIP'] = "Укажите поле, по которому будет выполнена сортировка новостей в списке.";
|
||||
$MESS['SORT_ORDER_TIP'] = "По возрастанию либо по убыванию.";
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?
|
||||
$MESS["CD_BSS_NAME"] = "Simplified subscription form";
|
||||
$MESS["CD_BSS_DESCRIPTION"] = "Simple Subscription Management component.";
|
||||
$MESS["CD_BSS_SERVICE"] = "Newsletter";
|
||||
?>
|
||||
<?php
|
||||
$MESS['CD_BSS_NAME'] = "Simplified subscription form";
|
||||
$MESS['CD_BSS_DESCRIPTION'] = "Simple Subscription Management component.";
|
||||
$MESS['CD_BSS_SERVICE'] = "Newsletter";
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
<?
|
||||
$MESS ['CP_BSS_SHOW_HIDDEN'] = "Show hidden subscription categories";
|
||||
?>
|
||||
<?php
|
||||
$MESS['CP_BSS_SHOW_HIDDEN'] = "Show hidden subscription categories";
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<?
|
||||
$MESS ['CC_BSS_MODULE_NOT_INSTALLED'] = "The Newsletter module is currently unavailable.";
|
||||
$MESS ['CC_BSS_NOT_AUTHORIZED'] = "You are not authorized. Please authorize to manage your subscription settings. ";
|
||||
$MESS ['CC_BSS_DELETE_ERROR'] = "Error occurred while deleting subscription. Please contact administrator.";
|
||||
$MESS ['CC_BSS_UPDATE_SUCCESS'] = "Subscription was successfully changed.";
|
||||
$MESS ['CC_BSS_TITLE'] = "Subscription categories";
|
||||
?>
|
||||
<?php
|
||||
$MESS['CC_BSS_MODULE_NOT_INSTALLED'] = "The Newsletter module is currently unavailable.";
|
||||
$MESS['CC_BSS_NOT_AUTHORIZED'] = "You are not authorized. Please authorize to manage your subscription settings. ";
|
||||
$MESS['CC_BSS_DELETE_ERROR'] = "Error occurred while deleting subscription. Please contact administrator.";
|
||||
$MESS['CC_BSS_UPDATE_SUCCESS'] = "Subscription was successfully changed.";
|
||||
$MESS['CC_BSS_TITLE'] = "Subscription categories";
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$MESS['CD_BSS_DESCRIPTION'] = "Жазылымды басқаруға арналған жеңілдетілген компонент";
|
||||
$MESS['CD_BSS_NAME'] = "Жазылымды жеңілдетілген редакциялау";
|
||||
$MESS['CD_BSS_SERVICE'] = "Жіберілімдер";
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$MESS['CP_BSS_SHOW_HIDDEN'] = "Жазылымның жасырын санаттарын көрсету";
|
||||
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
$MESS['CC_BSS_DELETE_ERROR'] = "Жазылымды жою кезінде қате орын алды. Әкімшіге хабарласыңыз.";
|
||||
$MESS['CC_BSS_MODULE_NOT_INSTALLED'] = "Жазылу модулі қазіргі уақытта қолжетімсіз.";
|
||||
$MESS['CC_BSS_NOT_AUTHORIZED'] = "Сіз авторланбағансыз. Жазылымдарды басқару тек тіркелген және авторланған пайдаланушылар үшін мүмкін.";
|
||||
$MESS['CC_BSS_TITLE'] = "Жазылым";
|
||||
$MESS['CC_BSS_UPDATE_SUCCESS'] = "Жазылым сәтті өзгертілді.";
|
||||
@@ -1,5 +1,4 @@
|
||||
<?
|
||||
$MESS["CD_BSS_NAME"] = "Упрощенное редактирование подписки";
|
||||
$MESS["CD_BSS_DESCRIPTION"] = "Упрощенный компонент для управления подпиской.";
|
||||
$MESS["CD_BSS_SERVICE"] = "Рассылки";
|
||||
?>
|
||||
<?php
|
||||
$MESS['CD_BSS_NAME'] = "Упрощенное редактирование подписки";
|
||||
$MESS['CD_BSS_DESCRIPTION'] = "Упрощенный компонент для управления подпиской.";
|
||||
$MESS['CD_BSS_SERVICE'] = "Рассылки";
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
<?
|
||||
$MESS ['CP_BSS_SHOW_HIDDEN'] = "Показать скрытые рубрики подписки";
|
||||
?>
|
||||
<?php
|
||||
$MESS['CP_BSS_SHOW_HIDDEN'] = "Показать скрытые рубрики подписки";
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<?
|
||||
$MESS ['CC_BSS_MODULE_NOT_INSTALLED'] = "Модуль подписки в настоящее время недоступен.";
|
||||
$MESS ['CC_BSS_NOT_AUTHORIZED'] = "Вы не авторизованы. Управление подписками возможно только для зарегистрированных и авторизованных пользователей.";
|
||||
$MESS ['CC_BSS_DELETE_ERROR'] = "Во время удаления подписки произошла ошибка. Обратитесь к администратору.";
|
||||
$MESS ['CC_BSS_UPDATE_SUCCESS'] = "Подписка успешно изменена.";
|
||||
$MESS ['CC_BSS_TITLE'] = "Подписка";
|
||||
?>
|
||||
<?php
|
||||
$MESS['CC_BSS_MODULE_NOT_INSTALLED'] = "Модуль подписки в настоящее время недоступен.";
|
||||
$MESS['CC_BSS_NOT_AUTHORIZED'] = "Вы не авторизованы. Управление подписками возможно только для зарегистрированных и авторизованных пользователей.";
|
||||
$MESS['CC_BSS_DELETE_ERROR'] = "Во время удаления подписки произошла ошибка. Обратитесь к администратору.";
|
||||
$MESS['CC_BSS_UPDATE_SUCCESS'] = "Подписка успешно изменена.";
|
||||
$MESS['CC_BSS_TITLE'] = "Подписка";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<?
|
||||
$MESS ['CT_BSS_NO_RUBRICS_FOUND'] = "There is no newsletter category found.";
|
||||
$MESS ['CT_BSS_TEXT'] = "Text";
|
||||
$MESS ['CT_BSS_HTML'] = "HTML";
|
||||
$MESS ['CT_BSS_FORM_BUTTON'] = "Subscribe";
|
||||
?>
|
||||
<?php
|
||||
$MESS['CT_BSS_NO_RUBRICS_FOUND'] = "There is no newsletter category found.";
|
||||
$MESS['CT_BSS_TEXT'] = "Text";
|
||||
$MESS['CT_BSS_HTML'] = "HTML";
|
||||
$MESS['CT_BSS_FORM_BUTTON'] = "Subscribe";
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
$MESS['CT_BSS_FORM_BUTTON'] = "Жазылу";
|
||||
$MESS['CT_BSS_HTML'] = "HTML";
|
||||
$MESS['CT_BSS_NO_RUBRICS_FOUND'] = "Бірде-бір жазылым айдары табылған жоқ.";
|
||||
$MESS['CT_BSS_TEXT'] = "Мәтін";
|
||||
@@ -1,6 +1,5 @@
|
||||
<?
|
||||
$MESS ['CT_BSS_NO_RUBRICS_FOUND'] = "Не найдено ни одной рубрики подписки.";
|
||||
$MESS ['CT_BSS_TEXT'] = "Текст";
|
||||
$MESS ['CT_BSS_HTML'] = "HTML";
|
||||
$MESS ['CT_BSS_FORM_BUTTON'] = "Подписаться";
|
||||
?>
|
||||
<?php
|
||||
$MESS['CT_BSS_NO_RUBRICS_FOUND'] = "Не найдено ни одной рубрики подписки.";
|
||||
$MESS['CT_BSS_TEXT'] = "Текст";
|
||||
$MESS['CT_BSS_HTML'] = "HTML";
|
||||
$MESS['CT_BSS_FORM_BUTTON'] = "Подписаться";
|
||||
|
||||
@@ -42,7 +42,7 @@ class subscribe extends CModule
|
||||
$this->errors = false;
|
||||
|
||||
// Database tables creation
|
||||
if (!$DB->Query("SELECT 'x' FROM b_list_rubric WHERE 1=0", true))
|
||||
if (!$DB->TableExists('b_list_rubric'))
|
||||
{
|
||||
$this->errors = $DB->RunSQLBatch($_SERVER['DOCUMENT_ROOT'] . '/bitrix/modules/subscribe/install/db/' . $connection->getType() . '/install.sql');
|
||||
}
|
||||
@@ -141,12 +141,9 @@ class subscribe extends CModule
|
||||
|
||||
public function InstallFiles($arParams = [])
|
||||
{
|
||||
if ($_ENV['COMPUTERNAME'] != 'BX')
|
||||
{
|
||||
CopyDirFiles($_SERVER['DOCUMENT_ROOT'] . '/bitrix/modules/subscribe/install/admin', $_SERVER['DOCUMENT_ROOT'] . '/bitrix/admin');
|
||||
CopyDirFiles($_SERVER['DOCUMENT_ROOT'] . '/bitrix/modules/subscribe/install/themes', $_SERVER['DOCUMENT_ROOT'] . '/bitrix/themes', false, true);
|
||||
CopyDirFiles($_SERVER['DOCUMENT_ROOT'] . '/bitrix/modules/subscribe/install/components', $_SERVER['DOCUMENT_ROOT'] . '/bitrix/components', true, true);
|
||||
}
|
||||
CopyDirFiles($_SERVER['DOCUMENT_ROOT'] . '/bitrix/modules/subscribe/install/admin', $_SERVER['DOCUMENT_ROOT'] . '/bitrix/admin');
|
||||
CopyDirFiles($_SERVER['DOCUMENT_ROOT'] . '/bitrix/modules/subscribe/install/themes', $_SERVER['DOCUMENT_ROOT'] . '/bitrix/themes', false, true);
|
||||
CopyDirFiles($_SERVER['DOCUMENT_ROOT'] . '/bitrix/modules/subscribe/install/components', $_SERVER['DOCUMENT_ROOT'] . '/bitrix/components', true, true);
|
||||
|
||||
if (array_key_exists('install_auto_templates', $arParams) && $arParams['install_auto_templates'] == 'Y')
|
||||
{
|
||||
@@ -206,13 +203,10 @@ class subscribe extends CModule
|
||||
|
||||
public function UnInstallFiles()
|
||||
{
|
||||
if ($_ENV['COMPUTERNAME'] != 'BX')
|
||||
{
|
||||
//admin files
|
||||
DeleteDirFiles($_SERVER['DOCUMENT_ROOT'] . '/bitrix/modules/subscribe/install/admin', $_SERVER['DOCUMENT_ROOT'] . '/bitrix/admin');
|
||||
//css
|
||||
DeleteDirFiles($_SERVER['DOCUMENT_ROOT'] . '/bitrix/modules/subscribe/install/themes/.default/', $_SERVER['DOCUMENT_ROOT'] . '/bitrix/themes/.default');
|
||||
}
|
||||
//admin files
|
||||
DeleteDirFiles($_SERVER['DOCUMENT_ROOT'] . '/bitrix/modules/subscribe/install/admin', $_SERVER['DOCUMENT_ROOT'] . '/bitrix/admin');
|
||||
//css
|
||||
DeleteDirFiles($_SERVER['DOCUMENT_ROOT'] . '/bitrix/modules/subscribe/install/themes/.default/', $_SERVER['DOCUMENT_ROOT'] . '/bitrix/themes/.default');
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ IncludeModuleLangFile(__FILE__);
|
||||
|
||||
if ($ex = $APPLICATION->GetException())
|
||||
{
|
||||
echo CAdminMessage::ShowMessage([
|
||||
CAdminMessage::ShowMessage([
|
||||
'TYPE' => 'ERROR',
|
||||
'MESSAGE' => GetMessage('MOD_INST_ERR'),
|
||||
'DETAILS' => $ex->GetString(),
|
||||
@@ -17,7 +17,7 @@ if ($ex = $APPLICATION->GetException())
|
||||
}
|
||||
else
|
||||
{
|
||||
echo CAdminMessage::ShowNote(GetMessage('MOD_INST_OK'));
|
||||
CAdminMessage::ShowNote(GetMessage('MOD_INST_OK'));
|
||||
}
|
||||
|
||||
if ($_REQUEST['public_dir'] <> '') :
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
<?
|
||||
$MESS ['news_template_name'] = "News digest";
|
||||
$MESS ['news_template_desc'] = "News digest template.";
|
||||
?>
|
||||
<?php
|
||||
$MESS['news_template_name'] = "News digest";
|
||||
$MESS['news_template_desc'] = "News digest template.";
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
$MESS['news_template_desc'] = "Жаңалықтар дайджестін жасау қалыбы";
|
||||
$MESS['news_template_name'] = "Жаңалықтар дайджесті";
|
||||
@@ -1,4 +1,3 @@
|
||||
<?
|
||||
$MESS ['news_template_name'] = "Дайджест новостей";
|
||||
$MESS ['news_template_desc'] = "Шаблон генерации дайджеста новостей.";
|
||||
?>
|
||||
<?php
|
||||
$MESS['news_template_name'] = "Дайджест новостей";
|
||||
$MESS['news_template_desc'] = "Шаблон генерации дайджеста новостей.";
|
||||
|
||||
@@ -38,7 +38,7 @@ if ($SUBSCRIBE_TEMPLATE_RESULT)
|
||||
return [
|
||||
'SUBJECT' => $SUBSCRIBE_TEMPLATE_RUBRIC['NAME'],
|
||||
'BODY_TYPE' => 'html',
|
||||
'CHARSET' => 'Windows-1251',
|
||||
'CHARSET' => 'UTF-8',
|
||||
'DIRECT_SEND' => 'Y',
|
||||
'FROM_FIELD' => $SUBSCRIBE_TEMPLATE_RUBRIC['FROM_FIELD'],
|
||||
];
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<input type="hidden" name="id" value="subscribe">
|
||||
<input type="hidden" name="uninstall" value="Y">
|
||||
<input type="hidden" name="step" value="2">
|
||||
<?php echo CAdminMessage::ShowMessage(GetMessage('MOD_UNINST_WARN'))?>
|
||||
<?php CAdminMessage::ShowMessage(GetMessage('MOD_UNINST_WARN'))?>
|
||||
<p><?php echo GetMessage('MOD_UNINST_SAVE')?></p>
|
||||
<p><input type="checkbox" name="save_tables" id="save_tables" value="Y" checked><label for="save_tables"><?php echo GetMessage('MOD_UNINST_SAVE_TABLES')?></label></p>
|
||||
<p><input type="checkbox" name="save_templates" id="save_templates" value="Y" checked><label for="save_templates"><?php echo GetMessage('MOD_UNINST_SAVE_EVENTS')?></label></p>
|
||||
|
||||
@@ -7,7 +7,7 @@ if (!check_bitrix_sessid())
|
||||
|
||||
if ($ex = $APPLICATION->GetException())
|
||||
{
|
||||
echo CAdminMessage::ShowMessage([
|
||||
CAdminMessage::ShowMessage([
|
||||
'TYPE' => 'ERROR',
|
||||
'MESSAGE' => GetMessage('MOD_UNINST_ERR'),
|
||||
'DETAILS' => $ex->GetString(),
|
||||
@@ -16,7 +16,7 @@ if ($ex = $APPLICATION->GetException())
|
||||
}
|
||||
else
|
||||
{
|
||||
echo CAdminMessage::ShowNote(GetMessage('MOD_UNINST_OK'));
|
||||
CAdminMessage::ShowNote(GetMessage('MOD_UNINST_OK'));
|
||||
}
|
||||
?>
|
||||
<form action="<?php echo $APPLICATION->GetCurPage()?>">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
$arModuleVersion = [
|
||||
'VERSION' => '24.0.0',
|
||||
'VERSION_DATE' => '2024-05-21 16:00:00',
|
||||
'VERSION' => '25.0.0',
|
||||
'VERSION_DATE' => '2025-09-24 15:00:00',
|
||||
];
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
<?
|
||||
$MESS ['mnu_sect'] = "Newsletters";
|
||||
$MESS ['mnu_posting'] = "Newsletter issues";
|
||||
$MESS ['mnu_posting_alt'] = "Newsletter management";
|
||||
$MESS ['mnu_subscr'] = "Subscribers";
|
||||
$MESS ['mnu_subscr_alt'] = "Manage subscribers' e-mail addresses";
|
||||
$MESS ['mnu_rub'] = "Newsletter categories";
|
||||
$MESS ['mnu_rub_alt'] = "Manage Newsletter categories";
|
||||
$MESS ['mnu_subscr_import'] = "Import addresses";
|
||||
$MESS ['mnu_subscr_import_alt'] = "Import subscription addresses from file or clipboard";
|
||||
$MESS ['mnu_sect_title'] = "Newsletter Subscription and Subscribers Management";
|
||||
?>
|
||||
<?php
|
||||
$MESS['mnu_sect'] = "Newsletters";
|
||||
$MESS['mnu_posting'] = "Newsletter issues";
|
||||
$MESS['mnu_posting_alt'] = "Newsletter management";
|
||||
$MESS['mnu_subscr'] = "Subscribers";
|
||||
$MESS['mnu_subscr_alt'] = "Manage subscribers' e-mail addresses";
|
||||
$MESS['mnu_rub'] = "Newsletter categories";
|
||||
$MESS['mnu_rub_alt'] = "Manage Newsletter categories";
|
||||
$MESS['mnu_subscr_import'] = "Import addresses";
|
||||
$MESS['mnu_subscr_import_alt'] = "Import subscription addresses from file or clipboard";
|
||||
$MESS['mnu_sect_title'] = "Newsletter Subscription and Subscribers Management";
|
||||
|
||||
@@ -1,64 +1,63 @@
|
||||
<?
|
||||
$MESS["post_title"] = "Newsletter issues";
|
||||
$MESS["post_del_err"] = "Cannot delete newsletter.";
|
||||
$MESS["post_send_ok"] = "The newsletter was successfully sent.";
|
||||
$MESS["post_nav"] = "Issues";
|
||||
$MESS["post_updated"] = "Modified";
|
||||
$MESS["post_subj"] = "Subject";
|
||||
$MESS["post_body_type"] = "Type";
|
||||
$MESS["post_stat"] = "Status";
|
||||
$MESS["post_sent"] = "Sent";
|
||||
$MESS["post_conf"] = "Send newsletter?";
|
||||
$MESS["post_act_send"] = "Send";
|
||||
$MESS["post_act_edit"] = "Modify";
|
||||
$MESS["post_act_del_conf"] = "This action can not be undone. Delete issue anyway?";
|
||||
$MESS["post_act_del"] = "Delete";
|
||||
$MESS["POST_WRONG_TIMESTAMP_FROM"] = "Enter correct modification date \"from\"";
|
||||
$MESS["POST_WRONG_TIMESTAMP_TILL"] = "Enter correct modification date \"till\"";
|
||||
$MESS["POST_FROM_TILL_TIMESTAMP"] = "Modification date \"till\" must be greater than \"from\"";
|
||||
$MESS["POST_WRONG_DATE_SENT_FROM"] = "Enter correct sent date \"from\"";
|
||||
$MESS["POST_WRONG_DATE_SENT_TILL"] = "Enter correct sent date \"till\"";
|
||||
$MESS["POST_FROM_TILL_DATE_SENT"] = "Sent date \"from\" must be greater then \"till\"";
|
||||
$MESS["POST_F_ID"] = "ID";
|
||||
$MESS["POST_F_TIMESTAMP"] = "Modification date";
|
||||
$MESS["POST_F_DATE_SENT"] = "Date sent";
|
||||
$MESS["POST_F_STATUS"] = "Status";
|
||||
$MESS["POST_F_FROM"] = "From";
|
||||
$MESS["POST_F_TO"] = "Already sent to";
|
||||
$MESS["POST_F_SUBJECT"] = "Subject";
|
||||
$MESS["POST_F_BODY"] = "Message";
|
||||
$MESS["POST_F_BODY_TYPE"] = "Message type";
|
||||
$MESS["posting_addr_processed"] = "Addresses processed:";
|
||||
$MESS["posting_addr_of"] = "from";
|
||||
$MESS["posting_continue_button"] = "Continue";
|
||||
$MESS["posting_copy_link"] = "Copy";
|
||||
$MESS["POST_F_AUTO_SEND_TIME"] = "Scheduled sending time";
|
||||
$MESS["posting_agent_submitted"] = "There was an agent function registered for sending the newsletter.";
|
||||
$MESS["posting_cron_setup"] = "The newsletter issue was scheduled for automatic sending. You have cron option set for this action. Do not forget to configure it.";
|
||||
$MESS["posting_continue_conf"] = "Are you sure you want to continue sending the newsletter?";
|
||||
$MESS["posting_continue_act"] = "Continue";
|
||||
$MESS["posting_stop_conf"] = "Are you sure you want to pause sending the newsletter?";
|
||||
$MESS["posting_stop_act"] = "Pause";
|
||||
$MESS["POST_WRONG_DATE_AUTOSEND_FROM"] = "Please enter a valid \"From\" date in the filter for automatic sending";
|
||||
$MESS["POST_WRONG_DATE_AUTOSEND_TILL"] = "Please enter a valid \"Till\" date in the filter for automatic sending";
|
||||
$MESS["POST_FROM_TILL_DATE_AUTOSEND"] = "The \"Till\" date for automatic sending must be greater than the \"From\" date";
|
||||
$MESS["post_report"] = "Sending report";
|
||||
$MESS["post_from"] = "From";
|
||||
$MESS["post_to"] = "To";
|
||||
$MESS["POST_SHOW_LIST"] = "View address list";
|
||||
$MESS["POST_ADD_TITLE"] = "Click to add a new issue";
|
||||
$MESS["POST_FIND"] = "Find";
|
||||
$MESS["POST_FIND_TITLE"] = "Enter a search query";
|
||||
$MESS["post_save_err"] = "Error in saving issue #";
|
||||
$MESS["POST_F_RUBRIC"] = "Newsletter categories";
|
||||
$MESS["POST_ADM_POST_NOT_FOUND"] = "Newsletter issue not found.";
|
||||
$MESS["POST_ADM_WITH_ERRORS"] = "With errors";
|
||||
$MESS["POST_ADM_BTN_STOP"] = "Stop";
|
||||
$MESS["POST_ADM_SENDING_NOTE_LINE1"] = "Sending of newsletter in progress.";
|
||||
$MESS["POST_ADM_SENDING_NOTE_LINE2"] = "Please do not leave this page until the process is complete.";
|
||||
$MESS["MAIN_ADMIN_LIST_SELECTED"] = "Selected:";
|
||||
$MESS["MAIN_ADD"] = "Add";
|
||||
$MESS["MAIN_ADMIN_LIST_CHECKED"] = "Checked:";
|
||||
$MESS["MAIN_ALL"] = "(all)";
|
||||
$MESS["MAIN_ADMIN_LIST_DELETE"] = "delete";
|
||||
?>
|
||||
<?php
|
||||
$MESS['post_title'] = "Newsletter issues";
|
||||
$MESS['post_del_err'] = "Cannot delete newsletter.";
|
||||
$MESS['post_send_ok'] = "The newsletter was successfully sent.";
|
||||
$MESS['post_nav'] = "Issues";
|
||||
$MESS['post_updated'] = "Modified";
|
||||
$MESS['post_subj'] = "Subject";
|
||||
$MESS['post_body_type'] = "Type";
|
||||
$MESS['post_stat'] = "Status";
|
||||
$MESS['post_sent'] = "Sent";
|
||||
$MESS['post_conf'] = "Send newsletter?";
|
||||
$MESS['post_act_send'] = "Send";
|
||||
$MESS['post_act_edit'] = "Modify";
|
||||
$MESS['post_act_del_conf'] = "This action can not be undone. Delete issue anyway?";
|
||||
$MESS['post_act_del'] = "Delete";
|
||||
$MESS['POST_WRONG_TIMESTAMP_FROM'] = "Enter correct modification date \"from\"";
|
||||
$MESS['POST_WRONG_TIMESTAMP_TILL'] = "Enter correct modification date \"till\"";
|
||||
$MESS['POST_FROM_TILL_TIMESTAMP'] = "Modification date \"till\" must be greater than \"from\"";
|
||||
$MESS['POST_WRONG_DATE_SENT_FROM'] = "Enter correct sent date \"from\"";
|
||||
$MESS['POST_WRONG_DATE_SENT_TILL'] = "Enter correct sent date \"till\"";
|
||||
$MESS['POST_FROM_TILL_DATE_SENT'] = "Sent date \"from\" must be greater then \"till\"";
|
||||
$MESS['POST_F_ID'] = "ID";
|
||||
$MESS['POST_F_TIMESTAMP'] = "Modification date";
|
||||
$MESS['POST_F_DATE_SENT'] = "Date sent";
|
||||
$MESS['POST_F_STATUS'] = "Status";
|
||||
$MESS['POST_F_FROM'] = "From";
|
||||
$MESS['POST_F_TO'] = "Already sent to";
|
||||
$MESS['POST_F_SUBJECT'] = "Subject";
|
||||
$MESS['POST_F_BODY'] = "Message";
|
||||
$MESS['POST_F_BODY_TYPE'] = "Message type";
|
||||
$MESS['posting_addr_processed'] = "Addresses processed:";
|
||||
$MESS['posting_addr_of'] = "from";
|
||||
$MESS['posting_continue_button'] = "Continue";
|
||||
$MESS['posting_copy_link'] = "Copy";
|
||||
$MESS['POST_F_AUTO_SEND_TIME'] = "Scheduled sending time";
|
||||
$MESS['posting_agent_submitted'] = "There was an agent function registered for sending the newsletter.";
|
||||
$MESS['posting_cron_setup'] = "The newsletter issue was scheduled for automatic sending. You have cron option set for this action. Do not forget to configure it.";
|
||||
$MESS['posting_continue_conf'] = "Are you sure you want to continue sending the newsletter?";
|
||||
$MESS['posting_continue_act'] = "Continue";
|
||||
$MESS['posting_stop_conf'] = "Are you sure you want to pause sending the newsletter?";
|
||||
$MESS['posting_stop_act'] = "Pause";
|
||||
$MESS['POST_WRONG_DATE_AUTOSEND_FROM'] = "Please enter a valid \"From\" date in the filter for automatic sending";
|
||||
$MESS['POST_WRONG_DATE_AUTOSEND_TILL'] = "Please enter a valid \"Till\" date in the filter for automatic sending";
|
||||
$MESS['POST_FROM_TILL_DATE_AUTOSEND'] = "The \"Till\" date for automatic sending must be greater than the \"From\" date";
|
||||
$MESS['post_report'] = "Sending report";
|
||||
$MESS['post_from'] = "From";
|
||||
$MESS['post_to'] = "To";
|
||||
$MESS['POST_SHOW_LIST'] = "View address list";
|
||||
$MESS['POST_ADD_TITLE'] = "Click to add a new issue";
|
||||
$MESS['POST_FIND'] = "Find";
|
||||
$MESS['POST_FIND_TITLE'] = "Enter a search query";
|
||||
$MESS['post_save_err'] = "Error in saving issue #";
|
||||
$MESS['POST_F_RUBRIC'] = "Newsletter categories";
|
||||
$MESS['POST_ADM_POST_NOT_FOUND'] = "Newsletter issue not found.";
|
||||
$MESS['POST_ADM_WITH_ERRORS'] = "With errors";
|
||||
$MESS['POST_ADM_BTN_STOP'] = "Stop";
|
||||
$MESS['POST_ADM_SENDING_NOTE_LINE1'] = "Sending of newsletter in progress.";
|
||||
$MESS['POST_ADM_SENDING_NOTE_LINE2'] = "Please do not leave this page until the process is complete.";
|
||||
$MESS['MAIN_ADMIN_LIST_SELECTED'] = "Selected:";
|
||||
$MESS['MAIN_ADD'] = "Add";
|
||||
$MESS['MAIN_ADMIN_LIST_CHECKED'] = "Checked:";
|
||||
$MESS['MAIN_ALL'] = "(all)";
|
||||
$MESS['MAIN_ADMIN_LIST_DELETE'] = "delete";
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
<?
|
||||
$MESS ['POST_ERROR_ATTACH_NOT_FOUND'] = "Attachment is not found.";
|
||||
?>
|
||||
<?php
|
||||
$MESS['POST_ERROR_ATTACH_NOT_FOUND'] = "Attachment is not found.";
|
||||
|
||||
@@ -1,14 +1,13 @@
|
||||
<?
|
||||
$MESS ['post_title'] = "Newsletter recipients";
|
||||
$MESS ['post_total'] = "Total addresses:";
|
||||
$MESS ['POST_STATUS_ID'] = "Status";
|
||||
$MESS ['POST_EMAIL'] = "e-mail";
|
||||
$MESS ['POST_SUBSCRIPTION_ID'] = "Subscription";
|
||||
$MESS ['POST_USER_ID'] = "User";
|
||||
$MESS ['POST_STATUS_ID_ERROR'] = "Newsletter sending failed.";
|
||||
$MESS ['POST_STATUS_ID_SUCCESS'] = "Newsletter has been sent successfully.";
|
||||
$MESS ['POST_GROUP_ACTION_INACTIVE'] = "deactivate subscription";
|
||||
$MESS ['POST_GROUP_ACTION_DELETE'] = "delete subscription";
|
||||
$MESS ['POST_SUBSCR_DELETED'] = "deleted";
|
||||
$MESS ['POST_SUBSCR_INACTIVE'] = "inactive";
|
||||
?>
|
||||
<?php
|
||||
$MESS['post_title'] = "Newsletter recipients";
|
||||
$MESS['post_total'] = "Total addresses:";
|
||||
$MESS['POST_STATUS_ID'] = "Status";
|
||||
$MESS['POST_EMAIL'] = "e-mail";
|
||||
$MESS['POST_SUBSCRIPTION_ID'] = "Subscription";
|
||||
$MESS['POST_USER_ID'] = "User";
|
||||
$MESS['POST_STATUS_ID_ERROR'] = "Newsletter sending failed.";
|
||||
$MESS['POST_STATUS_ID_SUCCESS'] = "Newsletter has been sent successfully.";
|
||||
$MESS['POST_GROUP_ACTION_INACTIVE'] = "deactivate subscription";
|
||||
$MESS['POST_GROUP_ACTION_DELETE'] = "delete subscription";
|
||||
$MESS['POST_SUBSCR_DELETED'] = "deleted";
|
||||
$MESS['POST_SUBSCR_INACTIVE'] = "inactive";
|
||||
|
||||
@@ -1,73 +1,72 @@
|
||||
<?
|
||||
$MESS["post_title_edit"] = "Modify issue #";
|
||||
$MESS["post_title_add"] = "Add issue";
|
||||
$MESS["post_list_title"] = "Show the list of selected addresses";
|
||||
$MESS["post_info"] = "Newsletter status information";
|
||||
$MESS["post_date_upd"] = "Modified:";
|
||||
$MESS["post_date_sent"] = "Sent:";
|
||||
$MESS["post_stat"] = "Current status:";
|
||||
$MESS["post_subscr_tab_title"] = "Recipients addresses";
|
||||
$MESS["post_rub"] = "Newsletter categories:";
|
||||
$MESS["post_format"] = "Format:";
|
||||
$MESS["post_format_any"] = "(any)";
|
||||
$MESS["post_format_text"] = "Text";
|
||||
$MESS["post_groups"] = "User groups:";
|
||||
$MESS["post_filter"] = "E-mail filter:";
|
||||
$MESS["post_filter_list"] = "View list of selected emails";
|
||||
$MESS["post_direct"] = "Send to each recipient individually (recommended):";
|
||||
$MESS["post_fields"] = "Newsletter fields";
|
||||
$MESS["post_fields_from"] = "From:";
|
||||
$MESS["post_fields_to"] = "To:";
|
||||
$MESS["post_fields_subj"] = "Subject:";
|
||||
$MESS["post_fields_text"] = "Newsletter body";
|
||||
$MESS["post_enc"] = "Encoding:";
|
||||
$MESS["post_butt_send"] = "Send";
|
||||
$MESS["post_hint_send"] = "Save, send and go to the list";
|
||||
$MESS["post_subscr"] = "Select subscribers";
|
||||
$MESS["post_users"] = "Select site users by groups";
|
||||
$MESS["post_filter_title"] = "Set filter on selected addresses";
|
||||
$MESS["post_additional"] = "Additional emails of recipients";
|
||||
$MESS["POST_TO"] = "Delivery report:";
|
||||
$MESS["POST_SHOW_LIST"] = "View emails list";
|
||||
$MESS["post_mnu_add"] = "Add a new issue";
|
||||
$MESS["post_mnu_add_title"] = "Add new issue";
|
||||
$MESS["post_mnu_copy"] = "Make copy of issue";
|
||||
$MESS["post_mnu_copy_title"] = "Create a new issue using this one";
|
||||
$MESS["post_mnu_del"] = "Delete this issue";
|
||||
$MESS["post_mnu_del_title"] = "Delete";
|
||||
$MESS["post_mnu_confirm"] = "Delete this issue?";
|
||||
$MESS["post_status_change"] = "Move to status:";
|
||||
$MESS["post_status_not_change"] = "(don't change)";
|
||||
$MESS["post_file"] = "File";
|
||||
$MESS["post_size"] = "Size, bytes";
|
||||
$MESS["post_params"] = "Message parameters";
|
||||
$MESS["post_note"] = "You can send images specified in HTML-text attached to the message if you set a special flag in the module settings. If you have modified the message text, click the <i>Apply</i> button to view the list of attachments and their sizes. ";
|
||||
$MESS["post_continue"] = "Continue sending the newsletter";
|
||||
$MESS["post_continue_conf"] = "Continue sending the newsletter";
|
||||
$MESS["post_yes"] = "Yes";
|
||||
$MESS["post_no"] = "No";
|
||||
$MESS["post_attachments"] = "Attachments";
|
||||
$MESS["post_att_file"] = "File name";
|
||||
$MESS["post_att_delete"] = "Delete";
|
||||
$MESS["post_send_params"] = "Sending settings";
|
||||
$MESS["post_send_flag"] = "Send the issue automatically at the scheduled time";
|
||||
$MESS["post_send_time"] = "Scheduled time for issuing issue";
|
||||
$MESS["post_send_msg"] = "To change the scheduled time of the issue, you need to set "Draft" or "Paused" status for the issue.";
|
||||
$MESS["post_resend"] = "Resend for error messages only";
|
||||
$MESS["post_resend_conf"] = "Resend for error messages only";
|
||||
$MESS["post_posting_tab"] = "Send issue";
|
||||
$MESS["post_posting_tab_title"] = "Newsletter issue";
|
||||
$MESS["post_subscr_tab"] = "Recipients";
|
||||
$MESS["post_params_tab"] = "Parameters";
|
||||
$MESS["post_params_tab_title"] = "Email and sending parameters";
|
||||
$MESS["post_attachments_title"] = "Images and attachments in the email";
|
||||
$MESS["post_save_error"] = "Error saving the issue.";
|
||||
$MESS["post_mnu_list"] = "List";
|
||||
$MESS["post_mnu_list_title"] = "Issue list";
|
||||
$MESS["post_images_list"] = "List of images";
|
||||
$MESS["post_attachments_list"] = "Attachments list";
|
||||
$MESS["post_save_ok"] = "Issue successfully saved.";
|
||||
$MESS["post_attachments_load"] = "Load attachments";
|
||||
$MESS["MAIN_ALL"] = "(all)";
|
||||
$MESS["POST_STATUS_DRAFT"] = "Draft";
|
||||
?>
|
||||
<?php
|
||||
$MESS['post_title_edit'] = "Modify issue #";
|
||||
$MESS['post_title_add'] = "Add issue";
|
||||
$MESS['post_list_title'] = "Show the list of selected addresses";
|
||||
$MESS['post_info'] = "Newsletter status information";
|
||||
$MESS['post_date_upd'] = "Modified:";
|
||||
$MESS['post_date_sent'] = "Sent:";
|
||||
$MESS['post_stat'] = "Current status:";
|
||||
$MESS['post_subscr_tab_title'] = "Recipients addresses";
|
||||
$MESS['post_rub'] = "Newsletter categories:";
|
||||
$MESS['post_format'] = "Format:";
|
||||
$MESS['post_format_any'] = "(any)";
|
||||
$MESS['post_format_text'] = "Text";
|
||||
$MESS['post_groups'] = "User groups:";
|
||||
$MESS['post_filter'] = "E-mail filter:";
|
||||
$MESS['post_filter_list'] = "View list of selected emails";
|
||||
$MESS['post_direct'] = "Send to each recipient individually (recommended):";
|
||||
$MESS['post_fields'] = "Newsletter fields";
|
||||
$MESS['post_fields_from'] = "From:";
|
||||
$MESS['post_fields_to'] = "To:";
|
||||
$MESS['post_fields_subj'] = "Subject:";
|
||||
$MESS['post_fields_text'] = "Newsletter body";
|
||||
$MESS['post_enc'] = "Encoding:";
|
||||
$MESS['post_butt_send'] = "Send";
|
||||
$MESS['post_hint_send'] = "Save, send and go to the list";
|
||||
$MESS['post_subscr'] = "Select subscribers";
|
||||
$MESS['post_users'] = "Select site users by groups";
|
||||
$MESS['post_filter_title'] = "Set filter on selected addresses";
|
||||
$MESS['post_additional'] = "Additional emails of recipients";
|
||||
$MESS['POST_TO'] = "Delivery report:";
|
||||
$MESS['POST_SHOW_LIST'] = "View emails list";
|
||||
$MESS['post_mnu_add'] = "Add a new issue";
|
||||
$MESS['post_mnu_add_title'] = "Add new issue";
|
||||
$MESS['post_mnu_copy'] = "Make copy of issue";
|
||||
$MESS['post_mnu_copy_title'] = "Create a new issue using this one";
|
||||
$MESS['post_mnu_del'] = "Delete this issue";
|
||||
$MESS['post_mnu_del_title'] = "Delete";
|
||||
$MESS['post_mnu_confirm'] = "Delete this issue?";
|
||||
$MESS['post_status_change'] = "Move to status:";
|
||||
$MESS['post_status_not_change'] = "(don't change)";
|
||||
$MESS['post_file'] = "File";
|
||||
$MESS['post_size'] = "Size, bytes";
|
||||
$MESS['post_params'] = "Message parameters";
|
||||
$MESS['post_note'] = "You can send images specified in HTML-text attached to the message if you set a special flag in the module settings. If you have modified the message text, click the <i>Apply</i> button to view the list of attachments and their sizes. ";
|
||||
$MESS['post_continue'] = "Continue sending the newsletter";
|
||||
$MESS['post_continue_conf'] = "Continue sending the newsletter";
|
||||
$MESS['post_yes'] = "Yes";
|
||||
$MESS['post_no'] = "No";
|
||||
$MESS['post_attachments'] = "Attachments";
|
||||
$MESS['post_att_file'] = "File name";
|
||||
$MESS['post_att_delete'] = "Delete";
|
||||
$MESS['post_send_params'] = "Sending settings";
|
||||
$MESS['post_send_flag'] = "Send the issue automatically at the scheduled time";
|
||||
$MESS['post_send_time'] = "Scheduled time for issuing issue";
|
||||
$MESS['post_send_msg'] = "To change the scheduled time of the issue, you need to set "Draft" or "Paused" status for the issue.";
|
||||
$MESS['post_resend'] = "Resend for error messages only";
|
||||
$MESS['post_resend_conf'] = "Resend for error messages only";
|
||||
$MESS['post_posting_tab'] = "Send issue";
|
||||
$MESS['post_posting_tab_title'] = "Newsletter issue";
|
||||
$MESS['post_subscr_tab'] = "Recipients";
|
||||
$MESS['post_params_tab'] = "Parameters";
|
||||
$MESS['post_params_tab_title'] = "Email and sending parameters";
|
||||
$MESS['post_attachments_title'] = "Images and attachments in the email";
|
||||
$MESS['post_save_error'] = "Error saving the issue.";
|
||||
$MESS['post_mnu_list'] = "List";
|
||||
$MESS['post_mnu_list_title'] = "Issue list";
|
||||
$MESS['post_images_list'] = "List of images";
|
||||
$MESS['post_attachments_list'] = "Attachments list";
|
||||
$MESS['post_save_ok'] = "Issue successfully saved.";
|
||||
$MESS['post_attachments_load'] = "Load attachments";
|
||||
$MESS['MAIN_ALL'] = "(all)";
|
||||
$MESS['POST_STATUS_DRAFT'] = "Draft";
|
||||
|
||||
@@ -1,23 +1,22 @@
|
||||
<?
|
||||
$MESS["post_title"] = "Recipient list";
|
||||
$MESS["post_rub"] = "Newsletter topics:";
|
||||
$MESS["post_format"] = "Newsletter format:";
|
||||
$MESS["post_format_any"] = "(any)";
|
||||
$MESS["post_format_text"] = "Text";
|
||||
$MESS["post_group"] = "User groups:";
|
||||
$MESS["post_filter"] = "Email filter:";
|
||||
$MESS["post_search"] = "Search";
|
||||
$MESS["post_reset"] = "Reset";
|
||||
$MESS["post_result"] = "Search results:";
|
||||
$MESS["post_total"] = "Total addresses:";
|
||||
$MESS["post_notfound"] = "Could not find any addresses using this filter.";
|
||||
$MESS["post_set"] = "Set";
|
||||
$MESS["post_cancel"] = "Cancel";
|
||||
$MESS["post_search_rub"] = "Select subscribers";
|
||||
$MESS["post_search_users"] = "Select site users by group";
|
||||
$MESS["post_search_filter"] = "Set filter";
|
||||
$MESS["post_search_set_title"] = "Use the addresses selected";
|
||||
$MESS["post_search_note"] = "This form lets you view which addresses will receive the issue. By setting the filter conditions and clicking the <i>Search</i> button, you will get the address list. The <i>Set</i> button will apply the filter to the main issue editing form.";
|
||||
$MESS["post_subscribers"] = "Recipients";
|
||||
$MESS["post_tab_title"] = "Recipient addresses";
|
||||
?>
|
||||
<?php
|
||||
$MESS['post_title'] = "Recipient list";
|
||||
$MESS['post_rub'] = "Newsletter topics:";
|
||||
$MESS['post_format'] = "Newsletter format:";
|
||||
$MESS['post_format_any'] = "(any)";
|
||||
$MESS['post_format_text'] = "Text";
|
||||
$MESS['post_group'] = "User groups:";
|
||||
$MESS['post_filter'] = "Email filter:";
|
||||
$MESS['post_search'] = "Search";
|
||||
$MESS['post_reset'] = "Reset";
|
||||
$MESS['post_result'] = "Search results:";
|
||||
$MESS['post_total'] = "Total addresses:";
|
||||
$MESS['post_notfound'] = "Could not find any addresses using this filter.";
|
||||
$MESS['post_set'] = "Set";
|
||||
$MESS['post_cancel'] = "Cancel";
|
||||
$MESS['post_search_rub'] = "Select subscribers";
|
||||
$MESS['post_search_users'] = "Select site users by group";
|
||||
$MESS['post_search_filter'] = "Set filter";
|
||||
$MESS['post_search_set_title'] = "Use the addresses selected";
|
||||
$MESS['post_search_note'] = "This form lets you view which addresses will receive the issue. By setting the filter conditions and clicking the <i>Search</i> button, you will get the address list. The <i>Set</i> button will apply the filter to the main issue editing form.";
|
||||
$MESS['post_subscribers'] = "Recipients";
|
||||
$MESS['post_tab_title'] = "Recipient addresses";
|
||||
|
||||
@@ -1,40 +1,39 @@
|
||||
<?
|
||||
$MESS["rub_title"] = "Newsletter categories";
|
||||
$MESS["rub_del_err"] = "Cannot delete category.";
|
||||
$MESS["rub_nav"] = "Categories";
|
||||
$MESS["rub_name"] = "Name";
|
||||
$MESS["rub_code"] = "Mnemonic code";
|
||||
$MESS["rub_sort"] = "Sort.";
|
||||
$MESS["rub_act"] = "Active";
|
||||
$MESS["rub_edit"] = "Modify";
|
||||
$MESS["rub_del"] = "Delete";
|
||||
$MESS["rub_site"] = "Site";
|
||||
$MESS["rub_auto"] = "Auto.";
|
||||
$MESS["rub_visible"] = "Public";
|
||||
$MESS["rub_last_exec"] = "Generation";
|
||||
$MESS["rub_check"] = "Check the template";
|
||||
$MESS["rub_wrong_generation_from"] = "Please enter correct \"From\" date of generation in the filter";
|
||||
$MESS["rub_wrong_generation_till"] = "Please enter the correct \"Till\" date of generation in the filter";
|
||||
$MESS["rub_wrong_generation_from_till"] = "The \"Till\" date of the generation must be greater than the \"From\" date in the filter";
|
||||
$MESS["rub_save_error"] = "Error while saving subscription:";
|
||||
$MESS["rub_no_rubric"] = "Category not found";
|
||||
$MESS["POST_ADD_TITLE"] = "Click to add a new subscription topic";
|
||||
$MESS["rub_f_site"] = "Site";
|
||||
$MESS["rub_f_active"] = "Active";
|
||||
$MESS["rub_f_public"] = "Public";
|
||||
$MESS["rub_f_auto"] = "Automatic";
|
||||
$MESS["rub_f_find"] = "Find";
|
||||
$MESS["rub_f_find_title"] = "Enter search query";
|
||||
$MESS["rub_del_conf"] = "Delete this category?";
|
||||
$MESS["rub_f_name"] = "Name";
|
||||
$MESS["rub_f_code"] = "Mnemonic code";
|
||||
$MESS["POST_U_YES"] = "Yes";
|
||||
$MESS["POST_U_NO"] = "No";
|
||||
$MESS["MAIN_ADMIN_LIST_SELECTED"] = "Selected:";
|
||||
$MESS["MAIN_ADD"] = "Add";
|
||||
$MESS["MAIN_ADMIN_LIST_CHECKED"] = "Checked:";
|
||||
$MESS["MAIN_ALL"] = "(all)";
|
||||
$MESS["MAIN_ADMIN_LIST_DELETE"] = "delete";
|
||||
$MESS["MAIN_ADMIN_LIST_ACTIVATE"] = "activate";
|
||||
$MESS["MAIN_ADMIN_LIST_DEACTIVATE"] = "deactivate";
|
||||
?>
|
||||
<?php
|
||||
$MESS['rub_title'] = "Newsletter categories";
|
||||
$MESS['rub_del_err'] = "Cannot delete category.";
|
||||
$MESS['rub_nav'] = "Categories";
|
||||
$MESS['rub_name'] = "Name";
|
||||
$MESS['rub_code'] = "Mnemonic code";
|
||||
$MESS['rub_sort'] = "Sort.";
|
||||
$MESS['rub_act'] = "Active";
|
||||
$MESS['rub_edit'] = "Modify";
|
||||
$MESS['rub_del'] = "Delete";
|
||||
$MESS['rub_site'] = "Site";
|
||||
$MESS['rub_auto'] = "Auto.";
|
||||
$MESS['rub_visible'] = "Public";
|
||||
$MESS['rub_last_exec'] = "Generation";
|
||||
$MESS['rub_check'] = "Check the template";
|
||||
$MESS['rub_wrong_generation_from'] = "Please enter correct \"From\" date of generation in the filter";
|
||||
$MESS['rub_wrong_generation_till'] = "Please enter the correct \"Till\" date of generation in the filter";
|
||||
$MESS['rub_wrong_generation_from_till'] = "The \"Till\" date of the generation must be greater than the \"From\" date in the filter";
|
||||
$MESS['rub_save_error'] = "Error while saving subscription:";
|
||||
$MESS['rub_no_rubric'] = "Category not found";
|
||||
$MESS['POST_ADD_TITLE'] = "Click to add a new subscription topic";
|
||||
$MESS['rub_f_site'] = "Site";
|
||||
$MESS['rub_f_active'] = "Active";
|
||||
$MESS['rub_f_public'] = "Public";
|
||||
$MESS['rub_f_auto'] = "Automatic";
|
||||
$MESS['rub_f_find'] = "Find";
|
||||
$MESS['rub_f_find_title'] = "Enter search query";
|
||||
$MESS['rub_del_conf'] = "Delete this category?";
|
||||
$MESS['rub_f_name'] = "Name";
|
||||
$MESS['rub_f_code'] = "Mnemonic code";
|
||||
$MESS['POST_U_YES'] = "Yes";
|
||||
$MESS['POST_U_NO'] = "No";
|
||||
$MESS['MAIN_ADMIN_LIST_SELECTED'] = "Selected:";
|
||||
$MESS['MAIN_ADD'] = "Add";
|
||||
$MESS['MAIN_ADMIN_LIST_CHECKED'] = "Checked:";
|
||||
$MESS['MAIN_ALL'] = "(all)";
|
||||
$MESS['MAIN_ADMIN_LIST_DELETE'] = "delete";
|
||||
$MESS['MAIN_ADMIN_LIST_ACTIVATE'] = "activate";
|
||||
$MESS['MAIN_ADMIN_LIST_DEACTIVATE'] = "deactivate";
|
||||
|
||||
@@ -1,46 +1,45 @@
|
||||
<?
|
||||
$MESS["rub_title_edit"] = "Modify category #";
|
||||
$MESS["rub_title_add"] = "Add category";
|
||||
$MESS["rub_list_title"] = "List of subscriptions";
|
||||
$MESS["rub_act"] = "Active:";
|
||||
$MESS["rub_name"] = "Name:";
|
||||
$MESS["rub_sort"] = "Sorting index:";
|
||||
$MESS["rub_code"] = "Mnemonic code:";
|
||||
$MESS["rub_desc"] = "Description for subscribers<br>(max. 2000 chars):";
|
||||
$MESS["rubric_mnu_add"] = "Add a new category";
|
||||
$MESS["rubric_mnu_del"] = "Delete the category";
|
||||
$MESS["rubric_mnu_del_conf"] = "Delete the category?";
|
||||
$MESS["rub_site"] = "Show the category on the site:";
|
||||
$MESS["rubric_mon"] = "Mo";
|
||||
$MESS["rubric_tue"] = "Tu";
|
||||
$MESS["rubric_wed"] = "We";
|
||||
$MESS["rubric_thu"] = "Th";
|
||||
$MESS["rubric_fri"] = "Fr";
|
||||
$MESS["rubric_sat"] = "Sa";
|
||||
$MESS["rubric_sun"] = "Su";
|
||||
$MESS["rub_schedule"] = "Time schedule";
|
||||
$MESS["rub_dom"] = "Days of the month (for example 1,10-20,25):";
|
||||
$MESS["rub_dow"] = "Days of the week";
|
||||
$MESS["rub_tod"] = "Time of day (for example 9:00,18:00):";
|
||||
$MESS["rub_no_name"] = "No name";
|
||||
$MESS["rub_manage"] = "Browse by site explorer";
|
||||
$MESS["rubric_mnu_check"] = "Check the template";
|
||||
$MESS["rub_visible"] = "Publicly viewable:";
|
||||
$MESS["rub_auto"] = "Automatic (newsletter issues are template based and will be generated according to schedule):";
|
||||
$MESS["rub_template"] = "Template";
|
||||
$MESS["rub_templates"] = "Templates:";
|
||||
$MESS["rub_no_templates"] = "No templates found";
|
||||
$MESS["rub_post_fields"] = "Newsletter fields";
|
||||
$MESS["rub_post_fields_from"] = "From:";
|
||||
$MESS["rub_last_executed"] = "Time of most recent execution";
|
||||
$MESS["rub_tab_rubric"] = "Subscription";
|
||||
$MESS["rub_tab_rubric_title"] = "Main subscription parameters";
|
||||
$MESS["rub_tab_generation"] = "Automatic generation";
|
||||
$MESS["rub_tab_generation_title"] = "Automatic subscription settings";
|
||||
$MESS["rub_save_error"] = "Error saving subscription.";
|
||||
$MESS["rub_list"] = "Category list";
|
||||
$MESS["rub_add"] = "Add";
|
||||
$MESS["rub_delete"] = "Delete";
|
||||
$MESS["rub_check"] = "Check";
|
||||
$MESS["rub_saved"] = "Subscription was successfully saved";
|
||||
?>
|
||||
<?php
|
||||
$MESS['rub_title_edit'] = "Modify category #";
|
||||
$MESS['rub_title_add'] = "Add category";
|
||||
$MESS['rub_list_title'] = "List of subscriptions";
|
||||
$MESS['rub_act'] = "Active:";
|
||||
$MESS['rub_name'] = "Name:";
|
||||
$MESS['rub_sort'] = "Sorting index:";
|
||||
$MESS['rub_code'] = "Mnemonic code:";
|
||||
$MESS['rub_desc'] = "Description for subscribers<br>(max. 2000 chars):";
|
||||
$MESS['rubric_mnu_add'] = "Add a new category";
|
||||
$MESS['rubric_mnu_del'] = "Delete the category";
|
||||
$MESS['rubric_mnu_del_conf'] = "Delete the category?";
|
||||
$MESS['rub_site'] = "Show the category on the site:";
|
||||
$MESS['rubric_mon'] = "Mo";
|
||||
$MESS['rubric_tue'] = "Tu";
|
||||
$MESS['rubric_wed'] = "We";
|
||||
$MESS['rubric_thu'] = "Th";
|
||||
$MESS['rubric_fri'] = "Fr";
|
||||
$MESS['rubric_sat'] = "Sa";
|
||||
$MESS['rubric_sun'] = "Su";
|
||||
$MESS['rub_schedule'] = "Time schedule";
|
||||
$MESS['rub_dom'] = "Days of the month (for example 1,10-20,25):";
|
||||
$MESS['rub_dow'] = "Days of the week";
|
||||
$MESS['rub_tod'] = "Time of day (for example 9:00,18:00):";
|
||||
$MESS['rub_no_name'] = "No name";
|
||||
$MESS['rub_manage'] = "Browse by site explorer";
|
||||
$MESS['rubric_mnu_check'] = "Check the template";
|
||||
$MESS['rub_visible'] = "Publicly viewable:";
|
||||
$MESS['rub_auto'] = "Automatic (newsletter issues are template based and will be generated according to schedule):";
|
||||
$MESS['rub_template'] = "Template";
|
||||
$MESS['rub_templates'] = "Templates:";
|
||||
$MESS['rub_no_templates'] = "No templates found";
|
||||
$MESS['rub_post_fields'] = "Newsletter fields";
|
||||
$MESS['rub_post_fields_from'] = "From:";
|
||||
$MESS['rub_last_executed'] = "Time of most recent execution";
|
||||
$MESS['rub_tab_rubric'] = "Subscription";
|
||||
$MESS['rub_tab_rubric_title'] = "Main subscription parameters";
|
||||
$MESS['rub_tab_generation'] = "Automatic generation";
|
||||
$MESS['rub_tab_generation_title'] = "Automatic subscription settings";
|
||||
$MESS['rub_save_error'] = "Error saving subscription.";
|
||||
$MESS['rub_list'] = "Category list";
|
||||
$MESS['rub_add'] = "Add";
|
||||
$MESS['rub_delete'] = "Delete";
|
||||
$MESS['rub_check'] = "Check";
|
||||
$MESS['rub_saved'] = "Subscription was successfully saved";
|
||||
|
||||
@@ -1,51 +1,50 @@
|
||||
<?
|
||||
$MESS["subscr_del_err"] = "Cannot remove the subscription address.";
|
||||
$MESS["subscr_title"] = "Subscription email addresses";
|
||||
$MESS["subscr_nav"] = "Addresses";
|
||||
$MESS["subscr_addr"] = "Address";
|
||||
$MESS["subscr_user"] = "Subscriber";
|
||||
$MESS["subscr_conf"] = "Confirmed";
|
||||
$MESS["subscr_act"] = "Active";
|
||||
$MESS["subscr_fmt"] = "Format";
|
||||
$MESS["subscr_upd"] = "Modify";
|
||||
$MESS["subscr_del_conf"] = "This action can not be undone. Delete subscription address anyway?";
|
||||
$MESS["subscr_del"] = "Delete";
|
||||
$MESS["subscr_adm_anon"] = "anonymous";
|
||||
$MESS["POST_FROM_TILL_UPDATE"] = "The \"Till\" date must be greater than the \"From\" date in the date of change field";
|
||||
$MESS["POST_FROM_TILL_INSERT"] = "The \"Till\" date must be greater than the \"From\" date in the created data field";
|
||||
$MESS["POST_WRONG_UPDATE_FROM"] = "Enter a valid date in the \"from\" field of the modification date";
|
||||
$MESS["POST_WRONG_UPDATE_TILL"] = "Enter a valid in the \"till\" field for the modification date";
|
||||
$MESS["POST_WRONG_INSERT_FROM"] = "Enter a valid date in the \"from\" field for the date of creation";
|
||||
$MESS["POST_WRONG_INSERT_TILL"] = "Enter a valid date in the \"till\" field for the date of creation";
|
||||
$MESS["POST_F_ID"] = "ID";
|
||||
$MESS["POST_F_UPDATE"] = "Modified";
|
||||
$MESS["POST_F_INSERT"] = "Created";
|
||||
$MESS["POST_F_USER"] = "Subscriber";
|
||||
$MESS["POST_F_ACTIVE"] = "Active";
|
||||
$MESS["POST_F_EMAIL"] = "Email";
|
||||
$MESS["POST_F_FORMAT"] = "Format";
|
||||
$MESS["POST_F_CONFIRMED"] = "Confirmed";
|
||||
$MESS["POST_F_DISTRIBUTION"] = "Categories";
|
||||
$MESS["POST_DATE_INSERT"] = "Created";
|
||||
$MESS["POST_F_ANONYMOUS"] = "Anonymous";
|
||||
$MESS["POST_F_USER_ID"] = "User ID";
|
||||
$MESS["POST_SAVE_ERROR"] = "Error saving subscription #";
|
||||
$MESS["subscr_save_error"] = "Error modifying the record:";
|
||||
$MESS["subscr_updated"] = "Modified";
|
||||
$MESS["subscr_conf_time"] = "Confirmation time";
|
||||
$MESS["subscr_conf_code"] = "Confirmation code";
|
||||
$MESS["subscr_confirm"] = "confirm";
|
||||
$MESS["subscr_add_title"] = "Click to add a new subscriber";
|
||||
$MESS["POST_F_FIND"] = "Find";
|
||||
$MESS["POST_F_FIND_TITLE"] = "Enter a search query";
|
||||
$MESS["subscr_user_edit_title"] = "Modify user parameters";
|
||||
$MESS["MAIN_ADMIN_LIST_SELECTED"] = "Selected:";
|
||||
$MESS["MAIN_ADD"] = "Add";
|
||||
$MESS["MAIN_ADMIN_LIST_CHECKED"] = "Checked:";
|
||||
$MESS["MAIN_ALL"] = "(all)";
|
||||
$MESS["MAIN_ADMIN_LIST_DELETE"] = "delete";
|
||||
$MESS["MAIN_ADMIN_LIST_ACTIVATE"] = "activate";
|
||||
$MESS["MAIN_ADMIN_LIST_DEACTIVATE"] = "deactivate";
|
||||
$MESS["POST_TEXT"] = "text";
|
||||
$MESS["POST_HTML"] = "html";
|
||||
?>
|
||||
<?php
|
||||
$MESS['subscr_del_err'] = "Cannot remove the subscription address.";
|
||||
$MESS['subscr_title'] = "Subscription email addresses";
|
||||
$MESS['subscr_nav'] = "Addresses";
|
||||
$MESS['subscr_addr'] = "Address";
|
||||
$MESS['subscr_user'] = "Subscriber";
|
||||
$MESS['subscr_conf'] = "Confirmed";
|
||||
$MESS['subscr_act'] = "Active";
|
||||
$MESS['subscr_fmt'] = "Format";
|
||||
$MESS['subscr_upd'] = "Modify";
|
||||
$MESS['subscr_del_conf'] = "This action can not be undone. Delete subscription address anyway?";
|
||||
$MESS['subscr_del'] = "Delete";
|
||||
$MESS['subscr_adm_anon'] = "anonymous";
|
||||
$MESS['POST_FROM_TILL_UPDATE'] = "The \"Till\" date must be greater than the \"From\" date in the date of change field";
|
||||
$MESS['POST_FROM_TILL_INSERT'] = "The \"Till\" date must be greater than the \"From\" date in the created data field";
|
||||
$MESS['POST_WRONG_UPDATE_FROM'] = "Enter a valid date in the \"from\" field of the modification date";
|
||||
$MESS['POST_WRONG_UPDATE_TILL'] = "Enter a valid in the \"till\" field for the modification date";
|
||||
$MESS['POST_WRONG_INSERT_FROM'] = "Enter a valid date in the \"from\" field for the date of creation";
|
||||
$MESS['POST_WRONG_INSERT_TILL'] = "Enter a valid date in the \"till\" field for the date of creation";
|
||||
$MESS['POST_F_ID'] = "ID";
|
||||
$MESS['POST_F_UPDATE'] = "Modified";
|
||||
$MESS['POST_F_INSERT'] = "Created";
|
||||
$MESS['POST_F_USER'] = "Subscriber";
|
||||
$MESS['POST_F_ACTIVE'] = "Active";
|
||||
$MESS['POST_F_EMAIL'] = "Email";
|
||||
$MESS['POST_F_FORMAT'] = "Format";
|
||||
$MESS['POST_F_CONFIRMED'] = "Confirmed";
|
||||
$MESS['POST_F_DISTRIBUTION'] = "Categories";
|
||||
$MESS['POST_DATE_INSERT'] = "Created";
|
||||
$MESS['POST_F_ANONYMOUS'] = "Anonymous";
|
||||
$MESS['POST_F_USER_ID'] = "User ID";
|
||||
$MESS['POST_SAVE_ERROR'] = "Error saving subscription #";
|
||||
$MESS['subscr_save_error'] = "Error modifying the record:";
|
||||
$MESS['subscr_updated'] = "Modified";
|
||||
$MESS['subscr_conf_time'] = "Confirmation time";
|
||||
$MESS['subscr_conf_code'] = "Confirmation code";
|
||||
$MESS['subscr_confirm'] = "confirm";
|
||||
$MESS['subscr_add_title'] = "Click to add a new subscriber";
|
||||
$MESS['POST_F_FIND'] = "Find";
|
||||
$MESS['POST_F_FIND_TITLE'] = "Enter a search query";
|
||||
$MESS['subscr_user_edit_title'] = "Modify user parameters";
|
||||
$MESS['MAIN_ADMIN_LIST_SELECTED'] = "Selected:";
|
||||
$MESS['MAIN_ADD'] = "Add";
|
||||
$MESS['MAIN_ADMIN_LIST_CHECKED'] = "Checked:";
|
||||
$MESS['MAIN_ALL'] = "(all)";
|
||||
$MESS['MAIN_ADMIN_LIST_DELETE'] = "delete";
|
||||
$MESS['MAIN_ADMIN_LIST_ACTIVATE'] = "activate";
|
||||
$MESS['MAIN_ADMIN_LIST_DEACTIVATE'] = "deactivate";
|
||||
$MESS['POST_TEXT'] = "text";
|
||||
$MESS['POST_HTML'] = "html";
|
||||
|
||||
@@ -1,30 +1,29 @@
|
||||
<?
|
||||
$MESS["subscr_title_edit"] = "Edit address #";
|
||||
$MESS["subscr_title_add"] = "Add address";
|
||||
$MESS["subscr_list"] = "Address list";
|
||||
$MESS["subscr_conf"] = "Subscription confirmed:";
|
||||
$MESS["subscr_conf_code"] = "Subscription confirmation code:";
|
||||
$MESS["subscr_date_conf"] = "Date of generating confirmation code:";
|
||||
$MESS["subscr_user"] = "User (ID):";
|
||||
$MESS["subscr_active"] = "Subscription active:";
|
||||
$MESS["subscr_send_conf"] = "Send the confirmation code to the subscriber if the address changes or a new one is added:";
|
||||
$MESS["subscr_rub"] = "Newsletter categories:";
|
||||
$MESS["subscr_fmt"] = "Format:";
|
||||
$MESS["subscr_fmt_text"] = "Text";
|
||||
$MESS["subscr_date_add"] = "Created:";
|
||||
$MESS["subscr_date_upd"] = "Modified:";
|
||||
$MESS["subscr_anonym"] = "Anonymous subscriber:";
|
||||
$MESS["subscr_mnu_add"] = "Add a new subscriber";
|
||||
$MESS["subscr_mnu_del"] = "Delete this subscriber";
|
||||
$MESS["subscr_mnu_del_conf"] = "Remove the subscriber's address?";
|
||||
$MESS["subscr_templ"] = "Send message using a template from the site:";
|
||||
$MESS["subscr_tab_subscriber"] = "Subscriber";
|
||||
$MESS["subscr_tab_subscriber_title"] = "Subscription parameters";
|
||||
$MESS["subscr_tab_subscription"] = "Subscriptions";
|
||||
$MESS["subscr_tab_subscription_title"] = "Subscription topics";
|
||||
$MESS["subs_save_error"] = "Error saving subscription address.";
|
||||
$MESS["subscr_list_text"] = "List";
|
||||
$MESS["subscr_add_text"] = "Add";
|
||||
$MESS["subscr_del_text"] = "Delete";
|
||||
$MESS["subs_saved"] = "Subscription address was successfully saved.";
|
||||
?>
|
||||
<?php
|
||||
$MESS['subscr_title_edit'] = "Edit address #";
|
||||
$MESS['subscr_title_add'] = "Add address";
|
||||
$MESS['subscr_list'] = "Address list";
|
||||
$MESS['subscr_conf'] = "Subscription confirmed:";
|
||||
$MESS['subscr_conf_code'] = "Subscription confirmation code:";
|
||||
$MESS['subscr_date_conf'] = "Date of generating confirmation code:";
|
||||
$MESS['subscr_user'] = "User (ID):";
|
||||
$MESS['subscr_active'] = "Subscription active:";
|
||||
$MESS['subscr_send_conf'] = "Send the confirmation code to the subscriber if the address changes or a new one is added:";
|
||||
$MESS['subscr_rub'] = "Newsletter categories:";
|
||||
$MESS['subscr_fmt'] = "Format:";
|
||||
$MESS['subscr_fmt_text'] = "Text";
|
||||
$MESS['subscr_date_add'] = "Created:";
|
||||
$MESS['subscr_date_upd'] = "Modified:";
|
||||
$MESS['subscr_anonym'] = "Anonymous subscriber:";
|
||||
$MESS['subscr_mnu_add'] = "Add a new subscriber";
|
||||
$MESS['subscr_mnu_del'] = "Delete this subscriber";
|
||||
$MESS['subscr_mnu_del_conf'] = "Remove the subscriber's address?";
|
||||
$MESS['subscr_templ'] = "Send message using a template from the site:";
|
||||
$MESS['subscr_tab_subscriber'] = "Subscriber";
|
||||
$MESS['subscr_tab_subscriber_title'] = "Subscription parameters";
|
||||
$MESS['subscr_tab_subscription'] = "Subscriptions";
|
||||
$MESS['subscr_tab_subscription_title'] = "Subscription topics";
|
||||
$MESS['subs_save_error'] = "Error saving subscription address.";
|
||||
$MESS['subscr_list_text'] = "List";
|
||||
$MESS['subscr_add_text'] = "Add";
|
||||
$MESS['subscr_del_text'] = "Delete";
|
||||
$MESS['subs_saved'] = "Subscription address was successfully saved.";
|
||||
|
||||
@@ -1,30 +1,29 @@
|
||||
<?
|
||||
$MESS ['imp_title'] = "Import emails";
|
||||
$MESS ['imp_results'] = "Import results:";
|
||||
$MESS ['imp_results_total'] = "Total unique addresses to import:";
|
||||
$MESS ['imp_results_added'] = "Added addresses:";
|
||||
$MESS ['imp_results_err'] = "Bad addresses:";
|
||||
$MESS ['imp_delim'] = "Addresses in the list must be separated with a <b>comma</b> or started in a <b>new line</b>.";
|
||||
$MESS ['imp_file'] = "Import from file:";
|
||||
$MESS ['imp_list'] = "Import from list:";
|
||||
$MESS ['imp_send_code'] = "Send subscription confirmation code:";
|
||||
$MESS ['imp_conf'] = "Mark subscription as confirmed:";
|
||||
$MESS ['imp_user'] = "Subscribers can be added as anonymous users or as registered users.";
|
||||
$MESS ['imp_user_anonym'] = "Anonymous subscribers have no personal account on the site. Registered users have personal account and can belong to one or more user groups.";
|
||||
$MESS ['imp_add'] = "Add subscribers:";
|
||||
$MESS ['imp_add_anonym'] = "As anonymous users";
|
||||
$MESS ['imp_add_users'] = "As registered users (creating the account)";
|
||||
$MESS ['imp_send_reg'] = "Send registration information to users:";
|
||||
$MESS ['imp_add_gr'] = "Add users to groups:";
|
||||
$MESS ['imp_subscr'] = "Subscribe to categories:";
|
||||
$MESS ['imp_fmt'] = "Format:";
|
||||
$MESS ['imp_fmt_text'] = "Text";
|
||||
$MESS ['imp_butt'] = "Import addresses";
|
||||
$MESS ['imp_site'] = "Send emails using templates from the site:";
|
||||
$MESS ['subscr_imp_err1'] = "Error loading file.";
|
||||
$MESS ['subscr_imp_err2'] = "error code";
|
||||
$MESS ['subscr_send_info'] = "You have been registered.";
|
||||
$MESS ['imp_import_tab'] = "Import";
|
||||
$MESS ['imp_import_tab_title'] = "Import parameters";
|
||||
$MESS ['imp_error'] = "Error importing addresses.";
|
||||
?>
|
||||
<?php
|
||||
$MESS['imp_title'] = "Import emails";
|
||||
$MESS['imp_results'] = "Import results:";
|
||||
$MESS['imp_results_total'] = "Total unique addresses to import:";
|
||||
$MESS['imp_results_added'] = "Added addresses:";
|
||||
$MESS['imp_results_err'] = "Bad addresses:";
|
||||
$MESS['imp_delim'] = "Addresses in the list must be separated with a <b>comma</b> or started in a <b>new line</b>.";
|
||||
$MESS['imp_file'] = "Import from file:";
|
||||
$MESS['imp_list'] = "Import from list:";
|
||||
$MESS['imp_send_code'] = "Send subscription confirmation code:";
|
||||
$MESS['imp_conf'] = "Mark subscription as confirmed:";
|
||||
$MESS['imp_user'] = "Subscribers can be added as anonymous users or as registered users.";
|
||||
$MESS['imp_user_anonym'] = "Anonymous subscribers have no personal account on the site. Registered users have personal account and can belong to one or more user groups.";
|
||||
$MESS['imp_add'] = "Add subscribers:";
|
||||
$MESS['imp_add_anonym'] = "As anonymous users";
|
||||
$MESS['imp_add_users'] = "As registered users (creating the account)";
|
||||
$MESS['imp_send_reg'] = "Send registration information to users:";
|
||||
$MESS['imp_add_gr'] = "Add users to groups:";
|
||||
$MESS['imp_subscr'] = "Subscribe to categories:";
|
||||
$MESS['imp_fmt'] = "Format:";
|
||||
$MESS['imp_fmt_text'] = "Text";
|
||||
$MESS['imp_butt'] = "Import addresses";
|
||||
$MESS['imp_site'] = "Send emails using templates from the site:";
|
||||
$MESS['subscr_imp_err1'] = "Error loading file.";
|
||||
$MESS['subscr_imp_err2'] = "error code";
|
||||
$MESS['subscr_send_info'] = "You have been registered.";
|
||||
$MESS['imp_import_tab'] = "Import";
|
||||
$MESS['imp_import_tab_title'] = "Import parameters";
|
||||
$MESS['imp_error'] = "Error importing addresses.";
|
||||
|
||||
@@ -1,53 +1,52 @@
|
||||
<?
|
||||
$MESS["rub_list"] = "Category list";
|
||||
$MESS["rubric_mnu_add"] = "Add a new category";
|
||||
$MESS["rubric_mnu_edit"] = "Modify the category";
|
||||
$MESS["rubric_mnu_del"] = "Delete the category";
|
||||
$MESS["rubric_mnu_del_conf"] = "Delete the category?";
|
||||
$MESS["rub_id_not_found"] = "Category not found";
|
||||
$MESS["rub_wrong_stime"] = "Wrong format in the \"From\" field.";
|
||||
$MESS["rub_wrong_etime"] = "Wrong format in the \"To\" field.";
|
||||
$MESS["rub_name"] = "Newsletter category name";
|
||||
$MESS["rub_tmpl_name"] = "Template name:";
|
||||
$MESS["rub_tmpl_desc"] = "Template description:";
|
||||
$MESS["rub_times"] = "Time frame";
|
||||
$MESS["rub_stime"] = "From";
|
||||
$MESS["rub_etime"] = "To";
|
||||
$MESS["rub_action"] = "Check";
|
||||
$MESS["rub_action_title"] = "Template check";
|
||||
$MESS["rub_body"] = "Newsletter";
|
||||
$MESS["rub_title"] = "Review of newsletter category template #";
|
||||
$MESS["rub_ID"] = "Category ID";
|
||||
$MESS["rub_NAME"] = "Category name";
|
||||
$MESS["rub_SORT"] = "Sorting index";
|
||||
$MESS["rub_LID"] = "Show the category on the site";
|
||||
$MESS["rub_ACTIVE"] = "Active";
|
||||
$MESS["rub_DESCRIPTION"] = "Description for subscribers";
|
||||
$MESS["rub_AUTO"] = "Automatic";
|
||||
$MESS["rub_VISIBLE"] = "Publicly viewable";
|
||||
$MESS["rub_LAST_EXECUTED"] = "Most recent execution";
|
||||
$MESS["rub_FROM_FIELD"] = "From";
|
||||
$MESS["rub_DAYS_OF_MONTH"] = "Days of the month";
|
||||
$MESS["rub_DAYS_OF_WEEK"] = "Days of the week";
|
||||
$MESS["rub_TIMES_OF_DAY"] = "Time of the day";
|
||||
$MESS["rub_TEMPLATE"] = "Template";
|
||||
$MESS["rub_START_TIME"] = "From";
|
||||
$MESS["rub_END_TIME"] = "To";
|
||||
$MESS["rub_SITE_ID"] = "Show the category on the site";
|
||||
$MESS["rub_SUBJECT"] = "Newsletter subject";
|
||||
$MESS["rub_BODY_TYPE"] = "Newsletter format";
|
||||
$MESS["rub_CHARSET"] = "Newsletter encoding";
|
||||
$MESS["rub_DIRECT_SEND"] = "Send newsletter to each recipient individually";
|
||||
$MESS["rub_input_show"] = "Show template input parameters";
|
||||
$MESS["rub_input_hide"] = "Hide template input parameters";
|
||||
$MESS["rub_output_show"] = "Show newsletter fields";
|
||||
$MESS["rub_output_hide"] = "Hide newsletter fields";
|
||||
$MESS["rub_add_issue"] = "Add newsletter issue";
|
||||
$MESS["rub_add_issue_act"] = "Add newsletter issue and modify it.";
|
||||
$MESS["rub_test_tab"] = "Test";
|
||||
$MESS["rub_test_tab_title"] = "Parameters of the test";
|
||||
$MESS["rub_test_error"] = "Error testing the template. ";
|
||||
$MESS["POST_DELETE"] = "Delete";
|
||||
$MESS["POST_EDIT"] = "Edit";
|
||||
$MESS["POST_LIST"] = "List";
|
||||
?>
|
||||
<?php
|
||||
$MESS['rub_list'] = "Category list";
|
||||
$MESS['rubric_mnu_add'] = "Add a new category";
|
||||
$MESS['rubric_mnu_edit'] = "Modify the category";
|
||||
$MESS['rubric_mnu_del'] = "Delete the category";
|
||||
$MESS['rubric_mnu_del_conf'] = "Delete the category?";
|
||||
$MESS['rub_id_not_found'] = "Category not found";
|
||||
$MESS['rub_wrong_stime'] = "Wrong format in the \"From\" field.";
|
||||
$MESS['rub_wrong_etime'] = "Wrong format in the \"To\" field.";
|
||||
$MESS['rub_name'] = "Newsletter category name";
|
||||
$MESS['rub_tmpl_name'] = "Template name:";
|
||||
$MESS['rub_tmpl_desc'] = "Template description:";
|
||||
$MESS['rub_times'] = "Time frame";
|
||||
$MESS['rub_stime'] = "From";
|
||||
$MESS['rub_etime'] = "To";
|
||||
$MESS['rub_action'] = "Check";
|
||||
$MESS['rub_action_title'] = "Template check";
|
||||
$MESS['rub_body'] = "Newsletter";
|
||||
$MESS['rub_title'] = "Review of newsletter category template #";
|
||||
$MESS['rub_ID'] = "Category ID";
|
||||
$MESS['rub_NAME'] = "Category name";
|
||||
$MESS['rub_SORT'] = "Sorting index";
|
||||
$MESS['rub_LID'] = "Show the category on the site";
|
||||
$MESS['rub_ACTIVE'] = "Active";
|
||||
$MESS['rub_DESCRIPTION'] = "Description for subscribers";
|
||||
$MESS['rub_AUTO'] = "Automatic";
|
||||
$MESS['rub_VISIBLE'] = "Publicly viewable";
|
||||
$MESS['rub_LAST_EXECUTED'] = "Most recent execution";
|
||||
$MESS['rub_FROM_FIELD'] = "From";
|
||||
$MESS['rub_DAYS_OF_MONTH'] = "Days of the month";
|
||||
$MESS['rub_DAYS_OF_WEEK'] = "Days of the week";
|
||||
$MESS['rub_TIMES_OF_DAY'] = "Time of the day";
|
||||
$MESS['rub_TEMPLATE'] = "Template";
|
||||
$MESS['rub_START_TIME'] = "From";
|
||||
$MESS['rub_END_TIME'] = "To";
|
||||
$MESS['rub_SITE_ID'] = "Show the category on the site";
|
||||
$MESS['rub_SUBJECT'] = "Newsletter subject";
|
||||
$MESS['rub_BODY_TYPE'] = "Newsletter format";
|
||||
$MESS['rub_CHARSET'] = "Newsletter encoding";
|
||||
$MESS['rub_DIRECT_SEND'] = "Send newsletter to each recipient individually";
|
||||
$MESS['rub_input_show'] = "Show template input parameters";
|
||||
$MESS['rub_input_hide'] = "Hide template input parameters";
|
||||
$MESS['rub_output_show'] = "Show newsletter fields";
|
||||
$MESS['rub_output_hide'] = "Hide newsletter fields";
|
||||
$MESS['rub_add_issue'] = "Add newsletter issue";
|
||||
$MESS['rub_add_issue_act'] = "Add newsletter issue and modify it.";
|
||||
$MESS['rub_test_tab'] = "Test";
|
||||
$MESS['rub_test_tab_title'] = "Parameters of the test";
|
||||
$MESS['rub_test_error'] = "Error testing the template. ";
|
||||
$MESS['POST_DELETE'] = "Delete";
|
||||
$MESS['POST_EDIT'] = "Edit";
|
||||
$MESS['POST_LIST'] = "List";
|
||||
|
||||
@@ -1,15 +1,14 @@
|
||||
<?
|
||||
$MESS["class_post_err_email"] = "There is an invalid email in the "From" field.";
|
||||
$MESS["class_post_err_to"] = "The "To" field must be filled in for an issue that is not sent directly to each recipient.";
|
||||
$MESS["class_post_err_subj"] = "The "Subject" field must not be empty.";
|
||||
$MESS["class_post_err_text"] = "Newsletter body must not be empty.";
|
||||
$MESS["class_post_err_charset"] = "Invalid email encoding has been specified. Valid encoding options can be specified in the module's settings.";
|
||||
$MESS["class_post_err_notfound"] = "Newsletter not found.";
|
||||
$MESS["class_post_err_mail"] = "Messaging function failed when sending the newsletter.";
|
||||
$MESS["class_post_err_auto_time"] = "Wrong time format was specified for scheduling.";
|
||||
$MESS["class_post_err_status"] = "The issue has an invalid status.";
|
||||
$MESS["class_post_err_status2"] = "Illegal change of the issue status.";
|
||||
$MESS["class_post_err_status4"] = "Send Error (issue has no recipients).";
|
||||
$MESS["class_post_err_att"] = "An error occurred during attachment save.";
|
||||
$MESS["class_post_err_files_size"] = "Attachments exceed maximum size of #MAX_FILES_SIZE#.";
|
||||
?>
|
||||
<?php
|
||||
$MESS['class_post_err_email'] = "There is an invalid email in the "From" field.";
|
||||
$MESS['class_post_err_to'] = "The "To" field must be filled in for an issue that is not sent directly to each recipient.";
|
||||
$MESS['class_post_err_subj'] = "The "Subject" field must not be empty.";
|
||||
$MESS['class_post_err_text'] = "Newsletter body must not be empty.";
|
||||
$MESS['class_post_err_charset'] = "Invalid email encoding has been specified. Valid encoding options can be specified in the module's settings.";
|
||||
$MESS['class_post_err_notfound'] = "Newsletter not found.";
|
||||
$MESS['class_post_err_mail'] = "Messaging function failed when sending the newsletter.";
|
||||
$MESS['class_post_err_auto_time'] = "Wrong time format was specified for scheduling.";
|
||||
$MESS['class_post_err_status'] = "The issue has an invalid status.";
|
||||
$MESS['class_post_err_status2'] = "Illegal change of the issue status.";
|
||||
$MESS['class_post_err_status4'] = "Send Error (issue has no recipients).";
|
||||
$MESS['class_post_err_att'] = "An error occurred during attachment save.";
|
||||
$MESS['class_post_err_files_size'] = "Attachments exceed maximum size of #MAX_FILES_SIZE#.";
|
||||
|
||||
@@ -1,20 +1,19 @@
|
||||
<?
|
||||
$MESS ['class_rub_err_name'] = "Category name is required.";
|
||||
$MESS ['class_rub_err_lang'] = "Incorrect language.";
|
||||
$MESS ['class_rub_err_lang2'] = "Please set the language.";
|
||||
$MESS ['class_rub_err_from'] = "The "From" field must not be empty.";
|
||||
$MESS ['class_rub_err_dom'] = "An invalid format of the days of the month field was given.";
|
||||
$MESS ['class_rub_err_dom2'] = "An invalid format of the days of the month field was given.";
|
||||
$MESS ['class_rub_err_dow'] = "Invalid format of the days of the week field was given.";
|
||||
$MESS ['class_rub_err_dow2'] = "Invalid format of the days of the week field was given. ";
|
||||
$MESS ['class_rub_err_tod'] = "An invalid format of the time of the day field was given.";
|
||||
$MESS ['class_rub_err_tod2'] = "An invalid format of the time of the day field was given.";
|
||||
$MESS ['class_rub_err_wrong_templ'] = "Template does not exist.";
|
||||
$MESS ['class_rub_err_days_missing'] = "You must specify days of the month or days of the week to schedule automatic generation.";
|
||||
$MESS ['class_rub_err_times_missing'] = "You must specify the time of day for automatic generation. ";
|
||||
$MESS ['class_rub_err_templ_missing'] = "You must specify template for automatic generation.";
|
||||
$MESS ['class_rub_err_le_missing'] = "You must specify the time of the most recent execution in order to schedule automatic generation. ";
|
||||
$MESS ['class_rub_err_le_wrong'] = "Invalid format of the last execution time field was given.";
|
||||
$MESS ['class_rub_err_exists'] = "There are (#COUNT#) Newsletter categories linked to the site being deleted. Please delete them first or link them to another site.";
|
||||
$MESS ['class_rub_err_email'] = "There is wrong e-mail in the "From" field.";
|
||||
?>
|
||||
<?php
|
||||
$MESS['class_rub_err_name'] = "Category name is required.";
|
||||
$MESS['class_rub_err_lang'] = "Incorrect language.";
|
||||
$MESS['class_rub_err_lang2'] = "Please set the language.";
|
||||
$MESS['class_rub_err_from'] = "The "From" field must not be empty.";
|
||||
$MESS['class_rub_err_dom'] = "An invalid format of the days of the month field was given.";
|
||||
$MESS['class_rub_err_dom2'] = "An invalid format of the days of the month field was given.";
|
||||
$MESS['class_rub_err_dow'] = "Invalid format of the days of the week field was given.";
|
||||
$MESS['class_rub_err_dow2'] = "Invalid format of the days of the week field was given. ";
|
||||
$MESS['class_rub_err_tod'] = "An invalid format of the time of the day field was given.";
|
||||
$MESS['class_rub_err_tod2'] = "An invalid format of the time of the day field was given.";
|
||||
$MESS['class_rub_err_wrong_templ'] = "Template does not exist.";
|
||||
$MESS['class_rub_err_days_missing'] = "You must specify days of the month or days of the week to schedule automatic generation.";
|
||||
$MESS['class_rub_err_times_missing'] = "You must specify the time of day for automatic generation. ";
|
||||
$MESS['class_rub_err_templ_missing'] = "You must specify template for automatic generation.";
|
||||
$MESS['class_rub_err_le_missing'] = "You must specify the time of the most recent execution in order to schedule automatic generation. ";
|
||||
$MESS['class_rub_err_le_wrong'] = "Invalid format of the last execution time field was given.";
|
||||
$MESS['class_rub_err_exists'] = "There are (#COUNT#) Newsletter categories linked to the site being deleted. Please delete them first or link them to another site.";
|
||||
$MESS['class_rub_err_email'] = "There is wrong e-mail in the "From" field.";
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<?
|
||||
$MESS ['class_subscr_addr'] = "The given subscription address is incorrect.";
|
||||
$MESS ['class_subscr_addr2'] = "Subscription address already exists. Please specify another address.";
|
||||
$MESS ['class_subscr_user'] = "User does not exist.";
|
||||
$MESS ['class_subscr_perm'] = "Insufficient permissions.";
|
||||
$MESS ['class_subscr_conf'] = "Invalid subscription confirmation code. Changes not saved.";
|
||||
?>
|
||||
<?php
|
||||
$MESS['class_subscr_addr'] = "The given subscription address is incorrect.";
|
||||
$MESS['class_subscr_addr2'] = "Subscription address already exists. Please specify another address.";
|
||||
$MESS['class_subscr_user'] = "User does not exist.";
|
||||
$MESS['class_subscr_perm'] = "Insufficient permissions.";
|
||||
$MESS['class_subscr_conf'] = "Invalid subscription confirmation code. Changes not saved.";
|
||||
|
||||
@@ -1,15 +1,14 @@
|
||||
<?
|
||||
$MESS ['POST_TEXT'] = "text";
|
||||
$MESS ['POST_HTML'] = "html";
|
||||
$MESS ['POST_STATUS_DRAFT'] = "Draft";
|
||||
$MESS ['POST_STATUS_SENT'] = "Sent";
|
||||
$MESS ['POST_STATUS_PART'] = "In progress";
|
||||
$MESS ['POST_STATUS_ERROR'] = "Sent with errors";
|
||||
$MESS ['POST_STATUS_WAIT'] = "Paused";
|
||||
$MESS ['POST_WRONG_TIMESTAMP_FROM'] = "Enter correct timestamp \"from\"";
|
||||
$MESS ['POST_WRONG_TIMESTAMP_TILL'] = "Enter correct timestamp \"till\"";
|
||||
$MESS ['POST_WRONG_DATE_SENT_FROM'] = "Enter a valid sent date in the \"from\" field";
|
||||
$MESS ['POST_WRONG_DATE_SENT_TILL'] = "Enter a valid sent date in the \"till\" field";
|
||||
$MESS ['POST_WRONG_AUTO_FROM'] = "Enter a valid sending time in the \"from\" field";
|
||||
$MESS ['POST_WRONG_AUTO_TILL'] = "Enter a valid sending time in the \"till\" field";
|
||||
?>
|
||||
<?php
|
||||
$MESS['POST_TEXT'] = "text";
|
||||
$MESS['POST_HTML'] = "html";
|
||||
$MESS['POST_STATUS_DRAFT'] = "Draft";
|
||||
$MESS['POST_STATUS_SENT'] = "Sent";
|
||||
$MESS['POST_STATUS_PART'] = "In progress";
|
||||
$MESS['POST_STATUS_ERROR'] = "Sent with errors";
|
||||
$MESS['POST_STATUS_WAIT'] = "Paused";
|
||||
$MESS['POST_WRONG_TIMESTAMP_FROM'] = "Enter correct timestamp \"from\"";
|
||||
$MESS['POST_WRONG_TIMESTAMP_TILL'] = "Enter correct timestamp \"till\"";
|
||||
$MESS['POST_WRONG_DATE_SENT_FROM'] = "Enter a valid sent date in the \"from\" field";
|
||||
$MESS['POST_WRONG_DATE_SENT_TILL'] = "Enter a valid sent date in the \"till\" field";
|
||||
$MESS['POST_WRONG_AUTO_FROM'] = "Enter a valid sending time in the \"from\" field";
|
||||
$MESS['POST_WRONG_AUTO_TILL'] = "Enter a valid sending time in the \"till\" field";
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user