wiki.techinc.nl/tests/phpunit/includes/logging/LogTests.i18n.php
Alexandre Emsenhuber 2d0e98df31 Change mode of non-executable files back to 0644
Change-Id: Ib9dce1eea8c34986364aabed7f1770101c72c649
2013-11-05 08:13:32 +01:00

15 lines
316 B
PHP

<?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',
);