Index: trunk/extensions/SemanticForms/languages/SF_Messages.php |
— | — | @@ -15,7 +15,8 @@ |
16 | 16 | 'semanticforms-desc' => 'Forms for adding and editing semantic data', |
17 | 17 | 'specialpages-group-sf_group' => 'Semantic Forms', |
18 | 18 | 'createproperty' => 'Create a property', |
19 | | - 'sf_createproperty_allowedvalsinput' => 'If you want this field to only be allowed to have certain values, enter the list of allowed values, separated by commas (if a value contains a comma, replace it with "\,"):', |
| 19 | + 'sf_createproperty_linktoform' => 'This property will link to pages that use the form:', |
| 20 | + 'sf_createproperty_allowedvalsinput' => 'If you want this property to only be allowed to have certain values, enter the list of allowed values, separated by commas (if a value contains a comma, replace it with "\,"):', |
20 | 21 | 'sf_createproperty_propname' => 'Name:', |
21 | 22 | 'sf_createproperty_proptype' => 'Type:', |
22 | 23 | 'templates' => 'Templates', |
— | — | @@ -104,6 +105,7 @@ |
105 | 106 | |
106 | 107 | // content messages |
107 | 108 | 'sf_property_isproperty' => 'This is a property of type $1.', |
| 109 | + 'sf_property_linkstoform' => 'It links to pages that use the form $1.', |
108 | 110 | 'sf_property_allowedvals' => 'The allowed values for this property are:', |
109 | 111 | 'sf_template_docu' => 'This is the \'$1\' template. |
110 | 112 | It should be called in the following format:', |