[CSS] +fix page header and title color
[lhc/web/www.git] / www / plugins / spip-bonux-3 / lang / spip_bonux_en.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 // extrait automatiquement de https://trad.spip.net/tradlang_module/spip_bonux?lang_cible=en
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) {
7 return;
8 }
9
10 $GLOBALS[$GLOBALS['idx_lang']] = array(
11
12 // A
13 'afficher_calendrier' => 'Display the calendar',
14 'annee_precedente' => 'Previous year',
15 'annee_suivante' => 'Next year',
16 'annuler_recherche' => 'Cancel the search',
17
18 // B
19 'bouton_fermer' => 'Close',
20
21 // E
22 'erreur_date' => 'This date is incorrect',
23 'erreur_date_corrigee' => 'The date has been corrected',
24 'erreur_heure' => 'This hour is incorrect',
25 'erreur_heure_corrigee' => 'The hour has been corrected',
26
27 // I
28 'id_rapide' => 'Ajout rapide',
29
30 // M
31 'mois_precedent' => 'Previous month',
32 'mois_suivant' => 'Next month',
33
34 // P
35 'pages' => 'Pages'
36 );