Index: trunk/extensions/PageSchemas/PageSchemas.i18n.php |
— | — | @@ -15,38 +15,38 @@ |
16 | 16 | $messages = array(); |
17 | 17 | |
18 | 18 | $messages['en'] = array( |
19 | | - 'ps-desc' => 'Supports templates defining their data structure via XML markup', |
| 19 | + 'ps-desc' => 'Supports templates defining their data structure via XML markup', |
20 | 20 | |
21 | 21 | # FIXME: Is 'pageschemas-header' used anywhere? If not, please delete it from this file. |
22 | | - 'pageschemas-header' => 'The XML definition for this template is:', |
| 22 | + 'pageschemas-header' => 'The XML definition for this template is:', |
23 | 23 | |
24 | | - 'ps-property-isproperty' => 'This is a property of type $1.', |
25 | | - 'ps-property-allowedvals' => 'The allowed {{PLURAL:$1|value for this property is|values for this property are}}:', |
26 | | - 'ps-schema-description' => 'Schema description:', |
27 | | - 'generatepages' => 'Generate pages', |
28 | | - 'ps-generatepages-desc' => 'Generate the following pages, based on this category\'s schema:', |
29 | | - 'ps-generatepages-success' => 'Pages will be generated.', |
30 | | - 'ps-generatepages-noschema' => 'Error: there is no page schema defined for this category', |
31 | | - 'ps-page-desc-cat-not-exist' => 'This category does not exist yet. Create this category and its page schema:', |
32 | | - 'ps-page-desc-ps-not-exist' => 'This category exists, but does not have a page schema. Create schema:', |
33 | | - 'ps-page-desc-edit-schema' => 'Edit the page schema for this category:', |
34 | | - 'ps-delimiter-label' => 'Delimiter for values (default is ","):', |
35 | | - 'ps-multiple-temp-label' => 'Allow multiple instances of this template', |
36 | | - 'ps-field-list-label' => 'This field can hold a list of values', |
37 | | - 'ps-template' => 'Template', |
38 | | - 'ps-add-template' => 'Add template', |
39 | | - 'ps-remove-template' => 'Remove template', |
40 | | - 'ps-field' => 'Field', |
41 | | - 'ps-displaylabel' => 'Display label:', |
42 | | - 'ps-add-field' => 'Add field', |
43 | | - 'ps-remove-field' => 'Remove field', |
44 | | - 'ps-add-xml-label' => 'Additional XML:', |
45 | | - 'ps-schema-name-label' => 'Name of schema:', |
46 | | - 'editschema' => 'Edit schema', |
| 24 | + 'ps-property-isproperty' => 'This is a property of type $1.', |
| 25 | + 'ps-property-allowedvals' => 'The allowed {{PLURAL:$1|value for this property is|values for this property are}}:', |
| 26 | + 'ps-schema-description' => 'Schema description:', |
| 27 | + 'generatepages' => 'Generate pages', |
| 28 | + 'ps-generatepages-desc' => 'Generate the following pages, based on this category\'s schema:', |
| 29 | + 'ps-generatepages-success' => 'Pages will be generated.', |
| 30 | + 'ps-generatepages-noschema' => 'Error: There is no page schema defined for this category.', |
| 31 | + 'ps-page-desc-cat-not-exist' => 'This category does not exist yet. Create this category and its page schema:', |
| 32 | + 'ps-page-desc-ps-not-exist' => 'This category exists, but does not have a page schema. Create schema:', |
| 33 | + 'ps-page-desc-edit-schema' => 'Edit the page schema for this category:', |
| 34 | + 'ps-delimiter-label' => 'Delimiter for values (default is ","):', |
| 35 | + 'ps-multiple-temp-label' => 'Allow multiple instances of this template', |
| 36 | + 'ps-field-list-label' => 'This field can hold a list of values', |
| 37 | + 'ps-template' => 'Template', |
| 38 | + 'ps-add-template' => 'Add template', |
| 39 | + 'ps-remove-template' => 'Remove template', |
| 40 | + 'ps-field' => 'Field', |
| 41 | + 'ps-displaylabel' => 'Display label:', |
| 42 | + 'ps-add-field' => 'Add field', |
| 43 | + 'ps-remove-field' => 'Remove field', |
| 44 | + 'ps-add-xml-label' => 'Additional XML:', |
| 45 | + 'ps-schema-name-label' => 'Name of schema:', |
| 46 | + 'editschema' => 'Edit schema', |
47 | 47 | ); |
48 | 48 | |
49 | 49 | /** Message documentation (Message documentation) |
50 | | - * @author Ankit Garg |
| 50 | + * @author Ankit Garg |
51 | 51 | */ |
52 | 52 | $messages['qqq'] = array( |
53 | 53 | 'ps-desc' => '{{desc}}', |