xref: /plugin/struct/lang/en/lang.php (revision 09dd9c781a3a507e8da76051eb03f8be708e04bc)
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
125a1eab78SAndreas Gohr$lang['headline'] = 'Structured Data';
135a1eab78SAndreas Gohr
147c080d69SAndreas Gohr$lang['page schema'] = 'Page Schema:';
157c080d69SAndreas Gohr$lang['lookup schema'] = 'Lookup Schema:';
167c080d69SAndreas Gohr$lang['edithl page'] = 'Editing Page Schema <i>%s</i>';
177c080d69SAndreas Gohr$lang['edithl lookup'] = 'Editing Lookup Schema <i>%s</i>';
181dbaf557SAndreas Gohr$lang['create'] = 'Create new Schema';
191dbaf557SAndreas Gohr$lang['schemaname'] = 'Schema Name:';
201dbaf557SAndreas Gohr$lang['save'] = 'Save';
211dbaf557SAndreas Gohr$lang['createhint'] = 'Please note: schemas can not be renamed later';
22650e9493SAndreas Gohr$lang['pagelabel'] = 'Page';
23f107f479SAndreas Gohr$lang['rowlabel'] = 'Row #';
24cadfc3ccSAndreas Gohr$lang['revisionlabel'] = 'Last Updated';
2548010be8SAndreas Gohr$lang['summary'] = 'Struct data changed';
26d486d6d7SAndreas Gohr$lang['export'] = 'Export Schema as JSON';
278ddf87afSAndreas Gohr$lang['btn_export'] = 'Export';
288ddf87afSAndreas Gohr$lang['import'] = 'Import a Schema from JSON';
298ddf87afSAndreas Gohr$lang['btn_import'] = 'Import';
308ddf87afSAndreas Gohr$lang['import_warning'] = 'Warning: this will overwrite already defined fields!';
318ddf87afSAndreas Gohr
32d5a1a6dcSAndreas Gohr$lang['del_confirm'] = 'Enter schema name to confirm deletion';
33d5a1a6dcSAndreas Gohr$lang['del_fail'] = 'Schema names did not match. Schema not deleted';
34d5a1a6dcSAndreas Gohr$lang['del_ok'] = 'Schema has been deleted';
35d5a1a6dcSAndreas Gohr$lang['btn_delete'] = 'Delete';
3687475c0fSMichael Grosse$lang['js']['confirmAssignmentsDelete'] = 'Do you really want to delete the assignment of schema "{0}" to page/namespace "{1}"?';
37d5a1a6dcSAndreas Gohr
388ddf87afSAndreas Gohr$lang['tab_edit'] = 'Edit Schema';
398ddf87afSAndreas Gohr$lang['tab_export'] = 'Import/Export';
40d5a1a6dcSAndreas Gohr$lang['tab_delete'] = 'Delete';
4115929be2SAndreas Gohr
426af24d3eSAndreas Gohr$lang['editor_sort'] = 'Sort';
436af24d3eSAndreas Gohr$lang['editor_label'] = 'Field Name';
446af24d3eSAndreas Gohr$lang['editor_multi'] = 'Multi-Input?';
456af24d3eSAndreas Gohr$lang['editor_conf'] = 'Configuration';
466af24d3eSAndreas Gohr$lang['editor_type'] = 'Type';
4726147f8cSAndreas Gohr$lang['editor_enabled'] = 'Enabled';
486af24d3eSAndreas Gohr
49ececd523SAndreas Gohr$lang['assign_add'] = 'Add';
50ececd523SAndreas Gohr$lang['assign_del'] = 'Delete';
51ececd523SAndreas Gohr$lang['assign_assign'] = 'Page/Namespace';
52ececd523SAndreas Gohr$lang['assign_tbl'] = 'Schema';
53ececd523SAndreas Gohr
545c36a1f6SAndreas Gohr$lang['multi'] = 'Enter multiple values separated by commas.';
5569068579SAndreas Gohr$lang['multidropdown'] = 'Hold CTRL or CMD to select multiple values.';
56a1603abdSAndreas Gohr$lang['duplicate_label'] = "Label <code>%s</code> already exists in schema, second occurance was renamed it to <code>%s</code>.";
5715929be2SAndreas Gohr
583c2e6844SAndreas Gohr$lang['emptypage'] = 'Struct data has not been saved for an empty page';
593c2e6844SAndreas Gohr
6017560ecbSAndreas Gohr$lang['validation_prefix'] = "Field [%s]: ";
6115929be2SAndreas Gohr
6270d1dea6SAndreas Gohr$lang['Validation Exception Decimal needed'] = 'only decimals are allowed';
6370d1dea6SAndreas Gohr$lang['Validation Exception Decimal min'] = 'has to be equal or greater than %d';
6470d1dea6SAndreas Gohr$lang['Validation Exception Decimal max'] = 'has to be equal or less than %d';
65f0d4d769SAndreas Gohr$lang['Validation Exception User not found'] = 'has to be an existing user. User \'%s\' was not found.';
6651629881SAndreas Gohr$lang['Validation Exception Media mime type'] = 'MIME type %s has to match the allowed set of %s';
677d18b5caSAndreas Gohr$lang['Validation Exception Url invalid'] = '%s is not a valid URL';
68a5cdcc05SAndreas Gohr$lang['Validation Exception Mail invalid'] = '%s is not a valid email address';
69d2b31c9bSMichael Große$lang['Validation Exception invalid date format'] = 'must be of format YYYY-MM-DD';
704a2883e0SAndreas Gohr$lang['Validation Exception invalid datetime format'] = 'must be of format YYYY-MM-DD HH:MM:SS';
71daebf1aaSAndreas Gohr
725511bd5bSAndreas Gohr$lang['Exception noschemas'] = 'There have been no schemas given to load columns from';
735511bd5bSAndreas Gohr$lang['Exception nocolname'] = 'No column name given';
742be187cdSAndreas Gohr$lang['Exception nolookupmix'] = 'You can not aggregate more than one Lookup or mix it with Page data';
75fc26989eSAndreas Gohr$lang['Exception nolookupassign'] = 'You can not assign Lookup schemas to pages';
76*09dd9c78SAndreas Gohr$lang['Exception No data saved'] = 'No data saved';
77549a0837SAndreas Gohr
7893485d71SMichael Große$lang['sort']      = 'Sort by this column';
7993485d71SMichael Große$lang['next']      = 'Next page';
8093485d71SMichael Große$lang['prev']      = 'Previous page';
8193485d71SMichael Große
82f87e1c10SMichael Große$lang['none']      = 'Nothing found';
83f87e1c10SMichael Große
8429877279SMichael Große$lang['tablefilteredby'] = 'Filtered by %s';
8529877279SMichael Große$lang['tableresetfilter'] = 'Show all (remove filter/sort)';
86549a0837SAndreas Gohr
87f25d10fdSMichael Grosse$lang['Exception schema missing'] = "Schema %s does not exist!";
8899966bd6SMichael Grosse
896b5e52fdSAndreas Gohr
906b5e52fdSAndreas Gohr$lang['lookup new entry'] = 'Create new Entry';
9104346cd2SAndreas Gohr$lang['js']['lookup_delete'] = 'Delete Entry';
926b5e52fdSAndreas Gohr
93549a0837SAndreas Gohr//Setup VIM: ex: et ts=4 :
94