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

$messages = array();

$messages['en'] = array(
	'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',
);