first commit

This commit is contained in:
Konstantin
2026-05-30 09:27:58 +03:00
commit de0344d218
2371 changed files with 661486 additions and 0 deletions
@@ -0,0 +1,33 @@
<?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'] = 'подробнее';
?>