Skip to content

Commit 074c9a5

Browse files
authored
Merge pull request #704 from dokuwiki-translate/lang_update_801_1706447804
Translation update (en)
2 parents d9b89af + 444e165 commit 074c9a5

File tree

3 files changed

+97
-115
lines changed

3 files changed

+97
-115
lines changed

lang/en/assignments_intro.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
====== Schema Assignments ======
22

3-
Here you can define patterns to automatically assign schemas to pages. Whenever a page matches one of the patterns here, the appropiate schemas will be shown.
3+
Here you can define patterns to automatically assign schemas to pages. Whenever a page matches one of the patterns here, the appropriate schemas will be shown.
44

55
* Namespaces excluding subnamespaces are assigned as ''<nowiki>namespace:*</nowiki>''.
66
* Namespaces including subnamespaces are assigned as ''<nowiki>namespace:**</nowiki>''.

lang/en/lang.php

Lines changed: 88 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,66 @@
11
<?php
2+
23
/**
4+
* @license GPL 2 (https://www.gnu.org/licenses/gpl.html)
5+
*
36
* English language file for struct plugin
47
*
58
* @author Andreas Gohr, Michael Große <dokuwiki@cosmocode.de>
69
*/
7-
8-
9-
$lang['menu'] = 'Struct Schema Editor';
10-
$lang['menu_assignments'] = 'Struct Schema Assignments';
11-
12-
$lang['headline'] = 'Structured Data';
13-
14-
$lang['page schema'] = 'Page Schema:';
15-
$lang['lookup schema'] = 'Lookup Schema:';
16-
$lang['edithl'] = 'Editing schema <i>%s</i>';
17-
$lang['internal'] = 'This internal schema is not editable.';
18-
$lang['create'] = 'Create new Schema';
19-
$lang['schemaname'] = 'Schema Name:';
20-
$lang['save'] = 'Save';
21-
$lang['createhint'] = 'Please note: schemas can not be renamed later';
22-
$lang['pagelabel'] = 'Page';
23-
$lang['rowlabel'] = 'Row #';
24-
$lang['publishedlabel'] = 'Published';
25-
$lang['revisionlabel'] = 'Last Updated';
26-
$lang['userlabel'] = 'Last Editor';
27-
$lang['summarylabel'] = 'Last Summary';
28-
$lang['summary'] = 'Struct data changed';
29-
$lang['export'] = 'Export Schema as JSON';
30-
$lang['btn_export'] = 'Export';
31-
$lang['import'] = 'Import a Schema from JSON';
32-
$lang['btn_import'] = 'Import';
33-
$lang['import_warning'] = 'Warning: this will overwrite already defined fields!';
34-
35-
$lang['del_confirm'] = 'Enter schema name to confirm deletion';
36-
$lang['del_fail'] = 'Schema names did not match. Schema not deleted';
37-
$lang['del_ok'] = 'Schema has been deleted';
38-
$lang['btn_delete'] = 'Delete';
10+
$lang['menu'] = 'Struct Schema Editor';
11+
$lang['menu_assignments'] = 'Struct Schema Assignments';
12+
$lang['headline'] = 'Structured Data';
13+
$lang['page schema'] = 'Page Schema:';
14+
$lang['lookup schema'] = 'Lookup Schema:';
15+
$lang['edithl'] = 'Editing schema <i>%s</i>';
16+
$lang['internal'] = 'This internal schema is not editable.';
17+
$lang['create'] = 'Create new Schema';
18+
$lang['schemaname'] = 'Schema Name:';
19+
$lang['save'] = 'Save';
20+
$lang['createhint'] = 'Please note: schemas can not be renamed later';
21+
$lang['pagelabel'] = 'Page';
22+
$lang['rowlabel'] = 'Row #';
23+
$lang['publishedlabel'] = 'Published';
24+
$lang['revisionlabel'] = 'Last Updated';
25+
$lang['userlabel'] = 'Last Editor';
26+
$lang['summarylabel'] = 'Last Summary';
27+
$lang['summary'] = 'Struct data changed';
28+
$lang['export'] = 'Export Schema as JSON';
29+
$lang['btn_export'] = 'Export';
30+
$lang['import'] = 'Import a Schema from JSON';
31+
$lang['btn_import'] = 'Import';
32+
$lang['import_warning'] = 'Warning: this will overwrite already defined fields!';
33+
$lang['del_confirm'] = 'Enter schema name to confirm deletion';
34+
$lang['del_fail'] = 'Schema names did not match. Schema not deleted';
35+
$lang['del_ok'] = 'Schema has been deleted';
36+
$lang['btn_delete'] = 'Delete';
3937
$lang['js']['confirmAssignmentsDelete'] = 'Do you really want to delete the assignment of schema "{0}" to page/namespace "{1}"?';
40-
41-
$lang['clear_confirm'] = 'Enter schema name to confirm clearing all data';
42-
$lang['clear_fail'] = 'Schema names did not match. Data not deleted';
43-
$lang['clear_ok'] = 'Data of schema has been deleted';
44-
$lang['btn_clear'] = 'Clear';
45-
46-
$lang['tab_edit'] = 'Edit Schema';
47-
$lang['tab_export'] = 'Import/Export';
48-
$lang['tab_delete'] = 'Delete/Clear';
49-
50-
$lang['editor_sort'] = 'Sort';
51-
$lang['editor_label'] = 'Field Name';
52-
$lang['editor_multi'] = 'Multi-Input?';
53-
$lang['editor_conf'] = 'Configuration';
54-
$lang['editor_type'] = 'Type';
55-
$lang['editor_enabled'] = 'Enabled';
56-
$lang['editor_editors'] = 'Comma separated list of users and @groups who may edit this schema\'s data (empty for all):';
57-
58-
$lang['assign_add'] = 'Add';
59-
$lang['assign_del'] = 'Delete';
60-
$lang['assign_assign'] = 'Page/Namespace';
61-
$lang['assign_tbl'] = 'Schema';
62-
63-
$lang['multi'] = 'Enter multiple values separated by commas.';
64-
$lang['multidropdown'] = 'Hold CTRL or CMD to select multiple values.';
65-
$lang['duplicate_label'] = "Label <code>%s</code> already exists in schema, second occurance was renamed to <code>%s</code>.";
66-
67-
$lang['emptypage'] = 'Struct data has not been saved for an empty page';
68-
$lang['na'] = 'n/a';
69-
70-
$lang['validation_prefix'] = "Field [%s]: ";
71-
38+
$lang['js']['actions'] = 'Actions';
39+
$lang['js']['lookup_delete'] = 'Delete Entry';
40+
$lang['clear_confirm'] = 'Enter schema name to confirm clearing all data';
41+
$lang['clear_fail'] = 'Schema names did not match. Data not deleted';
42+
$lang['clear_ok'] = 'Data of schema has been deleted';
43+
$lang['btn_clear'] = 'Clear';
44+
$lang['tab_edit'] = 'Edit Schema';
45+
$lang['tab_export'] = 'Import/Export';
46+
$lang['tab_delete'] = 'Delete/Clear';
47+
$lang['editor_sort'] = 'Sort';
48+
$lang['editor_label'] = 'Field Name';
49+
$lang['editor_multi'] = 'Multi-Input?';
50+
$lang['editor_conf'] = 'Configuration';
51+
$lang['editor_type'] = 'Type';
52+
$lang['editor_enabled'] = 'Enabled';
53+
$lang['editor_editors'] = 'Comma separated list of users and @groups who may edit this schema\'s data (empty for all):';
54+
$lang['assign_add'] = 'Add';
55+
$lang['assign_del'] = 'Delete';
56+
$lang['assign_assign'] = 'Page/Namespace';
57+
$lang['assign_tbl'] = 'Schema';
58+
$lang['multi'] = 'Enter multiple values separated by commas.';
59+
$lang['multidropdown'] = 'Hold CTRL or CMD to select multiple values.';
60+
$lang['duplicate_label'] = 'Label <code>%s</code> already exists in schema, second occurance was renamed to <code>%s</code>.';
61+
$lang['emptypage'] = 'Struct data has not been saved for an empty page';
62+
$lang['na'] = 'n/a';
63+
$lang['validation_prefix'] = 'Field [%s]: ';
7264
$lang['Validation Exception Decimal needed'] = 'only decimals are allowed';
7365
$lang['Validation Exception Decimal min'] = 'has to be equal or greater than %d';
7466
$lang['Validation Exception Decimal max'] = 'has to be equal or less than %d';
@@ -81,57 +73,43 @@
8173
$lang['Validation Exception pastonly'] = 'must not lie in the future';
8274
$lang['Validation Exception futureonly'] = 'must not lie in the past';
8375
$lang['Validation Exception bad color specification'] = 'must be of format #RRGGBB';
84-
8576
$lang['Exception illegal option'] = 'The option \'<code>%s</code>\' is invalid for this aggregation type.';
86-
$lang['Exception noschemas'] = 'There have been no schemas given to load columns from';
87-
$lang['Exception nocolname'] = 'No column name given';
77+
$lang['Exception noschemas'] = 'There have been no schemas given to load columns from';
78+
$lang['Exception nocolname'] = 'No column name given';
8879
$lang['Exception nolookupmix'] = 'You can not aggregate more than one Lookup or mix it with Page data';
8980
$lang['Exception No data saved'] = 'No data saved';
90-
$lang['Exception no sqlite'] = 'The struct plugin requires the sqlite plugin. Please install and enable it.';
81+
$lang['Exception no sqlite'] = 'The struct plugin requires the sqlite plugin. Please install and enable it.';
9182
$lang['Exception column not in table'] = 'There is no column %s in schema %s.';
92-
$lang['Exception datefilter'] = 'The filter: \'<code>$Date(%s)$</code>\' contains an unsupported value.';
93-
83+
$lang['Exception datefilter'] = 'The filter: \'<code>$Date(%s)$</code>\' contains an unsupported value.';
9484
$lang['Warning: no filters for cloud'] = 'Filters are not supported for struct clouds.';
95-
96-
$lang['sort'] = 'Sort by this column';
97-
$lang['next'] = 'Next page';
98-
$lang['prev'] = 'Previous page';
99-
100-
$lang['none'] = 'Nothing found';
101-
$lang['csvexport'] = 'CSV Export';
102-
103-
$lang['admin_csvexport'] = 'Export raw data to a CSV file';
104-
$lang['admin_csv_page'] = 'page';
105-
$lang['admin_csv_lookup'] = 'global';
106-
$lang['admin_csv_serial'] = 'serial';
85+
$lang['sort'] = 'Sort by this column';
86+
$lang['next'] = 'Next page';
87+
$lang['prev'] = 'Previous page';
88+
$lang['none'] = 'Nothing found';
89+
$lang['csvexport'] = 'CSV Export';
90+
$lang['admin_csvexport'] = 'Export raw data to a CSV file';
91+
$lang['admin_csv_page'] = 'page';
92+
$lang['admin_csv_lookup'] = 'global';
93+
$lang['admin_csv_serial'] = 'serial';
10794
$lang['admin_csvexport_datatype'] = 'Export data of type';
108-
$lang['admin_csvimport'] = 'Import raw data from a CSV file';
95+
$lang['admin_csvimport'] = 'Import raw data from a CSV file';
10996
$lang['admin_csvimport_datatype'] = 'Import data of type';
110-
$lang['admin_csvdone'] = 'CSV file imported';
111-
$lang['admin_csvhelp'] = 'Please refer to the manual on CSV Import for format details.';
112-
113-
$lang['tablefilteredby'] = 'Filtered by %s';
114-
$lang['tableresetfilter'] = 'Show all (remove filter/sort)';
115-
$lang['comparator ='] = 'equals';
116-
$lang['comparator <'] = 'is less than';
117-
$lang['comparator >'] = 'is greater than';
118-
$lang['comparator <='] = 'is less than or euqals';
119-
$lang['comparator >='] = 'is greater than or equals';
120-
$lang['comparator !='] = 'does not equal';
121-
$lang['comparator <>'] = 'does not equal';
122-
$lang['comparator !~'] = 'is not like';
123-
$lang['comparator *~'] = 'is like';
124-
125-
$lang['Exception schema missing'] = "Schema %s does not exist!";
126-
127-
$lang['no_lookup_for_page'] = 'You can\'t use the Lookup Editor on a page schema!';
128-
$lang['lookup new entry'] = 'Create new Entry';
129-
$lang['js']['actions'] = 'Actions';
130-
$lang['js']['lookup_delete'] = 'Delete Entry';
131-
97+
$lang['admin_csvdone'] = 'CSV file imported';
98+
$lang['admin_csvhelp'] = 'Please refer to the manual on CSV Import for format details.';
99+
$lang['tablefilteredby'] = 'Filtered by %s';
100+
$lang['tableresetfilter'] = 'Show all (remove filter/sort)';
101+
$lang['comparator ='] = 'equals';
102+
$lang['comparator <'] = 'is less than';
103+
$lang['comparator >'] = 'is greater than';
104+
$lang['comparator <='] = 'is less than or euqals';
105+
$lang['comparator >='] = 'is greater than or equals';
106+
$lang['comparator !='] = 'does not equal';
107+
$lang['comparator <>'] = 'does not equal';
108+
$lang['comparator !~'] = 'is not like';
109+
$lang['comparator *~'] = 'is like';
110+
$lang['Exception schema missing'] = 'Schema %s does not exist!';
111+
$lang['no_lookup_for_page'] = 'You can\'t use the Lookup Editor on a page schema!';
112+
$lang['lookup new entry'] = 'Create new Entry';
132113
$lang['bureaucracy_action_struct_lookup_thanks'] = 'The entry has been stored. <a href="%s">Add another entry</a>.';
133-
134-
$lang['filter_title'] = 'Aggregation filters';
135-
$lang['filter_button'] = 'Apply filters';
136-
137-
//Setup VIM: ex: et ts=4 :
114+
$lang['filter_title'] = 'Aggregation filters';
115+
$lang['filter_button'] = 'Apply filters';

lang/en/settings.php

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<?php
22

3-
$lang['bottomoutput'] = 'Display data at the bottom of the page';
4-
$lang['topoutput'] = 'Display data at the top of the page';
5-
$lang['disableDeleteSerial'] = 'Disable delete button for serial data';
6-
$lang['show_not_found'] = 'Show the default text when no results are returned for struct value syntax';
3+
/**
4+
* @license GPL 2 (https://www.gnu.org/licenses/gpl.html)
5+
*
6+
*/
7+
$lang['bottomoutput'] = 'Display data at the bottom of the page';
8+
$lang['topoutput'] = 'Display data at the top of the page';
9+
$lang['disableDeleteSerial'] = 'Disable delete button for serial data';
10+
$lang['show_not_found'] = 'Show the default text when no results are returned for struct value syntax';

0 commit comments

Comments
 (0)