r47845 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47844‎ | r47845 | r47846 >
Date:21:23, 26 February 2009
Author:yaron
Status:deferred
Tags:
Comment:
Added messages for 'default form' for properties
Modified paths:
  • /trunk/extensions/SemanticForms/languages/SF_Messages.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/languages/SF_Messages.php
@@ -15,7 +15,8 @@
1616 'semanticforms-desc' => 'Forms for adding and editing semantic data',
1717 'specialpages-group-sf_group' => 'Semantic Forms',
1818 '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 "\,"):',
2021 'sf_createproperty_propname' => 'Name:',
2122 'sf_createproperty_proptype' => 'Type:',
2223 'templates' => 'Templates',
@@ -104,6 +105,7 @@
105106
106107 // content messages
107108 'sf_property_isproperty' => 'This is a property of type $1.',
 109+ 'sf_property_linkstoform' => 'It links to pages that use the form $1.',
108110 'sf_property_allowedvals' => 'The allowed values for this property are:',
109111 'sf_template_docu' => 'This is the \'$1\' template.
110112 It should be called in the following format:',

Status & tagging log