From dfeaadaabea9ab02aae813347454585514a2c1be Mon Sep 17 00:00:00 2001 From: "torrent.rus.ec@gmail.com" Date: Wed, 18 Jul 2012 19:08:05 +0000 Subject: [PATCH] r446 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Перевод комментов в ланге. git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@446 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293 --- upload/config.php | 2 +- upload/language/lang_english/lang_main.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/upload/config.php b/upload/config.php index cc0f4c51e..64ec53428 100644 --- a/upload/config.php +++ b/upload/config.php @@ -56,7 +56,7 @@ $domain_name = (!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : $do // Increase number of revision after update $bb_cfg['tp_version'] = '2.5 Beta'; -$bb_cfg['tp_release_state'] = 'R445'; +$bb_cfg['tp_release_state'] = 'R446'; $bb_cfg['tp_release_date'] = '18-07-2012'; // Database diff --git a/upload/language/lang_english/lang_main.php b/upload/language/lang_english/lang_main.php index 59e5bbd75..767889c20 100644 --- a/upload/language/lang_english/lang_main.php +++ b/upload/language/lang_english/lang_main.php @@ -1719,7 +1719,7 @@ $lang['POST_UNPIN'] = 'Unpin first post'; $lang['POST_PINNED'] = 'First post pinned'; $lang['POST_UNPINNED'] = 'First post unpinned'; -// Управление моими сообщениями +// Management of my messages $lang['GOTO_MY_MESSAGE'] = 'Close and return to the list "My Messages"'; $lang['DEL_MY_MESSAGE'] = 'Selected topics are removed from the "My Messages"'; $lang['NO_TOPICS_MY_MESSAGE'] = 'No topics found in the list of your posts (maybe you have already removed them)'; @@ -1730,7 +1730,7 @@ $lang['DEL_LIST_MY_MESSAGE'] = 'Delete the selected topic from the list'; $lang['DEL_LIST_MY_MESSAGE_INFO'] = 'After removal of up to update the entire list it can be shown already deleted threads'; $lang['DEL_LIST_INFO'] = 'To delete an order from the list, click on the icon to the left of the names of any section'; -//Отслеживаемые темы +// Watched topics $lang['WATCHED_TOPICS'] = 'Watched Topics'; $lang['NO_WATCHED_TOPICS'] = 'You are not watching any topics';