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
* Use double quoted consistently on attributes in linker output; preparing for new...
[mediawiki.git]
/
maintenance
/
alltrans.php
blob
2fdc4499af905bc80afd8499cd98dbbcc8d3db39
1
<
?php
2
/**
3
* @package MediaWiki
4
* @subpackage Maintenance
5
*/
6
7
require_once
(
'commandLine.inc'
);
8
9
foreach
(
array_keys
(
$wgAllMessagesEn
)
as
$key
)
10
echo
"
$key\n
"
;
11
?
>