r90720 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90719‎ | r90720 | r90721 >
Date:17:14, 24 June 2011
Author:ankitgarg833
Status:deferred
Tags:
Comment:
inserting wfMsg()
Modified paths:
  • /trunk/extensions/PageSchemas/PageSchemas.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/PageSchemas/PageSchemas.i18n.php
@@ -17,8 +17,9 @@
1818 $messages['en'] = array(
1919 'pageschemas-desc' => 'Supports templates defining their data structure via XML markup',
2020 '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',
2324 );
2425
2526 /** Message documentation (Message documentation)

Status & tagging log