http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90720

Revision: 90720
Author:   ankitgarg833
Date:     2011-06-24 17:14:58 +0000 (Fri, 24 Jun 2011)
Log Message:
-----------
inserting wfMsg()

Modified Paths:
--------------
    trunk/extensions/PageSchemas/PageSchemas.i18n.php

Modified: trunk/extensions/PageSchemas/PageSchemas.i18n.php
===================================================================
--- trunk/extensions/PageSchemas/PageSchemas.i18n.php   2011-06-24 17:13:52 UTC 
(rev 90719)
+++ trunk/extensions/PageSchemas/PageSchemas.i18n.php   2011-06-24 17:14:58 UTC 
(rev 90720)
@@ -17,8 +17,9 @@
 $messages['en'] = array(
     'pageschemas-desc' => 'Supports templates defining their data structure 
via XML markup',
     'pageschemas-header' => 'The XML definition for this template is:',
-       'ps_property_isproperty'             => 'This is a property of type 
$1.',
-       'ps_property_allowedvals'            => 'The allowed {{PLURAL:$1|value 
for this property is|values for this property are}}:',
+       'ps-property-isproperty'             => 'This is a property of type 
$1.',
+       'ps-property-allowedvals'            => 'The allowed {{PLURAL:$1|value 
for this property is|values for this property are}}:',
+       'ps-generate-pages'                  => 'Generate Pages',   
 );
 
 /** Message documentation (Message documentation)


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to