Index: trunk/extensions/PageSchemas/PageSchemas.i18n.php |
— | — | @@ -17,6 +17,8 @@ |
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 | 23 | ); |
22 | 24 | |
23 | 25 | /** Message documentation (Message documentation) |