1*70316b84SAndreas Gohr<?php 2*70316b84SAndreas Gohr/** 3*70316b84SAndreas Gohr * English language file for @@PLUGIN_NAME@@ plugin 4*70316b84SAndreas Gohr * 5*70316b84SAndreas Gohr * @author @@AUTHOR_NAME@@ <@@AUTHOR_MAIL@@> 6*70316b84SAndreas Gohr */ 7*70316b84SAndreas Gohr 8*70316b84SAndreas Gohr// menu entry for admin plugins 9*70316b84SAndreas Gohr// $lang['menu'] = 'Your menu entry'; 10*70316b84SAndreas Gohr 11*70316b84SAndreas Gohr// custom language strings for the plugin 12*70316b84SAndreas Gohr// $lang['fixme'] = 'FIXME'; 13*70316b84SAndreas Gohr 14