Files
bobsleighphotos.com/_cubecart/CubeCart-4.3.0/language/ru/admin/admin_stats.inc.php
2017-03-02 20:30:40 -06:00

63 lines
3.2 KiB
PHP
Executable File
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}['admin'] = array(
'stats_store_stats' => "Статистика Магазина",
'stats_choose_view' => "Пожалуйста, выберите статистику для просмотра:",
'stats_search_terms' => "Условия Поиска",
'stats_product_name_key' => "Ключ Продукта ",
'stats_sales' => "Продажи",
'stats_product_pop' => "Популярность Продукта (По количеству просмотров)",
'stats_product_pop_sales' => "Популярность Продукта (По количеству продаж)",
'stats_percent' => "Процент Посещений (Всего)",
'stats_search_term' => "Условия Поиска",
'stats_cust_online' => "Клиенты Online",
'stats_sorry_no_data' => "Извините, нет данных для отображения. ",
'stats_product_views' => "Процент всех Просмотров Продукта ",
'stats_product_sales' => "Процент всех Продаж Продукта ",
'stats_product_pop_ordered_by' => "Популярность Продукта (Упорядочено по количеству Просмотров)",
'stats_cust_active' => "Клиенты, которые были активны в последние 15 мин. ",
'stats_hash' => "#",
'stats_customer' => "Клиент",
'stats_location' => "Место нахождения",
'stats_sess_start_time' => "Начало Сессии ",
'stats_last_click_time' => "Время Последнего Клика",
'stats_last_ip_address' => "IP Адрес",
'stats_sess_length' => "Длительность Сессии ",
'stats_geust' => "Гость",
'stats_signed_in' => "Вошел в систему ",
'stats_monthly_sales' => "Продажи Месяца",
'stats_month_01' => "ЯНВ",
'stats_month_02' => "ФЕВ",
'stats_month_03' => "МАР",
'stats_month_04' => "АПР",
'stats_month_05' => "МАЙ",
'stats_month_06' => "ИЮНЬ",
'stats_month_07' => "ИЮЛЬ",
'stats_month_08' => "АВГ",
'stats_month_09' => "СЕН",
'stats_month_10' => "ОКТ ",
'stats_month_11' => "НОЯ",
'stats_month_12' => "ДЕК",
'stats_by_year' => "С Начала Года:",
'stats_reset' => "Сброс",
'stats_monthly_sales_chart' => "Месячные Продажи (%s)",
'stats_month_of_yr_chart' => "Месяц Года",
'stats_sales_vol' => "Объем Продаж (%s)",
'stats_hourly_sales' => "Часовые Продажи",
'stats_by_day' => "С Начала Дня:",
'stats_hourly_sales_chart' => "Часовые Продажи (%s)",
'stats_hours_of_day' => "Часы Дня",
'stats_daily_sales' => "Дневные Продажи ",
'stats_by_day' => "С Начала Дня:",
'stats_daily_sales_chart' => "Дневные Продажи (%s)",
'stats_days_of_month' => "Дни Месяца",
'stats_rank' => "Рейтинг",
'stats_prod_name' => "Название Продукта ",
'stats_search_word' => "Слова Поиска",
'stats_views' => "Просмотры",
'stats_searches' => "Поиски",
'stats_quan_sold' => "Количество Проданного",
'stats_percent_total' => "Общий Процент ",
'stats_mins' => "Мин",
);
?>