Fork of bibtexbrowser for static publications lists on the website of the ZRD Saar
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
1.0 KiB

  1. <?php
  2. global $BIBTEXBROWSER_LANG;
  3. $BIBTEXBROWSER_LANG=array();
  4. $BIBTEXBROWSER_LANG['Bachelor\'s thesis'] = "Bachelorarbeit";
  5. $BIBTEXBROWSER_LANG['Books'] = 'Bücher';
  6. $BIBTEXBROWSER_LANG['Book Chapters'] = "Buchbeiträge";
  7. $BIBTEXBROWSER_LANG['Chapter in'] = "Kapitel in";
  8. $BIBTEXBROWSER_LANG['In'] = "In";
  9. $BIBTEXBROWSER_LANG['Master\'s thesis'] = "Masterarbeit";
  10. $BIBTEXBROWSER_LANG['no.'] = "Nr.";
  11. $BIBTEXBROWSER_LANG['No date'] = "Kein Datum";
  12. $BIBTEXBROWSER_LANG['No publications present'] = "Keine Publikationen vorhanden";
  13. $BIBTEXBROWSER_LANG['Other Publications'] = "Andere Veröffentlichungen";
  14. $BIBTEXBROWSER_LANG['pp.'] = "S.";
  15. $BIBTEXBROWSER_LANG['PhD thesis'] = "Dissertation";
  16. $BIBTEXBROWSER_LANG['Refereed Articles'] = "Zeitschriftenbeiträge";
  17. $BIBTEXBROWSER_LANG['Refereed Conference Papers'] = "Konferenzbeiträge";
  18. $BIBTEXBROWSER_LANG['Refereed Workshop Papers'] = "Workshopbeiträge";
  19. $BIBTEXBROWSER_LANG['Technical report'] = "Technischer Bericht";
  20. $BIBTEXBROWSER_LANG['vol.'] = "Bd.";
  21. @define('LAST_AUTHOR_SEPARATOR',' und ');
  22. ?>