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

Revision: 72099
Author:   nikerabbit
Date:     2010-09-01 11:27:58 +0000 (Wed, 01 Sep 2010)

Log Message:
-----------
Docu tweaks

Modified Paths:
--------------
    trunk/extensions/Translate/MessageChecks.php
    trunk/extensions/Translate/MessageGroups.php

Modified: trunk/extensions/Translate/MessageChecks.php
===================================================================
--- trunk/extensions/Translate/MessageChecks.php        2010-09-01 11:25:04 UTC 
(rev 72098)
+++ trunk/extensions/Translate/MessageChecks.php        2010-09-01 11:27:58 UTC 
(rev 72099)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Message checking framework.
+ * %Message checking framework.
  *
  * @file
  * @defgroup MessageCheckers Message Checkers
@@ -31,14 +31,14 @@
  * $warnings[$key][] = array(
  *    array( 'printf', $subcheck, $key, $code ), # check idenfitication
  *    'translate-checks-parameters-unknown', # check warning message
- *    array( 'PARAMS', $params ), # optional special param list, formatted 
later with $wgLang->commaList
- *    array( 'COUNT', count($params) ), # optional number of params, formatted 
later with $wgLang->formatNum
+ *    array( 'PARAMS', $params ), # optional special param list, formatted 
later with Language::commaList()
+ *    array( 'COUNT', count($params) ), # optional number of params, formatted 
later with Language::formatNum()
  *    'Any other parameters to the message',
  * </pre>
  *
  * @ingroup MessageCheckers
  * @author Niklas Laxström
- * @copyright Copyright © 2008-2009, Niklas Laxström
+ * @copyright Copyright © 2008-2010, Niklas Laxström
  * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 
2.0 or later
  */
 class MessageChecker {

Modified: trunk/extensions/Translate/MessageGroups.php
===================================================================
--- trunk/extensions/Translate/MessageGroups.php        2010-09-01 11:25:04 UTC 
(rev 72098)
+++ trunk/extensions/Translate/MessageGroups.php        2010-09-01 11:27:58 UTC 
(rev 72099)
@@ -247,7 +247,7 @@
 }
 
 /**
- * This group supports the MediaWiki messages itself.
+ * This group supports the %MediaWiki messages itself.
  * @todo Move to the new interface.
  */
 class CoreMessageGroup extends MessageGroupOld {
@@ -361,7 +361,7 @@
 }
 
 /**
- * This group supports messages of MediaWiki extensions using the standard
+ * This group supports messages of %MediaWiki extensions using the standard
  * format.
  * @todo Move to the new interface.
  */
@@ -606,7 +606,7 @@
 }
 
 /**
- * This class implements the "Most used messages" group for MediaWiki.
+ * This class implements the "Most used messages" group for %MediaWiki.
  * @todo Move to the new interface.
  */
 class CoreMostUsedMessageGroup extends CoreMessageGroup {
@@ -716,10 +716,10 @@
 }
 
 /**
- * Group for messages that can be controlled via a page in MediaWiki namespace.
+ * Group for messages that can be controlled via a page in %MediaWiki 
namespace.
  *
  * In the page comments start with # and continue till the end of the line.
- * The page should contain list of page names in MediaWiki namespace, without
+ * The page should contain list of page names in %MediaWiki namespace, without
  * the namespace prefix. Use underscores for spaces in page names, since
  * whitespace separates the page names from each other.
  * @ingroup MessageGroups



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

Reply via email to