Index: trunk/extensions/PageSchemas/PageSchemas.i18n.php |
— | — | @@ -22,8 +22,11 @@ |
23 | 23 | |
24 | 24 | 'ps-property-isproperty' => 'This is a property of type $1.', |
25 | 25 | 'ps-property-allowedvals' => 'The allowed {{PLURAL:$1|value for this property is|values for this property are}}:', |
| 26 | + 'ps-schema-description' => 'Schema description:', |
26 | 27 | 'generatepages' => 'Generate pages', |
27 | 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', |
28 | 31 | 'ps-page-desc-cat-not-exist' => 'This category does not exist yet. Create this category and its page schema:', |
29 | 32 | 'ps-page-desc-ps-not-exist' => 'This category exists, but does not have a page schema. Create schema:', |
30 | 33 | 'ps-page-desc-edit-schema' => 'Edit the page schema for this category:', |