<?php
$exploreErrors = array(
  'editPg' => array ('en' => "No information at this time. Registered users can edit the page.",
                     'es' => "No hay información en este momento.  Puede introducir información en el wiki en ",
                     'fr' => "Aucune information pour le moment. Les utilisateurs enregistrés peuvent modifier la page."),
  'noInfo' => array ('en' => "No information at this time. You can enter information in the wiki at",
                     'es' => "No hay información en este momento.  Puede introducir información en el wiki en ",
                     'fr' => "Aucune information pour le moment. Vous pouvez entrer des informations dans le wiki "),
  'ckBack' => array ('en' => " Otherwise check back later for updates.",
                     'es' => " De lo contrario, vuelva más tarde para las actualizaciones.",
                     'fr' => " Sinon, revenez plus tard pour les mises à jour."),
  'unDefn' => array ('en' => "This is an undefined geographical level for this area. Additional defined levels may follow.",
                     'es' => "Este es no un nivel definido para esta área geográfica. Otros niveles definidos  pueden seguir.",
                     'fr' => "Ce niveau géographique n'est pas défini pour cette zone. Niveaux définis peuvent suivre."),
  'noMore' => array ('en' => "There are no additional levels.", 
                     'es' => "No hay niveles adicionales.",
                     'fr' => "Il n'y a pas de niveaux supplémentaires."),
  'mtBotm' => array ('en' => "This is an undefined geographical level for this area.",
                     'es' => "Este es no un nivel definido para esta área geográfica.",
                     'fr' => "Ce niveau géographique n'est pas défini pour cette zone."),
  'update' => array ('en' => "Select Go to Edit to exit drill down mode and access this page. You can then edit it with Edit button at bottom of page.",
                     'es' => "Select Edit to exit drill down mode and access this page for editing with standard Edit button at bottom of page.",
                     'fr' => "Sélectionnez Modifier pour quitter le mode drill down et accéder à cette page pour l'édition avec bouton Modifier norme en bas de page.")
);
?>