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'] = 'Ed.'; 14$lang['pageabbrev'] = 'p.'; 15$lang['pagesabbrev'] = 'pp.'; 16$lang['chapterabbrev'] = 'ch.'; 17$lang['mastersthesis'] = 'Masters thesis'; 18$lang['phdthesis'] = 'PhD thesis'; 19$lang['techreport'] = 'Technical report'; 20$lang['unpublished'] = 'unpublished'; 21 22 23//Setup VIM: ex: et ts=4 : 24