[PLUGINS] +set de base
[lhc/web/www.git] / www / plugins / spip_piwik_2_0 / lang / piwik_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/piwik?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 // A
11 'action_creer_site' => 'Create the site',
12 'action_recuperer_liste' => 'Retrieve the list of sites',
13
14 // C
15 'cfg_description_piwik' => 'You can specify your piwik identifier here, as well as the the address of your statistics server.',
16 'cfg_erreur_recuperation_data' => 'There was a server communication problem - please check the address and token',
17 'cfg_erreur_token' => 'Your identification token is invalid',
18 'cfg_erreur_user_token' => 'The username and token do not match each other.',
19
20 // E
21 'explication_adresse_serveur' => 'Enter the URL address without "http://" or "https://" and without the final slash',
22 'explication_creer_site' => 'The link below enables you to create a site on the Piwik server which will then be available from the list.Check that you have correctly entered the address and name of your SPIP site before clicking, as these are the details will be used later.',
23 'explication_exclure_ips' => 'To nominate several addresses to be excluded, separate them with semi-colons',
24 'explication_identifiant_site' => 'The list of sites available on the Piwik server has been automatically retrieved using the submitted details. Select the one you wish to use from the list below',
25 'explication_mode_insertion' => 'There are two methods for inserting the code pages required to make the plugin work correctly: either with the "insert_head" pipeline (an automatic method with only minor configurations possible), or by inserting a tag (a manual method of including the #PIWIK tag at the bottom of your pages), which is fully configurable.',
26 'explication_recuperer_liste' => 'The link below is used to retrieve the lists of sites that your account can manage on the Piwik server.',
27 'explication_restreindre_statut_prive' => 'Select the user statuses which will not be taken into account in the private zone statistics',
28 'explication_restreindre_statut_public' => 'Select the user statuses which will not be taken into account in the public zone statistics',
29 'explication_token' => 'The identification token is available in your personal preferences or in the API section on your Piwik server',
30
31 // I
32 'info_aucun_site_compte' => 'There are no sites associated with your Piwik account.',
33 'info_aucun_site_compte_demander_admin' => 'You need to ask an administrator of your Piwik server to add a matching site.',
34
35 // L
36 'label_adresse_serveur' => 'URL address of the server (https:// or http://)',
37 'label_comptabiliser_prive' => 'Include visits to the private space',
38 'label_creer_site' => 'Create a site on the Piwik server',
39 'label_exclure_ips' => 'Exclude certain IP addresses',
40 'label_identifiant_site' => 'The identifier of your site on the Piwik server',
41 'label_mode_insertion' => 'Insert mode for the public pages',
42 'label_piwik_user' => 'Piwik user account',
43 'label_recuperer_liste' => 'Retrieve the list of sites on the Piwik server',
44 'label_restreindre_auteurs_prive' => 'Restrict certain logged in users (private)',
45 'label_restreindre_auteurs_public' => 'Restrict certain logged in users (public)',
46 'label_restreindre_statut_prive' => 'Restrict certain user statuses in the private zone',
47 'label_restreindre_statut_public' => 'Restrict certain user statuses in the public zone',
48 'label_token' => 'Identification token on the server',
49
50 // M
51 'mode_insertion_balise' => 'Insert using the #PIWIK tag (you must modify your templates)',
52 'mode_insertion_pipeline' => 'Automatic insertion using the "insert_head" pipeline',
53
54 // P
55 'piwik' => 'Piwik',
56
57 // T
58 'texte_votre_identifiant' => 'Your identifier',
59 'textes_url_piwik' => 'Your piwik server'
60 );
61
62 ?>