xref: /plugin/upgrade/lang/en/lang.php (revision 34aae6db7e6952fa49c22c6dc013e0e2d0dff57a)
1<?php
2/**
3 * English language file for update plugin
4 *
5 * @author Andreas Gohr <andi@splitbrain.org>
6 */
7
8// menu entry for admin plugins
9$lang['menu'] = 'Wiki Upgrade';
10
11// custom language strings for the plugin
12// $lang['fixme'] = 'FIXME';
13
14
15
16//Setup VIM: ex: et ts=4 enc=utf-8 :
17