Категории услуг и удаление latest из блога

This commit is contained in:
Konstantin
2026-05-30 10:13:44 +03:00
parent e45a057ffa
commit 95ac0ef898
37 changed files with 1959 additions and 827 deletions
@@ -1,33 +0,0 @@
<?php
// * @source See SOURCE.txt for source and other copyright.
// * @license GNU General Public License version 3; see LICENSE.txt
// Heading
$_['heading_title'] = 'Блог';
// Text
$_['text_product'] = 'Статьи';
$_['text_display'] = 'Вид:';
$_['text_sort'] = 'Сортировка:';
$_['text_limit'] = 'На странице:';
$_['text_sort_date'] = 'дате';
$_['text_list'] = 'списком';
$_['text_grid'] = 'таблицей';
$_['text_sort_by'] = 'Сортировать по:';
$_['text_sort_name'] = 'названию';
$_['text_sort_rated'] = 'рейтингу';
$_['text_sort_viewed'] = 'просмотрам';
$_['text_views'] = 'Просмотров:';
$_['text_date_asc'] = 'Дата (по возрастанию)';
$_['text_date_desc'] = 'Дата (по убыванию)';
$_['text_viewed_asc'] = 'Просмотрам (по возрастанию)';
$_['text_viewed_desc'] = 'Просмотрам (по убыванию)';
$_['text_rating_asc'] = 'Рейтингу (по возрастанию)';
$_['text_rating_desc'] = 'Рейтингу (по убыванию)';
$_['text_name_asc'] = 'Названию (по возрастанию)';
$_['text_name_desc'] = 'Названию (по убыванию)';
$_['text_default'] = 'По умолчанию';
$_['text_empty'] = 'В блоге нет записей.';
$_['button_more'] = 'подробнее';
?>
@@ -3,5 +3,3 @@
// * @license GNU General Public License version 3; see LICENSE.txt
// Text
$_['text_blog'] = 'Блог';
$_['text_all'] = 'Смотреть Весь';