1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-04 18:08:19 +03:00
ifhub.club/application/plugins/topicsimilar/frontend/i18n/ru.php
Alexander Yakovlev 6ffb382f72
Чиним плагин похожих публикаций
Чтобы не показывал будущие посты, а то спойлерит
2021-05-13 18:53:22 +07:00

45 lines
1.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/*-------------------------------------------------------
*
* Plugin name: Topic Similar
* Author: Chiffa
* Web: http://goweb.pro
*
---------------------------------------------------------
*/
/**
* Русский языковой файл плагина
*/
return [
'config' => [
'position' => [
'name' => 'Позиция блока',
'description' => 'Перед комментариями, После комментариев, Сайдбар сайта',
],
'block' => [
'row' => [
'name' => 'Количество выводимых записей',
'description' => 'От 1 до 100',
],
'priority' => [
'name' => 'Приоритет блока',
'description' => 'Чем больше приоритет, тем выше блок по сравнению с другими блоками (актуально для позиции Сайдбар)',
],
],
],
'config_sections' => [
'main' => [
'name' => 'Основные настройки',
'description' => '',
],
'block' => [
'name' => 'Настройки блока',
'description' => '',
],
],
'block' => [
'title' => 'Похожие публикации',
]
];