MediaWiki  REL1_22
LogTests.i18n.php
Go to the documentation of this file.
00001 <?php
00008 $messages = array();
00009 
00010 $messages['en'] = array(
00011     'log-name-phpunit' => 'PHPUnit-log',
00012     'log-description-phpunit' => 'Log for PHPUnit-tests',
00013     'logentry-phpunit-test' => '$1 {{GENDER:$2|tests}} with page $3',
00014     'logentry-phpunit-param' => '$4',
00015 );