Initial commit

This commit is contained in:
Ben Ramey
2017-03-02 20:30:40 -06:00
commit ab3c6fc8d5
10773 changed files with 515124 additions and 0 deletions

View File

@@ -0,0 +1,63 @@
<?php
$lv = !$langBully ? "lang" : "bully";
${$lv}['admin'] = array(
'stats_store_stats' => "Store Statistics",
'stats_choose_view' => "Please choose the statistics you would like to view:",
'stats_search_terms' => "Search Term Key",
'stats_product_name_key' => "Product Key",
'stats_sales' => "Sales",
'stats_product_pop' => "Product Popularity (By Views)",
'stats_product_pop_sales' => "Product Popularity (By Sales)",
'stats_percent' => "Percentage of Total Hits",
'stats_search_term' => "Search Term",
'stats_cust_online' => "Customers Online",
'stats_sorry_no_data' => "Sorry, there is no data to show.",
'stats_product_views' => "Percentage of total Product Views",
'stats_product_sales' => "Percentage of total Product Sales",
'stats_product_pop_ordered_by' => "Product Popularity (Ordered by Views)",
'stats_cust_active' => "Customers who have been active in the last 15 mins.",
'stats_hash' => "#",
'stats_customer' => "Customer",
'stats_location' => "Location",
'stats_sess_start_time' => "Session Start Time",
'stats_last_click_time' => "Last Click Time",
'stats_last_ip_address' => "IP Address",
'stats_sess_length' => "Session Length",
'stats_geust' => "Guest",
'stats_signed_in' => "Signed In",
'stats_monthly_sales' => "Monthly Sales",
'stats_month_01' => "JAN",
'stats_month_02' => "FEB",
'stats_month_03' => "MAR",
'stats_month_04' => "APR",
'stats_month_05' => "MAY",
'stats_month_06' => "JUN",
'stats_month_07' => "JULY",
'stats_month_08' => "AUG",
'stats_month_09' => "SEP",
'stats_month_10' => "OCT",
'stats_month_11' => "NOV",
'stats_month_12' => "DEC",
'stats_by_year' => "By Year Commencing:",
'stats_reset' => "Reset",
'stats_monthly_sales_chart' => "Monthly Sales (%s)",
'stats_month_of_yr_chart' => "Month of the Year",
'stats_sales_vol' => "Sales Volume (%s)",
'stats_hourly_sales' => "Hourly Sales",
'stats_by_day' => "By Day Commencing:",
'stats_hourly_sales_chart' => "Hourly Sales (%s)",
'stats_hours_of_day' => "Hours of the Day",
'stats_daily_sales' => "Daily Sales",
'stats_by_day' => "By Day Commencing:",
'stats_daily_sales_chart' => "Daily Sales (%s)",
'stats_days_of_month' => "Days of the Month",
'stats_rank' => "Rank",
'stats_prod_name' => "Product Name",
'stats_search_word' => "Search Word",
'stats_views' => "Views",
'stats_searches' => "Searches",
'stats_quan_sold' => "Quantity Sold",
'stats_percent_total' => "Percentage of Total (%s)",
'stats_mins' => "Mins",
);
?>