Вход Регистрация
Файл: apwa/language/ru/mods/recent_topics.php
Строк: 55
<?php
/**
*
* recent_topics [Russian]
*
* @package language
* @version $Id: recent_topics.php,v 1.0.1 2009/01/10 15:07:24 nissin Exp $
* @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
    exit;
}

if (empty(
$lang) || !is_array($lang))
{
    
$lang = array();
}

// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine

// Email settings
$lang array_merge($lang, array(
    
// recent
    
'RECENT_NEWS'        => 'Новое',
    
'RECENT_TOPICS'        => 'Последние темы',
    
'RECENT_ANN'        => 'Объявления',
    
'RECENT_ANNO_TEXT'    => 'Новости',

    
// Блок администраторского раздела
    
'ACP_RECENT_TOPICS'                => 'Вывод новых тем',
    
'ACP_RECENT_TOPICS_EXPLAIN'        => 'Настройка модуля вывода новых тем, объявлений и популярных тем на главной странице',
    
'RECENT_ENABLE'                    => 'Модуль новых тем включен',
    
'RECENT_ANNO_POST'                => 'Анонсы конференции',
    
'RECENT_ANNO_POST_EXPLAIN'        => 'Текст этого сообщения показывается в секции новостей на главной странице конференции.',
    
'RECENT_EXCLUDE_FORUM'            => 'ID форумов, исключенных из показа',
    
'RECENT_EXCLUDE_FORUM_EXPLAIN'    => 'Темы из этих форумов не будут показываться в блоке новых тем. Номера должны разделяться запятыми.',
    
'RECENT_MAX_TOPIC'                => 'Максимальное число выводимых строк',
    
'RECENT_TITLE_LIMIT'            => 'Длина выводимой строки',
    
'RECENT_TITLE_LIMIT_EXPLAIN'    => 'Ноль для снятия ограничения',
));

?>
Онлайн: 0
Реклама