From c47008ecafdee23e50ff6cd1015ddde2ff36a3b1 Mon Sep 17 00:00:00 2001 From: Rinat Date: Wed, 29 Jun 2016 19:29:23 +0500 Subject: [PATCH 1/2] remove typo in misc, remove UTC-04:30 in profile --- Russian/misc.php | 2 +- Russian/profile.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Russian/misc.php b/Russian/misc.php index 1bd71d0..1836c16 100644 --- a/Russian/misc.php +++ b/Russian/misc.php @@ -11,7 +11,7 @@ 'Form e-mail errors' => 'Внимание! Исправьте следующие ошибки для отправки вашего письма:', 'No e-mail subject' => 'Необходимо ввести тему письма.', 'No e-mail message' => 'Необходимо ввести текст письма.', -'Too long e-mail subject' => 'Тема не может быть длиннее %s символов.',*/ +'Too long e-mail subject' => 'Тема не может быть длиннее %s символов.', 'Too long e-mail message' => 'Длина вашего сообщения — %s байт. Это превышает лимит форума в %s байт.', 'Email flood' => 'Должно пройти не менее %s секунд между отправками писем. Пожалуйста, подождите немного и попробуйте ещё раз.', 'E-mail sent redirect' => 'Письмо отправлено.', diff --git a/Russian/profile.php b/Russian/profile.php index 15aa29f..ad04f15 100644 --- a/Russian/profile.php +++ b/Russian/profile.php @@ -146,7 +146,6 @@ 'UTC-07:00' => '(UTC-07:00) Горное время', 'UTC-06:00' => '(UTC-06:00) Центральное время', 'UTC-05:00' => '(UTC-05:00) Восточное время', -'UTC-04:30' => '(UTC-04:30) Венесуэла', 'UTC-04:00' => '(UTC-04:00) Атлантическое время', 'UTC-03:30' => '(UTC-03:30) Ньюфаундленд', 'UTC-03:00' => '(UTC-03:00) Амазонка, Центральная Гренландия', From 8893b26d09f1482d153a97394247f56a11582a03 Mon Sep 17 00:00:00 2001 From: Rinat Date: Wed, 29 Jun 2016 19:42:51 +0500 Subject: [PATCH 2/2] added "Do not reply..." --- Russian/mail_templates/new_reply.tpl | 1 + Russian/mail_templates/new_reply_full.tpl | 3 ++- Russian/mail_templates/new_topic.tpl | 3 ++- Russian/mail_templates/new_topic_full.tpl | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Russian/mail_templates/new_reply.tpl b/Russian/mail_templates/new_reply.tpl index ada3afc..3aaab7d 100644 --- a/Russian/mail_templates/new_reply.tpl +++ b/Russian/mail_templates/new_reply.tpl @@ -9,3 +9,4 @@ Subject: Ответ в теме: -- +(Не отвечайте на это сообщение) \ No newline at end of file diff --git a/Russian/mail_templates/new_reply_full.tpl b/Russian/mail_templates/new_reply_full.tpl index be667e6..4524a9a 100644 --- a/Russian/mail_templates/new_reply_full.tpl +++ b/Russian/mail_templates/new_reply_full.tpl @@ -15,4 +15,5 @@ Subject: Ответ в теме: Для отказа от подписки посетите: -- - \ No newline at end of file + +(Не отвечайте на это сообщение) \ No newline at end of file diff --git a/Russian/mail_templates/new_topic.tpl b/Russian/mail_templates/new_topic.tpl index f476a99..a1ee40f 100644 --- a/Russian/mail_templates/new_topic.tpl +++ b/Russian/mail_templates/new_topic.tpl @@ -7,4 +7,5 @@ Subject: Новая тема в форуме: Для отказа от подписки посетите: -- - \ No newline at end of file + +(Не отвечайте на это сообщение) \ No newline at end of file diff --git a/Russian/mail_templates/new_topic_full.tpl b/Russian/mail_templates/new_topic_full.tpl index 270b8bc..aa195ba 100644 --- a/Russian/mail_templates/new_topic_full.tpl +++ b/Russian/mail_templates/new_topic_full.tpl @@ -15,3 +15,4 @@ Subject: Новая тема в разделе: -- +(Не отвечайте на это сообщение) \ No newline at end of file