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

17 lines
771 B
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
// * @source See SOURCE.txt for source and other copyright.
// * @license GNU General Public License version 3; see LICENSE.txt
// Heading
$_['heading_title'] = 'Страница не найдена';
// Text
$_['text_eyebrow'] = 'Ошибка 404';
$_['text_error'] = 'Похоже, эта страница больше не доступна или адрес был введён с ошибкой.';
$_['text_hint'] = 'Вернитесь на главную, посмотрите каталог через поиск или напишите нам — поможем найти нужную вещь.';
// Button
$_['button_home'] = 'На главную';
$_['button_search'] = 'К поиску';
$_['button_contact'] = 'Написать нам';