1234567891011121314151617181920 |
- <?php
- $GLOBALS["__l10n"]["Bibliography"] = "Bibliographie";
- $GLOBALS["__l10n"]["Index"] = "Index";
- $GLOBALS["__l10n"]["Abstract"] = "Résumé";
- $GLOBALS["__l10n"]["Keyword(s)"] = "Mot-clé(s)";
- $GLOBALS["__l10n"]["References index"] = "Indexe des références";
- $GLOBALS["__l10n"]["Complete Bibliography"] = "Bibliographie complète";
- $GLOBALS["__l10n"]["Complete authors list"] = "Liste complète des auteurs";
- $GLOBALS["__l10n"]["Publication of"] = "Liste des publications de ";
- $GLOBALS["__l10n"]["Publication of year"] = "Liste des publications de l'année ";
- $GLOBALS["__l10n"]["Publication about"] = "Liste des publications traitant de ";
- $GLOBALS["__l10n"]['Selection by category'] = "Sélection par catégorie";
- $GLOBALS["__l10n"]['Selection by year'] = "Sélection par année";
- $GLOBALS["__l10n"]['Selection by keyword'] = "Sélection par mots-clé";
- $GLOBALS["__l10n"]['Selection by author'] = "Sélection par auteur";
- $GLOBALS["__l10n"]['Selection by author initial'] = "Sélection de l'auteur par initial";
- $GLOBALS["__l10n"]["Disclaimer"] = "Disclaimer";
- $GLOBALS["__l10n"]["sort by"] = "trié par";
- ?>
|