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

19 lines
774 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}['viewCat'] = array(
'search_results' => "Результаты Поиска",
'sale_items' => "Позиции Распродажи ",
'image' => "Изображение",
'description' => "Описание",
'name' => "Название ",
'price' => "Цена",
'location' => "Место нахождения:",
'buy' => "Купить",
'more' => "Еще",
'sort' => 'Сортировать',
'out_of_stock' => "НЕТ В НАЛИЧИИ",
'no_products_match' => "Извините, нет продуктов соответствующих запросу '%s'. Возможно ключевые слова слишком общие.",
'no_prods_in_cat' => "В этой категории нет продуктов."
);
?>