xref: /plugin/struct/lang/en/lang.php (revision a1603abdf31ce3c771afa9c516cbb6119c21af7d)
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
21$lang['Exception noschemas'] = 'There have been no schemas given to load columns from';
22$lang['Exception nocolname'] = 'No column name given';
23$lang['searchex_'] = '';
24$lang['searchex_'] = '';
25
26
27
28//Setup VIM: ex: et ts=4 :
29