* Obsolete REL1_4 schema, shouldn't be in HEAD which uses the REL1_5 schema (approxim...
[lhc/web/wiklou.git] / maintenance / alltrans.php
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 ?>