xref: /plugin/struct/lang/en/lang.php (revision f87e1c10e65702e545803a5ea32e8f9699dba6a3)
1549a0837SAndreas Gohr<?php
2549a0837SAndreas Gohr/**
3549a0837SAndreas Gohr * English language file for struct plugin
4549a0837SAndreas Gohr *
5549a0837SAndreas Gohr * @author Andreas Gohr, Michael Große <dokuwiki@cosmocode.de>
6549a0837SAndreas Gohr */
7549a0837SAndreas Gohr
8549a0837SAndreas Gohr
91dbaf557SAndreas Gohr$lang['menu'] = 'Struct Schema Editor';
1040b81cabSAndreas Gohr$lang['menu_assignments'] = 'Struct Schema Assignments';
1140b81cabSAndreas Gohr
121dbaf557SAndreas Gohr$lang['edithl'] = 'Editing Schema <i>%s</i>';
131dbaf557SAndreas Gohr$lang['create'] = 'Create new Schema';
141dbaf557SAndreas Gohr$lang['schemaname'] = 'Schema Name:';
151dbaf557SAndreas Gohr$lang['save'] = 'Save';
161dbaf557SAndreas Gohr$lang['createhint'] = 'Please note: schemas can not be renamed later';
1715929be2SAndreas Gohr
18a1603abdSAndreas Gohr$lang['duplicate_label'] = "Label <code>%s</code> already exists in schema, second occurance was renamed it to <code>%s</code>.";
1915929be2SAndreas Gohr
2017560ecbSAndreas Gohr$lang['validation_prefix'] = "Field [%s]: ";
2115929be2SAndreas Gohr
22daebf1aaSAndreas Gohr$lang['Validation Exception Integer needed'] = 'only integers are allowed';
23daebf1aaSAndreas Gohr
245511bd5bSAndreas Gohr$lang['Exception noschemas'] = 'There have been no schemas given to load columns from';
255511bd5bSAndreas Gohr$lang['Exception nocolname'] = 'No column name given';
26549a0837SAndreas Gohr
2793485d71SMichael Große$lang['sort']      = 'Sort by this column';
2893485d71SMichael Große$lang['next']      = 'Next page';
2993485d71SMichael Große$lang['prev']      = 'Previous page';
3093485d71SMichael Große
31*f87e1c10SMichael Große$lang['none']      = 'Nothing found';
32*f87e1c10SMichael Große
3329877279SMichael Große$lang['tablefilteredby'] = 'Filtered by %s';
3429877279SMichael Große$lang['tableresetfilter'] = 'Show all (remove filter/sort)';
35549a0837SAndreas Gohr
36549a0837SAndreas Gohr//Setup VIM: ex: et ts=4 :
37