Initial commit
This commit is contained in:
62
production/language/it/admin/admin_stats.inc.php
Normal file
62
production/language/it/admin/admin_stats.inc.php
Normal file
@@ -0,0 +1,62 @@
|
||||
<?php
|
||||
$lv = !$langBully ? "lang" : "bully";
|
||||
${$lv}['admin'] = array(
|
||||
'stats_store_stats' => "Statistiche Magazzino",
|
||||
'stats_choose_view' => "Prego scegliere le statistiche che gradiresti visionare:",
|
||||
'stats_search_terms' => "Cerca Codice Termine",
|
||||
'stats_product_name_key' => "Codice Prodotto",
|
||||
'stats_sales' => "Vendite",
|
||||
'stats_product_pop' => "Popolarità Prodotto (da Visite)",
|
||||
'stats_product_pop_sales' => "Popolarità Prodotto (da Vendite)",
|
||||
'stats_percent' => "Percentuale dei Successi Totali",
|
||||
'stats_search_term' => "Cerca Termine",
|
||||
'stats_cust_online' => "Clienti Online",
|
||||
'stats_sorry_no_data' => "Spiacenti, non ci sono dati da mostrare.",
|
||||
'stats_product_views' => "Percentuale delle recenzioni totali del prodotto",
|
||||
'stats_product_sales' => "Percentuale delle vendite totali del prodotto",
|
||||
'stats_product_pop_ordered_by' => "Popolarità del Prodotto (Ordinato per visualizzazioni)",
|
||||
'stats_cust_active' => "Clienti che sono stati attivi negli ultimi 15 minuti.",
|
||||
'stats_hash' => "#",
|
||||
'stats_customer' => "Cliente",
|
||||
'stats_location' => "Località",
|
||||
'stats_sess_start_time' => "Ora di Inizio Sessione",
|
||||
'stats_last_click_time' => "Ora Ultimo Clic",
|
||||
'stats_last_ip_address' => "Indirizzo Address",
|
||||
'stats_sess_length' => "Lunghezza Sessione",
|
||||
'stats_geust' => "Visitatore",
|
||||
'stats_signed_in' => "Iscritto",
|
||||
'stats_monthly_sales' => "Vendite Mensili",
|
||||
'stats_month_01' => "GEN",
|
||||
'stats_month_02' => "FEB",
|
||||
'stats_month_03' => "MAR",
|
||||
'stats_month_04' => "APR",
|
||||
'stats_month_05' => "MAG",
|
||||
'stats_month_06' => "GIU",
|
||||
'stats_month_07' => "LUG",
|
||||
'stats_month_08' => "AGO",
|
||||
'stats_month_09' => "SET",
|
||||
'stats_month_10' => "OTT",
|
||||
'stats_month_11' => "NOV",
|
||||
'stats_month_12' => "DIC",
|
||||
'stats_by_year' => "Ad inizio anno:",
|
||||
'stats_reset' => "Ripristino",
|
||||
'stats_monthly_sales_chart' => "Vendite Mensili (%s)",
|
||||
'stats_month_of_yr_chart' => "Mese dell'Anno",
|
||||
'stats_sales_vol' => "Volume Vendite (%s)",
|
||||
'stats_hourly_sales' => "Vendite Orarie",
|
||||
'stats_by_day' => "Ad Inizio Giornata:",
|
||||
'stats_hourly_sales_chart' => "Vendite Orarie (%s)",
|
||||
'stats_hours_of_day' => "Ore del Giorno",
|
||||
'stats_daily_sales' => "Vendite Giornaliere",
|
||||
'stats_by_day' => "Ad Inizio Giornata:",
|
||||
'stats_daily_sales_chart' => "Vendite Giornaliere (%s)",
|
||||
'stats_days_of_month' => "Giorni del Mese",
|
||||
'stats_rank' => "Classifica",
|
||||
'stats_prod_name' => "Nome Prodotto",
|
||||
'stats_search_word' => "Cerca Parola",
|
||||
'stats_views' => "Visualizzazioni",
|
||||
'stats_searches' => "Ricerche",
|
||||
'stats_quan_sold' => "Quantità Venduta",
|
||||
'stats_percent_total' => "Percentuale sul Totale (%s)"
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user