<?php
/**
 * English language file for bibtex plugin
 *
 * @author Till Biskup <till@till-biskup>
 */

// menu entry for admin plugins
// $lang['menu'] = 'Your menu entry';

// custom language strings for the plugin
// $lang['fixme'] = 'FIXME';
$lang['editorabbrev'] = 'Hg.';
$lang['pageabbrev'] = 'S.';
$lang['pagesabbrev'] = 'S.';
$lang['chapterabbrev'] = 'Kap.';
$lang['mastersthesis'] = 'Diplomarbeit';
$lang['phdthesis'] = 'Dissertation';
$lang['techreport'] = 'Technische Abhandlung';
$lang['unpublished'] = 'unveröffentlicht';


//Setup VIM: ex: et ts=4 :
