From 8aaf313eb1a37c9fdb73f33c919ec884a70fc4dc Mon Sep 17 00:00:00 2001 From: pherum83 Date: Tue, 30 Aug 2011 11:32:20 +0000 Subject: [PATCH] r270 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit кодировка git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@270 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293 --- upload/config.php | 2 +- upload/config_mods.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/upload/config.php b/upload/config.php index 28a7160ef..6cb9e77b8 100644 --- a/upload/config.php +++ b/upload/config.php @@ -53,7 +53,7 @@ $bb_cfg = $tr_cfg = $page_cfg = array(); // Increase number of revision after update $bb_cfg['tp_version'] = '2.1 Stable'; -$bb_cfg['tp_release_state'] = 'R269'; +$bb_cfg['tp_release_state'] = 'R270'; $bb_cfg['tp_release_date'] = '30-08-2011'; // Database diff --git a/upload/config_mods.php b/upload/config_mods.php index 009acca98..3d6a52619 100644 --- a/upload/config_mods.php +++ b/upload/config_mods.php @@ -13,8 +13,8 @@ if (!defined('BB_ROOT')) die(basename(__FILE__)); -$bb_cfg['board_disabled_msg'] = ' '; // 'forums temporarily disabled'; // show this msg if board has been disabled via ON/OFF trigger -$bb_cfg['srv_overloaded_msg'] = ", \n "; +$bb_cfg['board_disabled_msg'] = 'форум временно отключен'; // 'forums temporarily disabled'; // show this msg if board has been disabled via ON/OFF trigger +$bb_cfg['srv_overloaded_msg'] = "Извините, в данный момент сервер перегружен\nПопробуйте повторить запрос через несколько минут"; // Advanced Report Hack $bb_cfg['reports_enabled'] = true;