first commit. dokuwiki.
[h2N7SspZmY.git] / lib / plugins / pagelist / lang / en / lang.php
blob8edb399dd8dbf312c9049ed24807ff66619de5a0
1 <?php
2 /**
3 * English language file
5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author Esther Brunner <wikidesign@gmail.com>
7 */
9 // custom language strings for the plugin
10 $lang['page'] = 'Page';
11 $lang['date'] = 'Date';
12 $lang['user'] = 'User';
13 $lang['desc'] = 'Description';
15 //Setup VIM: ex: et ts=2 enc=utf-8 :