Files
dominik/public/admin/language/ru-ru/search/search.php
T
2026-05-30 09:27:58 +03:00

18 lines
1.0 KiB
PHP

<?php
// * @source See SOURCE.txt for source and other copyright.
// * @license GNU General Public License version 3; see LICENSE.txt
// Heading
$_['text_search_options'] = 'Опции поиска';
$_['text_catalog'] = 'Каталог';
$_['text_customers'] = 'Покупатели';
$_['text_orders'] = 'Заказы';
$_['text_products'] = 'Товары';
$_['text_categories'] = 'Категории';
$_['text_manufacturers'] = 'Производители';
$_['text_catalog_placeholder'] = 'Название, Код товара, SKU';
$_['text_customers_placeholder'] = 'Фамилия, Имя, E-Mail';
$_['text_orders_placeholder'] = 'Номер заказа, Номер счета, Фамилия, Имя, E-mail';
$_['text_search_placeholder'] = 'Поиск';
$_['text_no_result'] = '- Нет результатов -';
$_['text_order_id'] = 'Номер заказа: ';