1*f64dbc90SAndreas Gohr<?php 2*f64dbc90SAndreas Gohr/** 3*f64dbc90SAndreas Gohr * English language file for authpdo plugin 4*f64dbc90SAndreas Gohr * 5*f64dbc90SAndreas Gohr * @author Andreas Gohr <andi@splitbrain.org> 6*f64dbc90SAndreas Gohr */ 7*f64dbc90SAndreas Gohr 8*f64dbc90SAndreas Gohr// menu entry for admin plugins 9*f64dbc90SAndreas Gohr// $lang['menu'] = 'Your menu entry'; 10*f64dbc90SAndreas Gohr 11*f64dbc90SAndreas Gohr// custom language strings for the plugin 12*f64dbc90SAndreas Gohr// $lang['fixme'] = 'FIXME'; 13*f64dbc90SAndreas Gohr 14*f64dbc90SAndreas Gohr 15*f64dbc90SAndreas Gohr 16*f64dbc90SAndreas Gohr//Setup VIM: ex: et ts=4 : 17