Index: trunk/extensions/PageSchemas/PageSchemas.i18n.php |
— | — | @@ -17,8 +17,9 @@ |
18 | 18 | $messages['en'] = array( |
19 | 19 | 'pageschemas-desc' => 'Supports templates defining their data structure via XML markup', |
20 | 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}}:', |
| 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-generate-pages' => 'Generate Pages', |
23 | 24 | ); |
24 | 25 | |
25 | 26 | /** Message documentation (Message documentation) |