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,62 @@
<?php
$lv = !$langBully ? "lang" : "bully";
${$lv}['admin'] = array(
'stats_store_stats' => "Statistiques du magasin",
'stats_choose_view' => "Veuillez choisir les statistiques que vous auriez voulu visualiser:",
'stats_search_terms' => "Cl&eacute; de terme de recherche",
'stats_product_name_key' => "Cl&eacute; du produit",
'stats_sales' => "Ventes",
'stats_product_pop' => "Popularit&eacute; du produit (par visualisation)",
'stats_product_pop_sales' => " Popularit&eacute; du produit (par vente)",
'stats_percent' => "Pourcentage de contacts au total de pages",
'stats_search_term' => "Terme de recherche",
'stats_cust_online' => "Clients en ligne",
'stats_sorry_no_data' => "D&eacute;sol&eacute;, il n'y a pas de donn&eacute;es &agrave; montrer.",
'stats_product_views' => "Pourcentage de visualisations au total",
'stats_product_sales' => "Pourcentage de ventes du produit au total",
'stats_product_pop_ordered_by' => "Popularit&eacute; du produit (Command&eacute; par visualisation)",
'stats_cust_active' => "Les clients qui n'ont pas &eacute;t&eacute; actifs pendant les 15 derni&egrave;res minutes.",
'stats_hash' => "#",
'stats_customer' => "Client",
'stats_location' => "Localisation",
'stats_sess_start_time' => "Heure de d&eacute;but de session",
'stats_last_click_time' => "Heure du dernier click",
'stats_last_ip_address' => "Adresse IP",
'stats_sess_length' => "Longueur de la session",
'stats_geust' => "H&ocirc;te",
'stats_signed_in' => "Inscrit",
'stats_monthly_sales' => "Ventes mensuelles",
'stats_month_01' => "JAN",
'stats_month_02' => "FEV",
'stats_month_03' => "MAR",
'stats_month_04' => "AVR",
'stats_month_05' => "MAI",
'stats_month_06' => "JUIN",
'stats_month_07' => "JUIL",
'stats_month_08' => "AOÛT",
'stats_month_09' => "SEP",
'stats_month_10' => "OCT",
'stats_month_11' => "NOV",
'stats_month_12' => "D&Eacute;C",
'stats_by_year' => "Par ann&eacute;e commen&ccedil;ant:",
'stats_reset' => "R&eacute;initialiser",
'stats_monthly_sales_chart' => "Ventes mensuelles (%s)",
'stats_month_of_yr_chart' => "Mois de l'ann&eacute;e",
'stats_sales_vol' => "Volume de vente (%s)",
'stats_hourly_sales' => "Ventes par heure",
'stats_by_day' => "Par jour commen&ccedil;ant:",
'stats_hourly_sales_chart' => "Ventes par heure (%s)",
'stats_hours_of_day' => "Heures du jour",
'stats_daily_sales' => "Ventes quotidiennes",
'stats_by_day' => "Par jour commen&ccedil;ant:",
'stats_daily_sales_chart' => "Ventes quotidiennes (%s)",
'stats_days_of_month' => "Jours du mois",
'stats_rank' => "Rang",
'stats_prod_name' => "Nom du produit",
'stats_search_word' => "Mot de recherche",
'stats_views' => "Visualisations",
'stats_searches' => "Recherches",
'stats_quan_sold' => "Quantit&eacute; vendue",
'stats_percent_total' => "Pourcentage du Total (%s)"
);
?>