1<?php 2/** 3 * English language file for bibtex plugin 4 * 5 * @author Till Biskup <till@till-biskup> 6 */ 7 8// menu entry for admin plugins 9// $lang['menu'] = 'Your menu entry'; 10 11// custom language strings for the plugin 12// $lang['fixme'] = 'FIXME'; 13$lang['editorabbrev'] = 'Hg.'; 14$lang['pageabbrev'] = 'S.'; 15$lang['pagesabbrev'] = 'S.'; 16$lang['chapterabbrev'] = 'Kap.'; 17$lang['mastersthesis'] = 'Diplomarbeit'; 18$lang['phdthesis'] = 'Dissertation'; 19$lang['techreport'] = 'Technische Abhandlung'; 20$lang['unpublished'] = 'unveröffentlicht'; 21 22 23//Setup VIM: ex: et ts=4 : 24