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