xref: /plugin/struct/lang/en/settings.php (revision d2b31c9b2b42ab6635b261d1f4bcd72551c4ffbf)
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