Вход Регистрация
Файл: forsoc.ru/ext/paybas/recenttopics/language/en/info_acp_recenttopics.php
Строк: 87
<?php
/**
 *
 * @package Recent Topics Extension
 * English translation by PayBas
 *
 * @copyright (c) 2015 PayBas
 * @license GNU General Public License, version 2 (GPL-2.0)
 *
 * Based on the original NV Recent Topics by Joas Schilling (nickvergessen)
 *
 */

if (!defined('IN_PHPBB'))
{
    exit;
}
if (empty(
$lang) || !is_array($lang))
{
    
$lang = array();
}

$lang array_merge($lang, array(
    
'RECENT_TOPICS'                    => 'Recent Topics',
    
'RECENT_TOPICS_LIST'            => 'Display on "recent topics"',
    
'RECENT_TOPICS_LIST_EXPLAIN'    => 'Enable to display topics in this forum in the "recent topics" extension.',

    
'RT_CONFIG'                        => 'Configuration',
    
'RT_ANTI_TOPICS'                => 'Excluded topics',
    
'RT_ANTI_TOPICS_EXP'            => 'The IDs of topics to exclude, seperated by ", " (Example: 7, 9)<br />If you don&#39;t want to exclude a topic, just enter 0.',
    
'RT_MIN_TOPIC_LEVEL'            => 'Minimum topic type level',
    
'RT_MIN_TOPIC_LEVEL_EXP'        => 'Determines the minimum level of the topic-type to display. It will only display topics of the set level, and higher.<br />(0 = normal, 1 = sticky, 2 = announcement, 3 = global announcement)',
    
'RT_NUMBER'                        => 'Recent topics',
    
'RT_NUMBER_EXP'                    => 'Number of topics to display.',
    
'RT_PAGE_NUMBER'                => 'Recent topics pages',
    
'RT_PAGE_NUMBER_EXP'            => 'You can display more recent topics using pagination. Just enter 1 to disable this feature. If you enter 0 there will be as much pages as needed to display all topics of your forum (not advised).',
    
'RT_PARENTS'                    => 'Display parent forums',
    
'RT_PARENTS_EXP'                => 'Display parent forums inside the topic row of recent topics.',
    
'RT_SORT_START_TIME'            => 'Sort by topic start time',
    
'RT_SORT_START_TIME_EXP'        => 'Enable to sort recent topics by the starting time of the topic, instead of the last post time.',
    
'RT_UNREADONLY'                    => 'Only display unread topics',
    
'RT_UNREADONLY_EXP'                => 'Enable to only display unread topics (whether they are "recent" or not). This function uses the same settings (excluding forums/topics etc.) as normal mode. Note: this only works for logged-in users; guests will get the normal list.',

    
'RT_VIEW_ON'                    => 'Display recent topics on:',
));
Онлайн: 1
Реклама