main.php 1.2 KB

1234567891011121314151617181920
  1. <?php
  2. $GLOBALS["__l10n"]["Bibliography"] = "Bibliographie";
  3. $GLOBALS["__l10n"]["Index"] = "Index";
  4. $GLOBALS["__l10n"]["Abstract"] = "R&eacute;sum&eacute;";
  5. $GLOBALS["__l10n"]["Keyword(s)"] = "Mot-cl&eacute;(s)";
  6. $GLOBALS["__l10n"]["References index"] = "Indexe des r&eacute;f&eacute;rences";
  7. $GLOBALS["__l10n"]["Complete Bibliography"] = "Bibliographie compl&egrave;te";
  8. $GLOBALS["__l10n"]["Complete authors list"] = "Liste compl&egrave;te des auteurs";
  9. $GLOBALS["__l10n"]["Publication of"] = "Liste des publications de ";
  10. $GLOBALS["__l10n"]["Publication of year"] = "Liste des publications de l'ann&eacute;e ";
  11. $GLOBALS["__l10n"]["Publication about"] = "Liste des publications traitant de ";
  12. $GLOBALS["__l10n"]['Selection by category'] = "S&eacute;lection par cat&eacute;gorie";
  13. $GLOBALS["__l10n"]['Selection by year'] = "S&eacute;lection par ann&eacute;e";
  14. $GLOBALS["__l10n"]['Selection by keyword'] = "S&eacute;lection par mots-cl&eacute;";
  15. $GLOBALS["__l10n"]['Selection by author'] = "S&eacute;lection par auteur";
  16. $GLOBALS["__l10n"]['Selection by author initial'] = "S&eacute;lection de l'auteur par initial";
  17. $GLOBALS["__l10n"]["Disclaimer"] = "Disclaimer";
  18. $GLOBALS["__l10n"]["sort by"] = "tri&eacute; par";
  19. ?>