summaryrefslogtreecommitdiff
path: root/www/wiki/tests/phpunit/includes/logging/LogTests.i18n.php
blob: 23e62b5386901511037b2b9b15fe4c99af9194b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/**
 * Internationalisation file for log tests.
 *
 * @file
 */

$messages = [];

$messages['en'] = [
	'log-name-phpunit' => 'PHPUnit-log',
	'log-description-phpunit' => 'Log for PHPUnit-tests',
	'logentry-phpunit-test' => '$1 {{GENDER:$2|tests}} with page $3',
	'logentry-phpunit-param' => '$4',
];