repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Localisation updates from https://translatewiki.net.
[mediawiki.git]
/
tests
/
phpunit
/
includes
/
logging
/
LogTests.i18n.php
blob
23e62b5386901511037b2b9b15fe4c99af9194b2
1
<
?php
2
/**
3
* Internationalisation file for log tests.
4
*
5
* @file
6
*/
7
8
$messages
= [];
9
10
$messages
[
'en'
] = [
11
'log-name-phpunit'
=>
'PHPUnit-log'
,
12
'log-description-phpunit'
=>
'Log for PHPUnit-tests'
,
13
'logentry-phpunit-test'
=>
'
$1
{{GENDER:
$2
|tests}} with page
$3
'
,
14
'logentry-phpunit-param'
=>
'
$4
'
,
15
];