[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / auto / spip-bonux / lang / spip_bonux_en.php
1 <?php
2
3 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
4 if (!defined("_ECRIRE_INC_VERSION")) return;
5
6 $GLOBALS[$GLOBALS['idx_lang']] = array(
7
8 'afficher_calendrier' => 'Show the calendar',
9 'annee_precedente' => 'Previous year',
10 'annee_suivante' => 'Next year',
11 'annuler_recherche' => 'Cancel the search',
12
13 'bouton_fermer' => "Close",
14
15 'erreur_date' => 'This date is incorrect',
16 'erreur_date_corrigee' => 'The date has been corrected',
17 'erreur_heure' => 'This hour is incorrect',
18 'erreur_heure_corrigee' => 'The hour has been corrected',
19
20 'mois_precedent' => 'Previous month',
21 'mois_suivant' => 'Next month',
22 'id_rapide' => 'Quick add',
23 'pages' => 'Pages',
24
25
26 );
27
28
29 ?>