[SPIP] ~maj 3.0.10 --> 3.0.14
[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' => 'The rank of the article in the popularity rating is indicated in the margin; the popularity of the article (an estimation of the number of daily visits it receives if the current flow of consultation continues) and the number of visits received since the beginning are displayed in the tooltip that appears when the mouse is hovering the title.',
48 'texte_signification' => 'Dark bars represent cumulative entries (total subsections), light bars represent the number of visits for each section.',
49 'titre_evolution_visite' => 'Visitor Statistics',
50 'titre_liens_entrants' => 'Incoming links',
51 'titre_page_statistiques' => 'Statistics by section',
52 'titre_page_statistiques_visites' => 'Visit statistics',
53
54 // V
55 'visites_journalieres' => 'Number of visits per day',
56 'visites_mensuelles' => 'Number of visits per month'
57 );
58
59 ?>