1<?php 2/** 3 * english language file for struct plugin 4 * 5 * @author Andreas Gohr, Michael Große <dokuwiki@cosmocode.de> 6 */ 7 8// keys need to match the config setting name 9$lang['dformat'] = 'Date format (see PHP\'s <a href="http://php.net/manual/en/function.date.php#refsect1-function.date-parameters">date</a> function)'; 10 11 12 13//Setup VIM: ex: et ts=4 : 14