63 lines
2.5 KiB
PHP
Executable File
63 lines
2.5 KiB
PHP
Executable File
<?php
|
|
$lv = !$langBully ? "lang" : "bully";
|
|
${$lv}['admin'] = array(
|
|
'stats_store_stats' => "Winkelstatistieken",
|
|
'stats_choose_view' => "Kies de statistieken die je wil zien:",
|
|
'stats_search_terms' => "Zoekterm Trefwoord",
|
|
'stats_product_name_key' => "Product Trefwoord",
|
|
'stats_sales' => "Verkopen",
|
|
'stats_product_pop' => "Product Populariteit (Volgens aantal keer bekeken)",
|
|
'stats_product_pop_sales' => "Product Populariteit (volgens verkopen)",
|
|
'stats_percent' => "Percentage van totaal aantal Hits",
|
|
'stats_search_term' => "Zoekterm",
|
|
'stats_cust_online' => "Klanten Online",
|
|
'stats_sorry_no_data' => "Er zijn geen gegevens om weer te geven.",
|
|
'stats_product_views' => "Percentage van totaal aantal Product Views",
|
|
'stats_product_sales' => "Percentage van totale verkoop van Product",
|
|
'stats_product_pop_ordered_by' => "Product Populariteit (Besteld per Views)",
|
|
'stats_cust_active' => "Klanten die tijdens de laatste 15min actief waren.",
|
|
'stats_hash' => "#",
|
|
'stats_customer' => "Klant",
|
|
'stats_location' => "Locatie",
|
|
'stats_sess_start_time' => "Aanvangtijd Sessie",
|
|
'stats_last_click_time' => "Laatste klik tijd",
|
|
'stats_last_ip_address' => "IP Adres",
|
|
'stats_sess_length' => "Sessie duur",
|
|
'stats_geust' => "Gast",
|
|
'stats_signed_in' => "Ingelogd",
|
|
'stats_monthly_sales' => "Maandelijkse verkoop",
|
|
'stats_month_01' => "JAN",
|
|
'stats_month_02' => "FEB",
|
|
'stats_month_03' => "MAA",
|
|
'stats_month_04' => "APR",
|
|
'stats_month_05' => "MEI",
|
|
'stats_month_06' => "JUN",
|
|
'stats_month_07' => "JUL",
|
|
'stats_month_08' => "AUG",
|
|
'stats_month_09' => "SEP",
|
|
'stats_month_10' => "OKT",
|
|
'stats_month_11' => "NOV",
|
|
'stats_month_12' => "DEC",
|
|
'stats_by_year' => "Per jaar beginnend:",
|
|
'stats_reset' => "Reset",
|
|
'stats_monthly_sales_chart' => "Maandelijkse verkopen (%s)",
|
|
'stats_month_of_yr_chart' => "Maand van het jaar",
|
|
'stats_sales_vol' => "Verkoopsvolume (%s)",
|
|
'stats_hourly_sales' => "Verkopen per uur",
|
|
'stats_by_day' => "Per dag beginnend:",
|
|
'stats_hourly_sales_chart' => "Verkopen per uur (%s)",
|
|
'stats_hours_of_day' => "Uren van de dag",
|
|
'stats_daily_sales' => "Dagelijkse verkoop",
|
|
'stats_by_day' => "Per dag beginnend:",
|
|
'stats_daily_sales_chart' => "Dagelijkse Verkoop (%s)",
|
|
'stats_days_of_month' => "Dagen van de maand",
|
|
'stats_rank' => "Rangschikking",
|
|
'stats_prod_name' => "Productnaam",
|
|
'stats_search_word' => "Zoekterm",
|
|
'stats_views' => "Views",
|
|
'stats_searches' => "Zoekopdrachten",
|
|
'stats_quan_sold' => "Verkochte hoeveelheid",
|
|
'stats_percent_total' => "Percentage van Totaal(%s)",
|
|
'stats_mins' => "Minuten",
|
|
);
|
|
?>
|