xref: /plugin/struct/lang/en/lang.php (revision 68f853e0373bbbc8d9d98c4906bfc42ad0c64572)
1<?php
2/**
3 * English language file for struct plugin
4 *
5 * @author Andreas Gohr, Michael Große <dokuwiki@cosmocode.de>
6 */
7
8
9$lang['menu'] = 'Struct Schema Editor';
10$lang['edithl'] = 'Editing Schema <i>%s</i>';
11$lang['create'] = 'Create new Schema';
12$lang['schemaname'] = 'Schema Name:';
13$lang['save'] = 'Save';
14$lang['createhint'] = 'Please note: schemas can not be renamed later';
15$lang[''] = '';
16$lang[''] = '';
17$lang[''] = '';
18
19
20
21//Setup VIM: ex: et ts=4 :
22