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' => "Estad&iacute;sticas de la Tienda",
'stats_choose_view' => "Por favor elija las estad&iacute;sticas que le gustar&iacute;a ver:",
'stats_search_terms' => "Buscar Clave de T&eacute;rmino",
'stats_product_name_key' => "Clave de Producto",
'stats_sales' => "Ventas",
'stats_product_pop' => "Popularidad de Producto (Por Vistas)",
'stats_product_pop_sales' => "Popularidad de Producto (Por Ventas)",
'stats_percent' => "Porcentaje de Consultas Totales",
'stats_search_term' => "Buscar T&eacute;rmino",
'stats_cust_online' => "Clientes Conectados",
'stats_sorry_no_data' => "Disculpe, no hay datos para mostrar.",
'stats_product_views' => "Porcentaje de Vistas totales de Producto",
'stats_product_sales' => "Porcentaje de Ventas totales de Producto",
'stats_product_pop_ordered_by' => "Popularidad de Producto (Ordenado por Vistas)",
'stats_cust_active' => "Clientes que han estado activos en los &uacute;ltimos 15 mins.",
'stats_hash' => "#",
'stats_customer' => "Cliente",
'stats_location' => "Ubicaci&oacute;n",
'stats_sess_start_time' => "Hora de Inicio de Sesi&oacute;n",
'stats_last_click_time' => "Hora del &Uacute;ltimo Clic",
'stats_last_ip_address' => "Direcci&oacute;n IP",
'stats_sess_length' => "Duraci&oacute;n de la Sesi&oacute;n",
'stats_geust' => "Invitado",
'stats_signed_in' => "Sesi&oacute;n Iniciada",
'stats_monthly_sales' => "Ventas Mensuales",
'stats_month_01' => "ENE",
'stats_month_02' => "FEB",
'stats_month_03' => "MAR",
'stats_month_04' => "ABR",
'stats_month_05' => "MAY",
'stats_month_06' => "JUN",
'stats_month_07' => "JULI",
'stats_month_08' => "AGO",
'stats_month_09' => "SEP",
'stats_month_10' => "OCT",
'stats_month_11' => "NOV",
'stats_month_12' => "DIC",
'stats_by_year' => "Por A&ntilde;o Comenzando:",
'stats_reset' => "Restablecer",
'stats_monthly_sales_chart' => "Ventas Mensuales (%s)",
'stats_month_of_yr_chart' => "Mes del A&ntilde;o",
'stats_sales_vol' => "Volumen de Ventas (%s)",
'stats_hourly_sales' => "Ventas por Hora",
'stats_by_day' => "Por D&iacute;a Comenzando:",
'stats_hourly_sales_chart' => "Ventas por Hora (%s)",
'stats_hours_of_day' => "Horas del D&iacute;a",
'stats_daily_sales' => "Ventas Diarias",
'stats_by_day' => "Por D&iacute;a Comenzando:",
'stats_daily_sales_chart' => "Ventas Diarias (%s)",
'stats_days_of_month' => "D&iacute;as del Mes",
'stats_rank' => "Rango",
'stats_prod_name' => "Nombre de Producto",
'stats_search_word' => "Buscar Palabra",
'stats_views' => "Vistas",
'stats_searches' => "B&uacute;squedas",
'stats_quan_sold' => "Cantidad Vendida",
'stats_percent_total' => "Porcentaje del Total (%s)",
'stats_mins' => "Mins",
);
?>