Initial commit
This commit is contained in:
63
production/language/es/admin/admin_stats.inc.php
Normal file
63
production/language/es/admin/admin_stats.inc.php
Normal file
@@ -0,0 +1,63 @@
|
||||
<?php
|
||||
$lv = !$langBully ? "lang" : "bully";
|
||||
${$lv}['admin'] = array(
|
||||
'stats_store_stats' => "Estadísticas de la Tienda",
|
||||
'stats_choose_view' => "Por favor elija las estadísticas que le gustaría ver:",
|
||||
'stats_search_terms' => "Buscar Clave de Té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é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 últimos 15 mins.",
|
||||
'stats_hash' => "#",
|
||||
'stats_customer' => "Cliente",
|
||||
'stats_location' => "Ubicación",
|
||||
'stats_sess_start_time' => "Hora de Inicio de Sesión",
|
||||
'stats_last_click_time' => "Hora del Último Clic",
|
||||
'stats_last_ip_address' => "Dirección IP",
|
||||
'stats_sess_length' => "Duración de la Sesión",
|
||||
'stats_geust' => "Invitado",
|
||||
'stats_signed_in' => "Sesió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ño Comenzando:",
|
||||
'stats_reset' => "Restablecer",
|
||||
'stats_monthly_sales_chart' => "Ventas Mensuales (%s)",
|
||||
'stats_month_of_yr_chart' => "Mes del Año",
|
||||
'stats_sales_vol' => "Volumen de Ventas (%s)",
|
||||
'stats_hourly_sales' => "Ventas por Hora",
|
||||
'stats_by_day' => "Por Día Comenzando:",
|
||||
'stats_hourly_sales_chart' => "Ventas por Hora (%s)",
|
||||
'stats_hours_of_day' => "Horas del Día",
|
||||
'stats_daily_sales' => "Ventas Diarias",
|
||||
'stats_by_day' => "Por Día Comenzando:",
|
||||
'stats_daily_sales_chart' => "Ventas Diarias (%s)",
|
||||
'stats_days_of_month' => "Días del Mes",
|
||||
'stats_rank' => "Rango",
|
||||
'stats_prod_name' => "Nombre de Producto",
|
||||
'stats_search_word' => "Buscar Palabra",
|
||||
'stats_views' => "Vistas",
|
||||
'stats_searches' => "Búsquedas",
|
||||
'stats_quan_sold' => "Cantidad Vendida",
|
||||
'stats_percent_total' => "Porcentaje del Total (%s)",
|
||||
'stats_mins' => "Mins",
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user