Files
bobsleighphotos.com/production/language/ru/includes/content/search.inc.php
2017-03-02 20:30:40 -06:00

14 lines
571 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
$lv = !$langBully ? "lang" : "bully";
${$lv}['search'] = array(
'search_title' => "Расширенный Поиск",
'search_keyword' => "Ключевые Слова:",
'search_price' => "Цена:",
'search_instock' => "Только имеющееся в наличии",
'search_category' => "Категории",
'search_category_help' => "Нажмите и удерживайте кнопку Ctrl/Command чтобы выбрать несколько категорий.",
'search_submit' => 'Подтвердить',
'search_reset' => 'Сброс'
);
?>