[PLUGINS] +Menu_Lang_lien
[ptitvelo/web/www.git] / www / plugins / spip-bonux-3 / lang / spip_bonux_en.php
diff --git a/www/plugins/spip-bonux-3/lang/spip_bonux_en.php b/www/plugins/spip-bonux-3/lang/spip_bonux_en.php
new file mode 100644 (file)
index 0000000..80fe663
--- /dev/null
@@ -0,0 +1,36 @@
+<?php
+// This is a SPIP language file  --  Ceci est un fichier langue de SPIP
+// extrait automatiquement de http://trad.spip.net/tradlang_module/spip_bonux?lang_cible=en
+// ** ne pas modifier le fichier **
+
+if (!defined('_ECRIRE_INC_VERSION')) return;
+
+$GLOBALS[$GLOBALS['idx_lang']] = array(
+
+       // A
+       'afficher_calendrier' => 'Show the calendar',
+       'annee_precedente' => 'Previous year',
+       'annee_suivante' => 'Next year',
+       'annuler_recherche' => 'Cancel the search',
+
+       // B
+       'bouton_fermer' => 'Close',
+
+       // E
+       'erreur_date' => 'This date is incorrect',
+       'erreur_date_corrigee' => 'The date has been corrected',
+       'erreur_heure' => 'This hour is incorrect',
+       'erreur_heure_corrigee' => 'The hour has been corrected',
+
+       // I
+       'id_rapide' => 'Ajout rapide',
+
+       // M
+       'mois_precedent' => 'Previous month',
+       'mois_suivant' => 'Next month',
+
+       // P
+       'pages' => 'Pages'
+);
+
+?>