Index: trunk/extensions/PageSchemas/PageSchemas.i18n.php |
— | — | @@ -19,8 +19,17 @@ |
20 | 20 | 'pageschemas-header' => 'The XML definition for this template is:', |
21 | 21 | 'ps-property-isproperty' => 'This is a property of type $1.', |
22 | 22 | 'ps-property-allowedvals' => 'The allowed {{PLURAL:$1|value for this property is|values for this property are}}:', |
23 | | - 'ps-generate-pages' => 'Generate Pages', |
24 | | - 'ps-generate-pages-desc' => 'Generate the following pages, based on this category\'s schema:', |
| 23 | + 'generatepages' => 'Generate pages', |
| 24 | + 'generatepages-desc' => 'Generate the following pages, based on this category\'s schema:', |
| 25 | + 'page-desc-cat-not-exist' => 'This category does not exist yet. Create this category and its page schema: ', |
| 26 | + 'page-desc-ps-not-exist' => 'This category exists, but does not have a page schema. Create schema:', |
| 27 | + 'page-desc-edit-schema' => 'This category exists,have a page schema. Edit schema:', |
| 28 | + 'delimeter-label' => 'Delimiter for values (default is ","): ', |
| 29 | + 'multiple-temp-label' => 'Allow multiple instances of this template', |
| 30 | + 'field-list-label' => 'This field can hold a list of values', |
| 31 | + 'add-xml-label' => 'Additional XML:', |
| 32 | + 'schema-name-label' => 'Name of schema:', |
| 33 | + |
25 | 34 | ); |
26 | 35 | |
27 | 36 | /** Message documentation (Message documentation) |