xref: /plugin/struct/lang/en/lang.php (revision 2987727967455b4335cb8dba900196317113c849)
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['menu_assignments'] = 'Struct Schema Assignments';
11
12$lang['edithl'] = 'Editing Schema <i>%s</i>';
13$lang['create'] = 'Create new Schema';
14$lang['schemaname'] = 'Schema Name:';
15$lang['save'] = 'Save';
16$lang['createhint'] = 'Please note: schemas can not be renamed later';
17
18$lang['duplicate_label'] = "Label <code>%s</code> already exists in schema, second occurance was renamed it to <code>%s</code>.";
19
20$lang['validation_prefix'] = "Field [%s]: ";
21
22$lang['Exception noschemas'] = 'There have been no schemas given to load columns from';
23$lang['Exception nocolname'] = 'No column name given';
24
25$lang['tablefilteredby'] = 'Filtered by %s';
26$lang['tableresetfilter'] = 'Show all (remove filter/sort)';
27
28//Setup VIM: ex: et ts=4 :
29