[SPIP] +installation version 3.0.10
[lhc/web/www.git] / www / plugins-dist / statistiques / lang / statistiques_en.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 // extrait automatiquement de http://trad.spip.net/tradlang_module/statistiques?lang_cible=en
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) return;
7
8 $GLOBALS[$GLOBALS['idx_lang']] = array(
9
10 // B
11 'bouton_effacer_referers' => 'Delete only incoming links',
12 'bouton_effacer_statistiques' => 'Delete all statistics',
13
14 // C
15 'csv' => 'csv',
16
17 // I
18 'icone_evolution_visites' => 'Number of visits <br />@visites@ visits',
19 'icone_repartition_actuelle' => 'Show current distribution',
20 'icone_repartition_visites' => 'Distribution of Visits',
21 'icone_statistiques_visites' => 'Statistics',
22 'info_affichier_visites_articles_plus_visites' => 'Show visits for <b>the most popular articles of all time:</b>',
23 'info_comment_lire_tableau' => 'How to read this graph',
24 'info_forum_statistiques' => 'Visit statistics',
25 'info_popularite_2' => 'site popularity:',
26 'info_popularite_3' => 'popularity: @popularite@; visits: @visites@',
27 'info_popularite_5' => 'popularity:',
28 'info_previsions' => 'forecasts:',
29 'info_question_vignettes_referer' => 'When you consult the statistics, you can see a preview of any referring sites from which a visitor came. ',
30 'info_question_vignettes_referer_oui' => 'Show screenshots of referring sites',
31 'info_visites' => 'visits:',
32 'info_visites_plus_populaires' => 'Show visits for <b>the most popular articles</b> and <b>the most recent articles:</b>',
33 'info_zoom' => 'zoom',
34 'item_gerer_statistiques' => 'Manage visitor statistics',
35
36 // O
37 'onglet_origine_visites' => 'Visitors came from',
38 'onglet_repartition_debut' => 'of all time',
39 'onglet_repartition_lang' => 'Distribution by language',
40
41 // R
42 'resume' => 'Resume',
43
44 // T
45 'texte_admin_effacer_stats' => 'This command deletes all statistics on visits to the site, including article popularity.',
46 'texte_admin_effacer_toutes_stats' => 'The first button deletes all statistics: visits, articles popularity and referers.',
47 'texte_comment_lire_tableau' => 'Articles are ranked by popularity.
48 Mouseover any article\'s title to
49 show its popularity (i.e. estimated number
50 of daily visits it will have if the
51 current trend continues), and the
52 number of visits recorded since it was
53 first published.',
54 'texte_signification' => 'Dark bars represent cumulative entries (total subsections), light bars represent the number of visits for each section.',
55 'titre_evolution_visite' => 'Visitor Statistics',
56 'titre_liens_entrants' => 'Incoming links',
57 'titre_page_statistiques' => 'Statistics by section',
58 'titre_page_statistiques_visites' => 'Visit statistics',
59
60 // V
61 'visites_journalieres' => 'Number of visits per day',
62 'visites_mensuelles' => 'Number of visits per month'
63 );
64
65 ?>