2012-10-22 09:00:15 +00:00
|
|
|
<?php
|
|
|
|
|
/**
|
|
|
|
|
* Internationalisation file for log tests.
|
|
|
|
|
*
|
|
|
|
|
* @file
|
|
|
|
|
*/
|
|
|
|
|
|
2016-02-17 09:09:32 +00:00
|
|
|
$messages = [];
|
2012-10-22 09:00:15 +00:00
|
|
|
|
2016-02-17 09:09:32 +00:00
|
|
|
$messages['en'] = [
|
2013-02-15 10:17:52 +00:00
|
|
|
'log-name-phpunit' => 'PHPUnit-log',
|
2012-10-22 09:00:15 +00:00
|
|
|
'log-description-phpunit' => 'Log for PHPUnit-tests',
|
2013-02-15 10:17:52 +00:00
|
|
|
'logentry-phpunit-test' => '$1 {{GENDER:$2|tests}} with page $3',
|
|
|
|
|
'logentry-phpunit-param' => '$4',
|
2016-02-17 09:09:32 +00:00
|
|
|
];
|